[Gstreamer-bugs] [Bug 93259] Changed - gst-player crash when trying to play wav

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sun Sep 15 04:38:21 PDT 2002


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=93259

Changed by wim.taymans at chello.be.

--- shadow/93259	Sat Sep 14 03:58:54 2002
+++ shadow/93259.tmp.7340	Sun Sep 15 07:38:21 2002
@@ -377,6 +377,13 @@
 Created an attachment (id=11072)
 gst-mask log of the crash
 
 
 ------- Additional Comments From Uraeus at linuxrising.org  2002-09-14 03:42 -------
 *** Bug 93099 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From wim.taymans at chello.be  2002-09-15 07:38 -------
+gnomevfssrc doesn't mark mmapped buffers as READONLY, wavparse passes
+buffers from gnomevfssrc without modification, volume does
+copy_on_write to prepare for inplace modification, no copy happens as
+the READONLY flag is not set and refcount == 1, volume writes to
+mmapped readonly memory and crashes.





More information about the Gstreamer-bugs mailing list