Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created January 19, 2013 21:33
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 tadzik/4575342 to your computer and use it in GitHub Desktop.
Save tadzik/4575342 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff39bb780 in Rakudo_create_container_descriptor () from dynext/perl6_ops.so
(gdb) bt
#0 0x00007ffff39bb780 in Rakudo_create_container_descriptor () from dynext/perl6_ops.so
#1 0x00007ffff39b02e1 in Parrot_perl6_create_container_descriptor_p_p_p_i_s () from dynext/perl6_ops.so
#2 0x00007ffff7a55ce5 in runops_fast_core () from /home/tadzik/src/parrot/install/lib/libparrot.so.4.10.0
#3 0x00007ffff7a5593d in runops_int () from /home/tadzik/src/parrot/install/lib/libparrot.so.4.10.0
#4 0x00007ffff7a3e8ee in runops () from /home/tadzik/src/parrot/install/lib/libparrot.so.4.10.0
#5 0x00007ffff7a3a35e in Parrot_pcc_invoke_from_sig_object () from /home/tadzik/src/parrot/install/lib/libparrot.so.4.10.0
#6 0x00007ffff7a2e84c in Parrot_ext_call () from /home/tadzik/src/parrot/install/lib/libparrot.so.4.10.0
#7 0x00007ffff7b11846 in Parrot_Task_invoke () from /home/tadzik/src/parrot/install/lib/libparrot.so.4.10.0
#8 0x00007ffff7a3a30a in Parrot_pcc_invoke_from_sig_object () from /home/tadzik/src/parrot/install/lib/libparrot.so.4.10.0
#9 0x00007ffff7a2e84c in Parrot_ext_call () from /home/tadzik/src/parrot/install/lib/libparrot.so.4.10.0
#10 0x00007ffff7a59cbd in Parrot_cx_outer_runloop () from /home/tadzik/src/parrot/install/lib/libparrot.so.4.10.0
#11 0x00007ffff7a59d6c in Parrot_cx_begin_execution () from /home/tadzik/src/parrot/install/lib/libparrot.so.4.10.0
#12 0x00007ffff7a623ab in Parrot_pf_execute_bytecode_program () from /home/tadzik/src/parrot/install/lib/libparrot.so.4.10.0
#13 0x00007ffff7a2a741 in Parrot_api_run_bytecode () from /home/tadzik/src/parrot/install/lib/libparrot.so.4.10.0
#14 0x00000000004012d0 in main ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment