[test-results] [Bamboo] Asterisk Testing - Asterisk 11 Branch - Asterisk CentOS 6 64-Bit 19 may have hung.

Bamboo bamboo at asterisk.org
Tue Aug 21 15:40:44 CDT 2012


-------------------------------------------------------------------------------
TESTING-AST11BRANCH-AST18CENTOS64-19 may have hung.
-------------------------------------------------------------------------------

This build has been running for 363 minutes, which is 150% longer than usual.
It has been 330 minutes since Bamboo received a log message for this build.
Running on agent asterisk-testsuite-01.digium.internal.digium.internal

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

--------------
Code Changes
--------------
mmichelson (371571):

>Use thread-local storage to store pj_thread_descs.
>
>pj_thread_register() takes a parameter of type pj_thread_desc.
>It was assumed that pj_thread_register either used this item
>temporarily or made a copy of it. Unfortunately, all it does is
>keep a pointer to the structure in thread-local storage. This
>means that if our pj_thread_desc goes out of scope, then pjlib
>will be referencing bogus data quite often, most commonly on
>operations involving a pj_mutex_t.
>
>In our case, our pj_thread_desc was on the stack and went out
>of scope very shortly after registering our thread with pjlib.
>With this change, the pj_thread_desc is stored in thread-local
>storage so the pointer that pjlib keeps in thread-local storage
>will reference legitimate memory.
>
>(closes issue ASTERISK-20237)
>reported by Jeremy Pepper
>Patches:
>	ASTERISK-20237.patch uploaded by Mark Michelson (license #5049)
>Tested by Jeremy Pepper
>
>



--------------
Last Logs
--------------
21-Aug-2012 15:59:10 |  Unhandled error in Deferred:
21-Aug-2012 15:59:10 |  Traceback (most recent call last):
21-Aug-2012 15:59:10 |    File "/usr/lib64/python2.6/site-packages/twisted/protocols/basic.py", line 148, in dataReceived
21-Aug-2012 15:59:10 |      self.lineReceived(line)
21-Aug-2012 15:59:10 |    File "/usr/lib/python2.6/site-packages/starpy/fastagi.py", line 120, in lineReceived
21-Aug-2012 15:59:10 |      df.callback( line )
21-Aug-2012 15:59:10 |    File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line 243, in callback
21-Aug-2012 15:59:10 |      self._startRunCallbacks(result)
21-Aug-2012 15:59:10 |    File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line 312, in _startRunCallbacks
21-Aug-2012 15:59:10 |      self._runCallbacks()
21-Aug-2012 15:59:10 |  --- <exception caught here> ---
21-Aug-2012 15:59:10 |    File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line 328, in _runCallbacks
21-Aug-2012 15:59:10 |      self.result = callback(self.result, *args, **kw)
21-Aug-2012 15:59:10 |    File "tests/fastagi/record-file/run-test", line 47, in on_record_failure
21-Aug-2012 15:59:10 |      print "file size is", os.path.getsize(self.audio_file)
21-Aug-2012 15:59:10 |    File "/usr/lib64/python2.6/genericpath.py", line 49, in getsize
21-Aug-2012 15:59:10 |      return os.stat(filename).st_size
21-Aug-2012 15:59:10 |  exceptions.OSError: [Errno 2] No such file or directory: 'fastagi/sounds/talking.ulaw'
21-Aug-2012 15:59:10 |  No handlers could be found for logger "FastAGI"
21-Aug-2012 15:59:10 |  Starting Asterisk
21-Aug-2012 15:59:10 |  Originating call to begin test which terminates recording with DTMF
21-Aug-2012 15:59:10 |  file size is Stopping Reactor ...
21-Aug-2012 15:59:10 |  --> Running test 'tests/fastagi/say-alpha' ...
21-Aug-2012 15:59:10 |  
21-Aug-2012 15:59:10 |  Making sure Asterisk isn't running ...
21-Aug-2012 15:59:10 |  Running ['tests/fastagi/say-alpha/run-test'] ...
21-Aug-2012 15:59:10 |  No handlers could be found for logger "FastAGI"
21-Aug-2012 15:59:10 |  Starting Asterisk
21-Aug-2012 15:59:10 |  Originating call to begin test.
21-Aug-2012 15:59:10 |  Connection established.
21-Aug-2012 15:59:10 |  Got test success confirmation from dialplan.
21-Aug-2012 15:59:10 |  AGI command reports success.
21-Aug-2012 15:59:10 |  Success
21-Aug-2012 15:59:10 |  Stopping Reactor ...
21-Aug-2012 15:59:10 |  --> Running test 'tests/fastagi/say-date' ...
21-Aug-2012 15:59:10 |  
21-Aug-2012 15:59:10 |  Making sure Asterisk isn't running ...
21-Aug-2012 15:59:10 |  Running ['tests/fastagi/say-date/run-test'] ...
21-Aug-2012 15:59:10 |  No handlers could be found for logger "FastAGI"
21-Aug-2012 15:59:10 |  Starting Asterisk
21-Aug-2012 15:59:10 |  Originating call to begin test.
21-Aug-2012 15:59:10 |  Connection established.
21-Aug-2012 15:59:10 |  Got test success confirmation from dialplan.
21-Aug-2012 15:59:10 |  AGI command reports success.
21-Aug-2012 15:59:10 |  Success
21-Aug-2012 15:59:10 |  Stopping Reactor ...
21-Aug-2012 15:59:10 |  --> Running test 'tests/fastagi/say-datetime' ...
21-Aug-2012 15:59:10 |  
21-Aug-2012 15:59:10 |  Making sure Asterisk isn't running ...
21-Aug-2012 15:59:10 |  Running ['tests/fastagi/say-datetime/run-test'] ...
21-Aug-2012 15:59:10 |  No handlers could be found for logger "FastAGI"
21-Aug-2012 15:59:10 |  Starting Asterisk
21-Aug-2012 15:59:10 |  Originating call to begin test.
21-Aug-2012 15:59:10 |  Connection established.
21-Aug-2012 15:59:10 |  Got test success confirmation from dialplan.
21-Aug-2012 15:59:10 |  AGI command reports success.
21-Aug-2012 15:59:10 |  Success
21-Aug-2012 15:59:10 |  Stopping Reactor ...
21-Aug-2012 15:59:10 |  --> Running test 'tests/fastagi/say-time' ...
21-Aug-2012 15:59:10 |  
21-Aug-2012 15:59:10 |  Making sure Asterisk isn't running ...
21-Aug-2012 15:59:10 |  Running ['tests/fastagi/say-time/run-test'] ...
21-Aug-2012 15:59:10 |  No handlers could be found for logger "FastAGI"
21-Aug-2012 15:59:10 |  Starting Asterisk
21-Aug-2012 15:59:10 |  Originating call to begin test.
21-Aug-2012 15:59:10 |  Connection established.
21-Aug-2012 15:59:10 |  Got test success confirmation from dialplan.
21-Aug-2012 15:59:10 |  AGI command reports success.
21-Aug-2012 15:59:10 |  Success
21-Aug-2012 15:59:10 |  Stopping Reactor ...
21-Aug-2012 15:59:10 |  --> Running test 'tests/fastagi/say-digits' ...
21-Aug-2012 15:59:10 |  
21-Aug-2012 15:59:10 |  Making sure Asterisk isn't running ...
21-Aug-2012 15:59:10 |  Running ['tests/fastagi/say-digits/run-test'] ...
21-Aug-2012 15:59:10 |  No handlers could be found for logger "FastAGI"
21-Aug-2012 15:59:10 |  Starting Asterisk
21-Aug-2012 15:59:10 |  Originating call to begin test.
21-Aug-2012 15:59:10 |  Connection established.
21-Aug-2012 15:59:10 |  Got test success confirmation from dialplan.
21-Aug-2012 15:59:10 |  AGI command reports success.
21-Aug-2012 15:59:10 |  Success
21-Aug-2012 15:59:10 |  Stopping Reactor ...
21-Aug-2012 15:59:10 |  --> Running test 'tests/fastagi/say-number' ...
21-Aug-2012 15:59:10 |  
21-Aug-2012 15:59:10 |  Making sure Asterisk isn't running ...
21-Aug-2012 15:59:10 |  Running ['tests/fastagi/say-number/run-test'] ...
21-Aug-2012 15:59:10 |  No handlers could be found for logger "FastAGI"
21-Aug-2012 15:59:10 |  Starting Asterisk
21-Aug-2012 15:59:10 |  Originating call to begin test.
21-Aug-2012 15:59:10 |  Connection established.
21-Aug-2012 15:59:10 |  Got test success confirmation from dialplan.
21-Aug-2012 15:59:10 |  AGI command reports success.
21-Aug-2012 15:59:10 |  Success
21-Aug-2012 15:59:10 |  Stopping Reactor ...
21-Aug-2012 15:59:10 |  --> Running test 'tests/fastagi/say-phonetic' ...
21-Aug-2012 15:59:10 |  
21-Aug-2012 15:59:10 |  Making sure Asterisk isn't running ...
21-Aug-2012 15:59:10 |  Running ['tests/fastagi/say-phonetic/run-test'] ...
21-Aug-2012 15:59:10 |  No handlers could be found for logger "FastAGI"
21-Aug-2012 15:59:10 |  Starting Asterisk

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


More information about the Test-results mailing list