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

SIGTERM fails to kill puma running as a rack handler #911

Closed
veganstraightedge opened this issue Feb 28, 2016 · 0 comments
Closed

SIGTERM fails to kill puma running as a rack handler #911

veganstraightedge opened this issue Feb 28, 2016 · 0 comments

Comments

@veganstraightedge
Copy link

I'm running Ruby 2.3.0, Rails 4.2.5.1 and Puma 3.0.2 on Mac OS X 10.11.3 (15D21).

Repro Steps

  1. Open Terminal.app
  2. Start Puma in a (pretty vanilla Rails) with rails s. (Starts on port 3000. All systems nominal.)
  3. Quit Terminal.app without explicitly stopping Puma (with control-c).
  4. Re-open Terminal.app
  5. Re-start Puma (same as step 2)
=> Booting Puma
=> Rails 4.2.5.1 application starting in development on http://localhost:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
A server is already running. Check /Users/s/Dropbox/Projects/darkmatter/org-charter-server-rails/tmp/pids/server.pid.
Exiting
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