Skip to content

How do I get more debug information for "thread '<unknown>' has overflowed its stack" #5523

Discussion options

You must be logged in to vote

There must be some kind of instability in the import sorter, something that's causing an infinite loop. You could run with RAYON_NUM_THREADS=1 ruff check --verbose --no-cache ., which should list out each file as it checks it. Use that to determine which file is erroring, and see if you can trim the file down to a minimal reproduction -- that'd be really useful.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@phillipuniverse
Comment options

Answer selected by phillipuniverse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants