|
From: Jeremy F. <je...@go...> - 2003-10-22 20:42:13
|
On Wed, 2003-10-22 at 08:41, Tony Wetmore wrote: > Is it possible to force Valgrind to generate a detailed leak > report (block-by-block listing) in the case of an "abnormal" > shutdown (ie. one where main() does not return)? The current CVS valgrind will always try to print the exit messages, even for abnormal termination. Obviously there are some cases where it can't (SIGKILL), but it tries pretty hard. J |