diff options
author | https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8 <Jon_Ander@web> | 2015-01-25 23:39:30 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-01-25 23:39:30 +0000 |
commit | cba415f941c741d0048e3e0206c8e94e36a4b61c (patch) | |
tree | 413baae14fca25abcc95bc50ea98752971aa060b | |
parent | 814d7ad411e589f72e035d145a8ef9b8f28fbe9e (diff) |
-rw-r--r-- | doc/bugs/git-annex_died_of_signal_11_when_syncing_content.mdwn | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_died_of_signal_11_when_syncing_content.mdwn b/doc/bugs/git-annex_died_of_signal_11_when_syncing_content.mdwn new file mode 100644 index 000000000..d0781d281 --- /dev/null +++ b/doc/bugs/git-annex_died_of_signal_11_when_syncing_content.mdwn @@ -0,0 +1,30 @@ +### Please describe the problem. + +git-annex dies of signal 11 when syncing content with Box. + +I noticed that the assistant stopped syncing after a few files, so I tried to sync manually through the terminal and saw the error. + +### What steps will reproduce the problem? + + $ git annex sync box.com --content + commit ok + copy myfile1 (checking box.com...) (to box.com...) + ok + copy myfile2 (checking box.com...) (to box.com...) + ok + copy myfile3 (checking box.com...) (to box.com...) + ok + copy myfile4 (checking box.com...) (to box.com...) + ok + copy myfile5 (checking box.com...) error: git-annex died of signal 11 + +The number of files that are copied correctly is quite random, some times it syncs 200 files and other times only 2 or 3. + + +### What version of git-annex are you using? On what operating system? + +5.20141125 on Debian Sid (everything install from official packages) + +### Please provide any additional information below. + +I don't know how to get more details of the problem, I haven't manage to get a more precise error activating logs or verbose mode, if there's anything I can do to debug the problem I'll be more than willing. |