Eclipse (Was: 3.4 to-do list)

Anthony Green green@redhat.com
Wed Mar 24 23:01:00 GMT 2004


On Thu, 2004-03-18 at 18:21, Tom Tromey wrote:
> * Run eclipse 2.x with gij 3.4.  Look at bugs.
>   I can make it crash by pulling up help.

I attached gdb to gij, and discovered that we get a duplicate class
registration error (java.awt.dnd.DragSource), and then the we seem to be
throwing through code that wasn't built with -fexceptions, resulting in
an abort().

(gdb) where
#0  0xb75ebc32 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0xb6a4aa29 in raise () from /lib/tls/libc.so.6
#2  0xb6a4c255 in abort () from /lib/tls/libc.so.6
#3  0xb6fbda63 in _Jv_Throw (value=0xb236b28)
    at ../../../gcc/libjava/exception.cc:113
#4  0xb6fde3c1 in _Jv_RegisterClassHookDefault (klass=0xb74b87c0)
    at ../../../gcc/libjava/java/lang/natClassLoader.cc:451
#5  0xb6fde287 in _Jv_RegisterClasses (classes=0xb3316d1c)
    at ../../../gcc/libjava/java/lang/natClassLoader.cc:416
#6  0xb2e47a37 in ?? ()
#7  0xb3316d1c in ?? ()
#8  0xb2869d48 in ?? ()

AG

-- 
Anthony Green <green@redhat.com>
Red Hat, Inc.



More information about the Java mailing list