Advertisement
Guest User

Untitled

a guest
Oct 1st, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (gdb) thread apply all bt
  2.  
  3. Thread 2 (Thread 0x7ffff730e700 (LWP 17814)):
  4. #0  0x00007ffff7bce10c in __lll_lock_wait () from /usr/lib/libpthread.so.0
  5. #1  0x00007ffff7bc8902 in pthread_mutex_lock () from /usr/lib/libpthread.so.0
  6. #2  0x000000000044a9e1 in _D4core4sync5mutex5Mutex51__T9lock_implTC4core4sync9exception13SyncExceptionZ9lock_implMFNeZv ()
  7. #3  0x000000000044a8a9 in core.sync.mutex.Mutex.lock() ()
  8. #4  0x0000000000434ff2 in _d_monitorenter ()
  9. #5  0x0000000000435dba in core.thread.Thread.add(core.thread.Thread.Context*) ()
  10. #6  0x0000000000435a19 in thread_entryPoint ()
  11. #7  0x00007ffff7bc6314 in start_thread () from /usr/lib/libpthread.so.0
  12. #8  0x00007ffff73f73ed in clone () from /usr/lib/libc.so.6
  13.  
  14. Thread 1 (Thread 0x7ffff7fca780 (LWP 17810)):
  15. #0  0x00007ffff7bcd910 in sem_wait () from /usr/lib/libpthread.so.0
  16. #1  0x000000000044eec8 in core.thread.suspend(core.thread.Thread) ()
  17. #2  0x0000000000449898 in thread_suspendAll ()
  18. #3  0x000000000043fe8a in gc.gc.Gcx.fullcollect() ()
  19. #4  0x000000000043e4bb in gc.gc.GC.fullCollect() ()
  20. #5  0x000000000042de5b in gc_collect ()
  21. #6  0x000000000042cca9 in core.memory.GC.collect() ()
  22. #7  0x000000000042a4b0 in D main ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement