[asterisk-bugs] [JIRA] (ASTERISK-24638) Crash after destroying a stasis bridge

John Bigelow (JIRA) noreply at issues.asterisk.org
Tue Jan 6 14:51:34 CST 2015


    [ https://issues.asterisk.org/jira/browse/ASTERISK-24638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=224314#comment-224314 ] 

John Bigelow commented on ASTERISK-24638:
-----------------------------------------

To check if a patch for ASTERISK-24560 resolves this problem, I applied the patch and replaced the file {{test-config.yaml}} with the attached file under {{tests/rest_api/external_interaction/bridge_app/stasis_bridge/}} and executed the test. Asterisk no longer crashes but many *FRACK* messages occur and the test fails. I noticed there are also many backtraces within the Asterisk full log file. The testsuite full log shows additional info for the FRACK messages such as the function name and line number.

I've attached the following from the test execution with the patch applied:
* full-asterisk-rb925-r6-patch.txt
** Get FRACK, backtrace, ARI errors, and other error messages:
{code}
awk '/FRACK|backtrace|logger.c: #|ari_model_validators.c/ {print;}
/Response validation failed for/ {print; for(i=1; i<=7; i++) {getline; print}}' full-asterisk-rb925-r6-patch.txt | less
{code}
* full-testsuite-rb925-r6-patch.txt
** Get FRACK messages and ARI error responses: 
{code}
awk '/FRACK/ {print;}
/ERROR.*response 500 {/ {print; for(i=1; i<=2; i++) {getline; print}}' full-testsuite-rb925-r6-patch.txt | less
{code}

> Crash after destroying a stasis bridge
> --------------------------------------
>
>                 Key: ASTERISK-24638
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24638
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_ari_bridges, Resources/res_ari_channels
>    Affects Versions: SVN, 13.1.0
>         Environment: Asterisk branch 13 r429984, Testsuite trunk r6133
>            Reporter: John Bigelow
>         Attachments: backtrace_15622.txt, extensions.conf, full-asterisk-rb925-r6-patch.txt, full-asterisk.txt, full-testsuite-rb925-r6-patch.txt, full-testsuite.txt, test-config.yaml
>
>
> During the development of a testsuite test, the attached test-config.yaml constantly crashes Asterisk. It may have something to do with the order in which ARI requests/AMI actions are executed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list