[gambit-list] gsc seg fault

dev null doonboggle at gmail.com
Wed Mar 9 15:53:23 EST 2005


Can anyone else confirm this seg fault, or have I screwed something up? ;)

Thanks,

Ben

> Hi,
>
> In 4.0b12, I get a seg fault when I try to compile this bit of code:
>
> ====== bar.scm ==========
> (define-macro (bar)
>  (include "foo.scm")
>  `(pp ,(foo "foobar")))
>
> (bar)
> =====================

> ====== foo.scm ==========
> (define (foo x) x)
> =====================
>
> $ gsc bar.scm
> Segmentation fault
>
> Regards,
>
> Ben



More information about the Gambit-list mailing list