gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Seg fault in write-string.11


From: Paul F. Dietz
Subject: [Gcl-devel] Seg fault in write-string.11
Date: Sun, 22 Feb 2004 09:13:13 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031210

I'm trying to get the ansi-tests running again under gcl (with --enable-ansi).
Test write-string.11 is segfaulting:

>(with-output-to-string
    (os)
    (let ((*terminal-io* (make-two-way-stream *standard-input* os)))
      (write-string "951" t)
      (close *terminal-io*)))
Segmentation fault

        Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]