aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Resource_leak_somewhere_in_the___39__get__39___code.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/Resource_leak_somewhere_in_the___39__get__39___code.mdwn')
-rw-r--r--doc/bugs/Resource_leak_somewhere_in_the___39__get__39___code.mdwn24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/bugs/Resource_leak_somewhere_in_the___39__get__39___code.mdwn b/doc/bugs/Resource_leak_somewhere_in_the___39__get__39___code.mdwn
deleted file mode 100644
index 2746ade5c..000000000
--- a/doc/bugs/Resource_leak_somewhere_in_the___39__get__39___code.mdwn
+++ /dev/null
@@ -1,24 +0,0 @@
-What steps will reproduce the problem?
-
-I have an Annex with about 18k files in it. If I clone it and then run `git annex get .`, it gets a few thousand files and then starts reporting:
-
- get 2004-2012/Originals/110414_0362.jpg (from titan...)
- rsync: fork: Resource temporarily unavailable (35)
- rsync error: error in IPC code (code 14) at pipe.c(63) [Receiver=3.0.9]
-
-I have to abort and re-run `git annex get .` several times to finally get all of the files.
-
-What is the expected output? What do you see instead?
-
-I didn't expect what I saw! I think there's a resource not being released in the `get` code.
-
-What version of git-annex are you using? On what operating system?
-
-master branch, d430fb1.
-
-Please provide any additional information below.
-
-OS X 10.8.2. The machine has tons of RAM and tons of process handles free. It's really not doing anything else but this git-annex at the time of my tests.
-
-> [[done]], this is a bug introduced in 3.20121009, and I've reverted the
-> buggy change. --[[Joey]]