------- Additional Comments From fitzsim at redhat dot com 2005-08-30 20:44 ------- I suspect this is the same problem manifesting itself in JNI. This assertion fails in the GTK peers:
assert ((*env)->IsAssignableFrom(env, objclazz, table->clazz)); table->clazz points to GtkGenericPeer and objclazz points to GtkWindowPeer; clearly IsAssignableFrom should return JNI_TRUE in this case. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23182