blob: e2659dee6e8c2a8eea031100a0168b2349a63315 [file] [log] [blame]
njn25e49d8e72002-09-23 09:36:25 +00001
2Jump to the invalid address stated on the next line
florian3dfe9792011-10-03 23:39:54 +00003 ...
florian58a1bf32011-10-04 20:14:59 +00004 by 0x........: main (badjump.c:17)
nethercotef798eee2004-04-13 08:36:35 +00005 Address 0x........ is not stack'd, malloc'd or (recently) free'd
jsgfc5918d92003-10-14 21:11:29 +00006
njncab64bc2009-08-12 00:14:44 +00007
thughes18467b72004-03-16 11:03:09 +00008Process terminating with default action of signal 11 (SIGSEGV)
fitzhardinge98abfc72003-12-16 02:05:15 +00009 Access not within mapped region at address 0x........
florian3dfe9792011-10-03 23:39:54 +000010 ...
florian58a1bf32011-10-04 20:14:59 +000011 by 0x........: main (badjump.c:17)
njn492f00b2009-04-30 05:09:09 +000012 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.
njn05b48232008-02-13 05:05:58 +000016 The main thread stack size used in this run was ....
jsgfc5918d92003-10-14 21:11:29 +000017
sewardjd9f0b8d2009-08-07 17:47:42 +000018HEAP SUMMARY:
njncab64bc2009-08-12 00:14:44 +000019 in use at exit: ... bytes in ... blocks
20 total heap usage: ... allocs, ... frees, ... bytes allocated
21
22For a detailed leak analysis, rerun with: --leak-check=full
sewardjd9f0b8d2009-08-07 17:47:42 +000023
24For counts of detected and suppressed errors, rerun with: -v
jsgfc5918d92003-10-14 21:11:29 +000025ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)