1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-02 17:03:52 +00:00

20 lines
393 B
Plaintext
Raw Normal View History

2014-01-21 05:45:19 +00:00
How to Debug FreeSWITCH Issues
==============================
Dumping a core file
-------------------
Run:
sysctl -w kernel.core_pattern=/tmp/core.%t_%e_s%s
sysctl -w fs.suid_dumpable=1
ulimit -c unlimited
freeswitch -core
Getting a backtrace from a core file
------------------------------------
Run:
./debian/scripts/backtrace-from-corefile /tmp/<name-of-corefile>