doug> I manually added Kevin back
on my reply header above.
I just like seeing it. Or causing trouble.
Ignore and/or X-out ifyou hit reply here..pardon the noise.
THE BIG FILE debug. In general, first I think it's very cool
appropriate to post an (easy-ish) C-code read/write task!
I stripped comments, repasted below, pardon again:
#define NUMBER 0x1FFFFFFFF // copies without md5 detected error,file len 8589934591
int main()
{
FILE * fp;
uint32_t rand;
uint64_t count;
fp= fopen ("bigfile","w+");
for (count=0;count<NUMBER;count++)
{
rand = random();
fwrite(&rand,sizeof(random),1,fp); }
fclose (fp);
return 0;
}
dmildram/doug> First, try the memtest86+ , reply-to-list,
and i hope we swap stories on memtest later
after we figure out your fun puzzle,
I definitely want to hear where you ran into (+found) trouble!
BUT you didn't show the shell command (syntax)
that YOU RAN...was it quiet output? (what was the output?)
OR... did you get error messages
or stop midway on you? I await your chapter 2....
as you said it could be HW, is semi-random
AND i don't get your whole story yet (close...) --doug