| 1 | error 0 |
| 2 | ==2446== Memcheck, a memory error detector |
| 3 | ==2446== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. |
| 4 | ==2446== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info |
| 5 | ==2446== Command: ./try |
| 6 | ==2446== |
| 7 | ==2446== Jump to the invalid address stated on the next line |
| 8 | ==2446== at 0x2010B0004010D01: ??? |
| 9 | ==2446== by 0x2070A0004030100: ??? |
| 10 | ==2446== by 0xE0708000D08FF: ??? |
| 11 | ==2446== by 0x5090F01010B0D0A: ??? |
| 12 | ==2446== by 0x1050C03040B0D09: ??? |
| 13 | ==2446== by 0x704060607050409: ??? |
| 14 | ==2446== by 0xC060F05040B0805: ??? |
| 15 | ==2446== by 0x3020309020D03FF: ??? |
| 16 | ==2446== by 0x30A0F010A05010A: ??? |
| 17 | ==2446== by 0xA0E0C06010F0C0C: ??? |
| 18 | ==2446== by 0xB030206030F0003: ??? |
| 19 | ==2446== by 0xA0D07090F0C0803: ??? |
| 20 | ==2446== Address 0x2010b0004010d01 is not stack'd, malloc'd or (recently) free'd |
| 21 | ==2446== |
| 22 | ==2446== |
| 23 | ==2446== Process terminating with default action of signal 11 (SIGSEGV) |
| 24 | ==2446== Bad permissions for mapped region at address 0x2010B0004010D01 |
| 25 | ==2446== at 0x2010B0004010D01: ??? |
| 26 | ==2446== by 0x2070A0004030100: ??? |
| 27 | ==2446== by 0xE0708000D08FF: ??? |
| 28 | ==2446== by 0x5090F01010B0D0A: ??? |
| 29 | ==2446== by 0x1050C03040B0D09: ??? |
| 30 | ==2446== by 0x704060607050409: ??? |
| 31 | ==2446== by 0xC060F05040B0805: ??? |
| 32 | ==2446== by 0x3020309020D03FF: ??? |
| 33 | ==2446== by 0x30A0F010A05010A: ??? |
| 34 | ==2446== by 0xA0E0C06010F0C0C: ??? |
| 35 | ==2446== by 0xB030206030F0003: ??? |
| 36 | ==2446== by 0xA0D07090F0C0803: ??? |
| 37 | ==2446== |
| 38 | ==2446== HEAP SUMMARY: |
| 39 | ==2446== in use at exit: 43,520 bytes in 10 blocks |
| 40 | ==2446== total heap usage: 775 allocs, 765 frees, 103,208 bytes allocated |
| 41 | ==2446== |
| 42 | ==2446== LEAK SUMMARY: |
| 43 | ==2446== definitely lost: 0 bytes in 0 blocks |
| 44 | ==2446== indirectly lost: 0 bytes in 0 blocks |
| 45 | ==2446== possibly lost: 43,520 bytes in 10 blocks |
| 46 | ==2446== still reachable: 0 bytes in 0 blocks |
| 47 | ==2446== suppressed: 0 bytes in 0 blocks |
| 48 | ==2446== Rerun with --leak-check=full to see details of leaked memory |
| 49 | ==2446== |
| 50 | ==2446== For lists of detected and suppressed errors, rerun with: -s |
| 51 | ==2446== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) |