]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Show the stack trace info in case of Valgrind crash
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Thu, 26 Jul 2018 21:16:53 +0000 (23:16 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Thu, 26 Jul 2018 21:16:53 +0000 (23:16 +0200)
The stack information can be useful together with the stacktraces.

coregrind/m_libcassert.c

index 42a54a5825d806313f16ee786f73b94af31929e4..a75a650140c28c280a8e892116d25320648de9b3 100644 (file)
@@ -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)(