Re: gnucash 1.8.1

2003-06-28 Thread Derek Atkins
A number of people have had this, but so far nobody has been able to supply an actual data file that exhibits the problem. None of the developers have seen this. Without an example datafile there is no way to actually fix it (since nobody can reproduce it). Most likely the problem is some trans

gnucash 1.8.1

2003-06-28 Thread Johann George
I just installed to Red Hat 9.0 from Red Hat 7.1. I had previously been using gnucash 1.4.9 and just switched to 1.8.1. On my first use, I converted my file to the new format and did nothing else. When I now run gnucash, it gives me: ** CRITICAL **: file gnc-transaction-xml-v2.c: line 443 (set_

Re: gnucash-1.8.1; Euro sign and german texts/menus don't work

2003-03-10 Thread v . i . t
> Joe Marcus Clarke <[EMAIL PROTECTED]> schrieb am 13 Feb 2003 23:33:12 > -0500: ... > Maybe I found the reason for gnucashs i18n problem: an strace(1) of > gnucash shows that it searches for its locales only in: > >/usr/local/share/locale > But some locales (for example "gnuca

Re: GnuCash 1.8.1 Hang

2003-02-24 Thread Thomas J. Baker
On Sun, 2003-02-23 at 22:33, Derek Atkins wrote: > Honestly, I haven't looked at it. The SX code is Josh's area, > so I've left it for him. Besides, I cannot reproduce this on my > system, so I'm not sure what to look for. I know Josh is > offline for a few days, but should be back this week, s

Re: GnuCash 1.8.1 Hang

2003-02-23 Thread Derek Atkins
Honestly, I haven't looked at it. The SX code is Josh's area, so I've left it for him. Besides, I cannot reproduce this on my system, so I'm not sure what to look for. I know Josh is offline for a few days, but should be back this week, so maybe he'll look at it. You might want to change the s

Re: GnuCash 1.8.1 Hang

2003-02-23 Thread Thomas J. Baker
On Sun, 2003-02-23 at 17:07, Derek Atkins wrote: > That's completely normal. > > -derek > Does the strace help at all? It seems to show exactly where the problem occurs but I don't know if it can be translated to actual code. tjb -- =

Re: GnuCash 1.8.1 Hang

2003-02-23 Thread Derek Atkins
That's completely normal. -derek "Thomas J. Baker" <[EMAIL PROTECTED]> writes: > Also when it hangs, it always has two files like this left over: > > Finances.a6401.5960.LNK Finances.LCK > > tjb > -- > === > | Thomas Baker

Re: GnuCash 1.8.1 Hang

2003-02-23 Thread Thomas J. Baker
Also when it hangs, it always has two files like this left over: Finances.a6401.5960.LNK Finances.LCK tjb -- === | Thomas Baker| | Baker Consulting em

Re: gnucash 1.8.1 - Main Window Options Causes Crash on Apply or OK

2003-02-22 Thread Budman
On Fri, 2003-02-21 at 23:33, Derek Atkins wrote: > Now for the crashing part... When I click on Options from the Main > Window to hide all accounts except Bank and Credit, when I click Apply > or OK, gnucash crashes with: > ERROR: missing or extra expression This is a known bug. P

Re: gnucash 1.8.1 - Main Window Options Causes Crash on Apply or OK

2003-02-21 Thread Derek Atkins
Budman <[EMAIL PROTECTED]> writes: [snip] > Then I ran as user - now gnucash ran! :) Is there something that needs > to be created somewhere that the user may not have access too? Yes, you need to build the slib "cat" file. Most distros should do this, but not all do. > === > Now

gnucash 1.8.1 - Main Window Options Causes Crash on Apply or OK

2003-02-21 Thread Budman
Hi, I downloaded the new version 1.8.1.  Updated all the dependencies. g-wrap 1.3.4 guile 1.6.3 guppi 0.40.3 slib 2d5 No problem so far  The make was successful. Then when I try to run gnucash as a user, I get the following: budman $ gnucash ERROR: In procedure open-file: ER

Re: GnuCash 1.8.1 Hang

2003-02-20 Thread Thomas J. Baker
On Thu, 2003-02-20 at 11:39, Bill Nottingham wrote: > Thomas J. Baker ([EMAIL PROTECTED]) said: > > > You can also set LD_PRELOAD=/usr/lib/libefence.so > > > > Is there some special way I should run it? Here's what I get: > > > > neuromancer> setenv LD_PRELOAD /usr/lib/libefence.so > > neuromanc

Re: Autocompletion (was Re: GnuCash 1.8.1 Hang)

2003-02-20 Thread don Paolo Benvenuto
> This is still sounding like a memory corruption bug somewhere... I don't know whether it's something similar or related, but yesterday it happened that the transactions autocompletion (during entering in an account registry) didn't work well. Instead of presenting the autocompletion of the desc

Re: GnuCash 1.8.1 Hang

2003-02-20 Thread Bill Nottingham
Thomas J. Baker ([EMAIL PROTECTED]) said: > > You can also set LD_PRELOAD=/usr/lib/libefence.so > > Is there some special way I should run it? Here's what I get: > > neuromancer> setenv LD_PRELOAD /usr/lib/libefence.so > neuromancer> gnucash > > Electric Fence 2.2.0 Copyright (C) 1987-1999 B

Re: GnuCash 1.8.1 Hang

2003-02-20 Thread Thomas J. Baker
On Wed, 2003-02-19 at 22:54, Bill Nottingham wrote: > Thomas J. Baker ([EMAIL PROTECTED]) said: > > On Wed, 2003-02-19 at 21:10, Derek Atkins wrote: > > > This is still sounding like a memory corruption bug somewhere... > > > Any chance you can try using Electric Fence? If valgrind > > > doesn't

Re: GnuCash 1.8.1 Hang

2003-02-19 Thread Bill Nottingham
Derek Atkins ([EMAIL PROTECTED]) said: > > You can also set LD_PRELOAD=/usr/lib/libefence.so > > Is that actually sufficient? Also, I have no clue if this > will catch something that, say, uses the glib g_alloc() and > then the libc free(). I'm not sure it's 100% the same; it's just a lot simpl

Re: GnuCash 1.8.1 Hang

2003-02-19 Thread Derek Atkins
Bill Nottingham <[EMAIL PROTECTED]> writes: > You can also set LD_PRELOAD=/usr/lib/libefence.so Is that actually sufficient? Also, I have no clue if this will catch something that, say, uses the glib g_alloc() and then the libc free(). > Bill -derek -- Derek Atkins, SB '93 MIT EE, SM

Re: GnuCash 1.8.1 Hang

2003-02-19 Thread Bill Nottingham
Thomas J. Baker ([EMAIL PROTECTED]) said: > On Wed, 2003-02-19 at 21:10, Derek Atkins wrote: > > This is still sounding like a memory corruption bug somewhere... > > Any chance you can try using Electric Fence? If valgrind > > doesn't work for you, then perhaps efence can help find it? > > > >

Re: GnuCash 1.8.1 Hang

2003-02-19 Thread Thomas J. Baker
On Wed, 2003-02-19 at 21:10, Derek Atkins wrote: > This is still sounding like a memory corruption bug somewhere... > Any chance you can try using Electric Fence? If valgrind > doesn't work for you, then perhaps efence can help find it? > > ./configure --enable-efence > > -derek > I'll

Re: GnuCash 1.8.1 Hang

2003-02-19 Thread Derek Atkins
This is still sounding like a memory corruption bug somewhere... Any chance you can try using Electric Fence? If valgrind doesn't work for you, then perhaps efence can help find it? ./configure --enable-efence -derek "Thomas J. Baker" <[EMAIL PROTECTED]> writes: > Yes. Just to clarify,

Re: GnuCash 1.8.1 Hang

2003-02-19 Thread Thomas J. Baker
On Wed, 2003-02-19 at 20:50, Derek Atkins wrote: > Just for kicks... > > What happens if you run: > > env LANG=C gnucash & > > Does it still crash? > > -derek Yes. Just to clarify, it crashes in the debugger but hangs just running it. tjb -- ==

Re: GnuCash 1.8.1 Hang

2003-02-19 Thread David Hampton
On Wed, 2003-02-19 at 17:19, Thomas J. Baker wrote: > On Wed, 2003-02-19 at 19:47, David Hampton wrote: > > > > Are you, by any chance, using non-ascii characters? What's your > > language setting? > > > > David > > neuromancer> printenv LANG > en_US.UTF-8 > neuromancer> Have you entered any n

Re: GnuCash 1.8.1 Hang

2003-02-19 Thread Derek Atkins
Just for kicks... What happens if you run: env LANG=C gnucash & Does it still crash? -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH

Re: GnuCash 1.8.1 Hang

2003-02-19 Thread Thomas J. Baker
On Wed, 2003-02-19 at 19:47, David Hampton wrote: > > "Thomas J. Baker" <[EMAIL PROTECTED]> writes: > > > > > valgrind apparently doesn't work with glibc 2.3.2 yet. Are you basically > > > saying that no one else has any problems with the scheduled transaction > > > editor? If so, I'll just report

Re: GnuCash 1.8.1 Hang

2003-02-19 Thread David Hampton
> "Thomas J. Baker" <[EMAIL PROTECTED]> writes: > > > valgrind apparently doesn't work with glibc 2.3.2 yet. Are you basically > > saying that no one else has any problems with the scheduled transaction > > editor? If so, I'll just report it to Red Hat. It really makes gnucash > > almost unusable.

Re: GnuCash 1.8.1 Hang

2003-02-19 Thread Derek Atkins
Hi, Please CC Gnucash-devel on all responses. "Thomas J. Baker" <[EMAIL PROTECTED]> writes: > valgrind apparently doesn't work with glibc 2.3.2 yet. Are you basically > saying that no one else has any problems with the scheduled transaction > editor? If so, I'll just report it to Red Hat. It rea

Re: GnuCash 1.8.1 Hang

2003-02-19 Thread Derek Atkins
Try running it under valgrind? -derek "Thomas J. Baker" <[EMAIL PROTECTED]> writes: > Is there something more I could do to get some help with these hangs? > Almost every time I use the scheduled transaction editor, it hangs > gnucash. > > Thanks, > > tjb > -- > ==

Re: GnuCash 1.8.1 Hang

2003-02-19 Thread Thomas J. Baker
Is there something more I could do to get some help with these hangs? Almost every time I use the scheduled transaction editor, it hangs gnucash. Thanks, tjb -- === | Thomas Baker

Re: GnuCash 1.8.1 Hang

2003-02-16 Thread Thomas J. Baker
Here is another backtrace of another crash when trying to open the Scheduled Transaction Editor: Script started on Sun 16 Feb 2003 08:31:14 PM EST neuromancer> gnucash-env gdb /usr/bin/guile GNU gdb Red Hat Linux (5.3post-0.20021129.12rh) Copyright 2002 Free Software Foundation, Inc. GDB is fr

GnuCash 1.8.1 Hang

2003-02-16 Thread Thomas J. Baker
I'm running the Red Hat 8.1 beta, which includes GnuCash 1.8.1. I've added a bunch of accounts and set up my paycheck as a scheduled transaction and all seemed to be going well. I then tried to set up my mortgage. After going through the loan wizard, I tried going to the Actions-