Bug#507089: actually, it's not fixed

Carsten Pfeiffer carsten.pfeiffer at alumni.tu-berlin.de
Wed Mar 4 10:34:57 UTC 2009


With jamvm 1.5.1, the path name just has to be a little longer to cause the 
infinite loop.

Here's the updated test program:

import java.io.*;

public class Bla {

public static void main(String[] args) {
                File file = new 
File("/tmp/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
                file.mkdirs();
                System.out.println("Can write: " + file.canWrite());
}

}

BTW: with kaffe it works fine (which also uses classpath, AFAICS), so it must 
be an interaction between classpath and jamvm.

Cheers,
Carsten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 447 bytes
Desc: This is a digitally signed message part.
Url : http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20090304/6c7b61f4/attachment.pgp 


More information about the pkg-java-maintainers mailing list