Just as an example this data in the XML output:

<auxwhat>Address 0x4ade13c is not stack'd, malloc'd or (recently) free'd</auxwhat>
  <auxwhat>Uninitialised value was created by a stack allocation</auxwhat>
  <stack>
    <frame>
      <ip>0x8049D9C</ip>
      <obj>/build/ritter/tests/core/debug/footest_int</obj>
      <fn>FooBar::testSplit()</fn>
      <dir>/nfs/devco/ritter/main/tests/tools/core</dir>
      <file>footest_int.cpp</file>
      <line>180</line>
    </frame>
  </stack>

Might result in text in the viewer page for the related error (where the stack trace is) that looks like this:

Origin of Uninitialised value was created by a stack allocation:
    Address 0x4ade13c is not stack'd, malloc'd or (recently) free'd

    0x8049D9C: FooBar::testSplit() tests/core/debug/footest_int.cpp:180

This is just my take on how the data could be rendered.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to