mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-11 05:55:48 +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
19 lines
703 B
Plaintext
19 lines
703 B
Plaintext
|
|
Jump to the invalid address stated on the next line
|
|
at 0x........: ???
|
|
by 0x........: __libc_start_main (in /...libc...)
|
|
by 0x........: ...
|
|
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
|
|
|
Process terminating with default action of signal 11 (SIGSEGV)
|
|
Access not within mapped region at address 0x........
|
|
at 0x........: ???
|
|
by 0x........: __libc_start_main (in /...libc...)
|
|
by 0x........: ...
|
|
|
|
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
|
malloc/free: in use at exit: 0 bytes in 0 blocks.
|
|
malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
|
|
For a detailed leak analysis, rerun with: --leak-check=yes
|
|
For counts of detected errors, rerun with: -v
|