This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [3.3] classloader failure
- From: Mark Wielaard <mark at klomp dot org>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: java at gcc dot gnu dot org
- Date: 08 Jun 2003 14:59:38 +0200
- Subject: Re: [3.3] classloader failure
- References: <Pine.LNX.4.44.0303171640200.9419-100000@ops2.one-point.com>
Hi,
Going through some old mail to get up to speed with libgcj hacking
again.
On Mon, 2003-03-17 at 22:58, Jeff Sturm wrote:
> On 17 Mar 2003, Mark Wielaard wrote:
> > Could you check that if you repackage the jar/zip files without the
> > extended time stamp the failure goes away.
>
> Well, strace says the last file opened before crashing was:
>
> open("/opt/oracle/jdbc/lib/classes12.zip", O_RDONLY) = 18
>
> which is an interesting clue. Chances are this archive was created
> with /usr/bin/zip and not jar.
>
> I didn't try to rebuild classes12.zip with jar.
>
> > Or could you comment out the
> > setTime() call in ZipEntry.setExtra(byte[]) to check that that works.
>
> It does, thanks.
I see that I never followed up onto this issue. Is this still a problem?
Could you file a bug report for it in that case?
Thanks,
Mark