thughes | 48841f0 | 2004-10-31 11:31:16 +0000 | [diff] [blame] | 1 | |
| 2 | Jump to the invalid address stated on the next line |
| 3 | at 0x........: ??? |
sewardj | b5f6f51 | 2005-03-10 23:59:00 +0000 | [diff] [blame] | 4 | by 0x........: __libc_start_main (in /...libc...) |
thughes | 48841f0 | 2004-10-31 11:31:16 +0000 | [diff] [blame] | 5 | by 0x........: ... |
| 6 | Address 0x........ is not stack'd, malloc'd or (recently) free'd |
| 7 | |
| 8 | Process terminating with default action of signal 11 (SIGSEGV) |
| 9 | Access not within mapped region at address 0x........ |
| 10 | at 0x........: ??? |
sewardj | b5f6f51 | 2005-03-10 23:59:00 +0000 | [diff] [blame] | 11 | by 0x........: __libc_start_main (in /...libc...) |
thughes | 48841f0 | 2004-10-31 11:31:16 +0000 | [diff] [blame] | 12 | by 0x........: ... |
| 13 | |
| 14 | ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) |
| 15 | malloc/free: in use at exit: 24 bytes in 1 blocks. |
| 16 | malloc/free: 1 allocs, 0 frees, 24 bytes allocated. |
| 17 | For a detailed leak analysis, rerun with: --leak-check=yes |
| 18 | For counts of detected errors, rerun with: -v |