[asterisk-bugs] [Asterisk 0015088]: [patch] Asterisk crash when logging out from a manager session.
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue May 12 11:17:50 CDT 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=15088
======================================================================
Reported By: eliel
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 15088
Category: Core/ManagerInterface
Reproducibility: have not tried
Severity: crash
Priority: normal
Status: new
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 193868
Request Review:
======================================================================
Date Submitted: 2009-05-12 10:27 CDT
Last Modified: 2009-05-12 11:17 CDT
======================================================================
Summary: [patch] Asterisk crash when logging out from a
manager session.
Description:
How to reproduce:
1) Login to the asterisk manager.
2) Logout from the asterisk manager.
3) Asterisk crashed.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0014974 [patch] erros messages astobj2.c INTERN...
======================================================================
----------------------------------------------------------------------
(0104598) mnicholson (administrator) - 2009-05-12 11:17
http://bugs.digium.com/view.php?id=15088#c104598
----------------------------------------------------------------------
This crash appears to be caused because session_destructor() is called (by
ao2) and then destroy_session()/free_session() is called on the same bit of
memory.
It also looks like session_destructor() does not free the datastore data
associated with the session object.
Issue History
Date Modified Username Field Change
======================================================================
2009-05-12 11:17 mnicholson Note Added: 0104598
======================================================================
More information about the asterisk-bugs
mailing list