From owner-freebsd-gnome Fri Aug 23 13:58:24 2002 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 5B1B637B400 for ; Fri, 23 Aug 2002 13:58:17 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBB9E43E65 for ; Fri, 23 Aug 2002 13:58:16 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.0] (vpn-client-0.marcuscom.com [10.2.1.0]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g7NKvsix057781; Fri, 23 Aug 2002 16:57:55 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: bus error with pan2 From: Joe Marcus Clarke To: Bernhard Valenti Cc: gnome@FreeBSD.ORG In-Reply-To: <20020822012604.3ff4e811.bernhard.valenti@gmx.net> References: <20020822012604.3ff4e811.bernhard.valenti@gmx.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 23 Aug 2002 16:58:10 -0400 Message-Id: <1030136291.320.97.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 2002-08-21 at 19:26, Bernhard Valenti wrote: > hi, > > i just installed pan2 (0.13.0) from ports, and get a Bus error when > running it. following a ldd output and a not so usefull gdb log. i'm > running freebsd 4.6.2. Can you pull down the latest rev of pan2, and see if the problem persists? Joe > > bernhard > > /tmp> ldd `which pan` > /usr/X11R6/bin/pan: > libintl.so.4 => /usr/local/lib/libintl.so.4 (0x28163000) > libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x2816b000) > libgtkspell.so.0 => /usr/X11R6/lib/libgtkspell.so.0 (0x28244000) > libpspell.so.4 => /usr/local/lib/libpspell.so.4 (0x28251000) > libgtk-x11-2.0.so.0 => /usr/X11R6/lib/libgtk-x11-2.0.so.0 (0x2826a000) > libgdk-x11-2.0.so.0 => /usr/X11R6/lib/libgdk-x11-2.0.so.0 (0x28476000) > libatk-1.0.so.0 => /usr/local/lib/libatk-1.0.so.0 (0x284cd000) > libgdk_pixbuf-2.0.so.0 => /usr/X11R6/lib/libgdk_pixbuf-2.0.so.0 > (0x284e3000) > libm.so.2 => /usr/lib/libm.so.2 (0x284f5000) > libpangoxft-1.0.so.0 => /usr/X11R6/lib/libpangoxft-1.0.so.0 (0x28511000) > libXft.so.1 => /usr/X11R6/lib/libXft.so.1 (0x28530000) > libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x2855a000) > libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x2855f000) > libfreetype.so.9 => /usr/local/lib/libfreetype.so.9 (0x2856d000) > libpangox-1.0.so.0 => /usr/X11R6/lib/libpangox-1.0.so.0 (0x285b8000) > libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x285c4000) > libpango-1.0.so.0 => /usr/X11R6/lib/libpango-1.0.so.0 (0x28682000) > libgobject-2.0.so.0 => /usr/local/lib/libgobject-2.0.so.0 (0x286b3000) > libgmodule-2.0.so.0 => /usr/local/lib/libgmodule-2.0.so.0 (0x286ea000) > libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x286ee000) > libxml2.so.5 => /usr/local/lib/libxml2.so.5 (0x28753000) > libz.so.2 => /usr/lib/libz.so.2 (0x287f5000) > libgthread-2.0.so.0 => /usr/local/lib/libgthread-2.0.so.0 (0x28803000) > libgnuregex.so.2 => /usr/lib/libgnuregex.so.2 (0x28807000) > libc_r.so.4 => /usr/lib/libc_r.so.4 (0x2880f000) > libltdl.so.1 => /usr/local/lib/libltdl.so.1 (0x288c9000) > libpspell-modules.so.1 => /usr/local/lib/libpspell-modules.so.1 > (0x288cd000) > libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x288cf000) > libXThrStub.so.6 => /usr/X11R6/lib/libXThrStub.so.6 (0x28916000) > > > /tmp> gdb pan > GNU gdb 4.18 (FreeBSD) > Copyright 1998 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 "i386-unknown-freebsd"...(no debugging symbols > found)... > (gdb) run > Starting program: /usr/X11R6/bin/pan > (no debugging symbols found)...(no debugging symbols found)... > (no debugging symbols found)...(no debugging symbols found)... > (no debugging symbols found)...(no debugging symbols found)... > (no debugging symbols found)...(no debugging symbols found)... > (no debugging symbols found)...(no debugging symbols found)... > (no debugging symbols found)...(no debugging symbols found)... > (no debugging symbols found)...(no debugging symbols found)... > (no debugging symbols found)...(no debugging symbols found)... > (no debugging symbols found)...(no debugging symbols found)... > (no debugging symbols found)...(no debugging symbols found)... > (no debugging symbols found)...(no debugging symbols found)... > (no debugging symbols found)...(no debugging symbols found)... > (no debugging symbols found)...(no debugging symbols found)... > Program received signal SIGBUS, Bus error. > 0x28721742 in g_str_hash () from /usr/local/lib/libglib-2.0.so.0 > (gdb) The program is running. Exit anyway? (y or n) y > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message