[asterisk-bugs] [JIRA] (ASTERISK-27094) res_fax: Deadlock when using Local channels and fax gateway

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Thu May 17 15:04:56 CDT 2018


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

Richard Mudgett commented on ASTERISK-27094:
--------------------------------------------

The backtraces in the new file [^core-asterisk-running-2018-05-16T10-28-36-0400.rar] still don't have any useful symbolic information.  You can tell if you actually look at the core-asterisk-running-2018-05-16T10-28-36-0400-thread1.txt or core-asterisk-running-2018-05-16T10-28-36-0400-full.txt file as you will see "No symbol table info available." all over those files.  The output of the CLI "core show locks" command is also missing useful symbol information.  It is only giving public function names and hex offsets.  To be useful the output needs to give function names and line numbers.

It appears that you are *selectively* installing files with debugging information.  A few loadable modules like app_dial and chan_sip have debugging information but the asterisk executable does not have debugging information.  I stated nearly a year ago that this is *not* a channel driver (i.e., chan_sip) specific deadlock and that it is in the bridging core code.  The bridging core code is in the asterisk executable itself.

FYI: The {{.rar}} archive format is *very* inconvenient to deal with.  I not only have to explicitly download the file but I had to locate a utility that understood the format.  {{.zip}} would be much better as JIRA knows about that format and I don't have to download the file to look at it.


> res_fax: Deadlock when using Local channels and fax gateway
> -----------------------------------------------------------
>
>                 Key: ASTERISK-27094
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27094
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_fax
>    Affects Versions: 13.15.1, 13.17.0
>            Reporter: David Brillert
>              Labels: fax, pjsip
>         Attachments: core-asterisk-running-2018-05-16T10-28-36-0400.rar, coreshowlocks.txt, deadlock_2018_05_09.rar, gdbthreadapplyallbtfull(1).txt, gdbthreadapplyallbt.txt
>
>
> All calling via SIP PSTN carrier.
> progressinband = yes
> directmedia =  yes
> prematuremedia  =  no
> Incoming call A is answered with progress
> Then bridged with progress to external call B
> Call is processed with audio OK
> But no further SIP processing in console and all SIP further signalling dies including OPTIONS packets.



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



More information about the asterisk-bugs mailing list