public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/24500]  New: Libjava failure: FAIL: ExtraClassLoader execution - gij test
@ 2005-10-24  3:52 hjl at lucon dot org
  2005-10-24  4:06 ` [Bug target/24500] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl at lucon dot org @ 2005-10-24  3:52 UTC (permalink / raw)
  To: java-prs

Gcc checked out at Sun Oct 23 16:06:13 UTC 2005 has

Exception in thread "main" java.lang.ClassNotFoundException: C not found in
gnu.gcj.runtime.SystemClassLoader{urls=[file:./,file:/net/gnu-13/export/gnu/src/gcc/gcc/libjava/testsuite/libjava.lang/,file:/export/build/gnu/gcc/build-ia64-linux/ia64-unknown-linux-gnu/libjava/testsuite/,file:/export/build/gnu/gcc/build-ia64-linux/ia64-unknown-linux-gnu/libjava/testsuite/../libgcj-4.1.0.jar],
parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
   at java.lang.VMThrowable (natVMThrowable.cc:33)
   at java.lang.Throwable (Throwable.java:498)
   at java.lang.Throwable (Throwable.java:159)
   at java.lang.Throwable (Throwable.java:173)
   at java.lang.Exception (Exception.java:89)
   at java.lang.ClassNotFoundException (ClassNotFoundException.java:96)
   at java.lang.ClassNotFoundException (ClassNotFoundException.java:83)
   at java.net.URLClassLoader (URLClassLoader.java:1058)
   at java.lang.ClassLoader (ClassLoader.java:317)
   at java.lang.ClassLoader (ClassLoader.java:260)
   at java.lang.Class (natClass.cc:88)
   at java.lang.Class (natClass.cc:108)
   at ExtraClassLoader (unix.S:344)
   at java.lang.Class (natClass.cc:656)
   at ExtraClassLoader (unix.S:344)
   at gnu.java.lang.MainThread (natMainThread.cc:47)
   at gnu.java.lang.MainThread (MainThread.java:105)
FAIL: ExtraClassLoader execution - gij test
UNTESTED: ExtraClassLoader output - gij test


-- 
           Summary: Libjava failure: FAIL: ExtraClassLoader execution - gij
                    test
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
 GCC build triplet: ia64-unknown-linux-gnu
  GCC host triplet: ia64-unknown-linux-gnu
GCC target triplet: ia64-unknown-linux-gnu


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/24500] Libjava failure: FAIL: ExtraClassLoader execution - gij test
  2005-10-24  3:52 [Bug java/24500] New: Libjava failure: FAIL: ExtraClassLoader execution - gij test hjl at lucon dot org
@ 2005-10-24  4:06 ` pinskia at gcc dot gnu dot org
  2009-02-22 16:32 ` steven at gcc dot gnu dot org
  2009-02-22 16:43 ` hjl dot tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-24  4:06 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-24 04:06 -------
This has failing since it was added.  I don't think this is libgcj problem but
some EH issue.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libgcj                      |target
           Keywords|                            |EH


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/24500] Libjava failure: FAIL: ExtraClassLoader execution - gij test
  2005-10-24  3:52 [Bug java/24500] New: Libjava failure: FAIL: ExtraClassLoader execution - gij test hjl at lucon dot org
  2005-10-24  4:06 ` [Bug target/24500] " pinskia at gcc dot gnu dot org
@ 2009-02-22 16:32 ` steven at gcc dot gnu dot org
  2009-02-22 16:43 ` hjl dot tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: steven at gcc dot gnu dot org @ 2009-02-22 16:32 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from steven at gcc dot gnu dot org  2009-02-22 16:32 -------
Don't see that failure here:
http://gcc.gnu.org/ml/gcc-testresults/2009-02/msg02195.html

FIXED?


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/24500] Libjava failure: FAIL: ExtraClassLoader execution - gij test
  2005-10-24  3:52 [Bug java/24500] New: Libjava failure: FAIL: ExtraClassLoader execution - gij test hjl at lucon dot org
  2005-10-24  4:06 ` [Bug target/24500] " pinskia at gcc dot gnu dot org
  2009-02-22 16:32 ` steven at gcc dot gnu dot org
@ 2009-02-22 16:43 ` hjl dot tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-02-22 16:43 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from hjl dot tools at gmail dot com  2009-02-22 16:43 -------
Fixed in 4.4.0.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-02-22 16:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-24  3:52 [Bug java/24500] New: Libjava failure: FAIL: ExtraClassLoader execution - gij test hjl at lucon dot org
2005-10-24  4:06 ` [Bug target/24500] " pinskia at gcc dot gnu dot org
2009-02-22 16:32 ` steven at gcc dot gnu dot org
2009-02-22 16:43 ` hjl dot tools at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).