Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. in clone () from /lib/libc.so.6
  2. #6 0x0000000000000000 in ?? ()
  3. (gdb) thread 6
  4. [Switching to thread 6 (Thread 0x7f476833d910 (LWP 13960))]#0 0x00007f4775a14ed3 in poll () from /lib/libc.so.6
  5. (gdb) bt
  6. #0 0x00007f4775a14ed3 in poll () from /lib/libc.so.6
  7. #1 0x00007f476d528979 in ?? () from /usr/lib/libglib-2.0.so.0
  8. #2 0x00007f476d52910d in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
  9. #3 0x00007f477117f527 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
  10. #4 0x00007f47716ca25e in gtkui_thread () from /usr/lib64/deadbeef/gtkui.so
  11. #5 0x00007f476ea559a3 in ?? () from //usr/lib64/opengl/nvidia/lib/libGL.so.1
  12. #6 0x00007f4775cad644 in start_thread () from /lib/libpthread.so.0
  13. #7 0x00007f4775a1da9d in clone () from /lib/libc.so.6
  14. #8 0x0000000000000000 in ?? ()
  15. (gdb) thread 7
  16. [Switching to thread 7 (Thread 0x7f4768b3e910 (LWP 13959))]#0 0x00007f4775cb1fd9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  17. (gdb) bt
  18. #0 0x00007f4775cb1fd9 in pthread_cond_wait@@GLIBC_2.3.2 ()
  19. from /lib/libpthread.so.0
  20. #1 0x000000000040f6db in ?? ()
  21. #2 0x00007f477497a650 in ?? () from /usr/lib64/deadbeef/artwork.so
  22. #3 0x00007f476ea559a3 in ?? () from //usr/lib64/opengl/nvidia/lib/libGL.so.1
  23. #4 0x00007f4775cad644 in start_thread () from /lib/libpthread.so.0
  24. #5 0x00007f4775a1da9d in clone () from /lib/libc.so.6
  25. #6 0x0000000000000000 in ?? ()
  26. (gdb) thread 8
  27. Thread ID 8 not known.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement