Coder Social home page Coder Social logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 2, 2024
the reported exceptions are now all fixed. I'm still having some exceptions on 
DaCapo
like this:
Exception occured during transformation of class
com/sun/org/apache/xerces/internal/impl/dv/DTDDVFactory. Transformed bytes are 
discarded.
java.lang.IllegalStateException: no 'this' pointer within static method
        at org.objectweb.asm.commons.GeneratorAdapter.loadThis(Unknown Source)
        at org.jtsan.MethodTransformer.onMethodEnter(Unknown Source)
        at org.objectweb.asm.commons.AdviceAdapter.visitCode(Unknown Source)
        at org.jtsan.MethodTransformer.visitCode(Unknown Source)
        at org.objectweb.asm.ClassReader.accept(Unknown Source)
        at org.objectweb.asm.ClassReader.accept(Unknown Source)
        at org.jtsan.Agent.transform(Unknown Source)

Original comment by [email protected] on 5 Apr 2010 at 7:48

from data-race-test.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 2, 2024
The last instrumentation-time exception is fixed now. I was able to run DaCapo
eclipse benchmark. It runs throughout the whole benchmark, but fails 
occasionally in
internal logic (not investigated, maybe a timeout). The performance hit is 30x
_without_ string formatting operations in the EventListener, they are way too 
slow
right now.

current output is:
Unzip workspace
===== DaCapo 9.12 eclipse starting =====
Initialize workspace ...................
Index workspace .....................
Build workspace Unexpected ERROR marker(s):
org.junit:
        The project cannot be built until build path errors are resolved
org.eclipse.update.configurator:
        The project cannot be built until build path errors are resolved
org.eclipse.text:
        The project cannot be built until build path errors are resolved
org.eclipse.team.core:
        The project cannot be built until build path errors are resolved
org.eclipse.osgi.util:
        The project cannot be built until build path errors are resolved
org.eclipse.osgi.services:
        The project cannot be built until build path errors are resolved
org.eclipse.osgi:
        The project cannot be built until build path errors are resolved
org.eclipse.ltk.core.refactoring:
        The project cannot be built until build path errors are resolved
org.eclipse.jdt.core:
        The project cannot be built until build path errors are resolved
org.eclipse.core.variables:
        The project cannot be built until build path errors are resolved
org.eclipse.core.runtime.compatibility:
        The project cannot be built until build path errors are resolved
org.eclipse.core.runtime:
        The project cannot be built until build path errors are resolved
org.eclipse.core.resources:
        The project cannot be built until build path errors are resolved
org.eclipse.core.filebuffers:
        The project cannot be built until build path errors are resolved
org.eclipse.core.expressions:
        The project cannot be built until build path errors are resolved
org.eclipse.core.boot:
        The project cannot be built until build path errors are resolved
org.eclipse.ant.core:
        The project cannot be built until build path errors are resolved
org.apache.lucene:
        The project cannot be built until build path errors are resolved
org.apache.ant:
        The project cannot be built until build path errors are resolved

--------------------

Search .. 4,207 references for default constructor in workspace
       .. 1,957 references for method 'equals' in workspace
Type hierarchy tests java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at org.dacapo.harness.Eclipse.iterate(Unknown Source)
        at org.dacapo.harness.Benchmark.run(Unknown Source)
        at org.dacapo.harness.TestHarness.runBenchmark(Unknown Source)
        at org.dacapo.harness.TestHarness.main(Unknown Source)
        at Harness.main(Unknown Source)
Caused by: java.lang.VerifyError: (class:
org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy, method: readUntil 
signature:
(Ljava/io/InputStream;BI)[B) Accessing value from uninitialized register 14
        at org.eclipse.jdt.internal.core.CreateTypeHierarchyOperation.<init>(Unknown
Source)
        at org.eclipse.jdt.internal.core.SourceType.newTypeHierarchy(Unknown Source)
        at org.eclipse.jdt.internal.core.SourceType.newTypeHierarchy(Unknown Source)
        at
org.eclipse.jdt.core.tests.performance.FullSourceWorkspaceTypeHierarchyTests.tes
tPerfAllTypes(Unknown
Source)
        at
org.eclipse.jdt.core.tests.performance.FullSourceWorkspaceTypeHierarchyTests.run
DaCapoTests(Unknown
Source)
        at org.dacapo.eclipse.BenchmarkRunner.start(Unknown Source)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Unknown Source)
        at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Unkn
own
Source)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Unknown
Source)
        at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.reStart(Unknown 
Source)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
        ... 9 more
Digest validation failed for stdout.log, expecting
0x883c142aebf68c13c630dae7dcc488b32d565e3d found
0x38c45f085add024975a98b84cf683879cb584c4b
Digest validation failed for stderr.log, expecting
0xda39a3ee5e6b4b0d3255bfef95601890afd80709 found
0x7603296081697ec031acfb78342033ac988a4bd2
===== DaCapo 9.12 eclipse FAILED =====
Delete workspace
Validation FAILED for eclipse default

Original comment by [email protected] on 16 Apr 2010 at 9:19

from data-race-test.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 2, 2024
heh, and now I notice this VerifyError from the output, which is incorrect 
bytecode
after instrumentation.

Original comment by [email protected] on 16 Apr 2010 at 9:22

from data-race-test.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.