-
Notifications
You must be signed in to change notification settings - Fork 142
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
ctrl-c doesn't exit for several seconds #164
Comments
[NOTE] the platinum searcher does not handle any signals.
|
I've updated the original issue. |
I cannot reproduce. It looks you use older Go. Could you try again after updating go and re-compiling the platinum searcher. My Environment is
|
No change. :( My |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I'm searching a large directory with many subdirectories and decide to cancel my search via
ctrl-c
, the operation hangs for 10-30s (presumably correlated to the number and size of search files). This is a real usability pain point.OS: OS X 10.11.6
Go version: go version go1.7.1 darwin/amd64
Reproduction instructions:
time pt golang
and immediately ctrl+cRepeating the same steps with
ag
shows a .2 second termination time, and that's probably mostly the time it takes me to press ctrl+c.The text was updated successfully, but these errors were encountered: