https://bugs.kde.org/show_bug.cgi?id=458212
Bug ID: 458212
Summary: Bad XML produced when a fatal_signal is encountered
Product: valgrind
Version: 3.19.0
Platform: Other
OS: Other
Status: REPORTED
Severity: normal
Priority: NOR
Component: memcheck
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When running valgrind on an executable that generates aborts (google test
"death" tests), the resulting xml output contains redundant `</valgrindoutput>`
closing tags. This breaks downstream tools that ingest this xml.
OBSERVED RESULT
$ grep valgrindoutput exec.memcheck
<valgrindoutput>
</valgrindoutput>
</valgrindoutput>
</valgrindoutput>
</valgrindoutput>
EXPECTED RESULT
$ grep valgrindoutput exec.memcheck
<valgrindoutput>
</valgrindoutput>
SOFTWARE/OS VERSIONS
Ubuntu 20.04
--
You are receiving this mail because:
You are watching all bug changes.