Skip to content

Instantly share code, notes, and snippets.

@tobyink
Created June 19, 2018 17:04
  • 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 tobyink/517b88251b5c0d576130cb110a72553d to your computer and use it in GitHub Desktop.
backtrack
Program received signal SIGSEGV, Segmentation fault.
0x0000555555616f00 in Perl_hv_common ()
(gdb) bt
#0 0x0000555555616f00 in Perl_hv_common ()
#1 0x0000555555618144 in Perl_hv_common_key_len ()
#2 0x00007ffff69060a9 in XS_Class__XSConstructor_new ()
from /home/tai/src/p5/p5-class-xsconstructor/Class-XSConstructor-0.001/blib/arch/auto/Class/XSConstructor/XSConstructor.so
#3 0x0000555555623e09 in Perl_pp_entersub ()
#4 0x000055555561bf33 in Perl_runops_standard ()
#5 0x00005555555a7b74 in perl_run ()
#6 0x0000555555582ff2 in main ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment