|
From: Karl K. <mai...@bl...> - 2008-02-12 17:41:31
|
Hello!Today I tried to execute callgrind but it dies with an assertion (Assertion 'sigNum == vgCallgrind_current_state.sig' failed). I have put debug statements to the source (exactly into src/threads.c - which is attached). It produces a periodic output until line threads.c:236 is executed. A view moments after this line is executed the program stops.I am working on SuSE 10 with - valgrind 3.0.0 (src) and callgrind 0.10.1 (src) and have also tried - valgrind 3.3.0 (rpm & src)both with the same result.The modified threads.c is attached, also the valgrind log file. The file debug_trace.log is the program output.Additional info: valgrind with memcheck and cachegrind works without problems.Thanks in advance,Karl |