oops, too much?
This commit is contained in:
parent
1dd4b17bdf
commit
180c178de5
1 changed files with 54 additions and 0 deletions
54
doc/bugs/Git_annex_add_._dies_when_you_add_too_much.mdwn
Normal file
54
doc/bugs/Git_annex_add_._dies_when_you_add_too_much.mdwn
Normal file
|
@ -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.
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue