[Home]

Summary:ASTERISK-23427: tests/callparking: Crash on assert when obtaining channel information from Stasis cache during bridge leave event
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2014-03-06 09:05:07.000-0600Date Closed:2014-05-01 15:49:26
Priority:MajorRegression?
Status:Closed/CompleteComponents:CEL/General Tests/testsuite
Versions:12.1.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) backtrace_983.txt
Description:This crash was caught by the Asterisk test suite.

We are attempting to get the channel information from the Stasis cache during the Bridge leave event callback, but the channel information has already been purged from the cache.

This occurred during the callparking test, but could theoretically happen anywhere.

Backtrace is available at:

https://bamboo.asterisk.org/bamboo/artifact/AST-ATTSCD/C632TE/build-320/Test-Suite-Logs/callparking/backtrace_983.txt

And attached to this issue.
Comments:By: Malcolm Davenport (mdavenport) 2014-05-01 15:49:26.698-0500

Can no longer reproduce