Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 425d9f5

Browse files
author
Sean Quah
committed
Add temporary debug
1 parent 7009f45 commit 425d9f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synctl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def pid_running(pid):
5252
try:
5353
with open(f"/proc/{pid}/status") as status_file:
5454
if "zombie" in status_file.read():
55+
subprocess.run(["ps", "auxf"])
5556
return False
5657
except Exception:
5758
# This isn't Linux or `/proc/` is unavailable.

0 commit comments

Comments
 (0)