| 1 | ==27325== Memcheck, a memory error detector |
|---|
| 2 | ==27325== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. |
|---|
| 3 | ==27325== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info |
|---|
| 4 | ==27325== Command: ./test |
|---|
| 5 | ==27325== |
|---|
| 6 | test: runtime.c:2797: C_save_and_reclaim: Assertion `av > C_temporary_stack_bottom || av < C_temporary_stack_limit' failed. |
|---|
| 7 | let's try and crash |
|---|
| 8 | done |
|---|
| 9 | let's try and crash |
|---|
| 10 | ==27325== |
|---|
| 11 | ==27325== Process terminating with default action of signal 6 (SIGABRT): dumping core |
|---|
| 12 | ==27325== at 0x5C7F04F: raise (in /usr/lib/libc-2.24.so) |
|---|
| 13 | ==27325== by 0x5C80479: abort (in /usr/lib/libc-2.24.so) |
|---|
| 14 | ==27325== by 0x5C77EA6: __assert_fail_base (in /usr/lib/libc-2.24.so) |
|---|
| 15 | ==27325== by 0x5C77F51: __assert_fail (in /usr/lib/libc-2.24.so) |
|---|
| 16 | ==27325== by 0x5421731: C_save_and_reclaim (in /usr/lib/libchicken.so.8) |
|---|
| 17 | ==27325== by 0x536D8D8: ??? (in /usr/lib/libchicken.so.8) |
|---|
| 18 | ==27325== by 0x535CB47: ??? (in /usr/lib/libchicken.so.8) |
|---|
| 19 | ==27325== by 0x541F29E: C_callback (in /usr/lib/libchicken.so.8) |
|---|
| 20 | ==27325== by 0x541F318: C_callback_wrapper (in /usr/lib/libchicken.so.8) |
|---|
| 21 | ==27325== by 0x109972: my_callback (in /home/jaume/projects/fucking-weeb/test) |
|---|
| 22 | ==27325== by 0x4E81EB2: ??? (in /usr/lib/libglib-2.0.so.0.5000.2) |
|---|
| 23 | ==27325== by 0x4E81439: g_main_context_dispatch (in /usr/lib/libglib-2.0.so.0.5000.2) |
|---|
| 24 | ==27325== |
|---|
| 25 | ==27325== HEAP SUMMARY: |
|---|
| 26 | ==27325== in use at exit: 2,266,056 bytes in 2,166 blocks |
|---|
| 27 | ==27325== total heap usage: 2,305 allocs, 139 frees, 186,844,386 bytes allocated |
|---|
| 28 | ==27325== |
|---|
| 29 | ==27325== LEAK SUMMARY: |
|---|
| 30 | ==27325== definitely lost: 0 bytes in 0 blocks |
|---|
| 31 | ==27325== indirectly lost: 0 bytes in 0 blocks |
|---|
| 32 | ==27325== possibly lost: 0 bytes in 0 blocks |
|---|
| 33 | ==27325== still reachable: 2,266,056 bytes in 2,166 blocks |
|---|
| 34 | ==27325== suppressed: 0 bytes in 0 blocks |
|---|
| 35 | ==27325== Rerun with --leak-check=full to see details of leaked memory |
|---|
| 36 | ==27325== |
|---|
| 37 | ==27325== For counts of detected and suppressed errors, rerun with: -v |
|---|
| 38 | ==27325== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) |
|---|