mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
--read-var-info=yes is very memory and cpu intensive. This patch ensures that even witout --read-var-info=yes that the frame where the address point is reported in the address description. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13991
12 lines
423 B
Plaintext
12 lines
423 B
Plaintext
Invalid free() / delete / delete[] / realloc()
|
|
at 0x........: free (vg_replace_malloc.c:...)
|
|
by 0x........: main (badfree.c:12)
|
|
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
|
|
|
Invalid free() / delete / delete[] / realloc()
|
|
at 0x........: free (vg_replace_malloc.c:...)
|
|
by 0x........: main (badfree.c:15)
|
|
Address 0x........ is on thread 1's stack
|
|
in frame #1, created by main (badfree.c:7)
|
|
|