[test-results] [Bamboo] Asterisk - 1.8 > Ubuntu Lucid (10.04) > #164 has FAILED. Change made by jpeeler.
Bamboo
bamboo at asterisk.org
Tue Jan 18 15:22:55 CST 2011
-----------------------------------------------------------------------
Asterisk - 1.8 > Ubuntu Lucid (10.04) > #164 failed.
-----------------------------------------------------------------------
Code has been updated by jpeeler.
1/2 jobs failed with 0 failing tests.
http://bamboo.asterisk.org/browse/AST18-LUCID-164/
--------------
Failing Jobs
--------------
- amd64 (Default Stage): No tests found.
--------------
Code Changes
--------------
jpeeler (302266):
>Merged revisions 302265 via svnmerge from
>https://origsvn.digium.com/svn/asterisk/branches/1.6.2
>
>........
> r302265 | jpeeler | 2011-01-18 14:13:52 -0600 (Tue, 18 Jan 2011) | 27 lines
>
> Convert device state callbacks to ao2 objects to fix a deadlock in chan_sip.
>
> Lock scenario presented here:
> Thread 1
> holds ast_rdlock_contexts &conlock
> holds handle_statechange hints
> holds handle_statechange hint
> waiting for cb_extensionstate
> Locked Here: chan_sip.c line 7428 (find_call)
> Thread 2
> holds handle_request_do &netlock
> holds find_call sip_pvt_ptr
> waiting for ast_rdlock_contexts &conlock
> Locked Here: pbx.c line 9911 (ast_rdlock_contexts)
>
> Chan_sip has an established locking order of locking the sip_pvt and then
> getting the context lock. So the as stated by the summary, the operations in
> thread 2 have been modified to no longer require the context lock.
>
> (closes issue #18310)
> Reported by: one47
> Patches:
> statecbs_ao2.mk2.patch uploaded by one47 (license 23),
> modified by me
>
> Review: https://reviewboard.asterisk.org/r/1072/
>........
>
--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20110118/09b7e31c/attachment.htm>
More information about the Test-results
mailing list