GNOME Bugzilla – Bug 383737
resample segmentation fault
Last modified: 2006-12-11 08:09:16 UTC
% banshee --gst-disable-segtrap --debug ** Running Banshee in Debug Mode ** Warning: [08/12/2006 15:18:25] (Cannot connect to NetworkManager) - An available, working network connection will be assumed Debug: [08/12/2006 15:18:26] (Loading audio profiles) - /usr/share/banshee/audio-profiles (/usr/lib/banshee/banshee.exe:14089): GLib-GObject-WARNING **: value "128" of type `gint' is invalid or out of range for property `bitrate' of type `gint' Debug: [08/12/2006 15:18:27] (Default player engine) - GStreamer 0.10 Debug: [08/12/2006 15:18:27] (Audio CD Core Initialised) - Audioscrobbler starting protocol engine Setting MusicBrainz proxy to www.musicbrainz.org:80 ** Scheduler: Job scheduled (Banshee.Plugins.MetadataSearch.MetadataSearchPlugin+ScanLibraryJob, Normal) ** Scheduler: execution thread created ** Scheduler: Job started (Banshee.Plugins.MetadataSearch.MetadataSearchPlugin+ScanLibraryJob) ** Scheduler: Job ended (Banshee.Plugins.MetadataSearch.MetadataSearchPlugin+ScanLibraryJob) ** Scheduler: execution thread destroyed, no more jobs scheduled Loading Podcast Feeds: 61 ms ERROR: Caught a segmentation fault while loading plugin file: /usr/lib/gstreamer-0.10/libgstaudioresample.so Please either: - remove it and restart. - run with --gst-disable-segtrap and debug.
This sounds like a liboil version error. What is the version of liboil you are using?
0.3.10 - library was actually linked with it.
Created attachment 77993 [details] [review] patch
This is a known bug with using liboil and Mono together. There's a rather large patch in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=368991, although my recommended solution is to apply the attached patch.
Attached patch do not work...