After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 383737 - resample segmentation fault
resample segmentation fault
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.11
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-08 14:26 UTC by Maciej (Matthew) Piechotka
Modified: 2006-12-11 08:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (538 bytes, patch)
2006-12-08 22:10 UTC, David Schleef
none Details | Review

Description Maciej (Matthew) Piechotka 2006-12-08 14:26:14 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.
Comment 1 Wim Taymans 2006-12-08 17:09:42 UTC
This sounds like a liboil version error. What is the version of liboil you are using?
Comment 2 Maciej (Matthew) Piechotka 2006-12-08 18:23:19 UTC
0.3.10 - library was actually linked with it.
Comment 3 David Schleef 2006-12-08 22:10:31 UTC
Created attachment 77993 [details] [review]
patch
Comment 4 David Schleef 2006-12-08 22:12:20 UTC
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.
Comment 5 Maciej (Matthew) Piechotka 2006-12-11 08:09:16 UTC
Attached patch do not work...