Summary: | Invalid XML output when tracing into child processes | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Dave Taflin <DTaflin> |
Component: | memcheck | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.9.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dave Taflin
2014-07-02 20:20:54 UTC
This is not surprising considering that you're asking for the XML for both parent and children to be dumped into the same file. Try using %p in the file name, eg --xml-file=valgrind%p.xml to get output in different files. Also it's worth trying --child-silent-after-fork=yes. Closing. Please reopen if you are still having problems with this. |