[asterisk-bugs] [Asterisk 0015616]: random crashes

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Aug 12 03:08:14 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15616 
====================================================================== 
Reported By:                rgj
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   15616
Category:                   General
Reproducibility:            unable to reproduce
Severity:                   crash
Priority:                   normal
Status:                     new
Asterisk Version:           1.4.26 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-07-30 14:26 CDT
Last Modified:              2009-08-12 03:08 CDT
====================================================================== 
Summary:                    random crashes
Description: 
Our production Asterisk server crashes randomly, about once every two
days.
GDB shows random locations for the crash. The only thing they have in
common is that it's something near malloc, but it's being called from
really different locations each time.



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

---------------------------------------------------------------------- 
 (0108931) rgj (reporter) - 2009-08-12 03:08
 https://issues.asterisk.org/view.php?id=15616#c108931 
---------------------------------------------------------------------- 
Same crash today

[Aug 12 09:28:59] VERBOSE[14097] logger.c:     -- Executing
AgentLogin("Local/1505 at default-e676,1", "3032")
[Aug 12 09:29:01] VERBOSE[14097] logger.c:   == Agent '3032' logged in
(format slin/slin)
[Aug 12 09:29:15] VERBOSE[14408] logger.c:   == Spawn extension (default,
13032, 0) exited non-zero on 'SIP/10.32.128.131-0a1bdd10'
[Aug 12 09:24:23] VERBOSE[25118] logger.c:     -- Executing
Queue("SIP/10.32.128.131-b7757540", "13032")
[Aug 12 09:24:23] DEBUG[25118] res_config_mysql.c: MySQL RealTime:
Everything is fine.
[Aug 12 09:24:23] DEBUG[25118] res_config_mysql.c: MySQL RealTime:
Retrieve SQL: SELECT * FROM queues WHERE name = '13032'
[Aug 12 09:24:23] DEBUG[25118] res_config_mysql.c: MySQL RealTime:
Everything is fine.
[Aug 12 09:24:23] DEBUG[25118] res_config_mysql.c: MySQL RealTime:
Retrieve SQL: SELECT * FROM queue_members WHERE interface LIKE '%' AND
queue_name = '13032' ORDER BY interface
[Aug 12 09:24:23] VERBOSE[25118] logger.c:     -- Started music on hold,
class 'silence', on SIP/10.32.128.131-b7757540
[Aug 12 09:24:23] VERBOSE[25118] logger.c:     -- Stopped music on hold on
SIP/g2-08d90738
[Aug 12 09:24:23] VERBOSE[25118] logger.c:     -- agent_call, call to
agent '3032' call on 'SIP/g2-08d90738'
[Aug 12 09:24:23] VERBOSE[25118] logger.c:     -- <SIP/g2-08d90738>
Playing 'beep' (language 'en')

(gdb) frame 0
https://issues.asterisk.org/view.php?id=0  0x0809ddce in ast_readaudio_callback
(s=0x8aaec70) at file.c:737
737                     if (s->orig_chan_name &&
strcasecmp(s->owner->name, s->orig_chan_name))
(gdb) print s->orig_chan_name
$1 = 0x80008 <Address 0x80008 out of bounds>
(gdb) Quit
(gdb) quit 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-08-12 03:08 rgj            Note Added: 0108931                          
======================================================================




More information about the asterisk-bugs mailing list