Skip to content

Instantly share code, notes, and snippets.

@MasterDuke17
Created September 8, 2018 20:46
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/52aacbcc1ff746d26dcacbc09f8282b4 to your computer and use it in GitHub Desktop.
Save MasterDuke17/52aacbcc1ff746d26dcacbc09f8282b4 to your computer and use it in GitHub Desktop.
dan@hermes:~/p6/rakudo$ gdb --args /home/dan/Source/perl6/install/bin/moar --libpath="blib" --libpath="/home/dan/Source/perl6/install/share/nqp/lib" --libpath="/home/dan/Source/perl6/install/share/nqp/lib" perl6.moarvm --nqp-lib=blib --setting=NULL --ll-exception --optimize=3 --target=mbc --stagestats --output=CORE.setting.moarvm gen/moar/CORE.setting
GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /home/dan/Source/perl6/install/bin/moar...done.
(gdb) r
Starting program: /home/dan/Source/perl6/install/bin/moar --libpath=blib --libpath=/home/dan/Source/perl6/install/share/nqp/lib --libpath=/home/dan/Source/perl6/install/share/nqp/lib perl6.moarvm --nqp-lib=blib --setting=NULL --ll-exception --optimize=3 --target=mbc --stagestats --output=CORE.setting.moarvm gen/moar/CORE.setting
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff621d700 (LWP 28080)]
Stage start : 0.000
Stage parse :
Thread 1 "moar" received signal SIGSEGV, Segmentation fault.
0x00007ffff4a2ecd1 in ?? ()
(gdb) bt
#0 0x00007ffff4a2ecd1 in ?? ()
#1 0x0000000000000008 in ?? ()
#2 0x00007ffff7cc6380 in methnotfound_callsite () from //home/dan/Source/perl6/install/lib/libmoar.so
#3 0x00005555558b2f50 in ?? ()
#4 0x00007ffff0492fe0 in ?? ()
#5 0x0000555558856390 in ?? ()
#6 0x00007ffff75c7849 in MVM_frame_invoke (tc=0x55555626d9d0, static_frame=<optimized out>, callsite=0x7fffffffd780, args=0x1, outer=<optimized out>, code_ref=<optimized out>, spesh_cand=<optimized out>) at src/core/frame.c:557
#7 0x0000555555758cc0 in ?? ()
#8 0x00005555558b2f48 in ?? ()
#9 0x0000555555758cc0 in ?? ()
#10 0x00005555558b2f48 in ?? ()
#11 0x00007ffff75bc0c5 in MVM_interp_run (tc=tc@entry=0x555555758cc0, initial_invoke=0x1, invoke_data=0x555555dfb040) at src/core/interp.c:5865
#12 0x00007ffff76b9775 in MVM_vm_run_file (instance=0x555555758260, filename=<optimized out>) at src/moar.c:420
#13 0x0000555555555612 in main (argc=13, argv=0x7fffffffdd68) at src/main.c:300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment