forked from Mirrors/freeswitch
983 B
983 B
name | about | title | labels | assignees |
---|---|---|---|---|
Bug report | Create a report to help us improve | bug |
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Using this example configuration...
- Dial into conference using verto
- Play my_problem_file.mp4 into conference
- FreeSWITCH crashes
Expected behavior A clear and concise description of what you expected to happen.
Package version or git hash
- Version [e.g. 1.10.4]
Trace logs Provide freeswitch logs w/ DEBUG and UUID logging enabled
backtrace from core file If applicable, provide the full backtrace from the core file.
(gdb) set pagination off
(gdb) set logging file /tmp/backtrace.log
(gdb) set logging on
Copying output to /tmp/backtrace.log.
(gdb) bt
(gdb) bt full
(gdb) info threads
(gdb) thread apply all bt
(gdb) thread apply all bt full
(gdb) set logging off
Done logging to /tmp/backtrace.log.
(gdb) quit