From: SamuelTardieu Date: Wed, 2 Dec 2015 15:09:50 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~322^2~38^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4cd2c24dacfa911317623e490bbce6b722f1f37d;p=git-annex.git --- diff --git a/doc/bugs/git-annex_creates_many_zombies.mdwn b/doc/bugs/git-annex_creates_many_zombies.mdwn new file mode 100644 index 0000000000..51d9608967 --- /dev/null +++ b/doc/bugs/git-annex_creates_many_zombies.mdwn @@ -0,0 +1,30 @@ +### Please describe the problem. + +In a debian unstable docker container, I run `git-annex assistant --auto` on a few repositories. + +After a few days, I have many (> 10000 right now) zombie processes: + + % ps x | grep "git-annex.*defunct" | wc -l + 10325 + +### What steps will reproduce the problem? + +Keep `git-annex assistant` running. + +### What version of git-annex are you using? On what operating system? + +Binary version 5.20151116-gbe86081 on Debian Linux unstable (up-to-date from a few days ago when my docker container started) + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) + +I couldn't live without git-annex to synchronize my documents over multiple hosts and archives :-)