Skip to content

Instantly share code, notes, and snippets.

@AlexDaniel
Last active November 28, 2017 19:08
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 AlexDaniel/5e0f9e00b3d582f4a2976dadc4c2c4ff to your computer and use it in GitHub Desktop.
Save AlexDaniel/5e0f9e00b3d582f4a2976dadc4c2c4ff to your computer and use it in GitHub Desktop.
Thread 3 "moar" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffef350700 (LWP 2472)]
0x00007ffff770fd94 in MVM_gc_mark_collectable (tc=0x5555557579f0, worklist=0x7fffa950bc90,
new_addr=0x5555586dd120) at src/gc/collect.c:368
368 MVM_gc_worklist_add(tc, worklist, &(tc->instance->all_scs[sc_idx]->sc));
(gdb) backtrace
#0 0x00007ffff770fd94 in MVM_gc_mark_collectable (tc=0x5555557579f0, worklist=0x7fffa950bc90,
new_addr=0x5555586dd120) at src/gc/collect.c:368
#1 0x00007ffff77109dc in process_worklist (tc=tc@entry=0x5555557579f0,
worklist=worklist@entry=0x7fffa950bc90, wtp=wtp@entry=0x7fffef34fa50, gen=gen@entry=1 '\001')
at src/gc/collect.c:342
#2 0x00007ffff77111fc in MVM_gc_collect (tc=0x5555557579f0, what_to_do=what_to_do@entry=2 '\002',
gen=gen@entry=1 '\001') at src/gc/collect.c:74
#3 0x00007ffff770bc1e in process_in_tray (gen=<optimized out>, tc=<optimized out>)
at src/gc/orchestrate.c:102
#4 finish_gc (is_coordinator=1 '\001', gen=<optimized out>, tc=0x55555a2a4a50)
at src/gc/orchestrate.c:133
#5 run_gc (tc=tc@entry=0x55555a2a4a50, what_to_do=what_to_do@entry=0 '\000')
at src/gc/orchestrate.c:373
#6 0x00007ffff770c749 in MVM_gc_enter_from_allocator (tc=tc@entry=0x55555a2a4a50)
at src/gc/orchestrate.c:486
#7 0x00007ffff770c898 in MVM_gc_allocate_nursery (tc=0x55555a2a4a50, size=32)
at src/gc/allocation.c:32
#8 0x00007ffff770cbff in MVM_gc_allocate_object (tc=0x55555a2a4a50, st=<optimized out>)
at src/gc/allocation.c:86
#9 0x00007ffff7723513 in MVM_repr_alloc_init (tc=tc@entry=0x55555a2a4a50, type=<optimized out>)
at src/6model/reprconv.c:17
#10 0x00007ffff76cfa88 in MVM_args_save_capture (tc=0x55555a2a4a50, frame=<optimized out>)
at src/core/args.c:99
#11 0x00007ffff76e8859 in MVM_interp_run (tc=0x5555557579f0, tc@entry=0x55555a2a4a50,
initial_invoke=0x586de6b0, invoke_data=0x55555922c8c0, invoke_data@entry=0x55555a30e6a0)
at src/core/interp.c:1323
#12 0x00007ffff76f9e7e in start_thread (data=0x55555a30e6a0) at src/core/threads.c:85
#13 0x00007ffff6c5f494 in start_thread (arg=0x7fffef350700) at pthread_create.c:333
#14 0x00007ffff7261a8f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment