2
0

Debugging 393 B

12345678910111213141516171819
  1. How to Debug FreeSWITCH Issues
  2. ==============================
  3. Dumping a core file
  4. -------------------
  5. Run:
  6. sysctl -w kernel.core_pattern=/tmp/core.%t_%e_s%s
  7. sysctl -w fs.suid_dumpable=1
  8. ulimit -c unlimited
  9. freeswitch -core
  10. Getting a backtrace from a core file
  11. ------------------------------------
  12. Run:
  13. ./debian/scripts/backtrace-from-corefile /tmp/<name-of-corefile>