Advertisement
Guest User

Untitled

a guest
Jan 9th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. root@duo:~/bb/trx/src/host/layer23/src/transceiver# gdb -batch -n -ex 'set pagination off' -ex run -ex bt -ex 'thread apply all bt full' --args ./transceiver -a 57
  2. [Thread debugging using libthread_db enabled]
  3. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  4. 57
  5. 41
  6. 1
  7. <0012> l1ctl.c:383 Reset received: Starting sync.
  8. ^C
  9. Program received signal SIGINT, Interrupt.
  10. 0x00007ffff6b5bcc3 in __select_nocancel () at ../sysdeps/unix/syscall-template.S:84
  11. 84 ../sysdeps/unix/syscall-template.S: No such file or directory.
  12. #0 0x00007ffff6b5bcc3 in __select_nocancel () at ../sysdeps/unix/syscall-template.S:84
  13. #1 0x00007ffff79aa723 in osmo_select_main (polling=<optimized out>) at select.c:248
  14. #2 0x000055555555692f in main (argc=3, argv=<optimized out>) at main.c:229
  15.  
  16. Thread 1 (Thread 0x7ffff7faa700 (LWP 15451)):
  17. #0 0x00007ffff6b5bcc3 in __select_nocancel () at ../sysdeps/unix/syscall-template.S:84
  18. No locals.
  19. #1 0x00007ffff79aa723 in osmo_select_main (polling=<optimized out>) at select.c:248
  20. readset = {__fds_bits = {120, 0 <repeats 15 times>}}
  21. writeset = {__fds_bits = {0 <repeats 16 times>}}
  22. exceptset = {__fds_bits = {0 <repeats 16 times>}}
  23. rc = <optimized out>
  24. no_time = {tv_sec = 0, tv_usec = 0}
  25. #2 0x000055555555692f in main (argc=3, argv=<optimized out>) at main.c:229
  26. _as = {stderr_target = 0x55555577b770, l1l = {{wq = {bfd = {list = {next = 0x7ffff7bc2720 <osmo_fds>, prev = 0x55555577cb20}, fd = 6, when = 1, cb = 0x7ffff79ae3e0 <osmo_wqueue_bfd_cb>, data = 0x7fffffffdf28, priv_nr = 0}, max_length = 100, current_length = 0, msg_queue = {next = 0x7fffffffdf60, prev = 0x7fffffffdf60}, read_cb = 0x555555556d90 <_l1l_read>, write_cb = 0x555555556ad0 <_l1l_write>, except_cb = 0x0}, cb = 0x555555557820 <l1ctl_recv>, cb_data = 0x7fffffffdf28, as = 0x7fffffffdf20, trx = 0x55555577cac0, tx_mask = 227 '\343', rx_mask = 1 '\001', sync = 0}, {wq = {bfd = {list = {next = 0x0, prev = 0x0}, fd = 0, when = 0, cb = 0x0, data = 0x0, priv_nr = 0}, max_length = 0, current_length = 0, msg_queue = {next = 0x0, prev = 0x0}, read_cb = 0x0, write_cb = 0x0, except_cb = 0x0}, cb = 0x0, cb_data = 0x0, as = 0x0, trx = 0x0, tx_mask = 0 '\000', rx_mask = 0 '\000', sync = 0}}, trx = {0x55555577cac0, 0x0}, gs = 0x55555577bcd0, train_ab = 0x55555575e0e0, arfcn_sync = 57}
  27. as = 0x7fffffffdf20
  28. rv = <optimized out>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement