This is the mail archive of the
kawa@sourceware.cygnus.com
mailing list for the Kawa project.
Re: CharArrayOutPort broken?
- To: Per Bothner <per at bothner dot com>
- Subject: Re: CharArrayOutPort broken?
- From: "Walter C. Pelissero" <wcp at lpds dot sublink dot org>
- Date: Tue, 30 Nov 1999 14:32:19 +0100 (W. Europe Standard Time)
- Cc: wcp at pop dot systemy dot it, kawa at sourceware dot cygnus dot com
- References: <14402.47921.371000.842532@demon.db.de><m2r9h99nf8.fsf@magnus.bothner.com>
- Reply-To: wcp at pop dot systemy dot it
Per Bothner writes:
> "Walter C. Pelissero" <wcp@lpds.sublink.org> writes:
>
> > If I try
> > (format #f "foo")
> > I get
> > java.lang.NullPointerException
> > at java.io.Writer.<init>(Writer.java:75)
> > at java.io.FilterWriter.<init>(FilterWriter.java:37)
> > at gnu.mapping.BufferedPort.<init>(OutPort.java:237)
>
> I don't get that, using JDK1.1.x on Debian Linux.
> Perhaps the implementation of Writer that you're using
> is pickers than JDK1.1's.
I don't get it either if I try on JDK1.1.8 on FreeBSD 3.1 (I get it on
JDK1.2.2 on WinNT). It seems to me related to the Java version.
Anyway, your patch fixes the problem. Thanks.