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: "nbryant at allegientsystems dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jan 2004 22:27:12 -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
------- Additional Comments From nbryant at allegientsystems dot com 2004-01-14 22:27 -------
That's weird, it definitely worked for me against 3.3.1. Tom, the point of the
patch is exactly what you're suggesting: to add the URL's to the loader after it
is completely initialized. Maybe something happened to the class
static-initializer order to cause those URL's to attempt to load before the
loader is constructed? (Random clueless speculation)
Email me if you need another pair of eyes on it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12001