summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawn-KDr_Z4CMkjS0v_TxQ08SzAB5ecHG3K0 <Glen@web>2012-09-19 14:34:47 +0000
committerGravatar admin <admin@branchable.com>2012-09-19 14:34:47 +0000
commit123bd31a6cff34c21a9a6da6269dc6d45ef3603d (patch)
tree0115fcfba1842407553b6bc15fe14c4ca6f9a8e2 /doc
parent481adaaffebc2fcba4f3265b698a18db5e42dcc2 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git_defunct_processes___40__child_of_git-annex_assistant__41__.mdwn32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/bugs/git_defunct_processes___40__child_of_git-annex_assistant__41__.mdwn b/doc/bugs/git_defunct_processes___40__child_of_git-annex_assistant__41__.mdwn
new file mode 100644
index 000000000..d0d162471
--- /dev/null
+++ b/doc/bugs/git_defunct_processes___40__child_of_git-annex_assistant__41__.mdwn
@@ -0,0 +1,32 @@
+What steps will reproduce the problem?
+
+run git annex assistant, add a file, which is picked up and pushed by the assistant.
+
+What is the expected output? What do you see instead?
+
+a ps -ef shows a large number of defunct git processes.. for example:
+<pre>
+nelg 9622 1 0 02:01 ? 00:00:01 git-annex assistant
+nelg 9637 9622 0 02:01 ? 00:00:00 git --git-dir=/home/nelg/Downloads/test2/.git --work-tree=/home/nelg/Downloads/test2 cat-file --batch
+nelg 12080 9622 0 02:19 ? 00:00:00 [git] <defunct>
+nelg 12082 9622 0 02:19 ? 00:00:00 [git] <defunct>
+nelg 12083 9622 0 02:19 ? 00:00:00 [git] <defunct>
+nelg 12084 9622 0 02:19 ? 00:00:00 [git] <defunct>
+-----
+</pre>
+
+What version of git-annex are you using? On what operating system?
+
+Compiled git annex from git (cbcd208d158f8e42dda03a5eeaf1bac21045a140), on Mandriva 2010.2, 32 bit, using ghc-7.4.1.
+ git version 1.7.1
+
+
+Please provide any additional information below.
+
+I also found that the version of git I have does not support the option: --allow-empty-message
+So, suggest that if the version of git installed is an older version, that the params in Assistant/Threads/Committer.hs
+are changed to [ Param "-m", Param "git assistant".... or something like that.
+
+I have done this on my copy for testing it.
+
+For testing, I am also using two repositories on the same computer. I set this up from the command line, as the web app does not seem to support syncing to two different git folders on the same computer.