Skip to content

Instantly share code, notes, and snippets.

@timo
Created March 11, 2015 20:32
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 timo/d1d710c3141ee41ec88e to your computer and use it in GitHub Desktop.
Save timo/d1d710c3141ee41ec88e to your computer and use it in GitHub Desktop.
ASAN:SIGSEGV
=================================================================
==8190==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000004 (pc 0x7fce7e27d75b sp 0x7fff887adda0 bp 0x7fff887adda0 T0)
#0 0x7fce7e27d75a in MVM_6model_container_iscont_i src/6model/containers.c:417
#1 0x7fce7e1d0d5e in MVM_interp_run src/core/interp.c:4347
#2 0x7fce7e3b6f98 in MVM_vm_run_file src/moar.c:210
#3 0x40150a in main src/main.c:191
#4 0x344ee1ffdf in __libc_start_main (/lib64/libc.so.6+0x344ee1ffdf)
#5 0x401633 (/home/timo/perl6/install/bin/moar+0x401633)
AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV src/6model/containers.c:417 MVM_6model_container_iscont_i
==8190==ABORTING
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment