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

assert throws StackOverflowError #24

Open
magicprinc opened this issue Dec 2, 2012 · 0 comments
Open

assert throws StackOverflowError #24

magicprinc opened this issue Dec 2, 2012 · 0 comments

Comments

@magicprinc
Copy link

java -jar mvel2-2.1.3.Final.jar //same for older version

[01:32PM] mvel2$ assert true //same for MVEL.eval("assert anyexpression")

Exception in thread "main" java.lang.StackOverflowError
at java.lang.ThreadLocal.getMap(Unknown Source)
at java.lang.ThreadLocal.set(Unknown Source)
at org.mvel2.compiler.AbstractParser.contextControl(AbstractParser.java:2272)
at org.mvel2.MVELInterpretedRuntime.parse(MVELInterpretedRuntime.java:69)
at org.mvel2.MVEL.eval(MVEL.java:404)
at org.mvel2.ast.AssertNode.getReducedValue(AssertNode.java:63)
at org.mvel2.MVELInterpretedRuntime.parseAndExecuteInterpreted(MVELInterpretedRuntime.java:106)
at org.mvel2.MVELInterpretedRuntime.parse(MVELInterpretedRuntime.java:49)
at org.mvel2.MVEL.eval(MVEL.java:404)
at org.mvel2.ast.AssertNode.getReducedValue(AssertNode.java:63)
at org.mvel2.MVELInterpretedRuntime.parseAndExecuteInterpreted(MVELInterpretedRuntime.java:106)
at org.mvel2.MVELInterpretedRuntime.parse(MVELInterpretedRuntime.java:49)
at org.mvel2.MVEL.eval(MVEL.java:404)
...

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

1 participant