----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3284/ -----------------------------------------------------------
(Updated March 7, 2014, 5:57 p.m.) Status ------ This change has been marked as submitted. 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 409411 Diff: https://reviewboard.asterisk.org/r/3284/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
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev