-
Notifications
You must be signed in to change notification settings - Fork 18k
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
x/tools/refactor/importgraph: TestBuild failures (nil frame pointer in os.OpenFile) #73128
Comments
Found new dashboard test flakes for:
2025-03-31 21:52 x_tools-gotip-windows-arm64 tools@f3a6b96d go@7177f240 x/tools/refactor/importgraph.TestBuild [ABORT] (log)
|
Another bad fp(?) crash (see also #73112), this time somewhere within os.OpenFile. cc: @golang/windows @golang/runtime
|
These crashes are weird. Don't know why we don't get a normal crash stack trace, but the underlying issue could be related to a panic (not properly handled) caused by my multiple |
Seen similar failures in the go repo: https://ci.chromium.org/ui/p/golang/builders/ci/gotip-windows-386/b8718843134672260625/test-results?sortby=&groupby=. |
I'm sure it's because the frame pointer is nil, so the unwinder has nothing to go on. I don't know why fp is nil though. |
Change https://go.dev/cl/662575 mentions this issue: |
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: