This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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