Skip to content

Instantly share code, notes, and snippets.

@timo
Created February 12, 2016 19:06
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 timo/0566aa167dbf0996bab9 to your computer and use it in GitHub Desktop.
Save timo/0566aa167dbf0996bab9 to your computer and use it in GitHub Desktop.
(gdb) bt full
#0 0x00007ffff7975b55 in MVM_unicode_find_primary_composite (tc=0x603790, l=163539, c=10)
at src/strings/unicode.c:48543
lower = 211
upper = 126
plane = 2
pcs = 0x603790
#1 0x00007ffff7977a6e in canonical_composition (tc=0x603790, n=0x7fffffffce10, from=0, to=2)
at src/strings/normalize.c:405
pc = 32767
ss_ccc = 0
ss_idx = 0
c_ccc = 0
c_idx = 1
#2 0x00007ffff7978620 in MVM_unicode_normalizer_eof (tc=0x603790, n=0x7fffffffce10) at src/strings/normalize.c:704
No locals.
#3 0x00007ffff7978594 in MVM_unicode_normalizer_process_codepoint_norm_terminator (tc=0x603790, n=0x7fffffffce10,
in=10, out=0x7fffffffcdcc) at src/strings/normalize.c:690
No locals.
#4 0x00007ffff7964177 in MVM_unicode_normalizer_process_codepoint (tc=0x603790, n=0x7fffffffce10, in=10,
out=0x7fffffffcdcc) at src/strings/normalize.h:80
No locals.
#5 0x00007ffff79642a1 in MVM_unicode_normalizer_process_codepoint_to_grapheme (tc=0x603790, n=0x7fffffffce10, in=10,
out=0x7fffffffcdcc) at src/strings/normalize.h:119
No locals.
#6 0x00007ffff7964d0d in re_nfg (tc=0x603790, in=0x7ffff6371c20) at src/strings/ops.c:84
g = 13
norm = {form = MVM_NORMALIZE_NFG, buffer = 0x330d860, buffer_size = 32, buffer_start = 0, buffer_end = 2,
buffer_norm_end = 0, first_significant = 768, quick_check_property = 12, translate_newlines = 0}
ci = {gi = {active_blob = {blob_32 = 0x10de650, blob_ascii = 0x10de650 "\n", blob_8 = 0x10de650 "\n",
any = 0x10de650}, blob_type = 0, strands_remaining = 0, pos = 1, end = 1, start = 0, repetitions = 0,
next_strand = 0x330d810}, synth_codes = 0x0, visited_synth_codes = -12752, total_synth_codes = 32767,
translate_newlines = 0}
ready = 0
out = 0x7ffff63453b0
out_buffer = 0x330d840
out_pos = 0
#7 0x00007ffff7965d3f in MVM_string_concatenate (tc=0x603790, a=0x7ffff63453b0, b=0x10da260) at src/strings/ops.c:445
result = 0x7ffff6371c20
agraphs = 1
bgraphs = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment