summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar spwhitton <spwhitton@web>2012-12-06 14:58:35 +0000
committerGravatar admin <admin@branchable.com>2012-12-06 14:58:35 +0000
commit37f11caf3dadbacbd30f9f57c54523af2382a8b2 (patch)
treeb60fe189aa1a29f23c1e6478b7af856922a751f5
parent48b35dbd09b39412e679aa1711e2f6a3ec1548c1 (diff)
-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.