Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stability stuck in infinitely recursing directories. #1010

Open
taiyu-len opened this issue Nov 23, 2024 · 0 comments
Open

Stability stuck in infinitely recursing directories. #1010

taiyu-len opened this issue Nov 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@taiyu-len
Copy link

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

  1. Have virtual file system with infinite directory somewhere.
  2. cd anywhere below that
  3. run

Relevant logs

No response

Version

2.12.3-1

What Operating System are you using?

Linux

@taiyu-len taiyu-len added the bug Something isn't working label Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant