[gstreamer-bugs] [Bug 122416] [lame] Seg Fault when writing ID3 to MP3

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sat Jan 29 03:47:49 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=122416
 GStreamer | gst-plugins | Ver: 0.6.x CVS

Ronald Bultje changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
   Target Milestone|0.3.3                       |NONE



------- Additional Comments From Ronald Bultje  2005-01-29 06:47 -------
This code no longer exists. I've had a small look back at the 0.6 code, and from
what I can see, memory for metadata was shared between app and plugin. This
means that if SJ would rip a next track after having free'ed its previous
metadata, the data would still be in the plugin and it'd access invalid memory.

This is no longer the case in 0.8, we now use proper memory referencing to
prevent this. Therefore, this probably doesn't occur in 0.8 anymore. I'll close
it as INVALID since I don't know what else to do with it.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list