GNU bug report logs -
#21432
25.0.50; file-notify-rm-watch (inotify) errors if watched dir is deleted
Previous Next
Reported by: Tassilo Horn <tsdh <at> gnu.org>
Date: Tue, 8 Sep 2015 06:37:01 UTC
Severity: normal
Found in version 25.0.50
Done: Michael Albinus <michael.albinus <at> gmx.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Michael Albinus <michael.albinus <at> gmx.de>
> Cc: tsdh <at> gnu.org, 21432 <at> debbugs.gnu.org
> Date: Wed, 16 Sep 2015 16:45:56 +0200
>
> I've checked further. In `file-notify-test04-file-validity', you have
> also removed the final check for `file-notify-valid-p':
>
> ;; After deleting the parent, the descriptor must not be valid
> ;; anymore.
> - (should-not (file-notify-valid-p file-notify--test-desc)))
> + (delete-directory temporary-file-directory t)
> + (read-event nil nil 0.5))
Oops!
> Was this by intention?
No.
> The whole test case is about this check. And maybe this is also the
> reason that it passes now the remote test case, surprisingly.
Does it work for you if you add the test after read-event? It fails
here, i.e. the watch is still valid.
This bug report was last modified 9 years and 246 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.