-
Notifications
You must be signed in to change notification settings - Fork 677
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
Weird behavior that comment matters what's happening. #240
Labels
bug
Undesired behaviour
Comments
Got
with
|
Look like it was due to accessing after gc. jerryscript-project/iotjs#106 might fix this. |
The problem has gone away after jerryscript-project/iotjs#106. Closing |
This was referenced May 17, 2020
This was referenced Oct 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I encountered a weird situation that I could not figure out what's going on that running a program ends with unexpected result runs good when added comments.
You may reproduce it by:
$ ./tools/build.py
$ cd test/run_pass
$ ../../build/x86_64-linux/debug/iotjs/iotjs test_net.js
If you see this:
It is the unexpected result.
If you change the program "test_net.js" slightly by adding comment like this:
The program will end good.
The text was updated successfully, but these errors were encountered: