From owner-freebsd-ports@FreeBSD.ORG Thu Feb 18 16:29:34 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFA40106568F; Thu, 18 Feb 2010 16:29:34 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 284BD8FC21; Thu, 18 Feb 2010 16:29:33 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1Ni9Fs-0004BK-RF>; Thu, 18 Feb 2010 17:29:32 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1Ni9Fs-0007wa-P8>; Thu, 18 Feb 2010 17:29:32 +0100 Message-ID: <4B7D6B4D.9060604@zedat.fu-berlin.de> Date: Thu, 18 Feb 2010 16:31:09 +0000 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.7) Gecko/20100217 Thunderbird/3.0.1 MIME-Version: 1.0 To: gary.jennejohn@freenet.de References: <4B701269.9070703@zedat.fu-berlin.de> <20100208172033.112629f7@ernst.jennejohn.org> <4B706038.3030603@zedat.fu-berlin.de> <4B712DCE.7030500@zedat.fu-berlin.de> <20100209135402.02976be2@ernst.jennejohn.org> In-Reply-To: <20100209135402.02976be2@ernst.jennejohn.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: freebsd-stable@freebsd.org, freebsd-ports@freebsd.org Subject: Re: www/firefox: Firefox 3.6 crashes, Firefox 3.5.7 not X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2010 16:29:35 -0000 On 02/09/10 12:54, Gary Jennejohn wrote: > On Tue, 09 Feb 2010 09:41:34 +0000 > "O. Hartmann" wrote: > > [snip maybe too much] > >> On 02/08/10 21:42, Eitan Adler wrote: >> >>> you need to load the sem module (kldload sem). >>> >>> >> SysV smaphore (or sem?) are built into my kernel by default. The >> error/system message when crashing is >> >> socket(): Protocol not supported >> Illegal instruction (core dumped) >> >> and a core is dumped. >> >> > So, have you looked at the core dump with gdb to see where it appears > to be crashing? > > Could it be IPv6 related? Do you have IPv6 in the kernel and enabled? > I do. > > You could try adding these options to MOZ_OPTIONS in the Makefile > --enable-debug[=DBG] Enable building with developer debug info > --enable-debug-modules Enable/disable debug info for specific modules > --enable-debugger-info-modules > Enable/disable debugger info for specific modules > > --- > Gary Jennejohn > So, I did. I recompiled firefox 3.6 with the above debugging switches in /etc/make.conf. Additionally, I recompiled firefox3 port via 'portmaster -df', hoping this recompiles a possibly faulty lib. But this does not have any effect. Then I recompiled twice all my ports installed (approx. 909 ports, and preventing comments on that: yes, I once deleted and reinstalled everything, but after 'paraview' and a lot of Qt4-stuff installed, the number of ports tend to be that high!). This didn't show any effect. Inspecting the core dump doesn't show my anything unusual except the last line. A 'bt' shows 'infinite' numbers scrolling down the screen, so I gav up, due to my limited abilities in debugging and understanding what's going on. Firefox 3.5.7 still works on this specific box. On my private box at home, UP machine, same OS revision ( 8.0-STABLE FreeBSD 8.0-STABLE #0 r204007: Wed Feb 17 17:34:25 CET 2010), Firefox 3.6 works well. Thunderbird 3.0.1 also crashes spontanously since 3.0.1 got installed, 3.0.0 worked well. Maybe this issues are somehow related. Firefox 3.6 can be triggered to crash activating any pulldown menus, like 'Edit'. When not pressing any button except 'forward', 'backward', I can surf. But when pressing any button from Add ons or the 'Menu' or even popups, Firefox dies with a core. I feel a little bit helpless in this matter ... Below the gdb output. Thanks, Oliver ------- GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)... (gdb) quit ohartmann: gdb /usr/local/lib/firefox3/firefox-bin firefox-bin.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)... Core was generated by `firefox-bin'. Program terminated with signal 4, Illegal instruction. Reading symbols from /usr/local/lib/firefox3/libxul.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/libxul.so Reading symbols from /usr/local/lib/firefox3/libmozjs.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/libmozjs.so Reading symbols from /usr/local/lib/firefox3/libxpcom.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/libxpcom.so Reading symbols from /usr/local/lib/libplds4.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libplds4.so.1 Reading symbols from /usr/local/lib/libplc4.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libplc4.so.1 Reading symbols from /usr/local/lib/libnspr4.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libnspr4.so.1 Reading symbols from /usr/local/lib/libgtk-x11-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgtk-x11-2.0.so.0 Reading symbols from /usr/local/lib/libatk-1.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libatk-1.0.so.0 Reading symbols from /usr/local/lib/libgdk-x11-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgdk-x11-2.0.so.0 Reading symbols from /usr/local/lib/libgdk_pixbuf-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgdk_pixbuf-2.0.so.0 Reading symbols from /usr/local/lib/libpangocairo-1.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpangocairo-1.0.so.0 Reading symbols from /usr/local/lib/libgio-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgio-2.0.so.0 Reading symbols from /usr/local/lib/libXext.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXext.so.6 Reading symbols from /usr/local/lib/libXrender.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXrender.so.1 Reading symbols from /usr/local/lib/libXinerama.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXinerama.so.1 Reading symbols from /usr/local/lib/libXi.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXi.so.6 Reading symbols from /usr/local/lib/libXrandr.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXrandr.so.2 Reading symbols from /usr/local/lib/libXcursor.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXcursor.so.1 Reading symbols from /usr/local/lib/libXcomposite.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXcomposite.so.1 Reading symbols from /usr/local/lib/libXdamage.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXdamage.so.1 Reading symbols from /usr/local/lib/libpangoft2-1.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpangoft2-1.0.so.0 Reading symbols from /usr/local/lib/libpango-1.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpango-1.0.so.0 Reading symbols from /usr/local/lib/libfreetype.so.9...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libfreetype.so.9 Reading symbols from /usr/local/lib/libfontconfig.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libfontconfig.so.1 Reading symbols from /usr/local/lib/libgobject-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgobject-2.0.so.0 Reading symbols from /usr/local/lib/libgmodule-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgmodule-2.0.so.0 Reading symbols from /usr/local/lib/libglib-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libglib-2.0.so.0 Reading symbols from /usr/local/lib/libXfixes.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXfixes.so.3 Reading symbols from /usr/local/lib/libcairo.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libcairo.so.2 Reading symbols from /usr/local/lib/libX11.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libX11.so.6 Reading symbols from /lib/libz.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libz.so.5 Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libm.so.5 Reading symbols from /usr/local/lib/libiconv.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libiconv.so.3 Reading symbols from /usr/lib/libstdc++.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libstdc++.so.6 Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/libgcc_s.so.1 Reading symbols from /lib/libthr.so.3...(no debugging symbols found)...done. Loaded symbols for /lib/libthr.so.3 Reading symbols from /usr/local/lib/firefox3/libsqlite3.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/libsqlite3.so Reading symbols from /usr/local/lib/firefox3/libsmime3.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/libsmime3.so Reading symbols from /usr/local/lib/firefox3/libssl3.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/libssl3.so Reading symbols from /usr/local/lib/firefox3/libnss3.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/libnss3.so Reading symbols from /usr/local/lib/firefox3/libnssutil3.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/libnssutil3.so Reading symbols from /usr/local/lib/libdbus-glib-1.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libdbus-glib-1.so.2 Reading symbols from /usr/local/lib/libdbus-1.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libdbus-1.so.3 Reading symbols from /usr/local/lib/libXt.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXt.so.6 Reading symbols from /usr/local/lib/libgthread-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgthread-2.0.so.0 Reading symbols from /usr/local/lib/libpixman-1.so.9...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpixman-1.so.9 Reading symbols from /usr/local/lib/libglitz.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libglitz.so.1 Reading symbols from /usr/local/lib/libpng.so.5...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpng.so.5 Reading symbols from /usr/local/lib/libxcb-render-util.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libxcb-render-util.so.0 Reading symbols from /usr/local/lib/libxcb-render.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libxcb-render.so.0 Reading symbols from /usr/local/lib/libxcb.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libxcb.so.2 Reading symbols from /usr/local/lib/libXau.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXau.so.6 Reading symbols from /usr/local/lib/libXdmcp.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXdmcp.so.6 Reading symbols from /usr/local/lib/libpthread-stubs.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpthread-stubs.so.0 Reading symbols from /usr/lib/librpcsvc.so.5...(no debugging symbols found)...done. Loaded symbols for /usr/lib/librpcsvc.so.5 Reading symbols from /usr/local/lib/libexpat.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libexpat.so.6 Reading symbols from /usr/local/lib/libicui18n.so.38...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libicui18n.so.38 Reading symbols from /usr/local/lib/libintl.so.8...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libintl.so.8 Reading symbols from /usr/local/lib/libpcre.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpcre.so.0 Reading symbols from /usr/local/lib/libSM.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libSM.so.6 Reading symbols from /usr/local/lib/libICE.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libICE.so.6 Reading symbols from /usr/local/lib/libicuuc.so.38...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libicuuc.so.38 Reading symbols from /usr/local/lib/libicudata.so.38...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libicudata.so.38 Reading symbols from /usr/local/lib/nss_ldap.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/nss_ldap.so.1 Reading symbols from /usr/local/lib/libldap-2.4.so.7...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libldap-2.4.so.7 Reading symbols from /usr/local/lib/liblber-2.4.so.7...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/liblber-2.4.so.7 Reading symbols from /usr/local/lib/libsasl2.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libsasl2.so.2 Reading symbols from /usr/lib/libkrb5.so.10...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libkrb5.so.10 Reading symbols from /usr/lib/libcom_err.so.5...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libcom_err.so.5 Reading symbols from /usr/lib/libgssapi_krb5.so.10...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libgssapi_krb5.so.10 Reading symbols from /usr/lib/libssl.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libssl.so.6 Reading symbols from /lib/libcrypto.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/libcrypto.so.6 Reading symbols from /usr/lib/libgssapi.so.10...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libgssapi.so.10 Reading symbols from /usr/lib/libhx509.so.10...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libhx509.so.10 Reading symbols from /usr/lib/libroken.so.10...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libroken.so.10 Reading symbols from /usr/lib/libasn1.so.10...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libasn1.so.10 Reading symbols from /lib/libcrypt.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libcrypt.so.5 Reading symbols from /usr/local/lib/libgnomeui-2.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgnomeui-2.so.0 Reading symbols from /usr/local/lib/libbonoboui-2.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libbonoboui-2.so.0 Reading symbols from /usr/local/lib/libgnomecanvas-2.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgnomecanvas-2.so.0 Reading symbols from /usr/local/lib/libgailutil.so.18...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgailutil.so.18 Reading symbols from /usr/local/lib/libgnome-2.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgnome-2.so.0 Reading symbols from /usr/local/lib/libesd.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libesd.so.2 Reading symbols from /usr/local/lib/libaudiofile.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libaudiofile.so.0 Reading symbols from /usr/local/lib/libart_lgpl_2.so.5...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libart_lgpl_2.so.5 Reading symbols from /usr/local/lib/libbonobo-2.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libbonobo-2.so.0 Reading symbols from /usr/local/lib/libbonobo-activation.so.4...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libbonobo-activation.so.4 Reading symbols from /usr/local/lib/libORBitCosNaming-2.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libORBitCosNaming-2.so.0 Reading symbols from /usr/local/lib/libgnomevfs-2.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgnomevfs-2.so.0 Reading symbols from /usr/local/lib/libxml2.so.5...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libxml2.so.5 Reading symbols from /usr/local/lib/libavahi-glib.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libavahi-glib.so.1 Reading symbols from /usr/local/lib/libavahi-client.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libavahi-client.so.3 Reading symbols from /usr/local/lib/libavahi-common.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libavahi-common.so.3 Reading symbols from /lib/libssp.so.0...(no debugging symbols found)...done. Loaded symbols for /lib/libssp.so.0 Reading symbols from /lib/libutil.so.8...(no debugging symbols found)...done. Loaded symbols for /lib/libutil.so.8 Reading symbols from /usr/local/lib/libgconf-2.so.4...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgconf-2.so.4 Reading symbols from /usr/local/lib/libORBit-2.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libORBit-2.so.0 Reading symbols from /usr/local/lib/libgnome-keyring.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgnome-keyring.so.0 Reading symbols from /usr/local/lib/libpopt.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpopt.so.0 Reading symbols from /usr/local/lib/firefox3/components/libbrowserdirprovider.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/components/libbrowserdirprovider.so Reading symbols from /usr/local/lib/firefox3/components/libdbusservice.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/components/libdbusservice.so Reading symbols from /usr/local/lib/firefox3/components/libimgicon.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/components/libimgicon.so Reading symbols from /usr/local/lib/pango/1.6.0/modules/pango-basic-fc.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/pango/1.6.0/modules/pango-basic-fc.so Reading symbols from /usr/local/lib/firefox3/components/libbrowsercomps.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/components/libbrowsercomps.so Reading symbols from /usr/local/lib/firefox3/components/libnkgnomevfs.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/components/libnkgnomevfs.so Reading symbols from /usr/local/lib/firefox3/libsoftokn3.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/libsoftokn3.so Reading symbols from /usr/local/lib/firefox3/libnssdbm3.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/libnssdbm3.so Reading symbols from /usr/local/lib/firefox3/libfreebl3.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/libfreebl3.so Reading symbols from /usr/local/lib/firefox3/libnssckbi.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/libnssckbi.so Reading symbols from /usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so Reading symbols from /usr/local/lib/libXss.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXss.so.1 Reading symbols from /usr/local/lib/firefox3/components/libmozgnome.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/firefox3/components/libmozgnome.so Reading symbols from /usr/local/lib/libnotify.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libnotify.so.1 Reading symbols from /usr/local/lib/libcanberra.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libcanberra.so.0 Reading symbols from /usr/local/lib/libvorbisfile.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libvorbisfile.so.6 Reading symbols from /usr/local/lib/libvorbis.so.4...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libvorbis.so.4 Reading symbols from /usr/local/lib/libogg.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libogg.so.6 Reading symbols from /usr/local/lib/libltdl.so.7...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libltdl.so.7 Reading symbols from /usr/local/lib/libpulse.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpulse.so.0 Reading symbols from /usr/local/lib/libpulsecommon-0.9.21.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpulsecommon-0.9.21.so Reading symbols from /usr/local/lib/libcanberra-0.22/libcanberra-pulse.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libcanberra-0.22/libcanberra-pulse.so Reading symbols from /usr/local/lib/libXtst.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libXtst.so.6 Reading symbols from /usr/lib/libwrap.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libwrap.so.6 Reading symbols from /usr/local/lib/libsndfile.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libsndfile.so.1 Reading symbols from /usr/local/lib/libFLAC.so.10...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libFLAC.so.10 Reading symbols from /usr/local/lib/libvorbisenc.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libvorbisenc.so.2 Reading symbols from /usr/local/lib/libgdbm.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libgdbm.so.3 Reading symbols from /usr/local/lib/libexecinfo.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libexecinfo.so.1 Reading symbols from /usr/lib/librt.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/librt.so.1 Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x0000000800507819 in _rtld_error () from /libexec/ld-elf.so.1 [New Thread 80ddec540 (LWP 100783)] [New Thread 80d752ec0 (LWP 100781)] [New Thread 80c056940 (LWP 100780)] [New Thread 80ddec1c0 (LWP 100779)] [New Thread 80ca30680 (LWP 100776)] [New Thread 80c051700 (LWP 100770)] [New Thread 807b73c00 (LWP 100683)] [New Thread 80c051a80 (LWP 100682)] [New Thread 807a0a740 (LWP 100681)] [New Thread 807b72a80 (LWP 100680)] [New Thread 807b72c40 (LWP 100679)] [New Thread 807b72e00 (LWP 100678)] [New Thread 807a041c0 (LWP 100760)]