[Home]

Summary:ASTERISK-25672: 13.6 PJSIP Crash on Startup
Reporter:JoshE (n8ideas)Labels:
Date Opened:2016-01-08 16:32:55.000-0600Date Closed:2016-01-20 10:23:51.000-0600
Priority:CriticalRegression?
Status:Closed/CompleteComponents:
Versions:13.6.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) ast13-pjsip-crash-on-startup.txt
Description:Seeing crashes with "active contacts" connected when Asterisk is restarted.  With unexpired contacts, on restart Asterisk will crash with the attached BT.
Comments:By: Asterisk Team (asteriskteam) 2016-01-08 16:32:57.390-0600

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: JoshE (n8ideas) 2016-01-08 16:33:20.205-0600

Backtrace attached.

By: Joshua C. Colp (jcolp) 2016-01-09 19:21:18.930-0600

You appear to be running PJSIP with assertions enabled. In production environments these should be disabled, as non-critical failures will then not cause an assertion. Assertions can be disabled by passing CFLAGS='-DNDEBUG' to the pjproject configure script. If you do this does it no longer crash?

By: JoshE (n8ideas) 2016-01-20 10:20:40.097-0600

This does appear to resolve the issue with the crash.  Have ran for a week without issues.

I think we can close this one out.