[gstreamer-bugs] [Bug 480543] rhythmbox-metadata crashed with SIGSEGV in gst_object_get_parent()

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Nov 11 04:23:20 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=480543

  GStreamer | gst-plugins-bad | Ver: HEAD CVS

Jonathan Matthew changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|rhythmbox-maint at gnome.bugs  |gstreamer-
                   |                            |bugs at lists.sourceforge.net
          Component|general                     |gst-plugins-bad
            Product|rhythmbox                   |GStreamer
          QAContact|rhythmbox-maint at gnome.bugs  |gstreamer-
                   |                            |bugs at lists.sourceforge.net
   Target Milestone|---                         |HEAD
            Version|0.11.x                      |HEAD CVS




------- Comment #2 from Jonathan Matthew  2008-11-11 12:23 UTC -------
Line 252 of the version of gstspc.c that the user would have been using is:

  guchar *data = GST_BUFFER_DATA (spc->buf);

It seems like it could get in there without a buffer if the file was 0 bytes
long, or if the entire file looked like tag data (there's a tag demuxer there
of some kind).

$ touch emptyfile
$ gst-launch-0.10 filesrc location=emptyfile ! spcdec ! fakesink

crashes in the same way.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=480543.




More information about the Gstreamer-bugs mailing list