[asterisk-bugs] [JIRA] (ASTERISK-26053) res_pjsip_outbound_publish: Crash when shutting down

Joshua Colp (JIRA) noreply at issues.asterisk.org
Tue May 24 05:26:56 CDT 2016


Joshua Colp created ASTERISK-26053:
--------------------------------------

             Summary: res_pjsip_outbound_publish: Crash when shutting down
                 Key: ASTERISK-26053
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26053
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Resources/res_pjsip_outbound_publish
            Reporter: Joshua Colp


The res_pjsip_outbound_publish module has a race condition at shutdown where an outbound publish may be shutdown twice. In this case the first succeeds as a result of the unpublish. In the second case since it's been unpublished a task is queued to just destroy the client. This task holds no ref to the publish and as a result the publish gets destroyed early.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list