-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
OOM while printing query stack during panic
after ICE
#112522
Comments
Backtrace
|
After the |
cc @Amanieu maybe? |
regressed in #112333 |
I reproduced this under gdb and it seems that rustc is stuck in some infinite recursion. Backtrace
|
cc @Zoxc |
I opened a PR (#112603) to work around this. It looks like the |
Seems to be fixed, cannot reproduce this with 1.73. |
You may need a custom build with debug assertions (see the label) |
Code
You need debug assertions to trigger the original ice, I think
Meta
rustc --version --verbose
:Error output
The text was updated successfully, but these errors were encountered: