-
Notifications
You must be signed in to change notification settings - Fork 20.7k
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
cmd/geth: Ctrl-C in combination with js causes unclean shutdown #16506
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sorry, that bot can be over-eager sometimes. |
Fwiw, I cannot repro this on linux on master (works as it should) |
Just tested with 1.8.27 on Windows, the issue is still there. With |
Perhaps it's a windows only thing? @FrankSzendzielarz can you try this out? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
System information
Geth version: 1.8.3-stable
OS & Version: Windows 10 x64
Expected behaviour
Clean shutdown when pressing Ctrl-C while a script is running.
Actual behaviour
Unclean shutdown.
Steps to reproduce the behaviour
test.js
with the following contents:eth.filter("latest", function() {});
geth js test.js
Ctrl+C
.The text was updated successfully, but these errors were encountered: