|
From: Julian S. <js...@ac...> - 2011-03-10 11:45:32
|
> valgrind and daemon exit shortly after launch, at some close but random Have you tried --trace-children=yes ? > One more. Valgrind also complains about unhandled system call, like that: > That's a sigwait() system call: That's difficult to fix because it interacts with the signals simulation. I looked recently at handling it properly in our MacOSX port, where (I believe) it is not handled correctly. If you really want to Valgrindify the app, can you run it on Linux for the time being? J |