[test-results] [Bamboo] Asterisk Testing > Asterisk 10 Branch > #406 has FAILED (1 tests failed). Change made by file.

Bamboo bamboo at asterisk.org
Thu Sep 27 22:13:12 CDT 2012


-----------------------------------------------------------------------
Asterisk Testing > Asterisk 10 Branch > #406 failed.
-----------------------------------------------------------------------
Code has been updated by file.
1/218 tests failed.

http://bamboo.asterisk.org/browse/TESTING-ASTERISK10BRANCH-406/


--------------
Failing Jobs
--------------
  - Asterisk CentOS 6 64-Bit (CentOS 6): 1 of 218 tests failed.



--------------
Code Changes
--------------
file (373910):

>loader: Ensure dependent modules are properly initialized.
>
>If an Asterisk module specifies a dependency in ast_module_info.nonoptreq, it
>is possible for Asterisk to skip calling the modules's .load function.
>Asterisk was loading and linking the module via load_dynamic_module() but was
>not adding the module to the resource_heap. Therefore the module was not
>initialized based on it's priority along with the other modules in the heap.
>
>Now use load_resource() instead of load_dynamic_module() for non-optional
>requirement. This will add the module to the resource_heap so the module can
>be properly initialized in the correct order.
>
>This is required if there are any module global data structures initialized in
>the .load() callback for the module on platforms which do not support weak
>references.
>
>(issue ASTERISK-20439)
>Reported by: sruffell
>Patches:
>     0001-loader-Ensure-dependent-modules-are-properly-initial.patch uploaded by sruffell (license 5417)
>........
>
>Merged revisions 373909 from http://svn.asterisk.org/svn/asterisk/branches/1.8
>



--------------
Tests
--------------
New Test Failures (1)
   - AsteriskTestSuite: S/cdr/console dial sip answer

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


More information about the Test-results mailing list