Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal error during analysis of rule method #66

Open
Ragnaroek opened this issue Sep 12, 2013 · 1 comment
Open

Internal error during analysis of rule method #66

Ragnaroek opened this issue Sep 12, 2013 · 1 comment

Comments

@Ragnaroek
Copy link

I'm getting this exception from the createParser method.
This exception occurs only on our build server, this does not happen locally on my machine.

Caused by: org.objectweb.asm.tree.analysis.AnalyzerException: Error at instruction 49: Internal error during analysis of rule method 'LinkTargetText', please report this error to [email protected]! Thank you!
at org.objectweb.asm.tree.analysis.Analyzer.analyze(Unknown Source)
at org.parboiled.transform.InstructionGraphCreator.process(InstructionGraphCreator.java:43)
at org.parboiled.transform.ParserTransformer.runMethodTransformers(ParserTransformer.java:62)
at org.parboiled.transform.ParserTransformer.extendParserClass(ParserTransformer.java:45)
at org.parboiled.transform.ParserTransformer.transformParser(ParserTransformer.java:38)
at org.parboiled.Parboiled.createParser(Parboiled.java:54)
... 73 more
Caused by: org.parboiled.errors.GrammarException: Internal error during analysis of rule method 'LinkTargetText', please report this error to [email protected]! Thank you!
at org.parboiled.support.Checks.ensure(Checks.java:49)
at org.parboiled.transform.RuleMethodInterpreter.findArrayCreatorPredecessor(RuleMethodInterpreter.java:126)
at org.parboiled.transform.RuleMethodInterpreter.ternaryOperation(RuleMethodInterpreter.java:80)
at org.objectweb.asm.tree.analysis.BasicInterpreter.ternaryOperation(Unknown Source)
at org.objectweb.asm.tree.analysis.Frame.execute(Unknown Source)
... 79 more

@panga
Copy link

panga commented Dec 31, 2013

I have the same error when running integration tests with Arquillian JaCoCo extension which uses a JavaAgent to weave the classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants