bug report

Bill Gribble grib@billgribble.com
Wed, 23 May 2001 09:06:09 -0500


On Wed, May 23, 2001 at 08:33:37AM -0500, Linas Vepstas wrote:
> The appended uuencoded data file, generated by some earlier 
> (1.5.x) version gnucash now generates the following error:
>
> Gdk-WARNING **: locale not supported by C library
> Warning: gnc_html_parse_url: unhandled URL type for ';;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> ;; options for account tree id=0
> (let ((options (gnc:make-acct-tree-window-options)))
> 
> ; Section: Account Tree
> 
>   (hash-set! gnc:*acct-tree-options* 0 options)
>   "gnc-acct-tree:id=0")'
> 
> GnomeUI-CRITICAL **: file gnome-mdi.c: line 1405 (gnome_mdi_add_child): assertion `child != NULL' failed.

You shouldn't be able to reproduce this :) the format of data stored
in ~/.gnome/GnuCash for about 2-3 weeks contained Scheme code, now it
doesn't.  You're seeing an attempt to interpret old data as if it were
new data.  The first time you open a file that you haven't seen since
then you'll get these errors, but when you close gnucash the old cruft
will get blown away.

b.g.