From 781e5e7fa49d1cb183b1cb4c8d5a9e70d1274a7e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 2 Nov 2005 13:00:41 +0000 Subject: [PATCH] Update memcheck/tests/xml1 results. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4982 --- memcheck/tests/xml1.stderr.exp3 | 449 ++++++++++++++++++++++++++++++++ 1 file changed, 449 insertions(+) create mode 100644 memcheck/tests/xml1.stderr.exp3 diff --git a/memcheck/tests/xml1.stderr.exp3 b/memcheck/tests/xml1.stderr.exp3 new file mode 100644 index 0000000000..56b38204e8 --- /dev/null +++ b/memcheck/tests/xml1.stderr.exp3 @@ -0,0 +1,449 @@ + + + + +1 + + + ... + ... + ... + ... + ... + ... + + +... +... +memcheck + + + ... + + ./xml1 + + + + + RUNNING + + + + + 0x........ + ... + InvalidRead + Invalid read of size 4 + + + 0x........ + ... + frame3 + ... + xml1.c + ... + + + 0x........ + ... + frame2 + ... + xml1.c + ... + + + 0x........ + ... + frame1 + ... + xml1.c + ... + + + 0x........ + ... + main + ... + xml1.c + ... + + + Address 0x........ is 0 bytes after a block of size 40 alloc'd + + + 0x........ + ... + malloc + ... + vg_replace_malloc.c + ... + + + 0x........ + ... + frame3 + ... + xml1.c + ... + + + 0x........ + ... + frame2 + ... + xml1.c + ... + + + 0x........ + ... + frame1 + ... + xml1.c + ... + + + 0x........ + ... + main + ... + xml1.c + ... + + + + + + 0x........ + ... + UninitCondition + Conditional jump or move depends on uninitialised value(s) + + + 0x........ + ... + frame3 + ... + xml1.c + ... + + + 0x........ + ... + frame2 + ... + xml1.c + ... + + + 0x........ + ... + frame1 + ... + xml1.c + ... + + + 0x........ + ... + main + ... + xml1.c + ... + + + + + + 0x........ + ... + UninitValue + Use of uninitialised value of size 4 + + + 0x........ + ... + frame3 + ... + xml1.c + ... + + + 0x........ + ... + frame2 + ... + xml1.c + ... + + + 0x........ + ... + frame1 + ... + xml1.c + ... + + + 0x........ + ... + main + ... + xml1.c + ... + + + + + + 0x........ + ... + InvalidFree + Invalid free() / delete / delete[] + + + 0x........ + ... + free + ... + vg_replace_malloc.c + ... + + + 0x........ + ... + frame3 + ... + xml1.c + ... + + + 0x........ + ... + frame2 + ... + xml1.c + ... + + + 0x........ + ... + frame1 + ... + xml1.c + ... + + + 0x........ + ... + main + ... + xml1.c + ... + + + Address 0x........ is 0 bytes inside a block of size 40 free'd + + + 0x........ + ... + free + ... + vg_replace_malloc.c + ... + + + 0x........ + ... + frame3 + ... + xml1.c + ... + + + 0x........ + ... + frame2 + ... + xml1.c + ... + + + 0x........ + ... + frame1 + ... + xml1.c + ... + + + 0x........ + ... + main + ... + xml1.c + ... + + + + + + 0x........ + ... + InvalidFree + Invalid free() / delete / delete[] + + + 0x........ + ... + free + ... + vg_replace_malloc.c + ... + + + 0x........ + ... + frame3 + ... + xml1.c + ... + + + 0x........ + ... + frame2 + ... + xml1.c + ... + + + 0x........ + ... + frame1 + ... + xml1.c + ... + + + 0x........ + ... + main + ... + xml1.c + ... + + + Address 0x........ is on thread 1's stack + + + + 0x........ + ... + SyscallParam + Syscall param exit_group(exit_code) contains uninitialised byte(s) + + + 0x........ + ... + _Exit + + + 0x........ + ... + __libc_start_main + + + 0x........ + ... + + + + + + + ... + 0x........ + + + ... + 0x........ + + + ... + 0x........ + + + ... + 0x........ + + + ... + 0x........ + + + ... + 0x........ + + + + + FINISHED + + + +... + + + 0x........ + ... + Leak_DefinitelyLost + 396 bytes in 1 blocks are definitely lost in loss record 1 of 1 + 396 + 1 + + + 0x........ + ... + malloc + ... + vg_replace_malloc.c + ... + + + 0x........ + ... + frame3 + ... + xml1.c + ... + + + 0x........ + ... + frame2 + ... + xml1.c + ... + + + 0x........ + ... + frame1 + ... + xml1.c + ... + + + 0x........ + ... + main + ... + xml1.c + ... + + + + + + -- 2.47.3