Skip to content

exception when generate log file on dacapo-23 #14

Description

@zplink42

I want to generate log files using tamiflex on dacapo-23.
I using the first version of dacapo-23: dacapo-23.8-chopin RC1 RELEASE NOTES 2023-07
poa version: [poa-2.0.3.jar]
but I meet exception when generate files on bm such as biojava, fop, zxing....
when I execute: java -jar dacapo-23.8-chopin-RC1.jar biojava, it works successful;

when I execute: java -javaagent:poa-2.0.3.jar -jar dacapo-23.8-chopin-RC1.jar biojava, the exception is:
Exception in thread "Thread-0" java.lang.IllegalStateException: ClassReader.accept() should be called with EXPAND_FRAMES flag at org.objectweb.asm.commons.LocalVariablesSorter.visitFrame(Unknown Source) at org.objectweb.asm.commons.RemappingMethodAdapter.visitFrame(Unknown Source) at org.objectweb.asm.MethodAdapter.visitFrame(Unknown Source) at org.objectweb.asm.ClassReader.accept(Unknown Source) at org.objectweb.asm.ClassReader.accept(Unknown Source) at de.bodden.tamiflex.normalizer.Hasher.generateHashNumber(Hasher.java:99) at de.bodden.tamiflex.playout.ClassDumper.writeClassesToDisk(ClassDumper.java:84) at de.bodden.tamiflex.playout.Agent$1.run(Agent.java:123)

Do you know why it happens?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions