[rvm-research] ZipException when running Dacapo 2006-10-MR2 eclipse on Ubuntu 13.04
Erik Brangs <[email protected]>
| Newsgroups | gmane.comp.java.jikes.rvm.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I recently upgraded to Xubuntu 13.04 which seems to have introduced an error in running eclipse from Da Capo 2006-10-MR2. When I try to run DaCapo eclipse, it immediately fails with a ZipException (stack traces are attached). Sometimes eclipse works fine. Other benchmarks seem to work. An exception to this is luindex which also shows a ZipException (with a different stack trace) from time to time. The problem is reproducible in a freshly installed and upgraded Xubuntu 13.04 in VirtualBox on a another computer. It does not occur in a freshly installed and upgraded Xubuntu 12.10. I've tried the following to narrow down the problem: -change version of JDK used for build (Java 6 vs. 7) -use GNU Classpath from git -use Jikes RVM 3.1.3 and Jikes RVM 3.1.2 None of that seems to have made any difference in behaviour. Have you run run into a similar problem or can you offer any help? Thanks in advance. Kind regards, Erik Brangs ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Jikesrvm-researchers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jikesrvm-researchers
Ubuntu13.04_DaCapo_2006-10-MR2-stacktraces
(text/plain, 2.5 KB)
DaCapo 2006-10-MR2 Eclipse StackTrace #1 java.util.zip.ZipException: Code lengths don't add up properly. java.util.zip.ZipException: Code lengths don't add up properly. at java.lang.Exception.<init>(Exception.java:78) at java.io.IOException.<init>(IOException.java:72) at java.util.zip.ZipException.<init>(ZipException.java:70) at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:200) at java.util.zip.ZipInputStream.read(ZipInputStream.java:310) at dacapo.Benchmark.unpackZipStream(Benchmark.java:508) at dacapo.Benchmark.unpackZipFile(Benchmark.java:466) at dacapo.eclipse.EclipseHarness.preIteration(EclipseHarness.java:26) at dacapo.Benchmark.run(Benchmark.java:119) at dacapo.TestHarness.runBenchmark(TestHarness.java:302) at dacapo.TestHarness.main(TestHarness.java:242) at Harness.main(Harness.java:5) DaCapo 2006-10-MR2 Eclipse StackTrace #2 java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException at java.lang.Exception.<init>(Exception.java:90) at java.lang.reflect.InvocationTargetException.<init>(InvocationTargetException.java:98) at java.lang.reflect.InvocationTargetException.<init>(InvocationTargetException.java:86) at java.lang.reflect.VMCommonLibrarySupport.construct(VMCommonLibrarySupport.java:439) at java.lang.reflect.VMConstructor.construct(VMConstructor.java:88) at java.lang.reflect.Constructor.newInstance(Constructor.java:317) at dacapo.TestHarness.runBenchmark(TestHarness.java:270) at dacapo.TestHarness.main(TestHarness.java:242) at Harness.main(Harness.java:5) Caused by: java.util.zip.ZipException at java.lang.Exception.<init>(Exception.java:78) at java.io.IOException.<init>(IOException.java:72) at java.util.zip.ZipException.<init>(ZipException.java:70) at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:200) at java.util.zip.ZipInputStream.read(ZipInputStream.java:310) at dacapo.Benchmark.unpackZipStream(Benchmark.java:508) at dacapo.Benchmark.unpackZipFileResource(Benchmark.java:484) at dacapo.Benchmark.prepare(Benchmark.java:170) at dacapo.Benchmark.<init>(Benchmark.java:162) at dacapo.eclipse.EclipseHarness.<init>(EclipseHarness.java:17) at org.jikesrvm.classloader.ReflectionBase$$Reflect39466.invokeInternal(Unknown Source:0) at org.jikesrvm.runtime.ReflectionBase.invoke(ReflectionBase.java:180) at org.jikesrvm.runtime.Reflection.invoke(Reflection.java:74) at java.lang.reflect.VMCommonLibrarySupport.construct(VMCommonLibrarySupport.java:437) ...5 more