bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/22656] Bug in resource loading


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22656] Bug in resource loading
Date: 16 Oct 2005 01:26:20 -0000

A recent change to Classpath has cause Kissme to go into an infinite loop
in the following Mauve test:

   gnu.testlet.java.text.DateFormat.Test
   gnu.testlet.java.text.DateFormatSymbols.Test
   gnu.testlet.java.text.SimpleDateFormat.*
   gnu.testlet.java.util.Calendar.*
   gnu.testlet.java.util.Properties.*
   gnu.testlet,java.util.ResourceBundle.*

For example, "new GregorianCalendar()" never returns.  
I messed around with traceprints and found that there 
is a problem with loading resources.  This seems to 
put the VM into a recursive loop involving getResource 
on java.lang.ClassLoader and gnu.java.lang.SystemClassLoader.


------- Comment #1 from from-classpath at savannah dot gnu dot org  2002-12-07 
16:22 -------
I just (a couple of minutes ago) committed a patch to kissme VMClassLoader.
Could you try that one out? The above Mauve tests now finish for me.


------- Comment #2 from from-classpath at savannah dot gnu dot org  2002-12-11 
14:21 -------
You can close this bug.  It has been fixed by mark's
Kissme patch


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22656





reply via email to

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