Skip to content

Instantly share code, notes, and snippets.

@niner
Created November 29, 2015 11:54
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/dc58ac9573d2eacdce9a to your computer and use it in GitHub Desktop.
Save niner/dc58ac9573d2eacdce9a to your computer and use it in GitHub Desktop.
(gdb) thread apply all bt
Thread 1 (Thread 0x7f5d22d2d700 (LWP 29859)):
#0 __lll_lock_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
#1 0x00007f5d21c48489 in _L_lock_909 () from /lib64/libpthread.so.0
#2 0x00007f5d21c482b0 in __GI___pthread_mutex_lock (mutex=0x107e670) at ../nptl/pthread_mutex_lock.c:79
#3 0x00007f5d22729e69 in uv_mutex_lock () from /home/nine/install/rakudo/install/lib/libmoar.so
#4 0x00007f5d226acc7a in gc_free (tc=0x107e780, obj=0x7f5d21087e40) at src/6model/reprs/SCRef.c:93
#5 0x00007f5d22688f90 in MVM_gc_collect_free_nursery_uncopied (tc=0x107e780, limit=0x7f5d2142fff8) at src/gc/collect.c:546
#6 0x00007f5d226855f7 in run_gc (tc=tc@entry=0x107e780, what_to_do=what_to_do@entry=0 '\000') at src/gc/orchestrate.c:316
#7 0x00007f5d22685e04 in MVM_gc_enter_from_allocator (tc=tc@entry=0x107e780) at src/gc/orchestrate.c:427
#8 0x00007f5d22686238 in MVM_gc_allocate_nursery (tc=tc@entry=0x107e780, size=56) at src/gc/allocation.c:32
#9 0x00007f5d2268628c in MVM_gc_allocate (size=<optimized out>, tc=tc@entry=0x107e780) at src/gc/allocation.h:12
#10 MVM_gc_allocate_zeroed (tc=tc@entry=0x107e780, size=<optimized out>) at src/gc/allocation.c:49
#11 0x00007f5d22686478 in MVM_gc_allocate_object (tc=0x107e780, st=<optimized out>) at src/gc/allocation.c:85
#12 0x00007f5d226ad6ac in initialize (tc=0x107e780, st=<optimized out>, root=<optimized out>, data=<optimized out>) at src/6model/reprs/SCRef.c:42
#13 0x00007f5d226c226d in MVM_sc_create (tc=0x107e780, handle=<optimized out>) at src/6model/sc.c:11
#14 0x00007f5d2265ca9a in MVM_interp_run (tc=0x107e670, tc@entry=0x107e780, initial_invoke=0xfffffffffffffe00, invoke_data=0x0) at src/core/interp.c:3336
#15 0x00007f5d2270eebe in MVM_vm_run_file (instance=0x107e010, filename=0x7ffc49138d37 "/home/nine/install/rakudo/perl6.moarvm") at src/moar.c:252
#16 0x00000000004010bb in main (argc=6, argv=0x7ffc49138538) at src/main.c:191
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment