[gstreamer-bugs] [Bug 336873] [lame] division by zero crash.
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Mon Apr 3 01:56:04 PDT 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=336873
GStreamer | gst-plugins-ugly | Ver: 0.10.x
Jan Schmidt changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thaytan at mad.scientist.com
------- Comment #5 from Jan Schmidt 2006-04-03 08:56 UTC -------
I don't understand this at all. It seems like a lame bug, because it happens
inside lame_get_ATHlower, but the code in there (here, at least) looks like
this:
float
lame_get_ATHlower( const lame_global_flags* gfp )
{
return -gfp->ATHlower * 10.0;
}
I fail to see how that can possibly produce a divide-by-zero error unless a)
The stacktrace is bad (although it seems consistent) b) You have a different
version of lame c) The compiler the built LAME was buggy d) I'm missing
something.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list