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

MemoMismatchesTest is failing on master #83

Open
davido opened this issue Dec 10, 2014 · 3 comments
Open

MemoMismatchesTest is failing on master #83

davido opened this issue Dec 10, 2014 · 3 comments

Comments

@davido
Copy link

davido commented Dec 10, 2014

Tring to build recent master 76586a4 reveals that one unit test is broken: [1]. is this expected?

[1] http://paste.openstack.org/show/148477/

@dylemma
Copy link

dylemma commented Dec 12, 2014

FWIW I have a codebase that indirectly depends on Parboiled 1.1.6, but we also needed to update our dependency on ASM to 5.0.3. After doing so, I started seeing exceptions like this:

java.lang.RuntimeException: Error creating extended parser class: null
 ....
Caused by: java.lang.IllegalStateException: null
        at org.objectweb.asm.tree.ClassNode.<init>(Unknown Source) ~[asm-tree-5.0.3.jar:5.0.3]
        at org.parboiled.transform.ParserClassNode.<init>(ParserClassNode.java:41) ~[parboiled-java-1.1.6.jar:na]
        at org.parboiled.transform.ParserTransformer.extendParserClass(ParserTransformer.java:43) ~[parboiled-java-1.1.6.jar:na]
        at org.parboiled.transform.ParserTransformer.transformParser(ParserTransformer.java:38) ~[parboiled-java-1.1.6.jar:na]
        at org.parboiled.Parboiled.createParser(Parboiled.java:54) ~[parboiled-java-1.1.6.jar:na]

@davido
Copy link
Author

davido commented Dec 12, 2014

Same here, Gerrit Code Review project uses indirectly parboiled 1.1.6. Since upgrade to GWT 2.7 (that was updated to use asm 5.0.3) markdown parser doesn't work any more.

Solution is to build parboiled from source. It was adjusted to work against asm 5, but unfortunately not released yet.

Building from master is failing, so that i had to disable this unit test.

@igr
Copy link

igr commented Mar 2, 2016

I started to receive this IllegalStateException as well. Any solution?

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

3 participants