[kaffe] Bug in FileInputStream

2002-06-09 Thread Martin Lackner
Hi, I've a problem with kaffe (version 1.0.7-rc1) on an i686 system with Red Hat 7.1. I reduced the failure to the following small example. import java.io.FileInputStream; import java.io.File; public class KaffeFile { public static void main(String[] argv) throws Exception { File

Re: [kaffe] Bug in FileInputStream

2002-06-09 Thread Patrick Tullmann
Hi Martin, Thanks for putting together a nice small example for demonstrating the problem! I've got the same problem here, and I'll look into a fix (hopefully it will be a simple fix). This strikes me as something that Mauve should have tests for (its more of a class library problem than a

Re: [kaffe] Bug in FileInputStream

2002-06-09 Thread Patrick Tullmann
I've got the same problem here, and I'll look into a fix (hopefully it will be a simple fix). I fixed this, and some related problems on FileOutputStream (its constructors were throwing IOException when they may only throw FileNotFoundException, and a 1.4 constructor taking (File, boolean) was