G2 testing : lock up while NOT saving file
David Hampton
hampton-gnucash at rainbolthampton.net
Thu Nov 3 15:06:57 EST 2005
On Thu, 2005-11-03 at 09:34 -0800, Andrew Sackville-West wrote:
> David Hampton wrote:
> > I've never seen the plugin not loaded message before.
>
> I have seen that message without a crash before as well, but I can't
> remember the circumstances. Will watch for it.
Its from the graphing code. I've tweaked the code to say which plugin
couldn't be found.
> Meanwhile, I have experienced the crash again. I'm trying to get it
> totally reproducible and then I'll send you the file I'm using along
> with explicit instructions.
Try this. Start gnucash running normally. Once the main window has
come up, open a terminal window and do the following:
$ ps ax | grep gnucash
<should get two lines here. one for guile and one for grep>
$ gdb
(gdb) attach <guile pid from above>
<gnucash is halted at this point>
<lots of output>
(gdb) cont
<gnucash will continue running>
Now continue working with gnucash and see if you can reproduce the
crash. If you do, gdb should takeover control and you will get a new
gdb prompt.
(gdb) backtrace
<lots of output. mail this to gnucash-devel>
(gdb) cont
<gnucash will crash>
Hope this helps.
David
More information about the gnucash-devel
mailing list