-
Notifications
You must be signed in to change notification settings - Fork 35
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
Middleman ruby
process hangs randomly
#149
Comments
OK so I'm pretty sure this was happening because I was trying to open |
This is happening for both myself and @kentsanggds when trying to run the GDS Way (https://github.com/alphagov/gds-way) and the Reliability engineering (https://github.com/alphagov/reliability-engineering) repositories locally. We have a short term solution which is to instead start the server locally using It looks like this is a common issue with middleman that is being seen due to a dependancy called |
I believe this was fixed in alphagov/tech-docs-gem#54. Feel free to reopen if the issue resurfaces. |
Middleman hangs on me when I run
bundle exec middleman server
at seemingly random times. I can't look athttp://localhost:4567/
(I'm using the default port) and I can't exit out of the process on the CLI.I can identify the PID and
kill -9
it then rerunbundle exec middleman server
, with the same background processes running, and then it'll work, so there doesn't appear to be any pattern.It might well be my setup but this wasn't happening before the recent updates.
Took a sample of processes (
middleman_hang.txt
):middleman_hang.txt
The text was updated successfully, but these errors were encountered: