-
-
Notifications
You must be signed in to change notification settings - Fork 769
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
nnn leaves zombies while running plugins #999
Labels
Comments
#1000 addresses this. |
Haha! A good 1000th one @KlzXS! Love it that it comes from you! 👍 |
@KlzXS
|
Sorry! It's fixed!!! |
You scared me with that zombie for a moment 😄 |
LOL! 👯♂️ |
jarun
changed the title
Question: nnn leaves zombies while running plugins
nnn leaves zombies while running plugins
May 12, 2021
Thank you for your work! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I noticed that each time i run plugin in nnn it creates zombie nnn child processes.
It happens both with plugins which run in background, such as
and foreground plugins, such as
After each plugin call nnn gets new child zombie, which will remain till death of the main nnn process.
This also happens with
imgview
withNNN_PLUG='i:imgview'
.Thus question: Is that intented?
I hope i'm not being too stupid, but i didn't manage to find an answer or a similar question myself.
The text was updated successfully, but these errors were encountered: