-
-
Notifications
You must be signed in to change notification settings - Fork 816
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
Control-C can fail to stop fd #423
Comments
Thank you for reporting this. I think This is something that should be fixed. |
I have no problem interrupting something like |
@tavianator You are right, my comment above is not quite correct. The current behavior is better described below. I usually have no problem to Ctrl-C cancel
|
I'd like to close this ticket. I tried many different things, but I can't reproduce this right now (although I have observed similar behavior in the past). Nevertheless, I have added a fallback mechanism in 2545aaa which should definitely exit One option to reproduce the original problem would be to simulate a really slow filesystem, but I couldn't find a simple way to do this. If someone still observes this behavior, please let me know how to reproduce the issue. |
The change mentioned in my last comment has been released in v7.4.0. |
With latest stable
fd
version:After several tests, while it seems that a simple call to
fd
can be interrupted with control-c, although sometimes having a short lag, a call tofd foo /
for example just fail to be interrupted by control-c and have to be manually killed by some other ways.The text was updated successfully, but these errors were encountered: