From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 5 18:56:26 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CB5D16A4CE for ; Sun, 5 Sep 2004 18:56:26 +0000 (GMT) Received: from fed1rmmtao06.cox.net (fed1rmmtao06.cox.net [68.230.241.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7BDE43D1F for ; Sun, 5 Sep 2004 18:56:25 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.140]) by fed1rmmtao06.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040905185625.PMXK2550.fed1rmmtao06.cox.net@mezz.mezzweb.com>; Sun, 5 Sep 2004 14:56:25 -0400 To: "Olivier Saut" References: <4138F242.8030602@wanadoo.fr> Message-ID: Date: Sun, 05 Sep 2004 13:56:25 -0500 From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <4138F242.8030602@wanadoo.fr> User-Agent: Opera M2/7.54 (Linux, build 751) cc: freebsd-gnome@freebsd.org Subject: Re: Gst-register core dump in hash_print_key X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2004 18:56:26 -0000 On Sat, 04 Sep 2004 00:37:54 +0200, Olivier Saut wrote: > Hello, > > every time I run gst-register (as user or as root) I get a coredump : > os@banquo% gst-register Trying to load global_registry ... > Error loading global_registry > Added path /usr/X11R6/lib/gstreamer-0.8 to user_registry > Rebuilding user_registry (/home/os/.gstreamer-0.8/registry.xml) ... > Added plugin gstgetbits with 0 features. > ... > Added plugin dvdreadsrc with 1 feature. > Added plugin cdparanoia with 1 feature. > Added plugin gstaf with 1 feature. > Added plugin aasink with 1 feature. > Added plugin a52dec with 1 feature. > Added plugin cdplayer with 1 feature. > zsh: 46934 bus error (core dumped) gst-register > > I have tried to disable cdplayer plugin, but then it coredumps after > a52dec. Here too, but my backtraces is kind of different. I am using libpthread and ULE in 5.3-BETA3. ============================================== # find /usr/ports -name "*.core" /usr/ports/multimedia/gstreamer/gst-register-0.8.core /usr/ports/multimedia/gstreamer-plugins/gst-register-0.8.core # gdb gst-register-0.8 multimedia/gstreamer-plugins/gst-register-0.8.core This GDB was configured as "i386-marcel-freebsd"... Core was generated by `gst-register-0.8'. Program terminated with signal 10, Bus error. #0 0x29aedec7 in CzCUBICSPLINE (this=0x29b32b00) at fastmix.cpp:116 116 fastmix.cpp: No such file or directory. in fastmix.cpp (gdb) bt #0 0x29aedec7 in CzCUBICSPLINE (this=0x29b32b00) at fastmix.cpp:116 #1 0x29af5991 in __static_initialization_and_destruction_0 (__initialize_p=1, __priority=65535) at fastmix.cpp:145 #2 0x29af5a7a in global constructors keyed to MixSoundBuffer () at fastmix.cpp:2197 #3 0x29b09412 in gst_modplug_get_type () from /usr/X11R6/lib/gstreamer-0.8/libgstmodplug.so #4 0x29adf732 in ?? () from /usr/X11R6/lib/gstreamer-0.8/libgstmodplug.so #5 0x280509f1 in find_symdef () from /libexec/ld-elf.so.1 #6 0x28051421 in dlopen () from /libexec/ld-elf.so.1 #7 0x2833bf20 in _g_module_open (file_name=0x29b30b00 "", bind_lazy=1, bind_local=0) at gmodule-dl.c:98 #8 0x2833c83d in g_module_open ( file_name=0x8075440 "/usr/X11R6/lib/gstreamer-0.8/libgstmodplug.so", flags=G_MODULE_BIND_LAZY) at gmodule.c:391 #9 0x280bfb10 in gst_plugin_check_file ( filename=0x8075440 "/usr/X11R6/lib/gstreamer-0.8/libgstmodplug.so", error=0x0) at gstplugin.c:331 #10 0x280bfd6a in gst_plugin_load_file ( filename=0x8075440 "/usr/X11R6/lib/gstreamer-0.8/libgstmodplug.so", error=0x0) at gstplugin.c:378 #11 0x280ee602 in gst_xml_registry_rebuild (registry=0x804e400) at gstxmlregistry.c:1432 ---Type to continue, or q to quit--- #12 0x280dfb53 in gst_registry_rebuild (registry=0x804e400) at gstregistry.c:187 #13 0x08048f93 in main (argc=1, argv=0xbfbfe928) at gst-register.c:129 Current language: auto; currently c++ ============================================== Cheers, Mezz -- mezz7 at cox.net - mezz at FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome at FreeBSD.org