Advertisement
Guest User

Untitled

a guest
Jan 8th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 1.28 KB | None | 0 0
  1. (gdb) info threads
  2.   Id   Target Id         Frame
  3. * 1    Thread 0x7ffff7fa9780 (LWP 8032) "bluealsa" 0x00007ffff6611bad in poll () from /lib64/libc.so.6
  4.   2    Thread 0x7ffff4792700 (LWP 8036) "bactl" 0x00007ffff6611bad in poll () from /lib64/libc.so.6
  5.   3    Thread 0x7ffff3f91700 (LWP 8037) "gmain" 0x00007ffff6611bad in poll () from /lib64/libc.so.6
  6.   4    Thread 0x7ffff3790700 (LWP 8038) "gdbus" 0x00007ffff6611bad in poll () from /lib64/libc.so.6
  7.   5    Thread 0x7ffff2f8f700 (LWP 8067) "baio" 0x00007ffff6611bad in poll () from /lib64/libc.so.6
  8. (gdb) thread 5
  9. [Switching to thread 5 (Thread 0x7ffff2f8f700 (LWP 8067))]
  10. #0  0x00007ffff6611bad in poll () from /lib64/libc.so.6
  11. (gdb) bt
  12. #0  0x00007ffff6611bad in poll () from /lib64/libc.so.6
  13. #1  0x000055555555dfd9 in io_thread_a2dp_source_sbc ()
  14. #2  0x00007ffff68d9867 in start_thread () from /lib64/libpthread.so.0
  15. #3  0x00007ffff661ccdf in clone () from /lib64/libc.so.6
  16. (gdb) thread 2
  17. [Switching to thread 2 (Thread 0x7ffff4792700 (LWP 8036))]
  18. #0  0x00007ffff6611bad in poll () from /lib64/libc.so.6
  19. (gdb) bt
  20. #0  0x00007ffff6611bad in poll () from /lib64/libc.so.6
  21. #1  0x000055555555c906 in ctl_thread ()
  22. #2  0x00007ffff68d9867 in start_thread () from /lib64/libpthread.so.0
  23. #3  0x00007ffff661ccdf in clone () from /lib64/libc.so.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement