From 180c178de5dff17b72099ca278fb3bca9a1fd212 Mon Sep 17 00:00:00 2001 From: SvenDowideit Date: Thu, 9 Jan 2014 11:33:14 +0000 Subject: [PATCH] oops, too much? --- ...nnex_add_._dies_when_you_add_too_much.mdwn | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 doc/bugs/Git_annex_add_._dies_when_you_add_too_much.mdwn 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 0000000000..1f5d126978 --- /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: : hFlush: resource vanished (Broken pipe) +failed +add 2012/01/10/20120110-024457/IMG_1831.JPG +git-annex: : 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. +"""]]