[Alex Mestiashvili] > Squeeze running on a HP DL380G7 with P410i controller with raid10 and > rai50 configured. > > with raid50 gives the follwing: > > array-info -ld /dev/cciss/c0d1
Hi. Can you try to run a non-stripped package under valgrind to see exactly where the error is? I lack the hardware to test it myself. Try this as root: apt-get build-dep array-info apt-get install valgrind DEB_BUILD_OPTIONS=nostrip apt-get source -b array-info dpkg -i array-info*.deb valgrind array-info -ld /dev/cciss/c0d1 This way valgrind can report exactly where in the source the illegal memory access happen. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

