Hi everyone: I'm using guile 1.9.14 (Ubuntu) and I think I found a bug that I think you want to know about. It's easy to reproduce, just do this:
(define x 42) (variable-ref x) I get a segmentation fault every time. Thanks, Kevin
Hi everyone: I'm using guile 1.9.14 (Ubuntu) and I think I found a bug that I think you want to know about. It's easy to reproduce, just do this:
(define x 42) (variable-ref x) I get a segmentation fault every time. Thanks, Kevin