<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body>
Josh Sled wrote:<br>
<blockquote type="cite" cite="mid1079442991.17138.62.camel@phoenix">
<pre wrap="">On Mon, 2004-03-15 at 10:18, Scott wrote:
</pre>
<blockquote type="cite">
<pre wrap="">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.
</pre>
</blockquote>
<pre wrap=""><!---->
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
</pre>
</blockquote>
I am using scheduled transactions.<br>
I am running ver.1.8.3<br>
OS = Linux/Lindows.com<br>
<br>
I have resolved the issue by using an older xac file, but I will
definitely keep this in mind if it happens again.<br>
<br>
</body>
</html>