Olivier
2019-Aug-26 09:59 UTC
[asterisk-users] Segfault in libpjnath.so.2 though PJSIP not present in dialplan
Hello, I've got an Asterisk 11.13.1 system running on a Debian Jessie platform. This system's extensions.conf doesn't include any reference to PJSIP, yet (only using chan_sip at the moment). This morning, it failed with: Aug 26 09:07:33 foobar kernel: [6534231.776418] asterisk[9701]: segfault at 3c ip 00007f02f5d9a7dd sp 00007f02f0b0b260 error 4 in libpjnath.so.2[7f02f5d84000+26000] What possible root cause can trigger such system to run libpjnath.so.2 in the first place ? Best regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20190826/250897b5/attachment.html>
Joshua C. Colp
2019-Aug-26 10:06 UTC
[asterisk-users] Segfault in libpjnath.so.2 though PJSIP not present in dialplan
On Mon, Aug 26, 2019, at 7:00 AM, Olivier wrote:> Hello, > > I've got an Asterisk 11.13.1 system running on a Debian Jessie platform. > This system's extensions.conf doesn't include any reference to PJSIP, > yet (only using chan_sip at the moment). > > This morning, it failed with: > Aug 26 09:07:33 foobar kernel: [6534231.776418] asterisk[9701]: > segfault at 3c ip 00007f02f5d9a7dd sp 00007f02f0b0b260 error 4 in > libpjnath.so.2[7f02f5d84000+26000] > > > What possible root cause can trigger such system to run libpjnath.so.2 > in the first place ?libpjnath is the ICE/STUN/TURN library which is used by res_rtp_asterisk for that functionality. If you're using WebRTC or ICE/STUN/TURN, then you would be using that library. -- Joshua C. Colp Digium - A Sangoma Company | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org
Olivier
2019-Aug-26 11:59 UTC
[asterisk-users] Segfault in libpjnath.so.2 though PJSIP not present in dialplan
Le lun. 26 août 2019 à 12:07, Joshua C. Colp <jcolp at digium.com> a écrit :> ... > > libpjnath is the ICE/STUN/TURN library which is used by res_rtp_asterisk > for that functionality. If you're using WebRTC or ICE/STUN/TURN, then you > would be using that library. >Yes, I'm using ICE/STUN/TURN. That explains libpjnath usage. Thank you sharing this here. Now finding why using ICE/STUN/TURN triggered a segfault is another story ... Thanks again -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20190826/695a3671/attachment.html>