Skip to content

Instantly share code, notes, and snippets.

@colomon
Created January 16, 2014 15:19
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save colomon/8456640 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
__strlen_sse2 () at ../sysdeps/x86_64/multiarch/../strlen.S:32
32 ../sysdeps/x86_64/multiarch/../strlen.S: No such file or directory.
(gdb) bt
#0 __strlen_sse2 () at ../sysdeps/x86_64/multiarch/../strlen.S:32
#1 0x00007ffff75b9d76 in __GI___strdup (s=0x0) at strdup.c:42
#2 0x00007ffff7a37c02 in uv_fs_lstat ()
from /home/colomon/tools/rakudo/install/lib/libmoar.so
#3 0x00007ffff79f8f99 in MVM_file_eof ()
from /home/colomon/tools/rakudo/install/lib/libmoar.so
#4 0x00007ffff79dafc4 in MVM_interp_run ()
from /home/colomon/tools/rakudo/install/lib/libmoar.so
#5 0x00007ffff7a29c75 in MVM_vm_run_file ()
from /home/colomon/tools/rakudo/install/lib/libmoar.so
#6 0x0000000000400ce5 in main ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment