blob: 3754b96a0f4196d8e52a5ab15cdd5265dab58dbe [file] [log] [blame]
njn25e49d8e72002-09-23 09:36:25 +00001
2Jump to the invalid address stated on the next line
3 at 0x........: ???
njne66ffee2009-02-12 00:51:50 +00004 by 0x........: (below main)
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
thughes18467b72004-03-16 11:03:09 +00007Process terminating with default action of signal 11 (SIGSEGV)
fitzhardinge98abfc72003-12-16 02:05:15 +00008 Access not within mapped region at address 0x........
jsgfc5918d92003-10-14 21:11:29 +00009 at 0x........: ???
njne66ffee2009-02-12 00:51:50 +000010 by 0x........: (below main)
njn492f00b2009-04-30 05:09:09 +000011 If you believe this happened as a result of a stack
12 overflow in your program's main thread (unlikely but
13 possible), you can try to increase the size of the
14 main thread stack using the --main-stacksize= flag.
njn05b48232008-02-13 05:05:58 +000015 The main thread stack size used in this run was ....
jsgfc5918d92003-10-14 21:11:29 +000016
sewardjd9f0b8d2009-08-07 17:47:42 +000017HEAP SUMMARY:
18 in use at exit: ... bytes in ... blocks.
19 total heap usage: ... allocs, ... frees, ... bytes allocated.
20For a detailed leak analysis, rerun with: --leak-check=yes
21
22For counts of detected and suppressed errors, rerun with: -v
jsgfc5918d92003-10-14 21:11:29 +000023ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)