Skip to content

Commit

Permalink
Add some debugging notes to our docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
traviscross committed Jan 21, 2014
1 parent e364450 commit 2ac90c4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/Debugging
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 2ac90c4

Please sign in to comment.