2
0

bt.sh 169 B

1234
  1. gdb /usr/local/freeswitch/bin/freeswitch $1 \
  2. --eval-command='set pagination off' \
  3. --eval-command='thread apply all bt' \
  4. --eval-command='quit'