Date: Fri, 17 Sep 2004 02:25:53 -0700 From: Sean McNeil <sean@mcneil.com> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: freebsd-gnome@freebsd.org Subject: Re: seahorse crashes immediately Message-ID: <1095413153.57476.4.camel@server.mcneil.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1095413153.57476.4.camel>