|
From: <sv...@va...> - 2008-08-02 06:55:33
|
Author: sewardj Date: 2008-08-02 07:55:41 +0100 (Sat, 02 Aug 2008) New Revision: 8495 Log: Delete more files that should not have been committed. Removed: branches/PTRCHECK/exp-ptrcheck/tests/arith.stderr.out branches/PTRCHECK/exp-ptrcheck/tests/mm.stderr.out branches/PTRCHECK/exp-ptrcheck/tests/or.stderr.out branches/PTRCHECK/exp-ptrcheck/tests/partial_good.stderr.out branches/PTRCHECK/exp-ptrcheck/tests/strlen_bad.stderr.out branches/PTRCHECK/exp-ptrcheck/tests/syscall.stderr.out Deleted: branches/PTRCHECK/exp-ptrcheck/tests/arith.stderr.out =================================================================== --- branches/PTRCHECK/exp-ptrcheck/tests/arith.stderr.out 2008-08-02 06:54:07 UTC (rev 8494) +++ branches/PTRCHECK/exp-ptrcheck/tests/arith.stderr.out 2008-08-02 06:55:41 UTC (rev 8495) @@ -1,23 +0,0 @@ - -Invalid arguments to Add32/Add64 - at 0x........: main (arith.c:19) - Both args derived from address 0x........ of 40-byte block alloc'd - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (arith.c:9) - -Invalid arguments to And32/And64 - at 0x........: main (arith.c:21) - First arg derived from address 0x........ of 40-byte block alloc'd - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (arith.c:9) - Second arg derived from address 0x........ of 40-byte block alloc'd - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (arith.c:8) - -Invalid arguments to Mul32/Mul64 - at 0x........: main (arith.c:34) - Both args derived from address 0x........ of 40-byte block alloc'd - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (arith.c:9) - -ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) Deleted: branches/PTRCHECK/exp-ptrcheck/tests/mm.stderr.out =================================================================== --- branches/PTRCHECK/exp-ptrcheck/tests/mm.stderr.out 2008-08-02 06:54:07 UTC (rev 8494) +++ branches/PTRCHECK/exp-ptrcheck/tests/mm.stderr.out 2008-08-02 06:55:41 UTC (rev 8495) @@ -1,46 +0,0 @@ - -mm: mm.c:34: main: Assertion `((void *)0) == res2' failed. -syscallno == 270 - -exp-ptrcheck: the 'impossible' happened: - unhandled syscall - at 0x........: report_and_quit (m_libcassert.c:140) - by 0x........: panic (m_libcassert.c:215) - by 0x........: vgPlain_tool_panic (m_libcassert.c:230) - by 0x........: ... - by 0x........: ... - by 0x........: vgPlain_fixup_guest_state_after_syscall_interrupted (syswrap-main.c:1353) - by 0x........: async_signalhandler (m_signals.c:1627) - by 0x........: ... - by 0x........: myvprintf_int64 (m_debuglog.c:596) - by 0x........: ??? - by 0x........: ??? - by 0x........: ??? - by 0x........: ??? - by 0x........: ??? - by 0x........: ??? - by 0x........: ??? - by 0x........: ... - by 0x........: ??? - by 0x........: ??? - by 0x........: ??? - by 0x........: ??? - -sched status: - running_tid=1 - -Thread 1: status = VgTs_Runnable - at 0x........: raise (in /...libc...) - by 0x........: ... - by 0x........: ... - by 0x........: main (mm.c:34) - - -Note: see also the FAQ.txt in the source distribution. -It contains workarounds to several common problems. - -If that doesn't help, please report this bug to: nj...@va... - -In the bug report, send all the above text, the valgrind -version, and what Linux distro you are using. Thanks. - Deleted: branches/PTRCHECK/exp-ptrcheck/tests/or.stderr.out =================================================================== --- branches/PTRCHECK/exp-ptrcheck/tests/or.stderr.out 2008-08-02 06:54:07 UTC (rev 8494) +++ branches/PTRCHECK/exp-ptrcheck/tests/or.stderr.out 2008-08-02 06:55:41 UTC (rev 8495) @@ -1,84 +0,0 @@ - -about to do 14 [0] -Invalid read of size 4 - at 0x........: main (or.c:14) - Address 0x........ is not derived from any known block -about to do 14 [-1] - -Invalid read of size 4 - at 0x........: main (or.c:14) - Address 0x........ is not derived from any known block -about to do 16 [0] -about to do 16 [-1] - -Invalid read of size 4 - at 0x........: main (or.c:16) - Address 0x........ is 4 bytes before the accessing pointer's - legitimate range, a block of size 40 alloc'd - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (arith_include2.c:22) -about to do 18 [0] -about to do 18 [-1] - -Invalid read of size 4 - at 0x........: main (or.c:18) - Address 0x........ is 4 bytes before the accessing pointer's - legitimate range, a block of size 40 alloc'd - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (arith_include2.c:22) -about to do 20 [0] -about to do 20 [-1] - -Invalid read of size 4 - at 0x........: main (or.c:20) - Address 0x........ is 4 bytes before the accessing pointer's - legitimate range, a block of size 40 alloc'd - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (arith_include2.c:22) - -Invalid arguments to Or32/Or64 - at 0x........: main (or.c:21) - First arg derived from address 0x........ of 40-byte block alloc'd - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (arith_include2.c:22) - Second arg derived from address 0x........ of 40-byte block alloc'd - at 0x........: malloc (vg_replace_malloc.c:...) - by 0x........: main (arith_include2.c:22) -about to do 21 [0] - -Invalid read of size 4 - at 0x........: main (or.c:21) - Address 0x........ is not derived from any known block -about to do 21 [-1] - -Invalid read of size 4 - at 0x........: main (or.c:21) - Address 0x........ is not derived from any known block -about to do 23 [0] -about to do 23 [-1] -about to do 24 [0] -about to do 24 [-1] -about to do 26 [0] -about to do 26 [-1] -about to do 27 [0] -about to do 27 [-1] -about to do 29 [0] -about to do 29 [-1] -about to do 30 [0] -about to do 30 [-1] -about to do 31 [0] -about to do 31 [-1] -about to do 32 [0] -about to do 32 [-1] -about to do 33 [0] -about to do 33 [-1] -about to do 35 [0] -about to do 35 [-1] -about to do 36 [0] -about to do 36 [-1] -about to do 38 [0] -about to do 38 [-1] -about to do 39 [0] -about to do 39 [-1] - -ERROR SUMMARY: 8 errors from 8 contexts (suppressed: 0 from 0) Deleted: branches/PTRCHECK/exp-ptrcheck/tests/partial_good.stderr.out =================================================================== --- branches/PTRCHECK/exp-ptrcheck/tests/partial_good.stderr.out 2008-08-02 06:54:07 UTC (rev 8494) +++ branches/PTRCHECK/exp-ptrcheck/tests/partial_good.stderr.out 2008-08-02 06:55:41 UTC (rev 8495) @@ -1,2 +0,0 @@ -valgrind: Bad option '--partial-loads-ok=yes'; aborting. -valgrind: Use --help for more information. Deleted: branches/PTRCHECK/exp-ptrcheck/tests/strlen_bad.stderr.out =================================================================== --- branches/PTRCHECK/exp-ptrcheck/tests/strlen_bad.stderr.out 2008-08-02 06:54:07 UTC (rev 8494) +++ branches/PTRCHECK/exp-ptrcheck/tests/strlen_bad.stderr.out 2008-08-02 06:55:41 UTC (rev 8495) @@ -1,2 +0,0 @@ -valgrind: Bad option '--partial-loads-ok=no'; aborting. -valgrind: Use --help for more information. Deleted: branches/PTRCHECK/exp-ptrcheck/tests/syscall.stderr.out =================================================================== --- branches/PTRCHECK/exp-ptrcheck/tests/syscall.stderr.out 2008-08-02 06:54:07 UTC (rev 8494) +++ branches/PTRCHECK/exp-ptrcheck/tests/syscall.stderr.out 2008-08-02 06:55:41 UTC (rev 8495) @@ -1,2 +0,0 @@ -valgrind: Bad option '--sloppy-malloc=no'; aborting. -valgrind: Use --help for more information. |