Skip to content

Instantly share code, notes, and snippets.

@niner
Created November 29, 2015 11:37
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/39a4084d7e1de469d730 to your computer and use it in GitHub Desktop.
Save niner/39a4084d7e1de469d730 to your computer and use it in GitHub Desktop.
(gdb) thread apply all bt
Thread 1 (Thread 0x7f01ea43b700 (LWP 24636)):
#0 __lll_lock_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
#1 0x00007f01e9356489 in _L_lock_909 () from /lib64/libpthread.so.0
#2 0x00007f01e93562b0 in __GI___pthread_mutex_lock (mutex=0x14ab670) at ../nptl/pthread_mutex_lock.c:79
#3 0x00007f01e9e37e59 in uv_mutex_lock () from /home/nine/install/rakudo/install/lib/libmoar.so
#4 0x00007f01e9dbac6a in gc_free (tc=0x14ab780, obj=0x7f01e8795e40) at src/6model/reprs/SCRef.c:93
#5 0x00007f01e9d96f80 in MVM_gc_collect_free_nursery_uncopied (tc=0x14ab780, limit=0x7f01e8b3dfd8) at src/gc/collect.c:546
#6 0x00007f01e9d935f7 in run_gc (tc=tc@entry=0x14ab780, what_to_do=what_to_do@entry=0 '\000') at src/gc/orchestrate.c:316
#7 0x00007f01e9d93e04 in MVM_gc_enter_from_allocator (tc=tc@entry=0x14ab780) at src/gc/orchestrate.c:427
#8 0x00007f01e9d94238 in MVM_gc_allocate_nursery (tc=tc@entry=0x14ab780, size=56) at src/gc/allocation.c:32
#9 0x00007f01e9d9428c in MVM_gc_allocate (size=<optimized out>, tc=tc@entry=0x14ab780) at src/gc/allocation.h:12
#10 MVM_gc_allocate_zeroed (tc=tc@entry=0x14ab780, size=<optimized out>) at src/gc/allocation.c:49
#11 0x00007f01e9d94478 in MVM_gc_allocate_object (tc=0x14ab780, st=<optimized out>) at src/gc/allocation.c:85
#12 0x00007f01e9dbb638 in initialize (tc=0x14ab780, st=<optimized out>, root=<optimized out>, data=<optimized out>) at src/6model/reprs/SCRef.c:36
#13 0x00007f01e9dd025d in MVM_sc_create (tc=0x14ab780, handle=<optimized out>) at src/6model/sc.c:11
#14 0x00007f01e9d6aa9a in MVM_interp_run (tc=0x14ab670, tc@entry=0x14ab780, initial_invoke=0xfffffffffffffe00, invoke_data=0x0) at src/core/interp.c:3336
#15 0x00007f01e9e1ceae in MVM_vm_run_file (instance=0x14ab010, filename=0x7ffc34c61d31 "/home/nine/install/rakudo/perl6.moarvm") at src/moar.c:252
#16 0x00000000004010bb in main (argc=6, argv=0x7ffc34c5fb28) at src/main.c:191
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment