mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-12 14:20:04 +00:00
overhaul of the thread support. Many things are now probably broken, but at least with --tool=none, simple and not-so-simple threaded and non-thread programs work. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3265
15 lines
577 B
Plaintext
15 lines
577 B
Plaintext
Invalid free() / delete / delete[]
|
|
at 0x........: free (vg_replace_malloc.c:...)
|
|
by 0x........: ddd (suppfree.c:7)
|
|
by 0x........: ccc (suppfree.c:12)
|
|
by 0x........: bbb (suppfree.c:17)
|
|
by 0x........: aaa (suppfree.c:22)
|
|
by 0x........: main (suppfree.c:28)
|
|
Address 0x........ is 0 bytes inside a block of size 10 free'd
|
|
at 0x........: free (vg_replace_malloc.c:...)
|
|
by 0x........: ddd (suppfree.c:6)
|
|
by 0x........: ccc (suppfree.c:12)
|
|
by 0x........: bbb (suppfree.c:17)
|
|
by 0x........: aaa (suppfree.c:22)
|
|
by 0x........: main (suppfree.c:28)
|