Skip to content

Instantly share code, notes, and snippets.

@niner
Created August 30, 2014 12:42
Show Gist options
  • Save niner/108939b4982119b146da to your computer and use it in GitHub Desktop.
Save niner/108939b4982119b146da to your computer and use it in GitHub Desktop.
1 parameters at (eval 1) line 8.
["Perl6"]
Perl6
Array.new("Perl6")
ok 1
2 parameters at (eval 1) line 8.
["Perl", 6]
Perl 6
Internal error: Unwound entire stack and missed handler
Breakpoint 1, __GI__exit (status=status@entry=1) at ../sysdeps/unix/sysv/linux/_exit.c:28
28 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory.
(gdb) bt
#0 __GI__exit (status=status@entry=1) at ../sysdeps/unix/sysv/linux/_exit.c:28
#1 0x00007ffff74ea39b in __run_exit_handlers (status=status@entry=1, listp=<optimized out>, run_list_atexit=run_list_atexit@entry=true) at exit.c:97
#2 0x00007ffff74ea425 in __GI_exit (status=status@entry=1) at exit.c:104
#3 0x00007ffff797ed0d in MVM_panic (exitCode=exitCode@entry=1, messageFormat=messageFormat@entry=0x7ffff7a18518 "Internal error: Unwound entire stack and missed handler") at src/core/exceptions.c:682
#4 0x00007ffff799a63b in MVM_frame_unwind_to (tc=tc@entry=0x603660, frame=frame@entry=0xe30b50, abs_addr=abs_addr@entry=0x0, rel_addr=rel_addr@entry=2176, return_value=return_value@entry=0x0) at src/core/frame.c:833
#5 0x00007ffff797efbc in unwind_after_handler (tc=0x603660, sr_data=0x3dc85e0) at src/core/exceptions.c:263
#6 0x00007ffff7996d4c in remove_one_frame (tc=tc@entry=0x603660, unwind=unwind@entry=0 '\000') at src/core/frame.c:711
#7 0x00007ffff799a4ad in MVM_frame_try_return (tc=tc@entry=0x603660) at src/core/frame.c:771
#8 0x00007ffff7980a76 in MVM_interp_run (tc=tc@entry=0x603660, initial_invoke=initial_invoke@entry=0x7ffff79a3997 <callback_invoke>, invoke_data=invoke_data@entry=0x7fffffffcc50) at src/core/interp.c:293
#9 0x00007ffff79a4eb4 in callback_handler (cb=<optimized out>, cb_args=<optimized out>, cb_result=0x7fffffffccb8, data=0x7e26830) at src/core/nativecall.c:487
#10 0x00007ffff7a16072 in dcCallback_x64_sysv () from /data/home/nine/install/rakudo/install/lib/libmoar.so
#11 0x00007ffff34159f2 in p5_call_p6_method (my_perl=0x7b9f690, cv=0x7bc27f8) at p5helper.c:233
#12 0x00007ffff31442d6 in Perl_pp_entersub (my_perl=0x7b9f690) at pp_hot.c:2881
#13 0x00007ffff313c8e6 in Perl_runops_standard (my_perl=0x7b9f690) at run.c:42
#14 0x00007ffff317243c in S_docatch (my_perl=0x7b9f690, o=<optimized out>) at pp_ctl.c:3234
#15 0x00007ffff313c8e6 in Perl_runops_standard (my_perl=0x7b9f690) at run.c:42
#16 0x00007ffff30ce14c in Perl_call_sv (my_perl=0x7b9f690, sv=0x7bcd708, flags=<optimized out>) at perl.c:2751
#17 0x00007ffff3415522 in p5_call_function (my_perl=0x7b9f690, name=0x7c1af00 "test", len=2, args=0x7c28120) at p5helper.c:158
#18 0x00007ffff7a00389 in dcCall_x64_sysv () from /data/home/nine/install/rakudo/install/lib/libmoar.so
#19 0x0000000000000004 in ?? ()
#20 0x00007fffffffd250 in ?? ()
#21 0x00007ffff7a002c3 in dc_callvm_call_x64 () from /data/home/nine/install/rakudo/install/lib/libmoar.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment