[gstreamer-bugs] [Bug 398325] Gstreamer Crashed Insanely

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jan 19 07:05:23 PST 2007


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=398325

  GStreamer | gst-plugins-good | Ver: 0.10.5





------- Comment #5 from Edward Hervey  2007-01-19 15:03 UTC -------
So the problem seems to be in paint.c in the draw_bresenham_line() function.

In the loop, the following line:
  *dest = col

causes a segfault because it's accessing a non-allocated address:
   Caught SIGSEGV accessing address 0x2aaaaae54350


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list