|
From: Nicholas N. <nj...@ca...> - 2004-06-23 21:35:28
|
On Wed, 23 Jun 2004, Bob Friesenhahn wrote: > I have a GUI program (Gtk-based with one background thread) that I am > trying to run under valgrind. When running under valgrind, the > program sometimes locks up solid so that only 'kill -9' terminates the > process. Valgrind does not print any associated warning/error. The > program does not lock up outside of valgrind. > > Is there a way to tell how the program has locked up so that the > problem can be diagnosed? Some of the debug tracing options (see --help-debug) might help, especially --trace-syscalls=yes. N |