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

Assertion '_this->state < kExiting' failed in iotjs_environment_go_state_exiting #1350

Closed
renatahodovan opened this issue Dec 5, 2017 · 0 comments

Comments

@renatahodovan
Copy link
Contributor

IoT.js version:
Checked revision: a6b2d75
Build command: tools/build.py --buildtype debug --no-snapshot --no-check-test
OS:
Ubuntu 17.10
Test case:
process.on('exit', function() { process.exit('callback'); } );      
Backtrace:
iotjs/src/iotjs_env.c:214: Assertion '_this->state < kExiting' failed.

(gdb) bt
#0  iotjs_environment_go_state_exiting (env=0x55555584a440 <current_env>) at iotjs/src/iotjs_env.c:214
#1  0x000055555556ca9b in iotjs_start (env=0x55555584a440 <current_env>) at iotjs/src/iotjs.c:166
#2  0x000055555556cce8 in iotjs_entry (argc=2, argv=0x7fffffffdec8) at iotjs/src/iotjs.c:218
#3  0x000055555556c4ca in main (argc=2, argv=0x7fffffffdec8) at iotjs/iotjs_linux.c:19

Found by Fuzzinator with grammarinator

zherczeg added a commit to zherczeg/iotjs that referenced this issue Feb 6, 2018
yichoi pushed a commit that referenced this issue Feb 9, 2018
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