[gst-devel] gst_gnomevfssrc_close_file () -> gnome_vfs_handle_destroy () -> gnome_vfs_uri_unref () -> SIGSEGV

Wim Taymans wim.taymans at chello.be
Mon Jul 29 08:17:16 CEST 2002


On Sun, 2002-07-28 at 01:53, Michael Rothwell wrote:
> I've attached the source for my test program. It compiles with Gtk2. I'm
> using gstreamer, gstreamer-plugins, and monkey-media from CVS. Gstreamer
> says it's version 0.4.0.1. GnomeVFS is 2.0.
> 
> When I call 
> 
> monkey_media_mixer_set_state (mixer, MONKEY_MEDIA_MIXER_STATE_STOPPED);
> 
> it releases the gnomevfssrc, which crashes in gnome_vfs_uri_unref ().
> 
> 
> In the learned opinions of the list denizens, is this a gstreamer
> problem, or a gnomevfs problem?
> 

I cannot reproduce this problem myself bu I noticed that there was a
gnome_vfs_handle_destroy() after a _close() (which does a destroy
already). I removed the second _destroy() in the gstreamer plugin,
please try again.

Wim






More information about the gstreamer-devel mailing list