[asterisk-bugs] [Asterisk 0011985]: asterisk giving core dump on my production server very frequently

noreply at bugs.digium.com noreply at bugs.digium.com
Wed Feb 13 03:29:29 CST 2008


The following issue has been CLOSED 
====================================================================== 
http://bugs.digium.com/view.php?id=11985 
====================================================================== 
Reported By:                dpkji_rgec
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   11985
Category:                   . I did not set the category correctly.
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Asterisk Version:           1.2.24 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             02-13-2008 03:18 CST
Last Modified:              02-13-2008 03:29 CST
====================================================================== 
Summary:                    asterisk giving core dump on my production server
very frequently
Description: 
Hi,

asterisk-1.2.24
libpri-1.2.5
zaptel-1.2.21

---------------------------------bt-------------------------------------------
(gdb) bt
http://bugs.digium.com/view.php?id=0  0x43646333 in strlen () from
/lib/libc.so.6
http://bugs.digium.com/view.php?id=1  0x00207239 in reqprep (req=0xb71a4ba8,
p=0xb5b11280, sipmethod=8,
seqno=102, newbranch=1) at chan_sip.c:4036
http://bugs.digium.com/view.php?id=2  0x00208276 in transmit_request_with_auth
(p=0xb5b11280, sipmethod=0,
seqno=0, reliable=1, newbranch=1) at chan_sip.c:5825
http://bugs.digium.com/view.php?id=3  0x00224173 in sip_hangup (ast=0xb5b0d360)
at chan_sip.c:2518
http://bugs.digium.com/view.php?id=4  0x08065244 in ast_hangup (chan=0xb5b0d360)
at channel.c:1386
http://bugs.digium.com/view.php?id=5  0x08091c70 in __ast_pbx_run (c=0xb5b0d360)
at pbx.c:2487
http://bugs.digium.com/view.php?id=6  0x0809225c in pbx_thread (data=0xb5b0d360)
at pbx.c:2537
http://bugs.digium.com/view.php?id=7  0x4374d2db in start_thread () from
/lib/libpthread.so.0
http://bugs.digium.com/view.php?id=8  0x436a712e in clone () from /lib/libc.so.6
(gdb)

-------------------------bt
full------------------------------------------------

(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 at 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 at 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"
0000005 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"
0000006 0x0809225c in pbx_thread (data=0xb5b0d360) at pbx.c:2537
No locals.
0000007 0x4374d2db in start_thread () from /lib/libpthread.so.0
No symbol table info available.
0000008 0x436a712e in clone () from /lib/libc.so.6
No symbol table info available.
-------------------------------------------------------------------------------

====================================================================== 

---------------------------------------------------------------------- 
 mvanbaak - 02-13-08 03:29  
---------------------------------------------------------------------- 
Asterisk 1.2 is in security maintenance mode only.
Please upgrade to 1.4 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
02-13-08 03:29  mvanbaak       Status                   new => closed       
02-13-08 03:29  mvanbaak       Note Added: 0082139                          
======================================================================




More information about the asterisk-bugs mailing list