Skip to content

Instantly share code, notes, and snippets.

@niner
Created December 15, 2021 20:02
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 niner/473f15dc5b61c8fbb0d6de9fdad6a8b2 to your computer and use it in GitHub Desktop.
Save niner/473f15dc5b61c8fbb0d6de9fdad6a8b2 to your computer and use it in GitHub Desktop.
#0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
#1 0x00007f48d3012323 in __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78
#2 0x00007f48d2fc2366 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#3 0x00007f48d2fab7d3 in __GI_abort () at abort.c:79
#4 0x00007f48d2fab6eb in __assert_fail_base (fmt=<optimized out>, assertion=<optimized out>, file=<optimized out>, line=<optimized out>, function=<optimized out>) at assert.c:92
#5 0x00007f48d2fba956 in __GI___assert_fail (assertion=0x7f48d35fbe98 "!(control->cur_items == 0 && control->max_items == 0)", file=0x7f48d35fbe78 "src/core/str_hash_table_funcs.h", line=28, function=0x7f48d35fc570 <__PRETTY_FUNCTION__.3> "MVM_str_hash_kompromat") at assert.c:101
#6 0x00007f48d349ccc1 in MVM_str_hash_kompromat (control=0x27e6598) at src/core/str_hash_table_funcs.h:28
#7 0x00007f48d349d0b2 in MVM_str_hash_start (tc=0x1f3c120, hashtable=0x499a978) at src/core/str_hash_table_funcs.h:513
#8 0x00007f48d349dced in MVM_iter (tc=0x1f3c120, target=0x499a960) at src/6model/reprs/MVMIter.c:224
#9 0x00007f48d34cb832 in write_hash_str_var (tc=0x1f3c120, writer=0x27149f50, hash=0x499a960) at src/6model/serialization.c:527
#10 0x00007f48d34cc537 in MVM_serialization_write_ref (tc=0x1f3c120, writer=0x27149f50, ref=0x499a960) at src/6model/serialization.c:792
#11 0x00007f48d348f1ec in serialize (tc=0x1f3c120, st=0x419dbc0, data=0x163457c8, writer=0x27149f50) at src/6model/reprs/P6opaque.c:1306
#12 0x00007f48d34cd957 in serialize_object (tc=0x1f3c120, writer=0x27149f50, obj=0x163457b0) at src/6model/serialization.c:1211
#13 0x00007f48d34ce141 in serialize (tc=0x1f3c120, writer=0x27149f50) at src/6model/serialization.c:1359
#14 0x00007f48d34ce559 in MVM_serialization_serialize (tc=0x1f3c120, sc=0x54e7f00, empty_string_heap=0x54e5688, type=0x1fb3d30) at src/6model/serialization.c:1426
#15 0x00007f48d34061cf in MVM_interp_run (tc=0x1f3c120, initial_invoke=0x7f48d3582411 <toplevel_initial_invoke>, invoke_data=0x2039dc0, outer_runloop=0x0) at src/core/interp.c:5176
#16 0x00007f48d358256b in MVM_vm_run_file (instance=0x1f3b590, filename=0x1f3b520 "/home/nine/rakudo-master/install/share/perl6/runtime/perl6.moarvm") at src/moar.c:505
#17 0x00000000004016c7 in main (argc=<optimized out>, argv=0x7ffd7fa941d8) at src/vm/moar/runner/main.c:474
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment