[test-results] [Bamboo] Asterisk Testing > Asterisk 1.8 Branch > #217 has FAILED. Change made by Terry Wilson.

Bamboo bamboo at asterisk.org
Thu May 24 00:43:01 CDT 2012


-----------------------------------------------------------------------
Asterisk Testing > Asterisk 1.8 Branch > #217 failed.
-----------------------------------------------------------------------
Code has been updated by Terry Wilson.
No failed tests found, a possible compilation error.

http://bamboo.asterisk.org/browse/TESTING-ASTERISK18BRANCH-217/


--------------
Failing Jobs
--------------
  - Asterisk 1.8 CentOS 6 64-Bit (CentOS 6): 68 tests passed.



--------------
Code Changes
--------------
Terry Wilson (367292):

>Fix race condition for CEL LINKEDID_END event
>
>This patch fixes to situations that could cause the CEL LINKEDID_END event to
>be missed.
>
>1) During a core stop gracefully, modules are unloaded when ast_active_channels
>== 0. The LINKDEDID_END event fires during the channel destructor. This means
>that occasionally, the cel_* module will be unloaded before the channel is
>destroyed. It seemed generally useful to wait until the refcount of all
>channels == 0 before unloading, so I added a channel counter and used it in the
>shutdown code.
>
>2) During a masquerade, ast_channel_change_linkedid is called. It calls
>ast_cel_check_retire_linkedid which unrefs the linkedid in the linkedids
>container in cel.c. It didn't ref the new linkedid. Now it does. 
>
>Review: https://reviewboard.asterisk.org/r/1900/
>



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


More information about the Test-results mailing list