-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
"thread 'rustc' has overflowed its stack" introduced in 1.45.0 #74931
Comments
This is already fixed on nightly, I just tried it locally. Can you confirm? |
Installed nightly last night but to double check:
|
Hmm... must be apple specific. Do you have a gdb handy that you could run on that last rustc invocation to obtain a stack trace? |
Having problems getting it working, not normally a debugger person (been years since I've run gdb) and not much of a Mac person (work computer).
I installed
Then when I run, I get
|
hmm... not sure what our gdb capabilities on mac are. I'll try to find someone who's building rustc on macs. Thanks for the attempt! |
I'm looking into producing a build locally. |
Looks like my CI saw a stack overflow on Windows as well |
lol I recently (two days ago) looked at I'll (try to) fix this without inserting more stacker invocations |
Code
(also reproduced in beta and nightly)
Meta
rustc --version --verbose
:Error output
Backtrace
No backtrace generated
The text was updated successfully, but these errors were encountered: