[Home]

Summary:ASTERISK-26147: Segfault pj_atomic_dec_and_get () from /lib64/libpj.so.2
Reporter:Ross Beer (rossbeer)Labels:
Date Opened:2016-06-24 07:29:58Date Closed:2016-06-24 11:50:05
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_pjsip
Versions:13.10.0-rc1 Frequency of
Occurrence
Occasional
Related
Issues:
duplicatesASTERISK-26099 res_pjsip_pubsub: Crash when sending request due to server timeout
Environment:Fedora 23, PJSIP GIT Commit 5353Attachments:( 0) backtrace__2016-06-24T13_11_47-CLEAN.txt
Description:Asterisk segfaults at the following location:

#0  0x00007f4e7c16fb29 in pj_atomic_dec_and_get () from /lib64/libpj.so.2
Comments:By: Asterisk Team (asteriskteam) 2016-06-24 07:29:59.535-0500

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: Ross Beer (rossbeer) 2016-06-24 08:02:40.712-0500

This looks to be related to ASTERISK-26099

However, this was resolved in this ticket with a patch made to pjproject which is included in the PJSIP GIT Commit 5353

By: Rusty Newton (rnewton) 2016-06-24 10:22:25.698-0500

Ross did you have any debug logs to go with this crash?

By: Ross Beer (rossbeer) 2016-06-24 10:26:36.301-0500

Rusty, I can confirm that this is the same bug as ASTERISK-26099

Looking at the 'include/asterisk/autoconfig.h', the variable 'HAVE_PJSIP_EVSUB_GRP_LOCK' is not being set.

If you can mark this as duplicate I will update the original ticket.