public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/13107] New: Wrong verification error in gij: recursive subroutine call
@ 2003-11-18 16:14 bonniot at users dot sf dot net
  2003-11-18 16:15 ` [Bug java/13107] " bonniot at users dot sf dot net
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: bonniot at users dot sf dot net @ 2003-11-18 16:14 UTC (permalink / raw)
  To: gcc-bugs

The verifier seems to be confused by the two levels of try.

$ javac GIJ.java
$ java GIJ
$ /usr/lib/gcc-snapshot/bin/gij GIJ
Exception in thread "main" java.lang.VerifyError: verification failed at PC 24
in GIJ:main(([Ljava.lang.String;)V): recursive subroutine call
   at _Jv_BytecodeVerifier.verify_fail(byte, int)
(/usr/lib/gcc-snapshot/lib/libgcj.so.4.0.0)
   at _Jv_BytecodeVerifier.verify_instructions_0()
(/usr/lib/gcc-snapshot/lib/libgcj.so.4.0.0)
   at _Jv_VerifyMethod(_Jv_InterpMethod) (/usr/lib/gcc-snapshot/lib/libgcj.so.4.0.0)
   at _Jv_PrepareClass(java.lang.Class) (/usr/lib/gcc-snapshot/lib/libgcj.so.4.0.0)
   at _Jv_WaitForState(java.lang.Class, int)
(/usr/lib/gcc-snapshot/lib/libgcj.so.4.0.0)
   at java.lang.VMClassLoader.linkClass0(java.lang.Class)
(/usr/lib/gcc-snapshot/lib/libgcj.so.4.0.0)
   at java.lang.VMClassLoader.resolveClass(java.lang.Class)
(/usr/lib/gcc-snapshot/lib/libgcj.so.4.0.0)
   at java.lang.Class.initializeClass() (/usr/lib/gcc-snapshot/lib/libgcj.so.4.0.0)
   at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader)
(/usr/lib/gcc-snapshot/lib/libgcj.so.4.0.0)
   at java.lang.Class.forName(java.lang.String)
(/usr/lib/gcc-snapshot/lib/libgcj.so.4.0.0)
   at gnu.gcj.runtime.FirstThread.run() (/usr/lib/gcc-snapshot/lib/libgcj.so.4.0.0)
   at _Jv_ThreadRun(java.lang.Thread) (/usr/lib/gcc-snapshot/lib/libgcj.so.4.0.0)
   at _Jv_RunMain(java.lang.Class, byte const, int, byte const, boolean)
(/usr/lib/gcc-snapshot/lib/libgcj.so.4.0.0)
   at __libc_start_main (/lib/libc-2.3.2.so)

$ /usr/lib/gcc-snapshot/bin/gij -version
gij (GNU libgcj) version 3.4 20031116 (experimental)

-- 
           Summary: Wrong verification error in gij: recursive subroutine
                    call
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bonniot at users dot sf dot net
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: Linux/i686


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


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

end of thread, other threads:[~2004-04-13 21:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-18 16:14 [Bug java/13107] New: Wrong verification error in gij: recursive subroutine call bonniot at users dot sf dot net
2003-11-18 16:15 ` [Bug java/13107] " bonniot at users dot sf dot net
2003-11-18 16:17 ` bonniot at users dot sf dot net
2003-11-18 19:08 ` tromey at gcc dot gnu dot org
2003-11-18 21:12 ` tromey at gcc dot gnu dot org
2003-11-19  1:07 ` tromey at gcc dot gnu dot org
2004-01-01  5:28 ` [Bug libgcj/13107] " pinskia at gcc dot gnu dot org
2004-01-23  2:50 ` cvs-commit at gcc dot gnu dot org
2004-02-10  1:55 ` pinskia at gcc dot gnu dot org
2004-04-13 21:36 ` tromey at gcc dot gnu dot org

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).