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:
This is just my take on how the data could be rendered.
Just as an example this data in the XML output:
Might result in text in the viewer page for the related error (where the stack trace is) that looks like this:
This is just my take on how the data could be rendered.