[asterisk-dev] Asterisk Segfault After PJSIP Commit 5241
Ross Beer
ross.beer at outlook.com
Tue Mar 1 05:06:09 CST 2016
Hi,
Since PJSIP Commit 5241 (https://trac.pjsip.org/repos/changeset/5241) Asterisk crashes when a device registers.
The commit resolves the following:
• Crash when endpoint has multiple worker threads and SIP TCP transport is disconnected during incoming call handling.
• Deprecated pjsip_dlg_create_uas(), replaced by pjsip_dlg_create_uas_and_inc_lock().
• Serialized transaction state notifications (of 'terminated' and 'destroyed') in case of transport error.
This commit should resolve a previous segfault within Asterisk, however due to the deprecated method I believe this is causing an additional issue.
Can this be easily resolved to resolve both segfaults?
Kind regards,
Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20160301/cfdd603c/attachment.html>
More information about the asterisk-dev
mailing list