Skip to content
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: SIGSEGV and "unexpected return pc" in pthread_kill_trampoline during TestCgoCallbackGC on darwin builders #43926

Closed
bcmills opened this issue Jan 26, 2021 · 4 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin
Milestone

Comments

@bcmills bcmills added OS-Darwin NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Jan 26, 2021
@bcmills bcmills added this to the Backlog milestone Jan 26, 2021
@cherrymui
Copy link
Member

I think this is #37605, a platform bug on macOS 10.14. Is the -race builder running 10.14?

@bcmills
Copy link
Contributor Author

bcmills commented Jan 26, 2021

I believe that the -race builder is still running 10.14 (as of CL 201199), although it's unfortunate that the last failure was on a non-10.14 builder.

Perhaps this test be skipped on pre-10.15 builders? (Is there a way to easily match against that?)

@bcmills
Copy link
Contributor Author

bcmills commented Nov 23, 2021

greplogs --dashboard -md -l -e '(?ms)fatal error: unexpected signal during runtime execution.*runtime: unexpected return pc for runtime\.pthread_kill_trampoline' --since=2021-01-27

2021-11-22T23:51:43-83bfed9/darwin-amd64-10_14
2021-07-14T22:52:15-2b00a54/darwin-amd64-10_14

@gopherbot
Copy link

Change https://golang.org/cl/366537 mentions this issue: runtime: skip TestCgoCallbackGC on darwin-amd64-10_14 builder

@golang golang locked and limited conversation to collaborators Nov 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin
Projects
None yet
Development

No branches or pull requests

3 participants