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
Stability can get stuck in infinitely recursing directories if they exist under the current working directory, and fail to load.
from a glance, it appears to use inotify to monitor changes recursively in the current working directory.
I assume the intended behavior is to monitor a config directory or something
this would probably also causes issues if you run it in a very large directory
Steps to reproduce
Have virtual file system with infinite directory somewhere.
cd anywhere below that
run
Relevant logs
No response
Version
2.12.3-1
What Operating System are you using?
Linux
The text was updated successfully, but these errors were encountered:
What happened?
Stability can get stuck in infinitely recursing directories if they exist under the current working directory, and fail to load.
from a glance, it appears to use inotify to monitor changes recursively in the current working directory.
I assume the intended behavior is to monitor a config directory or something
this would probably also causes issues if you run it in a very large directory
Steps to reproduce
Relevant logs
No response
Version
2.12.3-1
What Operating System are you using?
Linux
The text was updated successfully, but these errors were encountered: