njn25 | e49d8e7 | 2002-09-23 09:36:25 +0000 | [diff] [blame] | 1 | |
| 2 | Jump to the invalid address stated on the next line |
| 3 | at 0x........: ??? |
njn | e66ffee | 2009-02-12 00:51:50 +0000 | [diff] [blame] | 4 | by 0x........: (below main) |
nethercote | f798eee | 2004-04-13 08:36:35 +0000 | [diff] [blame] | 5 | Address 0x........ is not stack'd, malloc'd or (recently) free'd |
jsgf | c5918d9 | 2003-10-14 21:11:29 +0000 | [diff] [blame] | 6 | |
njn | cab64bc | 2009-08-12 00:14:44 +0000 | [diff] [blame^] | 7 | |
thughes | 18467b7 | 2004-03-16 11:03:09 +0000 | [diff] [blame] | 8 | Process terminating with default action of signal 11 (SIGSEGV) |
fitzhardinge | 98abfc7 | 2003-12-16 02:05:15 +0000 | [diff] [blame] | 9 | Access not within mapped region at address 0x........ |
jsgf | c5918d9 | 2003-10-14 21:11:29 +0000 | [diff] [blame] | 10 | at 0x........: ??? |
njn | e66ffee | 2009-02-12 00:51:50 +0000 | [diff] [blame] | 11 | by 0x........: (below main) |
njn | 492f00b | 2009-04-30 05:09:09 +0000 | [diff] [blame] | 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. |
njn | 05b4823 | 2008-02-13 05:05:58 +0000 | [diff] [blame] | 16 | The main thread stack size used in this run was .... |
jsgf | c5918d9 | 2003-10-14 21:11:29 +0000 | [diff] [blame] | 17 | |
sewardj | d9f0b8d | 2009-08-07 17:47:42 +0000 | [diff] [blame] | 18 | HEAP SUMMARY: |
njn | cab64bc | 2009-08-12 00:14:44 +0000 | [diff] [blame^] | 19 | in use at exit: ... bytes in ... blocks |
| 20 | total heap usage: ... allocs, ... frees, ... bytes allocated |
| 21 | |
| 22 | For a detailed leak analysis, rerun with: --leak-check=full |
sewardj | d9f0b8d | 2009-08-07 17:47:42 +0000 | [diff] [blame] | 23 | |
| 24 | For counts of detected and suppressed errors, rerun with: -v |
jsgf | c5918d9 | 2003-10-14 21:11:29 +0000 | [diff] [blame] | 25 | ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) |