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

Zombies (processes) left after closing minecraft #2412

Closed
A-UNDERSCORE-D opened this issue Sep 20, 2018 · 1 comment
Closed

Zombies (processes) left after closing minecraft #2412

A-UNDERSCORE-D opened this issue Sep 20, 2018 · 1 comment
Labels

Comments

@A-UNDERSCORE-D
Copy link

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:

  1. Start any version of minecraft
  2. Wait for load to complete and close the version of MC

Suspected cause:

MMC either not keeping track of or not polling its children

Logs/Screenshots:

screenshot from 2018-09-20 13-40-23

@peterix peterix added the bug label Sep 23, 2018
peterix added a commit that referenced this issue Oct 31, 2018
Issues were caused by use of `popen()` with no `pclose()` counterpart...
@peterix
Copy link
Member

peterix commented Oct 31, 2018

Should be fixed in develop.

@peterix peterix closed this as completed Oct 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants