Closed marcomaggi closed 12 years ago
The following program crashes the process:
(import (rnrs)) (define-record-type alpha (fields a) (protocol (lambda (maker) (newline)))) (make-alpha 1)
It does not crash when done in the REPL, it does not crash when done in debug mode.
This matches bug #559498 in the Ikarus bug tracker.
Fixed in devel branch.
The following program crashes the process:
(import (rnrs)) (define-record-type alpha (fields a) (protocol (lambda (maker) (newline)))) (make-alpha 1)
It does not crash when done in the REPL, it does not crash when done in debug mode.
This matches bug #559498 in the Ikarus bug tracker.