This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/12980] [win32] gij livelocks on included example


------- Additional Comments From bryce at mckinlay dot net dot nz  2003-11-10 04:56 -------
I can confirm it on i686-pc-linux-gnu mainline.

It appears to be a verifier bug (or possibly miscompilation of verify.cc):

(gdb) bt
#0  0x420761c2 in sYSMALLOc () from /lib/tls/libc.so.6
#1  0x4207335b in malloc () from /lib/tls/libc.so.6
#2  0x403f74e1 in _Jv_Malloc (size=17) at ../../../libjava/prims.cc:1060
#3  0x405c73bc in _Jv_BytecodeVerifier::verify_instructions_0() (
    this=0xbffff030) at ../../../libjava/verify.cc:1073
#4  0x4040e5bf in _Jv_VerifyMethod(_Jv_InterpMethod*) (meth=0x1d2cf000)
    at ../../../libjava/verify.cc:3232
#5  0x4040582c in _Jv_PrepareClass(java::lang::Class*) (klass=0x8201580)
    at ../../../libjava/resolve.cc:576

The class it gets stuck on is javax.mail.internet.InternetHeaders from gnumail.jar


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-10 04:56:02
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]