[test-results] [Bamboo] Asterisk Testing > Asterisk 1.8 Branch > #464 has FAILED (1 tests failed). Change made by Mark Michelson and rmudgett.
Bamboo
bamboo at asterisk.org
Fri Nov 9 13:59:45 CST 2012
-----------------------------------------------------------------------
Asterisk Testing > Asterisk 1.8 Branch > #464 failed.
-----------------------------------------------------------------------
Code has been updated by Mark Michelson, rmudgett.
1/189 tests failed.
http://bamboo.asterisk.org/browse/TESTING-ASTERISK18BRANCH-464/
--------------
Failing Jobs
--------------
- Asterisk 1.8 CentOS 6 64-Bit (CentOS 6): 1 of 189 tests failed.
--------------
Code Changes
--------------
Mark Michelson (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.
>
>
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
>
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/
>
--------------
Tests
--------------
New Test Failures (1)
- AsteriskTestSuite: S/cdr/batch cdrs
--
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/24975b45/attachment-0001.htm>
More information about the Test-results
mailing list