You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to analyze the 'jython' program from the dacapo-9.12-bach benchmark using Tamiflex 2.0.3, soot-trunk and java-8.
While executing using the play-out agent, I get the following exception: 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)
When I set dontNormalize flag in the poa.properties file, the play-out agent finishes successfully. But when I run Soot, it goes to an infinite loop while applying the SparkTransformer.
Can you please let me know how to handle this?
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to analyze the 'jython' program from the dacapo-9.12-bach benchmark using Tamiflex 2.0.3, soot-trunk and java-8.
While executing using the play-out agent, I get the following exception:
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)
When I set
dontNormalize
flag in the poa.properties file, the play-out agent finishes successfully. But when I run Soot, it goes to an infinite loop while applying the SparkTransformer.Can you please let me know how to handle this?
The text was updated successfully, but these errors were encountered: