-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
astral-sh/ruff
#18669Description
Summary
Since about a week ago, whenever I open my project, I experience a very long (possibly indefinite) freeze with the following message:
The hotspot shows that some seemingly random functions are being executed continuously — mostly related to salsa and ty_python_semantic:
I suspect this might be related to the project's virtual environment (venv).
GDB shows a deep call stack with 1300 nested function calls - gdb.txt
Unfortunately, the project is internal, so I’m not able to share it and I don't know how debug this more
Version
ruff 161446a (happens since ~1 week)
flockoftravi and torarvid