Skip to content

Instantly share code, notes, and snippets.

@dogbert17
Created August 26, 2017 20:15
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 dogbert17/889cd5877c975055980816f666cc9e99 to your computer and use it in GitHub Desktop.
Save dogbert17/889cd5877c975055980816f666cc9e99 to your computer and use it in GitHub Desktop.
NFG_CHECK SEGV
Program received signal SIGSEGV, Segmentation fault.
0xb7ccc337 in MVM_string_gi_get_grapheme (tc=0x804c588, gi=0xbfffda80) at src/strings/iter.h:118
118 return gi->active_blob.blob_32[gi->pos++];
(gdb) bt
#0 0xb7ccc337 in MVM_string_gi_get_grapheme (tc=0x804c588, gi=0xbfffda80) at src/strings/iter.h:118
#1 0xb7ccc613 in MVM_string_ci_get_codepoint (tc=0x804c588, ci=0xbfffda80) at src/strings/iter.h:231
#2 0xb7ccd36f in re_nfg (tc=0x804c588, in=0xb49fcfd8) at src/strings/ops.c:280
#3 0xb7ccc8e4 in NFG_checker (tc=0x804c588, orig=0xb49fcfd8, varname=0xb7d2d994 "'result' w/ is_concat_stable = 1") at src/strings/ops.c:73
#4 0xb7cccb4b in NFG_check_concat (tc=0x804c588, result=0xb49fcfd8, a=0xb49fcfa0, b=0x8de4038, varname=0xb7d2d994 "'result' w/ is_concat_stable = 1") at src/strings/ops.c:118
#5 0xb7ccedf9 in MVM_string_concatenate (tc=0x804c588, a=0xb49fcfa0, b=0x8de4038) at src/strings/ops.c:800
#6 0xb7bef814 in MVM_interp_run (tc=0x804c588, initial_invoke=0xb7cf31ea <toplevel_initial_invoke>, invoke_data=0x80b9a68) at src/core/interp.c:1566
#7 0xb7cf3349 in MVM_vm_run_file (instance=0x804c008, filename=0xbffff2b9 "/home/dogbert/repos/rakudo/perl6.moarvm") at src/moar.c:356
#8 0x08048f4f in main (argc=12, argv=0xbfffefb4) at src/main.c:255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment