[test-results] [Bamboo] Asterisk - Trunk > FreeBSD 8.1 > #357 has FAILED (2 tests failed, no failures were new). Change made by rmudgett.

Bamboo bamboo at asterisk.org
Wed Sep 28 01:59:41 CDT 2011


-----------------------------------------------------------------------
Asterisk - Trunk > FreeBSD 8.1 > #357 failed.
-----------------------------------------------------------------------
This build occurred because it is a dependant of ASTTRUNK-LUCID-1029.
2/160 tests failed, no failures were new.

http://bamboo.asterisk.org/browse/ASTTRUNK-FREEBSD81-357/


--------------
Failing Jobs
--------------
  - i386 (Default Stage): 2 of 160 tests failed.


--------------
Code Changes
--------------
rmudgett (337975):

>Merged revisions 337974 via svnmerge from 
>https://origsvn.digium.com/svn/asterisk/branches/10
>
>................
>  r337974 | rmudgett | 2011-09-26 14:35:23 -0500 (Mon, 26 Sep 2011) | 37 lines
>  
>  Merged revisions 337973 via svnmerge from 
>  https://origsvn.digium.com/svn/asterisk/branches/1.8
>  
>  ........
>    r337973 | rmudgett | 2011-09-26 14:30:39 -0500 (Mon, 26 Sep 2011) | 30 lines
>    
>    Fix deadlock when using dummy channels.
>    
>    Dummy channels created by ast_dummy_channel_alloc() should be destoyed by
>    ast_channel_unref().  Using ast_channel_release() needlessly grabs the
>    channel container lock and can cause a deadlock as a result.
>    
>    * Analyzed use of ast_dummy_channel_alloc() and made use
>    ast_channel_unref() when done with the dummy channel.  (Primary reason for
>    the reported deadlock.)
>    
>    * Made app_dial.c:dial_exec_full() not call ast_call() holding any channel
>    locks.  Chan_local could not perform deadlock avoidance correctly.
>    (Potential deadlock exposed by this issue.  Secondary reason for the
>    reported deadlock since the held lock was part of the deadlock chain.)
>    
>    * Fixed some uses of ast_dummy_channel_alloc() not checking the returned
>    channel pointer for failure.
>    
>    * Fixed some potential chan=NULL pointer usage in func_odbc.c.  Protected
>    by testing the bogus_chan value.
>    
>    * Fixed needlessly clearing a 1024 char auto array when setting the first
>    char to zero is enough in manager.c:action_getvar().
>    
>    (closes issue ASTERISK-18613)
>    Reported by: Thomas Arimont
>    Patches:
>          jira_asterisk_18613_v1.8.patch (license #5621) patch uploaded by rmudgett
>    Tested by: Thomas Arimont
>  ........
>................
>


--------------
Tests
--------------
Existing Test Failures (2)
   - AsteriskTestSuite: S/apps/voicemail/check voicemail forward with prepend
   - AsteriskTestSuite: S/apps/voicemail/check voicemail options change password

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


More information about the Test-results mailing list