[asterisk-bugs] [Asterisk 0015103]: [patch] At the end of an attended transfered, on hangup, Asterisk crashes.
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed May 13 22:00:07 CDT 2009
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=15103
======================================================================
Reported By: lmsteffan
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 15103
Category: Features/Parking
Reproducibility: always
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!): 194424
Request Review:
======================================================================
Date Submitted: 2009-05-13 22:00 CDT
Last Modified: 2009-05-13 22:00 CDT
======================================================================
Summary: [patch] At the end of an attended transfered, on
hangup, Asterisk crashes.
Description:
The crash occurs after the following sequence of actions :
A calls B, B puts A on hold and calls C, then B transfers the call from A
to C (and hangups). C talks with A. When C hangs up, Asterisk crashes with
a message "ERROR[4596] astobj2.c: user_data is NULL". Debugger shows that
this message is followed by a segmentation error.
The cause of this unseemly behaviour is a pointer first initialized to
NULL, then not modified when it should due to an assignement that has
become an equality. The included patch corrects this.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-05-13 22:00 lmsteffan Asterisk Version => SVN
2009-05-13 22:00 lmsteffan Regression => No
2009-05-13 22:00 lmsteffan SVN Branch (only for SVN checkouts, not tarball
releases) => trunk
2009-05-13 22:00 lmsteffan SVN Revision (number only!) => 194424
======================================================================
More information about the asterisk-bugs
mailing list