[asterisk-bugs] [JIRA] (ASTERISK-28237) "FRACK!, Failed assertion bad magic number" happens when unsubscribe an application from an event source

Lucas Tardioli Silveira (JIRA) noreply at issues.asterisk.org
Wed Jan 9 10:08:47 CST 2019


Lucas Tardioli Silveira created ASTERISK-28237:
--------------------------------------------------

             Summary: "FRACK!, Failed assertion bad magic number" happens when unsubscribe an application from an event source
                 Key: ASTERISK-28237
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28237
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/Stasis
    Affects Versions: 16.1.1, 13.18.0
            Reporter: Lucas Tardioli Silveira
            Severity: Minor


I'm facing this issue when I try to unsubscribe an application.

Scenario:
I have multiple applications connecting to my Asterisk server.
All the time that my application connects to Asterisk I send a subscribe message like:

POST /ari/applications/my-app1/subscription?eventSource=endpoint:PJSIP
(for the other applications I can have my-app2, my-app3 and so on...)

And when I disconnect to Asterisk I send:

DELETE /ari/applications/my-app1/subscription?eventSource=endpoint:PJSIP

The problem happens when I have at least two applications running and one of them needs to disconnect. So, at the moment that I send the message to unsubscribe the "FRACK" happens.

That was happening on asterisk 13.18-cert2 then I updated it to the lastest version, 16.1.1 but it is still happening.





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



More information about the asterisk-bugs mailing list