Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MasterDuke17/470aab0a87ad24d1e3c001933d9e8d02 to your computer and use it in GitHub Desktop.
Save MasterDuke17/470aab0a87ad24d1e3c001933d9e8d02 to your computer and use it in GitHub Desktop.
==17538== Thread 12:
==17538== Invalid read of size 8
==17538== at 0x4F998AC: MVM_interp_run (interp.c:2005)
==17538== by 0x4FAB1AD: start_thread (threads.c:77)
==17538== by 0x50702C6: uv__thread_start (in /home/dan/Source/perl6/install/lib/libmoar.so)
==17538== by 0x5B4B483: start_thread (in /usr/lib/libpthread-2.23.so)
==17538== Address 0x10 is not stack'd, malloc'd or (recently) free'd
==17538==
==17538==
==17538== Process terminating with default action of signal 11 (SIGSEGV): dumping core
==17538== Access not within mapped region at address 0x10
==17538== at 0x4F998AC: MVM_interp_run (interp.c:2005)
==17538== by 0x4FAB1AD: start_thread (threads.c:77)
==17538== by 0x50702C6: uv__thread_start (in /home/dan/Source/perl6/install/lib/libmoar.so)
==17538== by 0x5B4B483: start_thread (in /usr/lib/libpthread-2.23.so)
==17538== If you believe this happened as a result of a stack
==17538== overflow in your program's main thread (unlikely but
==17538== possible), you can try to increase the size of the
==17538== main thread stack using the --main-stacksize= flag.
==17538== The main thread stack size used in this run was 8388608.
==17538==
==17538== HEAP SUMMARY:
==17538== in use at exit: 312,752,098 bytes in 1,066,331 blocks
==17538== total heap usage: 9,635,175 allocs, 8,568,844 frees, 2,675,701,887 bytes allocated
==17538==
==17538== LEAK SUMMARY:
==17538== definitely lost: 20,108 bytes in 889 blocks
==17538== indirectly lost: 22,632 bytes in 669 blocks
==17538== possibly lost: 11,294,584 bytes in 175,110 blocks
==17538== still reachable: 301,414,774 bytes in 889,663 blocks
==17538== of which reachable via heuristic:
==17538== length64 : 12,626,891 bytes in 84,370 blocks
==17538== suppressed: 0 bytes in 0 blocks
==17538== Rerun with --leak-check=full to see details of leaked memory
==17538==
==17538== For counts of detected and suppressed errors, rerun with: -v
==17538== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment