Skip to content

Replacing subprocess.run with subprocess.Popen for the prevention of zombie processes#554

Open
psydok wants to merge 3 commits intoispras:masterfrom
psydok:master
Open

Replacing subprocess.run with subprocess.Popen for the prevention of zombie processes#554
psydok wants to merge 3 commits intoispras:masterfrom
psydok:master

Conversation

@psydok
Copy link

@psydok psydok commented Mar 18, 2026

Dedoc periodically stops working - it does not respond, although the processes do not terminate. I can see the presence of zombie processes in the console. I don't know what it's related to. But it is recommended to use Popen as a safer operation to prevent z-processes.

@NastyBoget NastyBoget self-requested a review March 18, 2026 08:02
@NastyBoget NastyBoget added the bug Something isn't working label Mar 18, 2026
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

Successfully merging this pull request may close these issues.

2 participants