-
Notifications
You must be signed in to change notification settings - Fork 679
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
Assertion 'JERRY_CONTEXT (jmem_heap_allocated_size) == 0' failed in jmem_heap_finalize #1873
Comments
Note: object literal format changed in ES6. The syntax error is completely valid in ES5, but the memory leak is not. I would not change it until we support es6 object literals. |
What do you mean by invalid memory leak? The engine tries to parse an input, throws an error, and finally asserts out at cleanup. |
This is what I am talking about as well. The leak is the error, not the syntax error, before somebody misunderstand the problem. |
…is parsed Fixes jerryscript-project#1873. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
…is parsed Fixes jerryscript-project#1873. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
Jerry version:
OS:
Test case:
Backtrace:
Found by Fuzzinator with Grammarinator
The text was updated successfully, but these errors were encountered: