memtester icon indicating copy to clipboard operation
memtester copied to clipboard

test result displayed in the terminal differs from what is recorded in the log file.

Open hu14580 opened this issue 1 year ago • 1 comments

Hello, I am a junior engineer. When I was using memtester to test my memory, I found that there were error messages in the screenshot, but the test log showed 'ok'. Can you help me with this? one:screenshot of taken in the terminal 2024-03-06_09-35-17 two: screenshot of the cat test.log information image

hu14580 avatar Mar 06 '24 02:03 hu14580

In your first screenshot you have some tests detecting errors (Block Sequential, Bit Flip, Walking Zeros) and all the others did not detect any error. memtester does not report a "final" result, but if even single test found a failure, you can consider the whole test "failed".

I don't understand the second screenshot, maybe the ANSI sequences got misinterpreted so the FAILURE: ... info is not displayed.

lucaceresoli avatar Mar 06 '24 08:03 lucaceresoli