|
From: wim d. <wim...@ad...> - 2004-05-25 23:00:51
|
When I run valgrind --tool=memcheck --db-attach=yes xxx and attach to the debugger when an error occurs and then quit the debugger, valgrind reports that it takes control again. However it does not continue nor can I stop it with ctrl C. I have to kill -9 it. I am using a version of valgrind patched with the addrcheck extension (allowing to track any access to an address in memory -- VERY usefull to detect values getting modified erroneously .. PLEASE INCORPORATE PATCH IN MAINSTREAM if not already done so..) Suggestions ? W PS. System is SID debian |