[asterisk-bugs] [Asterisk 0017747]: [patch] Asterisk crashes every less than 1 hours (arrount 20 mn) when using manager and http manager using asterisk-1.4.35-rc1

Asterisk Bug Tracker noreply at bugs.digium.com
Sun Jan 23 20:05:06 CST 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17747 
====================================================================== 
Reported By:                hoby
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17747
Category:                   Core/ManagerInterface
Reproducibility:            have not tried
Severity:                   crash
Priority:                   normal
Status:                     ready for review
Asterisk Version:           1.4.35-rc1 
JIRA:                       SWP-2179 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-07-29 07:38 CDT
Last Modified:              2011-01-23 20:05 CST
====================================================================== 
Summary:                    [patch] Asterisk crashes every less than 1 hours
(arrount 20 mn) when using manager and http manager using asterisk-1.4.35-rc1
Description: 
When under heavy load (60 - 160 simultanous), using http manager and
manager crashes asterisk. Asterisk is used for callcenter solution using
Queue and Agent.
We used 1.4.21.2 before and never seen crash. 
This issue is for 1.4.35-rc1, 1.4.34
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0016506 [patch] Segmentation fault using manage...
====================================================================== 

---------------------------------------------------------------------- 
 (0130905) seanbright (manager) - 2011-01-23 20:05
 https://issues.asterisk.org/view.php?id=17747#c130905 
---------------------------------------------------------------------- 
This patch masks the problem, it doesn't fix anything.  The entire point of
mmap()ing the temporary file is that we don't want to allocate a big chunk
of memory on the heap each time through - this patch does exactly that.  So
sure, we don't crash, and that's a Good Thing, but that doesn't mean it's
the right way to fix the underlying problem.

I agree that the entire block needs some TLC, which is on my personal
TODO. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-01-23 20:05 seanbright     Note Added: 0130905                          
======================================================================




More information about the asterisk-bugs mailing list