-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle][Process] server:run command exits after reload #20580
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
Comments
I think that this is a bug in PHP 7.1. I had the same issue and downgrading to PHP 7.0 fixed the issue. |
I can confirm, that the issue is gone after switching to php 7.0.13. |
Can you report this issue to PHP? And close this issue then. |
@fabpot You said, you could reproduce the problem as well? Did you also use the php packages from Homebrew? The thing is, if I force Homebrew to build php 7.1 RC6 from source, the problem is gone as well. As soon as I reinstall their binaries, the segfault is back. |
Indeed, I installed PHP 7.1 via homebrew. |
@derrabus if the problem only occurs when downloading binaries from homebrew-php, this could be fixed by recompiling the bottles. You could create a ticket at homebrew/homebrew-php for this. |
The problem seems to be gone with Homebrew's php 7.1.0 binaries. |
Great news! |
@xiangjihan I don't think so. |
How to reproduce:
bin/console server:run
http://localhost.8000/
If I do this, the command exits with the following output:
If I downgrade Symfony to 3.1.6, everything's fine.
Environment: macOS 10.11.6, php 7.1 RC6
The text was updated successfully, but these errors were encountered: