https://bugs.kde.org/show_bug.cgi?id=458212

--- Comment #3 from Paul Floyd <[email protected]> ---
Hmm. For this example, the /valgrindout in both cases comes from
shutdown_actions_NORETURN in m_main.c

The problem is that both processes write their summaries and </valgrindout> to
the same file. So in addition to the ill-formed xml end tags there is also one
<status> RUNNING and 2 <status> FINISHED, only 1 <pid> and <ppid>

The best thing to do is to use %p to have a per-process xml file.

It's going to be tricky for the forked Valgrind processes to know which is the
last standing and for only that process to write the end tag

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to