[asterisk-dev] [Code Review] 3269: chan_sip: fix deadlock of monlock between unload_module and do_monitor
Corey Farrell
reviewboard at asterisk.org
Sun Mar 2 20:50:37 CST 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/3269/
-----------------------------------------------------------
(Updated March 2, 2014, 9:50 p.m.)
Status
------
This change has been discarded.
Review request for Asterisk Developers.
Bugs: ASTERISK-21406
https://issues.asterisk.org/jira/browse/ASTERISK-21406
Repository: Asterisk
Description
-------
This change prevents a deadlock caused by running pthread_join with monlock held in unload_module. This ensures that if do_monitor trys to lock monlock after unload_module, it will eventually receive the lock and be allowed to exit.
Diffs
-----
/branches/1.8/channels/chan_sip.c 408931
Diff: https://reviewboard.asterisk.org/r/3269/diff/
Testing
-------
Tested with chan_sip-unload-deadlock-debug.patch from ASTERISK-21406 to ensure I could no longer reproduce the deadlock.
Thanks,
Corey Farrell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20140303/000c4c94/attachment.html>
More information about the asterisk-dev
mailing list