guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with some SRFI modules


From: Marius Vollmer
Subject: Re: Problems with some SRFI modules
Date: Fri, 12 Sep 2003 17:55:16 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

Alex Thiel <address@hidden> writes:

> I am seeing a strange behavior when I try to access SRFI modules
> interactively.
>
> [...]
>
> Is this a known problem, or maybe even expected behavior?

The segfault is not expected, of course, but the rest is.  (The
segfault has been fixed in the meantime.)  When you pipe code into
guile, it is executed as if typed interactively, with more output in
the case of errors.  Try

    $ guile --debug  --use-srfi=13 -c '(string-join)'

to get the same kind of ouput with the '-c' option.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

[Prev in Thread] Current Thread [Next in Thread]