Repeatable bus error on MacOS X 10.0.2 with guile-1.4 guile> (define out (open-output-file "/tmp/foobar2")) guile> out #<output: /tmp/foobar2 3> guile> (port-revealed out) 0 guile> (close-port out) #t guile> (port-revealed out) Bus error _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile
- Re: Guile (Developing and Contributing) Quetzalcoatl Bradley
- Re: Guile (Developing and Contributing) Marius Vollmer