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

Matt Jordan (JIRA) noreply at issues.asterisk.org
Sun Oct 27 14:10:03 CDT 2013


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

Matt Jordan commented on ASTERISK-22763:
----------------------------------------

It looks like your backtrace is still from binaries that don't have debug symbols:

{noformat}
#0  0x00000000004455c2 in __ao2_find ()
No symbol table info available.
#1  0x00000000004bc2be in find_interface ()
No symbol table info available.
#2  0x00000000004bc419 in ast_format_cmp ()
No symbol table info available.
#3  0x00000000004c0262 in cmp_cb ()
No symbol table info available.
#4  0x0000000000444a5d in internal_ao2_callback ()
No symbol table info available.
#5  0x0000000000445091 in __ao2_callback ()
No symbol table info available.
{noformat}

Unfortunately, that means we don't really know much about what occurred leading up to the crash.

Can you reproduce the crash? What was the system doing leading up to it? Can you produce a backtrace with all of the symbols?
                
> Segfault in __ao2_find ()
> -------------------------
>
>                 Key: ASTERISK-22763
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22763
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_sip/General
>    Affects Versions: 11.6.0
>         Environment: centos 5.9 64bit
>            Reporter: David Brillert
>            Assignee: Matt Jordan
>            Severity: Critical
>         Attachments: gdb trace.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