This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/12001] _Jv_FindClass dumps core when Oracle's classes12.zip in $CLASSPATH
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Aug 2003 01:32:18 -0000
- Subject: [Bug libgcj/12001] _Jv_FindClass dumps core when Oracle's classes12.zip in $CLASSPATH
- References: <20030821012448.12001.nbryant@allegientsystems.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12001
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-21 01:32 -------
I saw this back when 3.3 was 3.2 (before the extra 3.2 branch) but I did not report it as I thought it
was a flock and I was not up to reporting bugs back then, I think this is even a regression because
it worked for a while then it broke (I was building a new compiler every day). The workaround is to
compile classes12.zip into classes12.so but you need make stubs for the native methods.