From owner-freebsd-gnome@FreeBSD.ORG Fri Sep 17 09:25:55 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 7E1EC16A4CE for ; Fri, 17 Sep 2004 09:25:55 +0000 (GMT) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AC2C43D55 for ; Fri, 17 Sep 2004 09:25:55 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id E7F25F1999; Fri, 17 Sep 2004 02:25:54 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 49497-01; Fri, 17 Sep 2004 02:25:54 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id D6044F1850; Fri, 17 Sep 2004 02:25:53 -0700 (PDT) From: Sean McNeil To: Joe Marcus Clarke In-Reply-To: <1095385263.19148.9.camel@shumai.marcuscom.com> References: <1095267108.86712.2.camel@server.mcneil.com> <4148757E.8000101@marcuscom.com> <1095293014.76661.2.camel@server.mcneil.com> <1095299723.62093.18.camel@shumai.marcuscom.com> <1095305657.7380.10.camel@server.mcneil.com> <1095385263.19148.9.camel@shumai.marcuscom.com> Content-Type: text/plain Message-Id: <1095413153.57476.4.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 17 Sep 2004 02:25:53 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com cc: freebsd-gnome@freebsd.org Subject: Re: seahorse crashes immediately 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: Fri, 17 Sep 2004 09:25:55 -0000 On Thu, 2004-09-16 at 18:41, Joe Marcus Clarke wrote: > On Wed, 2004-09-15 at 23:34, Sean McNeil wrote: > > On Wed, 2004-09-15 at 18:55, Joe Marcus Clarke wrote: > > > On Wed, 2004-09-15 at 20:03, Sean McNeil wrote: > > > > On Wed, 2004-09-15 at 10:01, Joe Marcus Clarke wrote: > > > > > Please rebuild seahorse and libgnomeui with debugging symbols, and get > > > > > the full backtrace again. > > > > > > > > > > > > > With symbols for seahorse and libgnomeui: > > > > > > > > Backtrace was generated from '/usr/X11R6/bin/seahorse' > > > > > > Can you run this from gdb, and get the output of "bt full"? I don't see > > > the problem, and I can't reproduce it. > > > > > sure thing. The seg 11 is in glib, so I recompiled it with symbols: > > Try this patch. I get the following error with this patch: cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/eel-2 -I/usr/X11R6/include/gail-1.0 -I/usr/local/include -DDATA_DIR=\""/usr/X11R6/share/gnome"\" -DSEAHORSE_GLADEDIR=\""/usr/X11R6/share/gnome/seahorse/glade/"\" -DLOCALEDIR=\"/usr/X11R6/share/locale\" -DPIXMAPSDIR=\""/usr/X11R6/share/gnome/pixmaps/"\" -I/usr/local/include -O -pipe -c `test -f seahorse-context.c || echo './'`seahorse-context.c seahorse-context.c: In function `seahorse_context_class_init': seahorse-context.c:109: error: `object_class' undeclared (first use in this function) seahorse-context.c:109: error: (Each undeclared identifier is reported only onceseahorse-context.c:109: error: for each function it appears in.) gmake[3]: *** [seahorse-context.o] Error 1 Changing it from object_class to gobject_class and it makes no difference. Same crash. Sean