From owner-freebsd-gnome@FreeBSD.ORG Wed Sep 22 06:08:05 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 5167116A4CE for ; Wed, 22 Sep 2004 06:08:05 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id D012443D4C for ; Wed, 22 Sep 2004 06:08:04 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i8M67Ynq044666; Wed, 22 Sep 2004 02:07:34 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Sean McNeil In-Reply-To: <1095413153.57476.4.camel@server.mcneil.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> <1095413153.57476.4.camel@server.mcneil.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ogeFxykrn6hvBQDr5smv" Organization: MarcusCom, Inc. Message-Id: <1095833271.45253.55.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 22 Sep 2004 02:07:51 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.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: Wed, 22 Sep 2004 06:08:05 -0000 --=-ogeFxykrn6hvBQDr5smv Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2004-09-17 at 05:25, Sean McNeil wrote: > 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=20 > > > > > > the full backtrace again. > > > > > >=20 > > > > >=20 > > > > > With symbols for seahorse and libgnomeui: > > > > >=20 > > > > > Backtrace was generated from '/usr/X11R6/bin/seahorse' > > > >=20 > > > > 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. > > > >=20 > > > sure thing. The seg 11 is in glib, so I recompiled it with symbols: > >=20 > > Try this patch. >=20 > I get the following error with this patch: >=20 > cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=3D1 -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 =20 > -I/usr/local/include -DDATA_DIR=3D\""/usr/X11R6/share/gnome"\" > -DSEAHORSE_GLADEDIR=3D\""/usr/X11R6/share/gnome/seahorse/glade/"\" > -DLOCALEDIR=3D\"/usr/X11R6/share/locale\" > -DPIXMAPSDIR=3D\""/usr/X11R6/share/gnome/pixmaps/"\"=20 > -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 >=20 > Changing it from object_class to gobject_class and it makes no > difference. Same crash. Any update on the latest patch I sent? Joe >=20 > Sean >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-ogeFxykrn6hvBQDr5smv Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBURa3b2iPiv4Uz4cRAvAvAJ9yTXRNG2JyoNwrHvXVu4mYgQ990wCfWNpb bdOy8oCP1ixF/8I86CCG5g0= =MYXt -----END PGP SIGNATURE----- --=-ogeFxykrn6hvBQDr5smv--