All of lore.kernel.org
 help / color / mirror / Atom feed
* imx6 silent memory corruption
@ 2015-01-22 21:25 Nikolay Dimitrov
  2015-01-22 22:25 ` Fabio Estevam
  0 siblings, 1 reply; 15+ messages in thread
From: Nikolay Dimitrov @ 2015-01-22 21:25 UTC (permalink / raw)
  To: meta-freescale

Hi folks,

I observe a behavior of my system, which I think is a silent memory
corruption. My setup is imx6d, 3.10.17-1.0.0ga, daisy. Here's a simple
script that usually should not fail:


set -e

for i in `seq 1 100`; do
     echo "Test $i"
     sha256sum -c test.dat.sha256
done


test.dat contains 64MB random data, test.dat.sha256 contains the SHA256
file hash.

The files are copied in /tmp and test is run there, to avoid unwanted
interactions with most of the filesystem drivers and storage devices.
What actually happens is that sooner or later the hash verification
fails, which should not happen (and doesn't happen on my x64
workstation). During the verification failure there are no errors in
the system log.

Performed also a similar test where I compared in a loop the content of
2 copies of the same file, and again after some iterations the
comparison fails, neither with system log errors, nor oopses.

I will appreciate if you can share ideas what could be wrong with this
setup, and also I'll be happy to hear from you suggestions for similar
simple tests for system reliability.

Regards,
Nikolay


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-02-14 12:12 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-22 21:25 imx6 silent memory corruption Nikolay Dimitrov
2015-01-22 22:25 ` Fabio Estevam
2015-01-23 21:11   ` Nikolay Dimitrov
2015-01-26 14:40     ` Doug Schwanke
2015-01-27  8:40       ` Nikolay Dimitrov
2015-01-27 16:27         ` Nikolay Dimitrov
2015-01-27 17:00           ` Otavio Salvador
2015-01-27 17:40             ` Gonzalez, Alex
2015-01-27 20:23               ` Nikolay Dimitrov
2015-01-27 20:51                 ` Eric Bénard
2015-01-27 22:35                   ` Nikolay Dimitrov
2015-01-27 22:59                     ` Eric Bénard
2015-01-28 16:18                       ` Nikolay Dimitrov
2015-01-28 16:40                         ` Fabio Estevam
2015-02-14 12:12                       ` Nikolay Dimitrov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.