Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2003 11:34:51 +0200
From:      Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
To:        Dave Bodenstab <dave@bodenstab.org>
Cc:        gnome freebsd <freebsd-gnome@freebsd.org>
Subject:   Re: gnucash port segfaults on me
Message-ID:  <20030707093451.GA407@martin.kleinerdrache.org>
In-Reply-To: <200307070234.h672YxA11414@base486.home.org>; from dave@bodenstab.org on Mo, Jul 07, 2003 at 04:34:59 %2B0200
References:  <200307070234.h672YxA11414@base486.home.org>

next in thread | previous in thread | raw e-mail | index | archive | help

Am 2003.07.07 04:34 schrieb(en) Dave Bodenstab:

>   [At this point I get a message box that pop's up with:
> 
> 	  Application "gnucash" (process 800) has crashed
> 	  due to a fatal error.
> 	  (Segmentation fault)
> 
> 	  Please visit the GNUME Application Crash page for more
> information
> 
>   bash-2.05b$ GNOME_DISABLE_CRASH_DIALOG=1 gnucash
>   Segmentation fault (core dumped)
>   bash-2.05b$ ls
>   guile.core	orbit-imdave	typescript
>   bash-2.05b$ exit
>   exit

So please run:

$ gdb gnucash
(gdb) r
and after the crash:
(gdb) bt

If you have only 'no debugging symbols found' messages, so deinstall 
gnucash and install it with

$ cd /usr/ports/finance/gnucash
$ make STRIP= CFLAGS="-O -pipe -g" install

and try again, now you should have some debugging symbols (mostly not 
all, but possible enaugh)

and paste the output of '$ bt' (backtrace) here.  I'll have a look at 
this.

Martin


-- 
If you've got an idea and need help,
or just need general encouragement,
write me a message. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030707093451.GA407>