GnuCash 1.8.1 Crash

Derek Atkins warlord at MIT.EDU
Thu Feb 13 16:47:34 CST 2003


Craig Lanning <CraigL at Knology.net> writes:

> I installed the gnucash-debuginfo-1.8.1-1.i386.rpm file that Bill
> Nottingham mentioned.  Below is the output from gdb with "backtrace
> full".
> 
> Let me know if you need anything else.

Nope, that's all I needed...

> Craig
> #13 0x40050ebf in gh_eval_str () from /usr/lib/libguile.so.12
> No symbol table info available.
> #14 0x40738449 in gnc_option_get_ui_value_list (option=0x82e2da8, 
>     widget=0x2b74) at dialog-options.c:2707
> 	result = (struct scm_unused_struct *) 0x82e2da8
> 	selected = 11124
> 	clist = (struct _GtkCList *) 0x832d2f0
> 	num_rows = 8
> 	row = 1109062160

Line 2707 is:

  result = gh_eval_str("()");

This works in guile-1.3.4, but I can certainly see why this behavior
was changed in a later version of guile.

Change this string to "'()" (i.e., add a single-quote before the
parens).  That should fix it.  I'll fix this in CVS.

Thanks!

Let me know if you find any other problems.

-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
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-user mailing list