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

Unbounded recursion in process tree generation #581

Closed
chivay opened this issue Jun 2, 2021 · 1 comment
Closed

Unbounded recursion in process tree generation #581

chivay opened this issue Jun 2, 2021 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@chivay
Copy link
Collaborator

chivay commented Jun 2, 2021

It's possible to hit

 File "/opt/venvs/drakcore/lib/python3.7/site-packages/drakcore/postprocess/pstree.py", line 30, in _get_proc
    if pid not in self.process:
RecursionError: maximum recursion depth exceeded in comparison
@chivay chivay added the bug Something isn't working label Jun 2, 2021
@kscieslinski kscieslinski self-assigned this Jun 22, 2021
@chivay chivay added this to the 0.17.0 milestone Jul 16, 2021
@chivay
Copy link
Collaborator Author

chivay commented Jul 26, 2021

fixed by #599

@chivay chivay closed this as completed Jul 26, 2021
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