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
3 thoughts on - Segfault In Libpjnath.so.2 Though PJSIP Not Present In Dialplan
Le lun. 26 août 2019 à 12:07, Joshua C. Colp a écrit :
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
There have been fixes in race conditions with STUN in pjnath since then, it could be one of those.
—
Joshua C. Colp Digium – A Sangoma Company | Senior Software Developer
445 Jan Davis Drive NW – Huntsville, AL 35806 – US
Check us out at: http://www.digium.com & http://www.asterisk.org
—
Le lun. 26 août 2019 à 14:21, Joshua C. Colp a écrit :
Yes probably. I’ll try to upgrade to Asterisk 16, before digging deeper, if necessary.