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: "tromey 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 02:16:51 -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
tromey at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-08-21 02:16:51
date| |
------- Additional Comments From tromey at gcc dot gnu dot org 2003-08-21 02:16 -------
I've seen this before. It only happens with .zip files that
have extended time stamps, I think. As I recall this is a
bootstrapping order problem, where when trying to initialize
Calendar we end up needing to load a class, but as the
system class loader hasn't yet been fully initialized, we die.
I don't remember if there is another PR about this or not.
I'd have to do more research to find the fix. I suspect it
may involve separating the bootstrap and application class
loaders, something we've been meaning to do for quite a while.