classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] RFC: java/io/PrintStream.java: Handling of an invalid f


From: Ito Kazumitsu
Subject: Re: [cp-patches] RFC: java/io/PrintStream.java: Handling of an invalid file.encoding
Date: Tue, 15 Nov 2005 07:15:29 +0900 (JST)

From: Ito Kazumitsu <address@hidden>
Date: Tue, 15 Nov 2005 00:57:35 +0900 (JST)

> I think an invalid value of file.encoding should be treated as if it
> were "ISO-8859-1". Such is the behaviour of Sun's JDK.

I expected this fix would resolve the bug #22948 (Infinite recursion
in java.nio.charset.*). But instead of solving the bug, it has made
kaffe dump core.

$ kaffe -Dfile.encoding=UNSUPPORTED Test
Assertion failed: (vmtid != NULL), function getCurrentThread, file thread.c, 
line 555.
Abort trap (core dumped)




reply via email to

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