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

control-C during restart leaves something running #19

Open
alexch opened this issue Jul 21, 2012 · 2 comments
Open

control-C during restart leaves something running #19

alexch opened this issue Jul 21, 2012 · 2 comments

Comments

@alexch
Copy link
Owner

alexch commented Jul 21, 2012

the signal handler should not only kill a running process; it should also kill a process that we're currently in the middle of starting (if the timing is just wrong it'll leave one running in the background)

@RaVbaker
Copy link

Probably the Thread from for keys checking is getting lost/orphaned there. lib/rerun/runner.rb#L23 And line in die which has commended stopping that thread - lib/rerun/runner.rb#L167

@alexch
Copy link
Owner Author

alexch commented Jun 18, 2013

hmmm... good detective work. Will require more investigation...

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

2 participants