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

every pocess forked by dmenu leaves a zombie sh #97

Closed
pfpulux opened this issue Sep 17, 2020 · 1 comment
Closed

every pocess forked by dmenu leaves a zombie sh #97

pfpulux opened this issue Sep 17, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@pfpulux
Copy link

pfpulux commented Sep 17, 2020

Describe the bug
a application forked via dmenu or a closed terminal, leaves a zombie sh process.

To Reproduce
Steps to reproduce the behavior:

  1. open a terminal via dmenu or shortcut
  2. close it via exit or Ctrl-D
  3. check zombies via top or ps

Expected behavior
A forking sh should be closed after the end of a process.

      ├─runsv───login───bash───startx───xinit─┬─Xorg───{Xorg}
      │                                       └─nimdow─┬─dwm_status.sh───sleep
      │                                                ├─redshift
      │                                                ├─7*[sh]

I think is is a nim problem by startProcess with need to be closed()

@pfpulux pfpulux added the bug Something isn't working label Sep 17, 2020
@avahe-kellenberger
Copy link
Owner

I believe this is a duplicate of #54

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

No branches or pull requests

2 participants