From: Michael V. <mv...@cs...> - 2003-06-01 09:42:44
|
I just upgraded my valgrind installation to 1.9.6 from 1.9.5, and I immediately ran into a major problem. I can't run valgrind any more because of a missing system call. To add insult to injury, the number of the call (252) is not listed in /usr/include/asm/unistd.h. Recompiling 1.9.5 fails as well with the same message, so presumably it's happening because the version of gcc/g++ I'm using has changed (I'm running gcc/g++ 3.2.3 on a Debian Linux system). Any advice/hints? Mike |