Hmm, the following might be just another manifestation of the same
problem, writing to a closed port sometimes causes a segfault:
$ csi -quiet
csi> (define p (open-output-file "/tmp/fox"))
csi> (newline p)
csi> (close-output-port p)
csi> (newline p)
Segmentation fault
If I try to load this code (through "load"), it doesn't crash.
As I said, I'm using Chicken 2.3 on Debian GNU/Linux with Linux 2.6.11
/ glibc 2.3.6.
Alejo.
http://azul.freaks-unidos.net/
_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users