You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm now finding that this outside of tmux has the same output -- even when I kill the tmux server. Somehow hfsnotify fails to catch the removal of watches. Currently building on NixOS with kernel 4.19.5. Originally, schell/steeloverseer#34 was present on Ubuntu. Also present in Ubuntu 18.04, kernel 4.15.0.
The text was updated successfully, but these errors were encountered:
Thanks for the report. The errors you're seeing (in the tests at least) seem to be due to attempting to remove a watch after a file is already deleted, so may not represent a resource leak in and of itself (?). I'll poke around.
I think I am seeing this when I simply exit the processes running hfsnotify (steeloverseer) -- I don't think this is deleting any files. The command I was running was latexmk, so it might be that overwriting the pdf was seen as a delete?
Another thought: on steeloverseer's master, which I'm using, it pulls in hinotify-0.4. Perhaps this is a bug introduced by the restructuring (see: kolmodin/hinotify#4)?
See schell/steeloverseer#34 for original issue. I've found that hfsnotify swallows errors from hinotify at System.FSNotify.Linux.hs#L113 which originally to require me to kill my tmux server as a workaround and then switch to
entr
. The bug can be seen here: https://asciinema.org/a/Em8NVKMw5gdxutQWU2NiiLApZI'm now finding that this outside of tmux has the same output -- even when I kill the tmux server. Somehow hfsnotify fails to catch the removal of watches. Currently building on NixOS with kernel 4.19.5.
Originally, schell/steeloverseer#34 was present on Ubuntu.Also present in Ubuntu 18.04, kernel 4.15.0.The text was updated successfully, but these errors were encountered: