blob: d0f55dc71995ed25b98c4c6dc8c219d28e688001 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
### 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 :-)
> [[done]]; this is a docker bug if anything, and I really don't see any
> way git-annex can solve it. --[[Joey]]
|