[Home]

Summary:ASTERISK-11428: asterisk giving core dump every 10 minute-using latest tarball
Reporter:Dhananjay Kahsyap (dpkji_rgec)Labels:
Date Opened:2008-02-13 01:17:12.000-0600Date Closed:2011-06-07 14:03:20
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:(gdb) bt full
#0  0x43646333 in strlen () from /lib/libc.so.6
No symbol table info available.
#1  0x00207239 in reqprep (req=0xb71a4ba8, p=0xb5b11280, sipmethod=8, seqno=102, newbranch=1) at chan_sip.c:4036
       __a0 = <value optimized out>
       __a1 = <value optimized out>
       __a2 = <value optimized out>
       orig = (struct sip_request *) 0xb5b12c1c
       stripped = '\0' <repeats 79 times>
       tmp = "102 BYE", '\0' <repeats 72 times>
       newto = '\0' <repeats 255 times>
       c = <value optimized out>
       ot = <value optimized out>
       of = <value optimized out>
       is_strict = 1
#2  0x00208276 in transmit_request_with_auth (p=0xb5b11280, sipmethod=0, seqno=0, reliable=1, newbranch=1) at chan_sip.c:5825
       resp = {rlPart1 = 0x0, rlPart2 = 0x0, len = 93, headers = 2, method = 8, header = {
   0xb71a4dc0 "BYE sip:124@10.0.0.254 SIP/2.0\r\nVia: SIP/2.0/UDP 10.0.0.8:5060;branch=z9hG4bK14d092dc;rport\r\n",
   0xb71a4de0 "Via: SIP/2.0/UDP 10.0.0.8:5060;branch=z9hG4bK14d092dc;rport\r\n", 0x0 <repeats 62 times>}, lines = 0,
 line = {0x0 <repeats 64 times>},
 data = "BYE sip:124@10.0.0.254 SIP/2.0\r\nVia: SIP/2.0/UDP 10.0.0.8:5060;branch=z9hG4bK14d092dc;rport\r\n", '\0' <repeats 4002 times>, debug = 0, flags = 0, sdp_start = 0, sdp_end = 0}
       __PRETTY_FUNCTION__ = "transmit_request_with_auth"
#3  0x00224173 in sip_hangup (ast=0xb5b0d360) at chan_sip.c:2518
       p = (struct sip_pvt *) 0x20202024
       __PRETTY_FUNCTION__ = "sip_hangup"
#4  0x08065244 in ast_hangup (chan=0xb5b0d360) at channel.c:1386
       res = <value optimized out>
       cdr = (struct ast_cdr *) 0x8fb5d28
       __PRETTY_FUNCTION__ = "ast_hangup"
ASTERISK-1  0x08091c70 in __ast_pbx_run (c=0xb5b0d360) at pbx.c:2487
       __p = <value optimized out>
       digit = <value optimized out>
       exten = '\0' <repeats 255 times>
       pos = 3
       waittime = 0
       res = 0
       __PRETTY_FUNCTION__ = "__ast_pbx_run"
ASTERISK-2  0x0809225c in pbx_thread (data=0xb5b0d360) at pbx.c:2537
No locals.
ASTERISK-3  0x4374d2db in start_thread () from /lib/libpthread.so.0
No symbol table info available.
ASTERISK-4  0x436a712e in clone () from /lib/libc.so.6
No symbol table info available.
Comments:By: Michiel van Baak (mvanbaak) 2008-02-13 03:33:32.000-0600

Can you please compile with the DONT_OPTIMIZE flag set in make menuselect and upload a bt full from a crash after that ?

By: Jason Parker (jparker) 2008-03-07 15:07:22.000-0600

Closing - no response from reporter.

If this is still an issue, please feel free to reopen once you can provide the requested information.