|
From: Christian E. (gmx) <Ch....@gm...> - 2003-09-03 13:32:06
|
Hi I've a C - programm which accesses the sg-driver. This program works ok when I test it with valgrind. When I run it without valgrind, I've the problem that there is a mysterious errror (SCSI-timeout) when I want to read ~1MB from a scsi-device (sometimes later sometimes earlier). So I wanted to know if maybe valgrind did something which avoids this error... maybe some aligning or so. Thx, Christian |