[test-results] [Bamboo] No agents to build plan Asterisk Testing - Asterisk 1.8 Branch - Asterisk 1.8 CentOS 6 64-Bit

Bamboo bamboo at asterisk.org
Fri Nov 9 11:46:04 CST 2012


-------------------------------------------------------------------------------
TESTING-ASTERISK18BRANCH-AST18CENTOS64-464 has been queued, but there's no agent capable of building it.
-------------------------------------------------------------------------------

http://bamboo.asterisk.org/browse/TESTING-ASTERISK18BRANCH-AST18CENTOS64/log

--------------
Code Changes
--------------
rmudgett (376029):

>Add MALLOC_DEBUG enhancements.
>
>* Makes malloc() behave like calloc().  It will return a memory block
>filled with 0x55.  A nonzero value.
>
>* Makes free() fill the released memory block and boundary fence's with
>0xdeaddead.  Any pointer use after free is going to have a pointer
>pointing to 0xdeaddead.  The 0xdeaddead pointer is usually an invalid
>memory address so a crash is expected.
>
>* Puts the freed memory block into a circular array so it is not reused
>immediately.
>
>* When the circular array rotates out a memory block to the heap it checks
>that the memory has not been altered from 0xdeaddead.
>
>* Made the astmm_log message wording better.
>
>* Made crash if the DO_CRASH menuselect option is enabled and something is
>found.
>
>* Fixed a potential alignment issue on 64 bit systems.
>struct ast_region.data[] should now be aligned correctly for all
>platforms.
>
>* Extracted region_check_fences() from __ast_free_region() and
>handle_memory_show().
>
>* Updated handle_memory_show() CLI usage help.
>
>Review: https://reviewboard.asterisk.org/r/2182/
>

rmudgett (376058):

>chan_dahdi/SS7: Made reject incoming call for an in-alarm or blocked channel.
>
>If a SS7 call comes in requesting a CIC that is in-alarm, the call is
>accepted and connects if the extension exists in the dialplan.  The call
>does not have any audio.
>
>* Made release the call immediately with circuit congestion cause.
>
>(closes issue ASTERISK-20204)
>Reported by: Tuan Le
>Patches:
>      jira_asterisk_20204_v1.8.patch (license #5621) patch uploaded by rmudgett
>

mmichelson (376087):

>Fix a "set but not used" warning on newer gccs.
>
>Turns out the "helpful" setting of ms and res in this
>macro is completely useless after the timeout antipattern
>fix.
>
>If you're a new guy looking to write code, don't write
>a macro like this one.
>
>


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


More information about the Test-results mailing list