[asterisk-bugs] [JIRA] (ASTERISK-23339) Segfault in __ao2_find ()

Matt Jordan (JIRA) noreply at issues.asterisk.org
Fri Feb 21 09:14:03 CST 2014


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

Matt Jordan commented on ASTERISK-23339:
----------------------------------------

Unfortunately, there's still a large number of symbols that aren't in your libraries:

{noformat}
#0  0x000000000044f51a in __ao2_find ()
No symbol table info available.
#1  0x00000000004ec5dd in find_interface ()
No symbol table info available.
#2  0x00000000004ecf2a in format_cmp_helper ()
No symbol table info available.
#3  0x00000000004ed044 in ast_format_cmp ()
No symbol table info available.
#4  0x00000000004f0af1 in cmp_cb ()
No symbol table info available.
#5  0x000000000044ef32 in internal_ao2_callback ()
No symbol table info available.
#6  0x000000000044f3c5 in __ao2_callback ()
No symbol table info available.
#7  0x000000000044f52e in __ao2_find ()
No symbol table info available.
#8  0x00000000004f121e in ast_format_cap_iscompatible ()
No symbol table info available.
{noformat}

We'll really need the debug symbols in everything to find out what is actually occurring.

That aside, it is exceedingly odd to see something crashing in a format comparison. What format modules are you using? Are they compatible with the version of Asterisk that you're using?
                
> Segfault in __ao2_find ()
> -------------------------
>
>                 Key: ASTERISK-23339
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23339
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_sip/General
>    Affects Versions: 11.6.0, 11.7.0
>         Environment: centos 5.9 64bit
>            Reporter: David Brillert
>            Assignee: Matt Jordan
>            Severity: Critical
>         Attachments: backtrace unoptimized feb 20 2014.txt
>
>
> Segfault.  Backtrace attached.
> Asterisk was compiled with DONT_OPTIMIZE and BETTER_BACKTRACES

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list