From 10f6d23763030a6da399c56cd17161618c1eca9c Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ" Date: Sun, 14 Jul 2013 08:38:13 +0000 Subject: [PATCH] --- ...her_crashed:_addWatch:_does_not_exist.mdwn | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/bugs/Watcher_crashed:_addWatch:_does_not_exist.mdwn diff --git a/doc/bugs/Watcher_crashed:_addWatch:_does_not_exist.mdwn b/doc/bugs/Watcher_crashed:_addWatch:_does_not_exist.mdwn new file mode 100644 index 0000000000..06a97ec5ec --- /dev/null +++ b/doc/bugs/Watcher_crashed:_addWatch:_does_not_exist.mdwn @@ -0,0 +1,23 @@ +### Please describe the problem. + +When starting an git annex webapp in my documents repository, i get the error message, that the watcher thread has died. The error message seems to be arising from the fact, that a watcher thread for an empty string should be started, which does not work. + +### What steps will reproduce the problem? + +I've no idea, how to reproduce this in another repostory. + +### What version of git-annex are you using? On what operating system? + +ii git-annex 4.20130709 i386 manage files with git, without checking their contents into git + +### 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 + +Watcher crashed: addWatch: does not exist (No such file or directory) +[2013-07-14 10:30:35 CEST] Watcher: warning Watcher crashed: addWatch: does not exist (No such file or directory) + +# End of transcript or log. +"""]]