summaryrefslogtreecommitdiff
path: root/doc/bugs/Error_when_dropping___34__hGetLine:_end_of_file__34__.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/Error_when_dropping___34__hGetLine:_end_of_file__34__.mdwn')
-rw-r--r--doc/bugs/Error_when_dropping___34__hGetLine:_end_of_file__34__.mdwn23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/bugs/Error_when_dropping___34__hGetLine:_end_of_file__34__.mdwn b/doc/bugs/Error_when_dropping___34__hGetLine:_end_of_file__34__.mdwn
new file mode 100644
index 000000000..834a5f54f
--- /dev/null
+++ b/doc/bugs/Error_when_dropping___34__hGetLine:_end_of_file__34__.mdwn
@@ -0,0 +1,23 @@
+Running 3.20121112 on Debian Squeeze.
+
+Since adding a certain directory of files (just a bunch of PDFs) yesterday I am getting errors when I try to use `git annex drop .` when the files aren't present, rather doing nothing or saying 'ok', as it used to do/should do. The errors are of the form `git-annex: fd:10: hGetLine: end of file` and sometimes of the form `git-annex: fd:17: hFlush: resource vanished (Broken pipe)`. In my `daemon.log`, I have the errors
+
+ (scanning...) Already up-to-date.
+ Already up-to-date.
+ TransferScanner crashed: fd:26: hGetLine: end of file
+ Already up-to-date.
+ (started...) git-annex: fd:25: hGetLine: end of file
+ git-annex: fd:24: hFlush: resource vanished (Broken pipe)
+ git-annex: fd:24: hFlush: resource vanished (Broken pipe)
+ git-annex: fd:24: hFlush: resource vanished (Broken pipe)
+ git-annex: fd:24: hFlush: resource vanished (Broken pipe)
+ git-annex: fd:24: hFlush: resource vanished (Broken pipe)
+ git-annex: fd:24: hFlush: resource vanished (Broken pipe)
+ git-annex: fd:24: hFlush: resource vanished (Broken pipe)
+ git-annex: fd:24: hFlush: resource vanished (Broken pipe)
+ git-annex: fd:24: hFlush: resource vanished (Broken pipe)
+ git-annex: fd:24: hFlush: resource vanished (Broken pipe)
+ git-annex: fd:24: hFlush: resource vanished (Broken pipe)
+ [many more repetitions]
+
+If I `git annex get` the files and then drop them again, a further attempt at a drop gives all these errors again.