-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
runtime: allocation state broken during runtime init on windows/386 (rare) #62079
Comments
panic during npanic
during freezetheworld
on windows/386panic during panic
in freezetheworld
on windows/386
Wow, that's crashing real early in the runtime. That's literally crashing on one of the first few allocations that happen... |
I guess given how early that's failing I'm not _super_surprised there's a panic-during-panic; that might be just that something isn't set up yet, or something. But the memory allocator state being busted right at allocation start, that's different and very surprising. |
panic during panic
in freezetheworld
on windows/386
This seems to be the compiler crashing very shortly after startup. In triage, we're not really sure if this is actionable at all, since it implies memory corruption extremely early on. There are very few places that could be coming from. If it's reproducible that's one thing, but my understanding is that this has only happened once. We'll wait on more such issues. |
I wonder if it's a bug triggered by a very unlucky ASLR relocation or something along those lines. (But I agree that it seems fine to wait for more examples before investigating further.) |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
(Pulled out from #52647 (comment).)
From a TryBot run on https://go.dev/cl/518776:
The text was updated successfully, but these errors were encountered: