mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 22:03:50 +00:00
Add some debugging notes to our docs/
This commit is contained in:
parent
e364450a57
commit
2ac90c4165
19
docs/Debugging
Normal file
19
docs/Debugging
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
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>
|
Loading…
x
Reference in New Issue
Block a user