Rob Browning <[EMAIL PROTECTED]> writes:

> Indeed.  I can reproduce this in the sid chroot on merulo and after
> some hacking, I've narrowed it down to a problem with Guile's
> call-with-current-continuation (which is called by guile-library's
> unit-test.scm[1]):
>
>   (define (foo)
>     (call-with-current-continuation
>      (lambda (return)
>        (return #t))))
>
>   guile> (foo)
>   Illegal instruction
>
> I'm cc'ing upstream.

Is anyone already working on this?  If not, I'll take a look.

Regards,
     Neil



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to