I'm using the Memtest that comes with AntiX (I can determine the version if required).
After 3 rounds of 8 passes, no errors were found.
However an issue with the PC has been narrowed to the RAM. The issue is repeatable by running checksums recursively on a tree of many large-ish binary files. In one instance I was seeing the following:
Replacing the RAM results in a stable system.
Whether the RAM is faulty or incompatible or if the error lies elsewhere in the system, should we expect Memtest to pick up on this kind of issue?
After 3 rounds of 8 passes, no errors were found.
However an issue with the PC has been narrowed to the RAM. The issue is repeatable by running checksums recursively on a tree of many large-ish binary files. In one instance I was seeing the following:
Code:
$ sudo sha256sum ./data/8/8952 47fe0ee39112782911a19075d32d4f3b532c2193dcf3249855a9d01e87b4914d ./data/8/8952 $ sudo sha256sum ./data/8/8952 b0f3033153d64ebfe288ab92050921c491a0752321499215dc16af9dc2f1ddc4 ./data/8/8952 $ sudo sha256sum ./data/8/8952 5c727ef68f4b787e9a3251266af100ac3009325fdf9f08994b6856cd8b26e2a4 ./data/8/8952 $ sudo sha256sum ./data/8/8952 2fb7d971b3bf45bc14fb8b7687b42dbb888cd34077a4c6315462efb028708d32 ./data/8/8952
Whether the RAM is faulty or incompatible or if the error lies elsewhere in the system, should we expect Memtest to pick up on this kind of issue?
Comment