[test-results] [Bamboo] Asterisk - Trunk > Ubuntu Lucid (10.04) > #216 has FAILED (1 tests failed). Change made by rmudgett.
Bamboo
bamboo at asterisk.org
Fri Jan 14 17:43:34 CST 2011
-----------------------------------------------------------------------
Asterisk - Trunk > Ubuntu Lucid (10.04) > #216 failed.
-----------------------------------------------------------------------
Code has been updated by rmudgett.
1/2 jobs failed with 1 failing test.
http://bamboo.asterisk.org/browse/ASTTRUNK-LUCID-216/
--------------
Failing Jobs
--------------
- i386 (Default Stage): 1 of 97 tests failed.
--------------
Code Changes
--------------
rmudgett (301947):
>Merged revisions 301946 via svnmerge from
>https://origsvn.digium.com/svn/asterisk/branches/1.8
>
>........
> r301946 | rmudgett | 2011-01-14 15:09:57 -0600 (Fri, 14 Jan 2011) | 13 lines
>
> 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
--------------
New Test Failures (1)
- AsteriskTestSuite: S/rfc2833 dtmf detect
--
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/c09df64e/attachment.htm>
More information about the Test-results
mailing list