[gst-devel] segfault in gst-register...
aschlag at surfbest.net
aschlag at surfbest.net
Thu Feb 13 09:32:10 CET 2003
>> make: *** [post-install] Segmentation fault
> What's the last 10-20 lines of gst-register --gst-mask=-1?
Well, I ran that, and here are the last few lines of the command:
================================================
DEBUG([00;31m25572[00m:[00;31m 0[00m)[00;01;37;41mgsttype.c(172): gst_type_register: :[00m gsttype: capstype(0x80c1c98) gave new mime type 'audio/basic', id 30
[01mINFO[00m ([00;31m25572[00m:[00;31m 0[00m)[00;00;36mgstplugin.c(115): gst_plugin_register_func: :[00m plugin "/usr/opt/garnome/lib/gstreamer-0.6/libgstffmpeg.so" initialised
[01mINFO[00m ([00;31m25572[00m:[00;31m 0[00m)[00;00;36mgstplugin.c(190): gst_plugin_load_plugin: :[00m plugin "/usr/opt/garnome/lib/gstreamer-0.6/libgstffmpeg.so" loaded
added plugin ffmpeg with 112 feature(s)
DEBUG([00;31m25572[00m:[00;31m 0[00m)[00;00;36mgstplugin.c(161): gst_plugin_load_plugin: :[00m attempt to load plugin "/usr/opt/garnome/lib/gstreamer-0.6/libgstarts.so"
DEBUG([00;31m25572[00m:[00;31m 0[00m)[00;00;36mgstplugin.c(184): gst_plugin_load_plugin: :[00m plugin "/usr/opt/garnome/lib/gstreamer-0.6/libgstarts.so" loaded, called entry function...
Segmentation fault
================================================
I also ran the command through gdb, and did a backtrace after the segfault; here is the output of that:
================================================
added plugin flac with 3 feature(s)
added plugin ffmpeg with 112 feature(s)
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 25518)]
0x00014a8a in ?? ()
(gdb) bt
#0 0x00014a8a in ?? ()
#1 0x4003f826 in gst_plugin_register_func (desc=0x40d3d638,
plugin=0x8076c08,
module=0x80c1cf8) at gstplugin.c:110
#2 0x4003f9f3 in gst_plugin_load_plugin (plugin=0x8076c08, error=0x0)
at gstplugin.c:187
#3 0x40056482 in gst_xml_registry_rebuild (registry=0x804f158)
at gstxmlregistry.c:1600
#4 0x4004ddee in gst_registry_rebuild (registry=0x804f158)
at gstregistry.c:182
#5 0x08048a8d in main (argc=1, argv=0xbffffbe4) at gst-register.c:85
(gdb)
================================================
So it looks like I'm getting my error when trying to load the aRts plugin, but why? Am I possibly missing a library, or maybe something else? Maybe I should mess with my GARNOME configuration to not build the aRts plugins...
Any ideas or suggestions would be greatly appreciated. Thanks.
Adam
More information about the gstreamer-devel
mailing list