From: Philippe Waroquiers Date: Thu, 26 Jul 2018 21:16:53 +0000 (+0200) Subject: Show the stack trace info in case of Valgrind crash X-Git-Tag: VALGRIND_3_14_0~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=496f7e50ac23ebcb86bd9895b4239e2eefcad885;p=thirdparty%2Fvalgrind.git Show the stack trace info in case of Valgrind crash The stack information can be useful together with the stacktraces. --- diff --git a/coregrind/m_libcassert.c b/coregrind/m_libcassert.c index 42a54a5825..a75a650140 100644 --- a/coregrind/m_libcassert.c +++ b/coregrind/m_libcassert.c @@ -424,7 +424,7 @@ static void report_and_quit ( const HChar* report, const UnwindStartRegs* startRegsIN ) { show_sched_status_wrk (True, // host_stacktrace - False, // stack_usage + True, // stack_usage False, // exited_threads startRegsIN); VG_(printf)(