crash at startup

leet@quixnet.net leet@quixnet.net
Thu, 07 Nov 2002 09:15:40 -0800


This is a multi-part message in MIME format.
--------------020207060102090300020200
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

I'm hoping I have installed all the latest up-to-date components; is 
there a way from within GnuCash to confirm that?

-Lee Thomas, leet@quixnet.net

--------------020207060102090300020200
Content-Type: text/plain;
 name="crash"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="crash"

[leet@localhost gnucash-1.7.2]$ gnucash --version
;;; The module name (ice-9 and-let*) is deprecated.
;;; Use (ice-9 and-let-star) instead.

GnuCash 1.7.2 development version
[leet@localhost gnucash-1.7.2]$ gnucash
;;; The module name (ice-9 and-let*) is deprecated.
;;; Use (ice-9 and-let-star) instead.



This is a development version. It may or may not work.
Report bugs and other problems to gnucash-devel@gnucash.org.
The last stable version was GnuCash 1.6.8
The next stable version will be GnuCash 1.8.0

Backtrace:
 0* [#<procedure (module-name)> ((gnucash price-quotes))]
 1* (let (#) (or mod-iface #) (module-use! # mod-iface))
 2* [resolve-interface ((gnucash price-quotes))]
 3  (let ((module #)) (and module (module-public-interface module)))
 4* [resolve-module ((gnucash price-quotes))]
 5  (let ((full-name #)) (let (#) (if already # #)))
    ...
 6  (begin (if # #) (make-modules-in # full-name))
 7* (if (or # #) (try-load-module name))
 8  [try-load-module ((gnucash price-quotes))]
 9  (or (try-module-linked name) (try-module-autoload name) ...)
10* [try-module-autoload ((gnucash price-quotes))]
11  (let* (# # # #) (resolve-module dir-hint-module-name #f) (and # #))
    ...
12  (let ((didit #f)) (dynamic-wind (lambda () #) (lambda () #) ...) ...)
13* [dynamic-wind #<procedure ()> #<procedure ()> #<procedure ()>]
14* [#<procedure ()>]
15* (let ((full #)) (if full (begin # #)))
16* [%search-load-path ...
17* [in-vicinity #{}# (gnucash price-quotes)]
18  (let ((tail (let # #))) (string-append vicinity (if (or # #) "" "/") file))
19  [string-append #{}# "" (gnucash price-quotes)]

ERROR: In procedure string-append in expression (string-append vicinity (if # "" ...) ...):
ERROR: Wrong type argument (expecting ROSTRINGP): (gnucash price-quotes)
[leet@localhost gnucash-1.7.2]$ 

--------------020207060102090300020200--