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

I/O: Standard output/error hung on MINGW64 #15

Closed
yannoff opened this issue Jan 10, 2021 · 0 comments · Fixed by #16
Closed

I/O: Standard output/error hung on MINGW64 #15

yannoff opened this issue Jan 10, 2021 · 0 comments · Fixed by #16
Assignees
Labels
bug Something isn't working

Comments

@yannoff
Copy link
Owner

yannoff commented Jan 10, 2021

Happens sometimes randomly and unexpectedly on MINGW64.

Not only the console outputs don't work, but standard output/error streams are blocked and then unsubable by other shell applications.

Despite the official PHP recommendations, seems it's safer to open streams manually instead of using the apposite STDIN / STDERR / STDOUT constants, at least we can close previously opened handles manually at destruct time.

@yannoff yannoff added the bug Something isn't working label Jan 10, 2021
@yannoff yannoff self-assigned this Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant