-
Notifications
You must be signed in to change notification settings - Fork 69
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
fping plugin causing growing fping defunct/zombie processes #133
Labels
Milestone
Comments
Thanks for the report - will look at this asap. |
Odd, maybe something specific to pypy? It was happening every time I ran it for me, then went away when I made the referenced change. |
I also have a few internal hosts as part of my testing_hosts, in case that also matters. I omitted them from my attached config. |
vegu
added a commit
that referenced
this issue
Feb 21, 2022
Merged
vegu
added a commit
that referenced
this issue
Mar 16, 2022
* adjust changelog * fix issue with fping defunct/zombie processes (#133) * changelog * drop py3.6 support * poetry relock * run pyupgrade * linting * fix test workflow * lint tests * custom layout example * documentation on custom layouts (#148) * fix rtd * rename file * poetry relock * changelog * poetry relock * linting * remove py3.6 * fix mtr test * linting * Update layout.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vaping version: 1.4.2
pypy version: 7.3.5 (python 3.7.10)
fping version: 3.10
vaping config:
As summary notes, when leveraging the fping plugin I am seeing these continually grow over time until the vaping process eventually dies.
I believe I've resolved this locally by changing these lines to this:
If I get a chance this week will submit a PR, but just noting this in case anyone else runs into this in the meantime.
The text was updated successfully, but these errors were encountered: