[asterisk-dev] [Code Review] 3269: chan_sip: fix deadlock of monlock between unload_module and do_monitor
    Corey Farrell 
    reviewboard at asterisk.org
       
    Tue Feb 25 18:05:54 CST 2014
    
    
  
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/3269/
-----------------------------------------------------------
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/20140226/0dd529da/attachment.html>
    
    
More information about the asterisk-dev
mailing list