aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Git_annex_add_._dies_when_you_add_too_much.mdwn
diff options
context:
space:
mode:
authorGravatar SvenDowideit <SvenDowideit@web>2014-01-09 11:33:14 +0000
committerGravatar admin <admin@branchable.com>2014-01-09 11:33:14 +0000
commit50935d6a26f06c589c8bbf860acd8b8624bf6469 (patch)
treea372c3d63dfd56a6e4ff7cff25938658566067b6 /doc/bugs/Git_annex_add_._dies_when_you_add_too_much.mdwn
parent414dc44091254a908e14dc9c402bb242f913a29c (diff)
oops, too much?
Diffstat (limited to 'doc/bugs/Git_annex_add_._dies_when_you_add_too_much.mdwn')
-rw-r--r--doc/bugs/Git_annex_add_._dies_when_you_add_too_much.mdwn54
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/bugs/Git_annex_add_._dies_when_you_add_too_much.mdwn b/doc/bugs/Git_annex_add_._dies_when_you_add_too_much.mdwn
new file mode 100644
index 000000000..1f5d12697
--- /dev/null
+++ b/doc/bugs/Git_annex_add_._dies_when_you_add_too_much.mdwn
@@ -0,0 +1,54 @@
+### Please describe the problem.
+
+I was playing around thinking to try out git-annex, and bup
+
+I sucessfully added 6GB of images in subdirectories in ~/Pictures, so decided to push over another dir full -
+
+more than 30GB more...
+
+sven@quad:~/Pictures$ git annex add .
+....
+add 2012/01/10/20120110-024457/IMG_1830.JPG
+git-annex: <file descriptor: 7>: hFlush: resource vanished (Broken pipe)
+failed
+add 2012/01/10/20120110-024457/IMG_1831.JPG
+git-annex: <file descriptor: 7>: hFlush: resource vanis
+sven@quad:~/Pictures$
+sven@quad:~/Pictures$ git annex add .
+Stack space overflow: current size 8388608 bytes.
+Use `+RTS -Ksize -RTS' to increase it.
+sven@quad:~/Pictures$ git git commit -a -m added
+git: 'git' is not a git command. See 'git --help'.
+
+Did you mean this?
+ init
+sven@quad:~/Pictures$ git commit -a -m added
+Bus error (core dumped)
+
+
+
+### What steps will reproduce the problem?
+see above
+
+### What version of git-annex are you using? On what operating system?
+sven@quad:~/Pictures$ git annex version
+git-annex version: 3.20120406
+local repository version: 3
+default repository version: 3
+supported repository versions: 3
+upgrade supported from repository versions: 0 1 2
+sven@quad:~/Pictures$ uname -a
+Linux quad 3.8.0-34-generic #49~precise1-Ubuntu SMP Wed Nov 13 18:05:00 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
+
+
+### 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.
+"""]]