Hello, I am trying to troubleshoot a problem with our systems with the Asterisk process stopping/crashing periodically following an upgrade from Asterisk 11.6-cert10 to Asterisk 13.1-cert1. I have done the following:
- Uncommented ‘dumpcore = yes’ in asterisk.conf.
- Recompiled and installed with DONT_OPTIMIZE and BETTER_BACKTRACES.
- Started Asterisk using my normal method if I am starting from command line of “sudo service asterisk start”.
- Waited until next crash.
I cannot find a coredump file anywhere. From what I have read, this is usually named core.#### and located under /tmp but I have looked throughout the system for anything named “core*”.
Am I doing something wrong? Thank you for your help.