[test-results] [Bamboo] No agents to build plan Asterisk - 1.8 - CentOS 5.5 - i386
Bamboo
bamboo at asterisk.org
Tue Jan 18 19:14:49 CST 2011
-------------------------------------------------------------------------------
AST18-CENTOS55-I386-107 has been queued, but there's no agent capable of building it.
-------------------------------------------------------------------------------
http://bamboo.asterisk.org/browse/AST18-CENTOS55-I386/log
--------------
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/
>........
>
russell (302267):
>Don't enable AO2_DEBUG by default if AST_DEVMODE is on.
>
>AO2_DEBUG is not important and is causing a false compiler warning to be
>generated on my Ubuntu Natty dev box.
>
mnicholson (302314):
>Merged revisions 302313 via svnmerge from
>https://origsvn.digium.com/svn/asterisk/branches/1.6.2
>
>................
> r302313 | mnicholson | 2011-01-18 15:40:03 -0600 (Tue, 18 Jan 2011) | 11 lines
>
> Merged revisions 302311 via svnmerge from
> https://origsvn.digium.com/svn/asterisk/branches/1.4
>
> ........
> r302311 | mnicholson | 2011-01-18 15:35:03 -0600 (Tue, 18 Jan 2011) | 4 lines
>
> URI encode the user part of the contact header.
>
> ABE-2705
> ........
>................
>
--
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/cae6affd/attachment-0001.htm>
More information about the Test-results
mailing list