On Apr 26, 2006, at 7:09 AM, Martin Gasbichler wrote:
Hmm, I cannot reproduce this problem on OS X 10.3.9 ppc and 10.4.6
i386. Could you please try to obtain more debugging information using
the commands ,debug and ,preview?
$ scsh
Welcome to scsh 0.6.7 (RC 1)
Type ,? for help.
> (for-each (lambda (x) (display x) (newline))
(append-map (lambda (dir)
(with-cwd dir
(filter file-executable? (directory-
files dir #t))))
((infix-splitter ":") (getenv "PATH"))))
Error: exception
wrong-type-argument
(return-from-callback "scheme_stat" '<Error while displaying
condition.>
1> ,debug
'#{Exception-continuation (pc 39) (callback in external-calls)}
[0: done?] #t
[1: block] '#{Stack-block}
[2: proc] '#{Procedure 7690 (long-to-bignum in external-calls)}
[3: args] '(#t -17157 13180)
inspect: q
'#{Exception-continuation (pc 39) (callback in external-calls)}
1> ,preview
callback in external-calls
with-resources-aligned in scsh-level-0
%file-info in scsh-level-0
unnamed
file-executable? in scsh-level-0
recur in filter in srfi-1
recur in filter in srfi-1
recur in filter in srfi-1
... very many of these
recur in filter in srfi-1
dynamic-wind in wind
recur in really-append-map in srfi-1
unnamed
evaluate-and-select in command-processor
loop
thread-start in thread-top-level in threads
|