mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
tracing the stack at __libc_start_main. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5183
17 lines
661 B
Plaintext
17 lines
661 B
Plaintext
|
|
Jump to the invalid address stated on the next line
|
|
at 0x........: ???
|
|
by 0x........: __libc_start_main (in /...libc...)
|
|
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...)
|
|
|
|
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
|
malloc/free: in use at exit: 24 bytes in 1 blocks.
|
|
malloc/free: 1 allocs, 0 frees, 24 bytes allocated.
|
|
For a detailed leak analysis, rerun with: --leak-check=yes
|
|
For counts of detected errors, rerun with: -v
|