I think i found a bug in chicken:
(set! h (make-hash-table))
(hash-table-set! h "foo" "bar")
(hash-table-fold h (lambda (k c acc) #f) '())
Segmentation fault (core dumped)
(hash-table-set! h "foo" "bar")
(hash-table-fold h (lambda (k c acc) #f) '())
Segmentation fault (core dumped)
chicken v2,2 on tested on cygwin and linux.
David Janssens
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
