[gstreamer-bugs] [Bug 336873] [lame] division by zero crash.
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Mon Apr 3 04:51:55 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
Aaron Bockover changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |abockover at novell.com
------- Comment #6 from Aaron Bockover 2006-04-03 11:51 UTC -------
Kevin, what distro are you on?
Jan: the System.DivideByZeroException is at the Mono level, I think it's just
an after affect of the crash in LAME, but that still doesn't make much sense
(what in TestPipeline would ever throw that?)... here's the relevant C# code:
[DllImport("libbanshee")]
private static extern bool gstreamer_test_encoder(IntPtr encoder_pipeline);
public static bool TestEncoder(string pipeline)
{
IntPtr pipeline_ptr = GLib.Marshaller.StringToPtrGStrdup(pipeline);
try {
return gstreamer_test_encoder(pipeline_ptr);
} finally {
GLib.Marshaller.Free(pipeline_ptr);
}
}
...
Though after looking at that, a check should probably be made to see if
pipeline_ptr is NULL for some reason.
--
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