[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/25760] File("mydir").list() returns null instead of File[
From: |
stephan at apache dot org |
Subject: |
[Bug classpath/25760] File("mydir").list() returns null instead of File[] |
Date: |
12 Jan 2006 21:55:50 -0000 |
------- Comment #2 from stephan at apache dot org 2006-01-12 21:55 -------
It seems to be a problem of the <available> taks. It creates a classloader
to search for a class in the classpath. The problem is that the classloader
stores the ZipFile classes, which are created for the jar files, in a cache.
If the classloader doesn't get freed you will end up with
<open files> = <count of execution of the available task> *
<files in the classpath>
So, the real problem is that the classloader doesn't get unloaded.
This error happen with jamvm, cacao and gij, but not with kaffe.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25760