-
Notifications
You must be signed in to change notification settings - Fork 1.7k
impl causes RA to crash repeatedly overflowing stack #11902
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
Comments
This would usually be a Chalk overflow; it's probably not helpful to set CHALK_OVERFLOW_DEPTH that high. |
Presumably a duplicate of #11370. |
Thanks for the response. I disabled setting those environment variables and it just panics due to hitting the maximum depth. Is there any other information that would be helpful? Output (note - some repetition elided):
|
Regarding #11370, setting |
Having a lower max size makes it short-circuit the calculation earlier, so it doesn't get as deep. It still means the result might be wrong though. |
This works for me with |
rust-analyzer version:
rust-analyzer version: 5a6918f1c 2022-04-05 nightly
rustc version:
rustc 1.60.0-beta.6 (7bccde197 2022-03-22)
relevant settings:
VS Codium 1.66.0 (using VS Code marketplace)
Preferences:
This small code fragment causes RA to repeatedly crash until it disables itself:
Example output from a crash:
Please let me know if any further details would be helpful.
The text was updated successfully, but these errors were encountered: