https://bugs.kde.org/show_bug.cgi?id=458212
Paul Floyd <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Paul Floyd <[email protected]> --- Loooking at the source there are several calls to VG_(printf_xml)("</valgrindoutput>\n"); 1. m_main.c shutdown_actions_NORETURN. This should exit or panic. 2. m_libcassert.c VG_(assert_fail) and panic and VG_(unimplemented). panic doesn't exit immediately (the others should) 3. m_errormgr.c do_actions_on_error and load_one_suppressions_file (x3). do_actions_on_error doesn't exit immediately. That shouldn't be too hard to debug. Can you provide a small testcase to reproduce? -- You are receiving this mail because: You are watching all bug changes.
