Unable to access data

Josh Sled jsled at asynchronous.org
Tue Mar 16 07:16:31 CST 2004


On Mon, 2004-03-15 at 10:18, Scott wrote:

> I am no longer able to access my data file even tha backups seem to hang 
> when loading. I am able to load my test files no problem but when 
> loading my main datafile GnuCash seems to hang although it is using cpu 
> cycles when I do a ps -ef.
> 
> Can someone point me in the right direction, I need to input today.

One thing to do is start gnucash in a console and see if it outputs any
strange errors.

Another thing to do is to start gnucash under gdb, and interrupt it when
it appears hung; then, you can get a stack-trace to see what section of
the code is functioning when it is hung.

To do this, try:

% /usr/libexec/gnucash/overrides/gnucash/gnucash-env gdb /usr/bin/guile
[gdb output]
gdb> run -e main -s /usr/libexec/gnucash/overrides/gnucash --g-fatal-warnings

[If it doesn't come across correct, there should be 3 lines, above.]


Are you using scheduled transactions?
What version of gnucash are you using?
What operating system?

...jsled

-- 
http://www.asynchronous.org/ - `a=jsled; b=asynchronous.org; echo ${a}@${b}`
# A: Because it breaks the flow of normal conversation.
# Q: Why don't we put the response before the request?



More information about the gnucash-user mailing list