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

            Bug ID: 487301
           Summary: RUNNING status not included in XML output for forked
                    children
    Classification: Developer tools
           Product: valgrind
           Version: 3.24 GIT
          Platform: Other
                OS: Other
            Status: REPORTED
          Severity: minor
          Priority: NOR
         Component: memcheck
          Assignee: jsew...@acm.org
          Reporter: imb2...@columbia.edu
  Target Milestone: ---

Created attachment 169670
  --> https://bugs.kde.org/attachment.cgi?id=169670&action=edit
Append running status to child's XML file along with preamble

SUMMARY
When outputting XML of child processes to different destinations (e.g., using
--xml-file=%p.xml), children do not get a RUNNING status (appending the RUNNING
status is handled elsewhere in the code than the rest of the preamble).

STEPS TO REPRODUCE
Write and compile a program (test.c) that forks, and run it with Memcheck,
outputting info to separate XML files:

valgrind --leak-check=yes --xml=yes --xml-file=test-%p.xml ./test

OBSERVED RESULT
Child's XML output contains a FINISHED status but not a RUNNING status.

EXPECTED RESULT
Running status appended to child's XML output after fork.

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

Reply via email to