Closed
Description
When executing tests/jerry-test-suite/13/13-011.js
with a debug compact profile build of jerry on linux, the engine crashes with status code 120 and error message as follows:
ICE: Assertion '!is_equal' failed at ../../../jerry-core/ecma/operations/ecma-lex-env.cpp(ecma_op_set_mutable_binding):219.
Error: ERR_FAILED_INTERNAL_ASSERTION
The release compact profile build does not report any error on the same input.