-
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: spurious SEGV in package initializer (darwin/amd64) #71453
Comments
Found new dashboard test flakes for:
2025-01-27 04:28 x_tools-go1.24-darwin-amd64_14 tools@edafbe5d release-branch.go1.24@8a4c24f9 x/tools/go/analysis/passes/loopclosure (log)
|
Building the same text with the same toolchain, stack shows only this line in the package initializer for go/types:
Not sure what conclusion to draw from the lack of a frame for Lookup in the backtrace. In any case, this early-stage initializer failure looks like a compiler or runtime issue. |
It is probably that this is actually the fault PC, not a return PC. The faulting address is 0x50, and this instruction is loading from |
The bad Darwin machine strikes again. Closing for now. |
Of course! /facepalm |
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: