Hello,

this program causes a segmentation fault on Windows (cygwin) and Linux
with Chicken 2.5:

(define-record record value)
(print (make-record 1))

If I rename the record it works:

(define-record foo value)
(print (make-foo 1))

Best regards
Daniel Sadilek


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to