GNOME Bugzilla – Bug 89235
gnomevfssrc: sigsegv ni gnome_vfs_uri_unref () from /usr/lib/libgnomevfs-2.so.0
Last modified: 2009-08-15 18:40:50 UTC
I've make a Gtk2 test program. I'm using gstreamer, gstreamer-plugins, and monkey-media from CVS. Gstreamer says it's version 0.4.0.1. GnomeVFS is 2.0 (RedHat version included with the Limbo beta release). 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 (). Is this a gstreamer problem, or a gnomevfs problem? Program received signal SIGSEGV, Segmentation fault.
+ Trace 25545
Thread 1026 (LWP 8248)
I should have mentioned that the app specifies an HTTP location for the gnomevfssrc.
a fix has been put into cvs to not unref the gnomevfssrc unneeded. Can you try again ?
I obtained the new version from CVS, recompiled gstreamer, gst-plugins, monkey-median, and my app, and can happily report that it no longer crashes. Thank you! -Michael