summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://me.tinco.nl/ <Tinco@web>2013-05-18 22:59:11 +0000
committerGravatar admin <admin@branchable.com>2013-05-18 22:59:11 +0000
commit7284dfeb778f8f869a7312b6784186bced67cea1 (patch)
tree3e62ccce8d24e86e793383443271513c2b39796d
parentd85b36b4f4037a452166a999ae05c13b6227cc08 (diff)
-rw-r--r--doc/bugs/git_annex_fork_bombs_on_gpg_file.mdwn23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_fork_bombs_on_gpg_file.mdwn b/doc/bugs/git_annex_fork_bombs_on_gpg_file.mdwn
new file mode 100644
index 000000000..958727bb9
--- /dev/null
+++ b/doc/bugs/git_annex_fork_bombs_on_gpg_file.mdwn
@@ -0,0 +1,23 @@
+### Please describe the problem.
+git-annex goes into a loop of I think Haskell's createProcess function and causes the entire operating system to starve of process creation.
+
+### What steps will reproduce the problem?
+The last file git-annex was processing was tinco.gpg, my gpg key exported with
+
+ gpg --export mail@tinco.nl --output tinco.gpg
+
+### What version of git-annex are you using? On what operating system?
+4.20130516-g8a26544 on OSX
+
+I had a remote setup using bup.
+
+### Please provide any additional information below.
+Unfortunately to fix the problem I have deleted the entire git repository and made a new init in the same directory, this time without the gpg file. Everything seems to be working now.
+
+What I remember about the log file is that the last thing it said was something along the lines of
+
+add tinco.gpg
+
+.. (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) (gpg) ..etc
+
+recv (resource unavailable or something) ..