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