2 Jump to the invalid address stated
on the next line
4 by
0x........
: main
(badjump.c
:17)
5 Address
0x........ is not stack
'd, malloc'd or
(recently
) free
'd
8 Process terminating with default action of signal 11 (SIGSEGV)
9 Access not within mapped region at address 0x........
11 by 0x........: main (badjump.c:17)
12 If you believe this happened as a result of a stack
13 overflow in your program's main thread
(unlikely but
14 possible
), you can try to increase the size of the
15 main thread stack using the
--main
-stacksize
= flag.
16 The main thread stack size used in this run was ....
19 in use at exit
: ... bytes in ... blocks
20 total heap usage
: ... allocs
, ... frees
, ... bytes allocated
22 For a detailed leak analysis
, rerun with
: --leak
-check
=full
24 For lists of detected and suppressed errors
, rerun with
: -s
25 ERROR SUMMARY
: 1 errors from
1 contexts
(suppressed
: 0 from
0)