[gambit-list] gsc seg fault

dev null doonboggle at gmail.com
Sun Mar 6 20:39:31 EST 2005


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