commit-classpath
[Top][All Lists]
Advanced

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

[Bug #1921] Bug in resource loading


From: nobody
Subject: [Bug #1921] Bug in resource loading
Date: Wed, 11 Dec 2002 09:54:54 -0500

=================== BUG #1921: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1921&group_id=85

Changes by: Mark Wielaard <address@hidden>
Date: 2002-Dec-11 15:54 (Europe/Amsterdam)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Analyzed                  | Closed




=================== BUG #1921: FULL BUG SNAPSHOT ===================


Submitted by: crawley                   Project: classpath                      
Submitted on: 2002-Dec-07 16:50
Severity:  5 - Major                    Resolution:  Fixed                      
Assigned to:  mark                      Status:  Closed                         
Platform Version:  Red Hat 7.x          

Summary:  Bug in resource loading

Original Submission:  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.


Follow-up Comments
*******************

-------------------------------------------------------
Date: 2002-Dec-11 15:21             By: crawley
You can close this bug.  It has been fixed by mark's
Kissme patch

-------------------------------------------------------
Date: 2002-Dec-07 17:22             By: mark
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.


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1921&group_id=85



reply via email to

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