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

forkExec leaves zombies #369

Closed
toke opened this issue Jun 5, 2019 · 2 comments
Closed

forkExec leaves zombies #369

toke opened this issue Jun 5, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@toke
Copy link
Contributor

toke commented Jun 5, 2019

Processes spawned by forkExec - via on-click or on-click-right leaves zombie processes.

To reproduce.

   "custom/demo": {
        "format": "Zombienator{}",
        "exec": "date",
        "return-type": "newline",
        "on-click": "touch /tmp/zombietest",
        "on-click-right": "rm /tmp/zombietest"
    }

After clicking on the "Zombienator" defunct processes are visible in the process list.

toke added a commit to toke/Waybar that referenced this issue Jun 5, 2019
@toke
Copy link
Contributor Author

toke commented Jun 5, 2019

Probably a similar issue is happening with the other open method.
Maybe this open method issue should be handled in a way that #358 is fixed too.
So it is related but not the same.

@Alexays Alexays added the enhancement New feature or request label Jun 6, 2019
@Alexays
Copy link
Owner

Alexays commented Jun 6, 2019

Fixed in #370

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants