Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. (gdb) thread apply all bt
  2.  
  3. Thread 5 (Thread 0x7fffe3fff700 (LWP 12802)):
  4. #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  5. #1 0x00000000010abf6b in boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) ()
  6. #2 0x00000000010adac9 in fc::thread_d::process_tasks() ()
  7. #3 0x00000000010adbd4 in fc::thread_d::start_process_tasks(long) ()
  8. #4 0x00000000017e7eb1 in make_fcontext ()
  9. #5 0x0000000000000000 in ?? ()
  10.  
  11. Thread 1 (Thread 0x7ffff7fd8780 (LWP 12798)):
  12. #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  13. #1 0x000000000179a0c3 in boost::thread::join_noexcept() ()
  14. #2 0x00000000010b5fa8 in fc::asio::default_io_service_scope::~default_io_service_scope() ()
  15. #3 0x00007ffff66f3ff8 in __run_exit_handlers (status=0, listp=0x7ffff6a7e5f8 <__exit_funcs>, run_list_atexit=run_list_atexit@entry=true) at exit.c:82
  16. #4 0x00007ffff66f4045 in __GI_exit (status=<optimized out>) at exit.c:104
  17. #5 0x00007ffff66da837 in __libc_start_main (main=0xacddf0 <main>, argc=6, argv=0x7fffffffe4b8, init=<optimized out>, fini=<optimized out>,
  18. rtld_fini=<optimized out>, stack_end=0x7fffffffe4a8) at ../csu/libc-start.c:325
  19. #6 0x0000000000ad3bb9 in _start ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement