[asterisk-bugs] [Asterisk 0013889]: [patch] Memory leak if the sla_thread is not running
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Nov 12 11:47:30 CST 2008
The following issue has been SUBMITTED.
======================================================================
http://bugs.digium.com/view.php?id=13889
======================================================================
Reported By: eliel
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13889
Category: Applications/app_meetme
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 156126
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-11-12 11:47 CST
Last Modified: 2008-11-12 11:47 CST
======================================================================
Summary: [patch] Memory leak if the sla_thread is not running
Description:
If the sla_thread is not running, we are queueing events and we don't have
a consumer. One of the leaks is generated when doing a 'module reload', it
is queueing a RELOAD event, and no one is freeing it, because the thread is
not running. The solution I present here is to avoid queueing an event if
we have no thread assigned to consume this events.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2008-11-12 11:47 eliel New Issue
2008-11-12 11:47 eliel Asterisk Version => SVN
2008-11-12 11:47 eliel SVN Branch (only for SVN checkouts, not tarball
releases) => trunk
2008-11-12 11:47 eliel SVN Revision (number only!) => 156126
2008-11-12 11:47 eliel Disclaimer on File? => N/A
======================================================================
More information about the asterisk-bugs
mailing list