-
Notifications
You must be signed in to change notification settings - Fork 17.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
misc/cgo/test: linux-amd64-alpine: "fatal error: unknown caller pc" in gentraceback #54749
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Comments
heschi
added
the
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
label
Aug 29, 2022
heschi
changed the title
x/build: linux-amd64-alpine: "fatal error: unknown caller pc" in misc/cgo/test
misc/cgo/test: linux-amd64-alpine: "fatal error: unknown caller pc" in
Aug 29, 2022
mknyszek
added
the
compiler/runtime
Issues related to the Go compiler and/or runtime.
label
Aug 29, 2022
bcmills
changed the title
misc/cgo/test: linux-amd64-alpine: "fatal error: unknown caller pc" in
misc/cgo/test: linux-amd64-alpine: "fatal error: unknown caller pc" in gentraceback
Aug 30, 2022
This may be related to #54422. |
I suspect this is related to #39857. I previously added some test skips, but perhaps missed a few. |
Yes, likely fixed by https://go.dev/cl/425001. That test was corrupting random goroutine stacks, hence why it could cause crashes afterwards, when the bad test is no longer running. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
2022-08-19T17:46:05-4a954fa/linux-amd64-alpine
2022-08-19T16:04:12-f15761b/linux-amd64-alpine
2022-08-19T03:09:05-a409356/linux-amd64-alpine
2022-08-19T03:01:14-55ecc3a/linux-amd64-alpine
cc @golang/runtime
The text was updated successfully, but these errors were encountered: