This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ZipInputStream brokenness


>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:

Adam> Did you ever check in this patch?

It looks like I checked it in on June 15.

Adam> This program still fails with HEAD:

Yeah.  Though for me it fails differently.  It prints a lot of stuff
and then at the end:

Exception in thread "main" java.lang.NullPointerException
   at gnu.gcj.runtime.FirstThread.call_main() (/home/tromey/gnu/egcs/install/lib/libgcj.so.3.0.0)
   at gnu.gcj.runtime.FirstThread.run() (/home/tromey/gnu/egcs/install/lib/libgcj.so.3.0.0)
   at _Jv_ThreadRun(java.lang.Thread) (/home/tromey/gnu/egcs/install/lib/libgcj.so.3.0.0)
   at _Jv_RunMain(java.lang.Class, byte const, int, byte const, boolean) (/home/tromey/gnu/egcs/install/lib/libgcj.so.3.0.0)
   at JvRunMain (/home/tromey/gnu/egcs/install/lib/libgcj.so.3.0.0)

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]