[test-results] [Bamboo] Asterisk - 1.8 > Ubuntu Lucid (10.04) > #161 was SUCCESSFUL (with 205 tests). Change made by rmudgett.

Bamboo bamboo at asterisk.org
Fri Jan 14 18:44:19 CST 2011


-----------------------------------------------------------------------
Asterisk - 1.8 > Ubuntu Lucid (10.04) > #161 was successful.
-----------------------------------------------------------------------
Code has been updated by rmudgett.
All 2 jobs passed with 205 tests in total.

http://bamboo.asterisk.org/browse/AST18-LUCID-161/


--------------
Code Changes
--------------
rmudgett (301946):

>Deadlock between dahdi_request() and pri_dchannel() processing an incomming call.
>
>The sig_pri_new_ast_channel() is called with the channel private lock held
>when pri_dchannel() calls it and no channel private lock held when
>dahdi_request() calls it.  The use of pri_grab() in
>sig_pri_new_ast_channel() could leave the channel private lock held when
>it returns if the lock was not held before calling it.
>
>Make sig_pri_new_ast_channel() just lock the PRI span lock instead of
>using pri_grab().  It is safe to do this because dahdi_request() does not
>have the channel private lock and the deadlock potential with the PRI span
>lock is only between pri_dchannel() and other threads.
>


--------------
Tests
--------------
Fixed Tests (1)
   - AsteriskTestSuite: S/one-step-parking

--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20110114/962d7e33/attachment.htm>


More information about the Test-results mailing list