We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MultiMC version: 0.6.2-develop 1161 (though it has been longstanding though multiple versions)
Operating System: ubuntu 18.04
Summary of the issue or suggestion: MMC leaves zombie processes after launching and closing minecraft
Processes should be polled for their exit code after minecraft exits
MMC either not keeping track of or not polling its children
The text was updated successfully, but these errors were encountered:
GH-2412: collect dead processes on linux properly
d5037d4
Issues were caused by use of `popen()` with no `pclose()` counterpart...
Should be fixed in develop.
Sorry, something went wrong.
No branches or pull requests
System Information
MultiMC version: 0.6.2-develop 1161 (though it has been longstanding though multiple versions)
Operating System: ubuntu 18.04
Summary of the issue or suggestion: MMC leaves zombie processes after launching and closing minecraft
What should happen:
Processes should be polled for their exit code after minecraft exits
Steps to reproduce the issue:
Suspected cause:
MMC either not keeping track of or not polling its children
Logs/Screenshots:
The text was updated successfully, but these errors were encountered: