[asterisk-bugs] [JIRA] (ASTERISK-24800) Crash in __sip_reliable_xmit

Michael L. Young (JIRA) noreply at issues.asterisk.org
Tue Feb 17 13:01:34 CST 2015


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

Michael L. Young edited comment on ASTERISK-24800 at 2/17/15 12:59 PM:
-----------------------------------------------------------------------

Here's the value:

{noformat}
(gdb) frame 1
#1  0x00007fd8901e4266 in __sip_reliable_xmit (p=0x7fd8e06f3b58, seqno=102, resp=0, data=0x7fd8e07ff250, fatal=1, sipmethod=3)
    at chan_sip.c:4232
4232				pthread_kill(monitor_thread, SIGURG);
(gdb) print monitor_thread
$1 = 18446744073709551614
(gdb)
{noformat}


was (Author: n8ideas):
Here's the value:

(gdb) frame 1
#1  0x00007fd8901e4266 in __sip_reliable_xmit (p=0x7fd8e06f3b58, seqno=102, resp=0, data=0x7fd8e07ff250, fatal=1, sipmethod=3)
    at chan_sip.c:4232
4232				pthread_kill(monitor_thread, SIGURG);
(gdb) print monitor_thread
$1 = 18446744073709551614
(gdb)

> Crash in __sip_reliable_xmit
> ----------------------------
>
>                 Key: ASTERISK-24800
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24800
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>    Affects Versions: 13.2.0
>            Reporter: JoshE
>            Assignee: Matt Jordan
>         Attachments: sipxmit_crash.txt
>
>
> Crash observed in __sip_reliable_xmit with a large number of realtime peers attached to the database.



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



More information about the asterisk-bugs mailing list