Skip to content

Instantly share code, notes, and snippets.

@MasterDuke17
Created May 19, 2017 20:41
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/001bda1864543bb3b2a1496f688da448 to your computer and use it in GitHub Desktop.
Save MasterDuke17/001bda1864543bb3b2a1496f688da448 to your computer and use it in GitHub Desktop.
==7945== Invalid read of size 4
==7945== at 0x5055517: tile_node (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x5054488: MVM_jit_expr_tree_traverse (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x50577FE: MVM_jit_tile_expr_tree (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x505265A: MVM_jit_compile_expr_tree (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x50528D1: MVM_jit_compile_graph (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x503E351: MVM_spesh_candidate_specialize (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x4FD10FE: MVM_frame_try_return (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x4FBE54A: MVM_interp_run (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x50885A0: MVM_vm_run_file (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x10920B: main (in /home/dan/Source/perl6/install/bin/moar)
==7945== Address 0xc is not stack'd, malloc'd or (recently) free'd
==7945==
==7945==
==7945== Process terminating with default action of signal 11 (SIGSEGV)
==7945== Access not within mapped region at address 0xC
==7945== at 0x5055517: tile_node (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x5054488: MVM_jit_expr_tree_traverse (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x50577FE: MVM_jit_tile_expr_tree (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x505265A: MVM_jit_compile_expr_tree (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x50528D1: MVM_jit_compile_graph (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x503E351: MVM_spesh_candidate_specialize (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x4FD10FE: MVM_frame_try_return (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x4FBE54A: MVM_interp_run (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x50885A0: MVM_vm_run_file (in /home/dan/Source/perl6/install/lib/libmoar.so)
==7945== by 0x10920B: main (in /home/dan/Source/perl6/install/bin/moar)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment