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: Sat, 07 Dec 2002 11:22:15 -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-07 17:22 (Europe/Amsterdam)

            What     | Removed                   | Added
---------------------------------------------------------------------------
         Assigned to | None                      | mark
              Status | Open                      | Analyzed


------------------ Additional Follow-up Comments ----------------------------
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.



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


Submitted by: crawley                   Project: classpath                      
Submitted on: 2002-Dec-07 16:50
Severity:  5 - Major                    Resolution:  None                       
Assigned to:  mark                      Status:  Analyzed                       
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-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]