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/0669d2938832f00bed35ba2578872e87 to your computer and use it in GitHub Desktop.
Save MasterDuke17/0669d2938832f00bed35ba2578872e87 to your computer and use it in GitHub Desktop.
Writing specialized visualizations to html/images/ ...
^C==7554==
==7554== Process terminating with default action of signal 2 (SIGINT)
==7554== at 0x5B53EBC: __lll_lock_wait (in /usr/lib/libpthread-2.23.so)
==7554== by 0x5B4DB44: pthread_mutex_lock (in /usr/lib/libpthread-2.23.so)
==7554== by 0x5070678: uv_mutex_lock (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7554== by 0x4FF552B: shift (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7554== by 0x13E722DB: ???
==7554== by 0x50298E8: MVM_jit_enter_code (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7554== by 0x4F90AB6: MVM_interp_run (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7554== by 0x4FAB1AD: start_thread (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7554== by 0x5070566: uv__thread_start (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7554== by 0x5B4B483: start_thread (in /usr/lib/libpthread-2.23.so)
==7554==
==7554== HEAP SUMMARY:
==7554== in use at exit: 335,415,746 bytes in 497,511 blocks
==7554== total heap usage: 2,864,172 allocs, 2,366,661 frees, 1,162,142,656 bytes allocated
==7554==
==7554== LEAK SUMMARY:
==7554== definitely lost: 114,228 bytes in 1,546 blocks
==7554== indirectly lost: 22,368 bytes in 668 blocks
==7554== possibly lost: 377,916 bytes in 6,756 blocks
==7554== still reachable: 334,901,234 bytes in 488,541 blocks
==7554== suppressed: 0 bytes in 0 blocks
==7554== Rerun with --leak-check=full to see details of leaked memory
==7554==
==7554== For counts of detected and suppressed errors, rerun with: -v
==7554== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment