|
From: John R.
|
valgrind-3.0.0 crashes with SIGILL [illegal instruction] at startup on AMD Athlon ["plain"]. Apparently valgrind-3.0.0 assumes SSE x86 hardware ["ldmxcsr" instruction introduced with SSE]. So if "cat /proc/cpuinfo | grep flags" does not show "sse", then valgrind-3.0.0 will not work your CPU. http://bugs.kde.org/show_bug.cgi?id=110274 -- |