[asterisk-bugs] [Asterisk 0014564]: Asterisk segfaults when parking call
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Mar 3 12:27:30 CST 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14564
======================================================================
Reported By: meric
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14564
Category: General
Reproducibility: random
Severity: crash
Priority: normal
Status: feedback
Asterisk Version: 1.4.23
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-02-26 20:53 CST
Last Modified: 2009-03-03 12:27 CST
======================================================================
Summary: Asterisk segfaults when parking call
Description:
Since our upgrade to 1.4.23.1, Asterisk is segfaulting regularly when
parking calls.
======================================================================
----------------------------------------------------------------------
(0101094) svnbot (reporter) - 2009-03-03 12:27
http://bugs.digium.com/view.php?id=14564#c101094
----------------------------------------------------------------------
Repository: asterisk
Revision: 179840
U branches/1.4/res/res_features.c
------------------------------------------------------------------------
r179840 | file | 2009-03-03 12:27:29 -0600 (Tue, 03 Mar 2009) | 9 lines
Do not assume that the bridge_cdr is still attached to the channel when
the 'h' exten is finished executing.
It is possible for a masquerade operation to occur when the 'h' exten is
operating. This operation moves
the CDR records around causing the bridge_cdr to no longer exist on the
channel where it is expected to.
We can not safely modify it afterwards because of this, so don't even try.
(closes issue http://bugs.digium.com/view.php?id=14564)
Reported by: meric
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=179840
Issue History
Date Modified Username Field Change
======================================================================
2009-03-03 12:27 svnbot Checkin
2009-03-03 12:27 svnbot Note Added: 0101094
======================================================================
More information about the asterisk-bugs
mailing list