summaryrefslogtreecommitdiff
path: root/doc/bugs/Git_annex_add_._dies_when_you_add_too_much.mdwn
blob: ae08a29c84654b9249f1b1330b2d0a55c00ce6bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
### 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.
"""]]

> Ancient git-annex version. Doubt it affects current version. [[!tag moreinfo]] --[[Joey]]