Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. Loaded symbols for /lib/x86_64-linux-gnu/libc.so.6
  2. Reading symbols from /usr/lib/x86_64-linux-gnu/libicuuc.so.52...(no debugging symbols found)...done.
  3. Loaded symbols for /usr/lib/x86_64-linux-gnu/libicuuc.so.52
  4. Reading symbols from /usr/lib/x86_64-linux-gnu/libicui18n.so.52...(no debugging symbols found)...done.
  5. Loaded symbols for /usr/lib/x86_64-linux-gnu/libicui18n.so.52
  6. Reading symbols from /usr/lib/x86_64-linux-gnu/libicudata.so.52...(no debugging symbols found)...done.
  7. Loaded symbols for /usr/lib/x86_64-linux-gnu/libicudata.so.52
  8. Reading symbols from /lib/x86_64-linux-gnu/libdl.so.2...Reading symbols from /usr/lib/debug//lib/x86_64-linux-gnu/libdl-2.19.so...done.
  9. done.
  10. Loaded symbols for /lib/x86_64-linux-gnu/libdl.so.2
  11. Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from /usr/lib/debug//lib/x86_64-linux-gnu/ld-2.19.so...done.
  12. done.
  13. Loaded symbols for /lib64/ld-linux-x86-64.so.2
  14. pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  15. 185 ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: No such file or directory.
  16. (gdb) bt
  17. #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  18. #1 0x000000000050498b in boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) ()
  19. #2 0x00007fd3c32b75bc in boost::thread::join_noexcept() () from /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.55.0
  20. #3 0x00000000004d8d86 in ?? ()
  21. #4 0x00000000004e8c27 in daemonize::t_daemon::run(bool) ()
  22. #5 0x00000000004a19f1 in main ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement