|
From: <sv...@va...> - 2008-08-02 06:53:59
|
Author: sewardj Date: 2008-08-02 07:54:07 +0100 (Sat, 02 Aug 2008) New Revision: 8494 Log: Delete files which should not have been committed in the first place. Removed: branches/PTRCHECK/exp-ptrcheck/tests/arith.stderr.diff branches/PTRCHECK/exp-ptrcheck/tests/ccc.stderr.diff branches/PTRCHECK/exp-ptrcheck/tests/mm.stderr.diff branches/PTRCHECK/exp-ptrcheck/tests/or.stderr.diff branches/PTRCHECK/exp-ptrcheck/tests/partial_good.stderr.diff branches/PTRCHECK/exp-ptrcheck/tests/strlen_bad.stderr.diff branches/PTRCHECK/exp-ptrcheck/tests/syscall.stderr.diff Deleted: branches/PTRCHECK/exp-ptrcheck/tests/arith.stderr.diff =================================================================== --- branches/PTRCHECK/exp-ptrcheck/tests/arith.stderr.diff 2008-08-02 06:44:24 UTC (rev 8493) +++ branches/PTRCHECK/exp-ptrcheck/tests/arith.stderr.diff 2008-08-02 06:54:07 UTC (rev 8494) @@ -1,91 +0,0 @@ -2c2 -< Invalid ADD ---- -> Invalid arguments to Add32/Add64 -4,6c4 -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Both args derived from address 0x........ of 40-byte block alloc'd ---- -> Both args derived from address 0x........ of 40-byte block alloc'd -9,10d6 -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -12c8 -< Invalid AND ---- -> Invalid arguments to And32/And64 -14,16c10 -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< First arg derived from address 0x........ of 40-byte block alloc'd ---- -> First arg derived from address 0x........ of 40-byte block alloc'd -19,21c13 -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Second arg derived from address 0x........ of 40-byte block alloc'd ---- -> Second arg derived from address 0x........ of 40-byte block alloc'd -24,25d15 -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -27,69c17 -< Invalid IDIV -< at 0x........: main (arith.c:27) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< 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) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< -< Invalid IDIV -< at 0x........: main (arith.c:28) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< First arg not a pointer -< Second arg derived from address 0x........ of 40-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (arith.c:9) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< -< Invalid DIV -< at 0x........: main (arith.c:31) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< 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) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< -< Invalid DIV -< at 0x........: main (arith.c:32) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< First arg not a pointer -< Second arg derived from address 0x........ of 40-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (arith.c:9) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< -< Invalid IMUL ---- -> Invalid arguments to Mul32/Mul64 -71,73c19 -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Both args derived from address 0x........ of 40-byte block alloc'd ---- -> Both args derived from address 0x........ of 40-byte block alloc'd -76,77d21 -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -79c23 -< ERROR SUMMARY: 7 errors from 7 contexts (suppressed: 0 from 0) ---- -> ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) Deleted: branches/PTRCHECK/exp-ptrcheck/tests/ccc.stderr.diff =================================================================== --- branches/PTRCHECK/exp-ptrcheck/tests/ccc.stderr.diff 2008-08-02 06:44:24 UTC (rev 8493) +++ branches/PTRCHECK/exp-ptrcheck/tests/ccc.stderr.diff 2008-08-02 06:54:07 UTC (rev 8494) @@ -1,91 +0,0 @@ -3,20c3,6 -< at 0x........: main (ccc.cpp:20) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 4 bytes before the accessing pointer's -< legitimate range, the 4-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (ccc.cpp:8) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< -< Invalid read of size 4 -< at 0x........: main (ccc.cpp:21) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 4 bytes before the accessing pointer's -< legitimate range, the 4-byte block alloc'd -< at 0x........: __builtin_new (vg_replace_malloc.c:...) -< by 0x........: operator new(unsigned) (vg_replace_malloc.c:...) ---- -> at 0x........: main (ccc.cpp:16) -> Address 0x........ is 4 bytes before the accessing pointer's -> legitimate range, a block of size 4 alloc'd -> at 0x........: operator new(unsigned) (vg_replace_malloc.c:...) -22d7 -< by 0x........: __libc_start_main (...libc...) -25,33c10,14 -< at 0x........: main (ccc.cpp:22) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 4 bytes before the accessing pointer's -< legitimate range, the 40-byte block alloc'd -< at 0x........: __builtin_vec_new (vg_replace_malloc.c:...) -< by 0x........: operator new[](unsigned) (vg_replace_malloc.c:...) -< by 0x........: main (ccc.cpp:10) -< by 0x........: __libc_start_main (...libc...) ---- -> at 0x........: main (ccc.cpp:16) -> Address 0x........ is 4 bytes before the accessing pointer's -> legitimate range, a block of size 4 alloc'd -> at 0x........: malloc (vg_replace_malloc.c:...) -> by 0x........: main (ccc.cpp:8) -36,40c17,19 -< at 0x........: main (ccc.cpp:23) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 4 bytes before the accessing pointer's -< legitimate range, the 4-byte block alloc'd ---- -> at 0x........: main (ccc.cpp:16) -> Address 0x........ is 4 bytes before the accessing pointer's -> legitimate range, a block of size 4 alloc'd -43,44d21 -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -47,51c24,26 -< at 0x........: main (ccc.cpp:24) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 4 bytes before the accessing pointer's -< legitimate range, the 4-byte block alloc'd ---- -> at 0x........: main (ccc.cpp:16) -> Address 0x........ is 4 bytes before the accessing pointer's -> legitimate range, a block of size 4 alloc'd -54,55d28 -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -58,62c31,40 -< at 0x........: main (ccc.cpp:25) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 4 bytes before the accessing pointer's -< legitimate range, the 4-byte block alloc'd ---- -> at 0x........: main (ccc.cpp:16) -> Address 0x........ is 4 bytes before the accessing pointer's -> legitimate range, a block of size 40 alloc'd -> at 0x........: operator new[](unsigned) (vg_replace_malloc.c:...) -> by 0x........: main (ccc.cpp:10) -> -> Invalid read of size 4 -> at 0x........: main (ccc.cpp:16) -> Address 0x........ is 4 bytes before the accessing pointer's -> legitimate range, a block of size 4 alloc'd -64c42 -< by 0x........: __posix_memalign (vg_replace_malloc.c:...) ---- -> by 0x........: posix_memalign (vg_replace_malloc.c:...) -66d43 -< by 0x........: __libc_start_main (...libc...) Deleted: branches/PTRCHECK/exp-ptrcheck/tests/mm.stderr.diff =================================================================== --- branches/PTRCHECK/exp-ptrcheck/tests/mm.stderr.diff 2008-08-02 06:44:24 UTC (rev 8493) +++ branches/PTRCHECK/exp-ptrcheck/tests/mm.stderr.diff 2008-08-02 06:54:07 UTC (rev 8494) @@ -1,106 +0,0 @@ -2,10c2,3 -< Invalid read of size 1 -< at 0x........: main (mm.c:47) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 1 bytes before the accessing pointer's -< legitimate range, the 4096-byte block mmap'd -< at 0x........: __mmap (in /...libc...) -< Warning: invalid file descriptor -1 in syscall write() -< Warning: invalid file descriptor -1 in syscall write() ---- -> mm: mm.c:34: main: Assertion `((void *)0) == res2' failed. -> syscallno == 270 -12,15c5,9 -< Syscall param write(buf) is non-contiguous -< at 0x........: __libc_write (...libc...) -< by 0x........: main (mm.c:49) -< by 0x........: __libc_start_main (...libc...) ---- -> 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) -17,23d10 -< First byte is not within a known block -< Last byte (0x........) is 3 bytes within a 4096-byte block mmap'd -< at 0x........: __mmap (in /...libc...) -< -< Invalid read of size 1 -< at 0x........: main (mm.c:53) -< by 0x........: __libc_start_main (...libc...) -25,28c12,13 -< Address 0x........ is 0 bytes inside the accessing pointer's -< once-legitimate range, the 4096-byte block munmap'd -< at 0x........: __munmap (in /...libc...) -< by 0x........: __libc_start_main (...libc...) ---- -> by 0x........: vgPlain_fixup_guest_state_after_syscall_interrupted (syswrap-main.c:1353) -> by 0x........: async_signalhandler (m_signals.c:1627) -30,33c15,22 -< -< Doubly-invalid read of size 1 -< at 0x........: main (mm.c:54) -< by 0x........: __libc_start_main (...libc...) ---- -> by 0x........: myvprintf_int64 (m_debuglog.c:596) -> by 0x........: ??? -> by 0x........: ??? -> by 0x........: ??? -> by 0x........: ??? -> by 0x........: ??? -> by 0x........: ??? -> by 0x........: ??? -35,40c24,27 -< Address 0x........ is 1 bytes before the accessing pointer's -< once-legitimate range, the 4096-byte block munmap'd -< at 0x........: __munmap (in /...libc...) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Warning: invalid file descriptor -1 in syscall write() ---- -> by 0x........: ??? -> by 0x........: ??? -> by 0x........: ??? -> by 0x........: ??? -42,51c29,30 -< Syscall param write(buf) contains unaddressable byte(s) -< at 0x........: __libc_write (...libc...) -< by 0x........: main (mm.c:55) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 0 bytes within a 4096-byte block munmap'd -< at 0x........: __munmap (in /...libc...) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Warning: invalid file descriptor -1 in syscall write() ---- -> sched status: -> running_tid=1 -53,56c32,33 -< Syscall param write(buf) is non-contiguous -< at 0x........: __libc_write (...libc...) -< by 0x........: main (mm.c:56) -< by 0x........: __libc_start_main (...libc...) ---- -> Thread 1: status = VgTs_Runnable -> at 0x........: raise (in /...libc...) -58,61d34 -< First byte is not within a known block -< Last byte (0x........) is 3 bytes within a 4096-byte block munmap'd -< at 0x........: __munmap (in /...libc...) -< by 0x........: __libc_start_main (...libc...) -62a36,45 -> 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. -64d46 -< ERROR SUMMARY: 6 errors from 6 contexts (suppressed: 0 from 0) Deleted: branches/PTRCHECK/exp-ptrcheck/tests/or.stderr.diff =================================================================== --- branches/PTRCHECK/exp-ptrcheck/tests/or.stderr.diff 2008-08-02 06:44:24 UTC (rev 8493) +++ branches/PTRCHECK/exp-ptrcheck/tests/or.stderr.diff 2008-08-02 06:54:07 UTC (rev 8494) @@ -1,23 +0,0 @@ -29,34d28 -< -< Invalid OR -< at 0x........: main (or.c:20) -< Both args derived from address 0x........ of 40-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (arith_include2.c:22) -36,39d29 -< -< Invalid read of size 4 -< at 0x........: main (or.c:20) -< Address 0x........ is not derived from any known block -44c34,37 -< Address 0x........ is not derived from any known block ---- -> 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) -91c84 -< ERROR SUMMARY: 10 errors from 10 contexts (suppressed: 0 from 0) ---- -> ERROR SUMMARY: 8 errors from 8 contexts (suppressed: 0 from 0) Deleted: branches/PTRCHECK/exp-ptrcheck/tests/partial_good.stderr.diff =================================================================== --- branches/PTRCHECK/exp-ptrcheck/tests/partial_good.stderr.diff 2008-08-02 06:44:24 UTC (rev 8493) +++ branches/PTRCHECK/exp-ptrcheck/tests/partial_good.stderr.diff 2008-08-02 06:54:07 UTC (rev 8494) @@ -1,105 +0,0 @@ -1,101c1,2 -< -< Invalid read of size 4 -< at 0x........: main (partial.c:22) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 1 bytes inside the accessing pointer's -< legitimate range, the 4-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (partial.c:7) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< -< Invalid read of size 4 -< at 0x........: main (partial.c:23) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 2 bytes inside the accessing pointer's -< legitimate range, the 5-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (partial.c:8) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< -< Invalid read of size 4 -< at 0x........: main (partial.c:24) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 3 bytes inside the accessing pointer's -< legitimate range, the 6-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (partial.c:9) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< -< Invalid read of size 4 -< at 0x........: main (partial.c:34) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 1 bytes before the accessing pointer's -< legitimate range, the 3-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (partial.c:6) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< -< Invalid read of size 4 -< at 0x........: main (partial.c:36) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 1 bytes inside the accessing pointer's -< legitimate range, the 3-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (partial.c:6) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< -< Invalid read of size 4 -< at 0x........: main (partial.c:37) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 2 bytes inside the accessing pointer's -< legitimate range, the 3-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (partial.c:6) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< -< Invalid read of size 4 -< at 0x........: main (partial.c:38) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 0 bytes after the accessing pointer's -< legitimate range, the 3-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (partial.c:6) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< -< Invalid read of size 1 -< at 0x........: main (partial.c:44) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 0 bytes after the accessing pointer's -< legitimate range, the 0-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (partial.c:9) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< -< Invalid read of size 2 -< at 0x........: main (partial.c:45) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 0 bytes inside the accessing pointer's -< legitimate range, the 1-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (partial.c:10) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< -< ERROR SUMMARY: 9 errors from 9 contexts (suppressed: 0 from 0) ---- -> valgrind: Bad option '--partial-loads-ok=yes'; aborting. -> valgrind: Use --help for more information. Deleted: branches/PTRCHECK/exp-ptrcheck/tests/strlen_bad.stderr.diff =================================================================== --- branches/PTRCHECK/exp-ptrcheck/tests/strlen_bad.stderr.diff 2008-08-02 06:44:24 UTC (rev 8493) +++ branches/PTRCHECK/exp-ptrcheck/tests/strlen_bad.stderr.diff 2008-08-02 06:54:07 UTC (rev 8494) @@ -1,50 +0,0 @@ -1,46c1,2 -< -< Invalid read of size 4 -< at 0x........: strlen (in /...libc...) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 12 bytes inside the accessing pointer's -< legitimate range, the 13-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: __strdup (in /...libc...) -< by 0x........: main (strlen.c:14) -< by 0x........: __libc_start_main (...libc...) -< -< Invalid read of size 4 -< at 0x........: strchr (in /...libc...) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 12 bytes inside the accessing pointer's -< legitimate range, the 13-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: __strdup (in /...libc...) -< by 0x........: main (strlen.c:14) -< by 0x........: __libc_start_main (...libc...) -< -< Invalid read of size 4 -< at 0x........: strrchr (in /...libc...) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 12 bytes inside the accessing pointer's -< legitimate range, the 13-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: __strdup (in /...libc...) -< by 0x........: main (strlen.c:14) -< by 0x........: __libc_start_main (...libc...) -< -< Invalid read of size 4 -< at 0x........: strrchr (in /...libc...) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 12 bytes inside the accessing pointer's -< legitimate range, the 13-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: __strdup (in /...libc...) -< by 0x........: main (strlen.c:14) -< by 0x........: __libc_start_main (...libc...) -< -< ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0) ---- -> valgrind: Bad option '--partial-loads-ok=no'; aborting. -> valgrind: Use --help for more information. Deleted: branches/PTRCHECK/exp-ptrcheck/tests/syscall.stderr.diff =================================================================== --- branches/PTRCHECK/exp-ptrcheck/tests/syscall.stderr.diff 2008-08-02 06:44:24 UTC (rev 8493) +++ branches/PTRCHECK/exp-ptrcheck/tests/syscall.stderr.diff 2008-08-02 06:54:07 UTC (rev 8494) @@ -1,113 +0,0 @@ -1,109c1,2 -< -< Warning: invalid file descriptor -1 in syscall write() -< Syscall param write(buf) is non-contiguous -< at 0x........: __libc_write (...libc...) -< by 0x........: main (syscall.c:32) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< First byte (0x........) is 3 bytes within a 6-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (syscall.c:20) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Last byte is not within a known block -< Warning: invalid file descriptor -1 in syscall write() -< -< Syscall param write(buf) is non-contiguous -< at 0x........: __libc_write (...libc...) -< by 0x........: main (syscall.c:33) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< First byte is not within a known block -< Last byte (0x........) is 3 bytes within a 6-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (syscall.c:20) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Warning: invalid file descriptor -1 in syscall write() -< -< Syscall param write(buf) is non-contiguous -< at 0x........: __libc_write (...libc...) -< by 0x........: main (syscall.c:34) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< First byte (0x........) is 1 bytes within a 6-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (syscall.c:20) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Last byte (0x........) is 0 bytes within a 6-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (syscall.c:20) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< -< Syscall param open(pathname) is non-contiguous -< at 0x........: __libc_open (...libc...) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< First byte (0x........) is 3 bytes within a 6-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (syscall.c:20) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Last byte is not within a known block -< -< Syscall param getitimer(timer) is non-contiguous -< at 0x........: __getitimer (in /...libc...) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< First byte (0x........) is 0 bytes within a 15-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (syscall.c:21) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Last byte is not within a known block -< Warning: invalid file descriptor -1 in syscall write() -< -< Syscall param write(buf) contains unaddressable byte(s) -< at 0x........: __libc_write (...libc...) -< by 0x........: main (syscall.c:41) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Address 0x........ is 0 bytes within a 6-byte block free'd -< at 0x........: free (vg_replace_malloc.c:...) -< by 0x........: main (syscall.c:40) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Warning: invalid file descriptor -1 in syscall write() -< -< Syscall param write(buf) is non-contiguous -< at 0x........: __libc_write (...libc...) -< by 0x........: main (syscall.c:42) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< First byte (0x........) is 3 bytes within a 6-byte block free'd -< at 0x........: free (vg_replace_malloc.c:...) -< by 0x........: main (syscall.c:40) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Last byte is not within a known block -< Warning: invalid file descriptor -1 in syscall write() -< -< Syscall param write(buf) is non-contiguous -< at 0x........: __libc_write (...libc...) -< by 0x........: main (syscall.c:43) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< First byte (0x........) is 1 bytes within a 6-byte block free'd -< at 0x........: free (vg_replace_malloc.c:...) -< by 0x........: main (syscall.c:40) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< Last byte (0x........) is 0 bytes within a 6-byte block alloc'd -< at 0x........: malloc (vg_replace_malloc.c:...) -< by 0x........: main (syscall.c:20) -< by 0x........: __libc_start_main (...libc...) -< by 0x........: ... -< -< ERROR SUMMARY: 8 errors from 8 contexts (suppressed: 0 from 0) ---- -> valgrind: Bad option '--sloppy-malloc=no'; aborting. -> valgrind: Use --help for more information. |