-
Notifications
You must be signed in to change notification settings - Fork 439
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_value_is_number(jexitcode)' failed in iotjs_process_exitcode #1507
Labels
Comments
An even smaller test case: process.exitCode = undefined; |
irishair7
added a commit
to irishair7/iotjs
that referenced
this issue
Feb 23, 2018
when it's not a number type, just let iotjs_process_exitcode() returns default number. fixes jerryscript-project#1507 IoT.js-DCO-1.0-Signed-off-by: Minsoo Kim [email protected]
irishair7
added a commit
to irishair7/iotjs
that referenced
this issue
Feb 26, 2018
process.exitCode can be overwritten by anything. when it's not a number type, just let iotjs_process_exitcode() returns default number. fixes jerryscript-project#1507 IoT.js-DCO-1.0-Signed-off-by: Minsoo Kim [email protected]
irishair7
added a commit
to irishair7/iotjs
that referenced
this issue
Feb 26, 2018
process.exitCode can be overwritten by anything. when it's not a number type, just let iotjs_process_exitcode() returns default number. fixes jerryscript-project#1507 IoT.js-DCO-1.0-Signed-off-by: Minsoo Kim [email protected]
irishair7
added a commit
to irishair7/iotjs
that referenced
this issue
Feb 28, 2018
process.exitCode can be overwritten by anything. when it's not a number type, convert it to number type using toNumber operation.(node.js compatible) fixes jerryscript-project#1507 IoT.js-DCO-1.0-Signed-off-by: Minsoo Kim [email protected]
irishair7
added a commit
to irishair7/iotjs
that referenced
this issue
Feb 28, 2018
process.exitCode can be overwritten by anything. when it's not a number type, convert it to number type using toNumber operation.(node.js compatible) fixes jerryscript-project#1507 IoT.js-DCO-1.0-Signed-off-by: Minsoo Kim [email protected]
irishair7
added a commit
to irishair7/iotjs
that referenced
this issue
Mar 2, 2018
process.exitCode can be overwritten by anything. when it's not a number type, convert it to number type using toNumber operation.(node.js compatible) fixes jerryscript-project#1507 IoT.js-DCO-1.0-Signed-off-by: Minsoo Kim [email protected]
irishair7
added a commit
to irishair7/iotjs
that referenced
this issue
Mar 2, 2018
process.exitCode can be overwritten by anything. when it's not a number type, convert it to number type using toNumber operation.(node.js compatible) fixes jerryscript-project#1507 IoT.js-DCO-1.0-Signed-off-by: Minsoo Kim [email protected]
yichoi
pushed a commit
that referenced
this issue
Mar 5, 2018
process.exitCode can be overwritten by anything. when it's not a number type, convert it to number type using toNumber operation.(node.js compatible) fixes #1507 IoT.js-DCO-1.0-Signed-off-by: Minsoo Kim [email protected]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IoT.js version:
OS:
Test case:
Backtrace:
Found by Fuzzinator with grammarinator
The text was updated successfully, but these errors were encountered: