|
From: <sv...@va...> - 2006-02-20 20:57:42
|
Author: njn
Date: 2006-02-20 20:57:33 +0000 (Mon, 20 Feb 2006)
New Revision: 5661
Log:
Add another possible output for pointer-trace.
Added:
branches/COMPVBITS/memcheck/tests/pointer-trace.stderr.exp3
Added: branches/COMPVBITS/memcheck/tests/pointer-trace.stderr.exp3
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/COMPVBITS/memcheck/tests/pointer-trace.stderr.exp3 =
(rev 0)
+++ branches/COMPVBITS/memcheck/tests/pointer-trace.stderr.exp3 2006-02-2=
0 20:57:33 UTC (rev 5661)
@@ -0,0 +1,30 @@
+
+searching for pointers to 1 not-freed blocks.
+checked ... bytes.
+
+LEAK SUMMARY:
+ definitely lost: 0 bytes in 0 blocks.
+ possibly lost: 0 bytes in 0 blocks.
+ still reachable: 1,048,576 bytes in 1 blocks.
+ suppressed: 0 bytes in 0 blocks.
+Reachable blocks (those to which a pointer was found) are not shown.
+To see them, rerun with: --show-reachable=3Dyes
+
+ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+malloc/free: in use at exit: 1,048,576 bytes in 1 blocks.
+malloc/free: 1 allocs, 0 frees, 1,048,576 bytes allocated.
+For counts of detected errors, rerun with: -v
+searching for pointers to 1 not-freed blocks.
+checked ... bytes.
+
+1,048,576 bytes in 1 blocks are possibly lost in loss record 1 of 1
+ at 0x........: malloc (vg_replace_malloc.c:...)
+ by 0x........: main (pointer-trace.c:24)
+
+LEAK SUMMARY:
+ definitely lost: 0 bytes in 0 blocks.
+ possibly lost: 1,048,576 bytes in 1 blocks.
+ still reachable: 0 bytes in 0 blocks.
+ suppressed: 0 bytes in 0 blocks.
+Reachable blocks (those to which a pointer was found) are not shown.
+To see them, rerun with: --show-reachable=3Dyes
|