>>>>> "Ben" == Ben Kelly <[EMAIL PROTECTED]> writes:
Ben> Hey Andy, I'm having trouble reproducing this bug. Can you
Ben> give me a short list of steps that will cause the save to
Ben> fail?
Ben,
>From the Account menu, select "New Account"
Select "income"
Account Name: income
Description: income
Curency: USD
Click "Create"
In "income Register" window. Enter "5000" in "income" field, click
register.
>From "File" menu, select "save". In file dialog, enter a.b, click OK.
No file is created.
Ben> I tried running gnucash without any command line arguments,
Ben> created an account, and I was able to save it just fine. One
Ben> possibility is that this problem was fixed since the 1.2.3
Ben> release - I'm using the code out of CVS. Anyway, I'd like to
Ben> help track down this bug, so any info you could give me would
Ben> be appreciated. Thanks.
I grab the latest out of CVS and got the same results. I had one
problem building that. In lib/g-wrap/configure.in I had to change
AM_PROG_LIBTOOL to AC_PROG_LIBTOOL.
I'm wondering if it could be a lesstiff problem. When I was runing the
CVS version, I notice lots of messages to stdout from callbacks
etc. When I selected the file menu, there were not any messages. I
have not looked at the code yet. I am running 0.88.9 release of
lestiff.
Linas> could you send the strace over? I have no clue why it
Linas> wouldn't work. strace should show the file being fstat'ed,
Linas> then a LCK file being created, then the file itself being
Linas> opened & wirtten to, then a log file ...
The strace log is about 1.2MB...
Note that strace complained:
ptrace: umoven: Input/output error
several times. I'm not sure what that means.
Linas> what was the name of the transaction log tthat was written?
translog.19990822064037.log. Since is rather small, I've attached it.
Thanks,
Andy
Ben> "Andrew S. Howell" wrote:
>> >>>>> "Ben" == Ben Kelly <[EMAIL PROTECTED]> writes:
>>
>> >> I just compiled up the Motif version of GnuCash 1.2.3,
>> created >> a couple of accounts, and found that I can not save
>> them. When >> I select "save" from the file menu, enter a file
>> name and save, >> nothing happens. It create a transaction log
>> ok, so I don't >> think that it is a permissions problem. >>
>> >> If I then try to exit, I get a dialog saying that I have not
>> >> saved...
>>
Ben> Does the .xac file exist at all?
>> Ben,
>>
>> No files at all, other than the transaction log. I ran strace
>> on it an could not see it trying to open the file I specified.
>>
Ben> In any case, it might be nice to have a "Save successful"
Ben> dialog. Its always nice to give the user feedback.
>> That sounds like a good idea to me.
>>
>> Thanks,
>>
>> Andy
mod id time_now date_entered date_posted account num
description memo action reconciled amount price date_reconciled
-----------------
===== START
B 0x814cbf0/0x814cdc0 19990822064037 19700101090000 19700101090000
n 0.000000 1.000000 19700101090000
===== END
===== START
C 0x814cbf0/0x814cdc0 19990822064037 19990822064037 19990822064037
Opening Balance n 0.000000 1.000000
19700101090000
===== END
===== START
B 0x816ca00/0x816ca68 19990822064037 19700101090000 19700101090000
n 0.000000 1.000000 19700101090000
===== END
===== START
C 0x816ca00/0x816ca68 19990822064037 19990822064037 19990822064037
n 0.000000 1.000000 19700101090000
===== END
===== START
B 0x814cbf0/0x814cdc0 19990822064132 19990822064037 19990822064037 income
Opening Balance n 0.000000 1.000000
19700101090000
===== END
===== START
C 0x814cbf0/0x814cdc0 19990822064132 19990822064037 19990822064037 income
Opening Balance n -5000.000000 1.000000
19700101090000
===== END