Skip to content

Launches git cat-file processes which never die #1209

Answered by Byron
ericfrederich asked this question in Q&A
Discussion options

You must be logged in to vote

I think it's good to start off this discussion with a reference to known resource leakage and ways to fix it.

Something worth investigating here is if somehow the same repository is creating multiple git commands, leaving 'zombies' of previous invocation as process children or worse, detached from its parent process (python).

If you think that this is probably not the case then it's worth trying to explicitly calling the destructor on a Repo instance once you are done with it.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@ericfrederich
Comment options

@Byron
Comment options

@ericfrederich
Comment options

Answer selected by Byron
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1208 on March 31, 2021 02:06.