[asterisk-bugs] [Asterisk 0013116]: Asterisk 1.4.21.1 segfaults many times daily using mixmonitor
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jan 27 14:14:09 CST 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13116
======================================================================
Reported By: aragon
Assigned To: svnbot
======================================================================
Project: Asterisk
Issue ID: 13116
Category: Applications/app_mixmonitor
Reproducibility: always
Severity: crash
Priority: normal
Status: closed
Asterisk Version: 1.4.21
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2008-07-20 14:37 CDT
Last Modified: 2009-01-27 14:14 CST
======================================================================
Summary: Asterisk 1.4.21.1 segfaults many times daily using
mixmonitor
Description:
Random crashes while mixmonitor is used
backtrace attached
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
has duplicate 0013210 Asterisk production environment crashes...
======================================================================
----------------------------------------------------------------------
(0098892) svnbot (reporter) - 2009-01-27 14:14
http://bugs.digium.com/view.php?id=13116#c98892
----------------------------------------------------------------------
Repository: asterisk
Revision: 171624
_U branches/1.6.1/
U branches/1.6.1/main/slinfactory.c
------------------------------------------------------------------------
r171624 | mmichelson | 2009-01-27 14:14:07 -0600 (Tue, 27 Jan 2009) | 34
lines
Merged revisions 171622 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r171622 | mmichelson | 2009-01-27 14:11:30 -0600 (Tue, 27 Jan 2009) | 26
lines
Merged revisions 171621 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r171621 | mmichelson | 2009-01-27 14:06:01 -0600 (Tue, 27 Jan 2009) | 18
lines
Prevent a crash from occurring when a jitter buffer interpolated frame is
removed from a slinfactory
slinfactory used the "samples" field of an ast_frame in order to determine
the amount of data contained within the frame. In certain cases, such as
jitter buffer interpolated frames, the frame would have a non-zero value
for
"samples" but have NULL "data"
This caused a problem when a memcpy call in ast_slinfactory_read would
attempt
to access invalid memory. The solution in use here is to never feed frames
into
the slinfactory if they have NULL "data"
(closes issue http://bugs.digium.com/view.php?id=13116)
Reported by: aragon
Patches:
13116.diff uploaded by putnopvut (license 60)
........
................
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=171624
Issue History
Date Modified Username Field Change
======================================================================
2009-01-27 14:14 svnbot Checkin
2009-01-27 14:14 svnbot Note Added: 0098892
======================================================================
More information about the asterisk-bugs
mailing list