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

cmd/compile: segfaults in s390x port after CL 170448 #31496

Closed
bcmills opened this issue Apr 16, 2019 · 1 comment
Closed

cmd/compile: segfaults in s390x port after CL 170448 #31496

bcmills opened this issue Apr 16, 2019 · 1 comment
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Soon This needs to be done soon. (regressions, serious bugs, outages)
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Apr 16, 2019

The linux-s390x-ibm builder is throwing SIGSEGV all over the place as of https://golang.org/cl/170448.

I'm not sure whether that's a bug in the escape analysis change, or if it just tickled existing bugs in the s390x compiler or runtime, but it seems alarmingly consistent.

https://build.golang.org/log/17d8a268ff942ee3fa4fa27ea8685aaa4347b689
https://build.golang.org/log/0e2023e3028d604edf2875a48664849fd1b0b53d
https://build.golang.org/log/c6708844df8c89743f2db3e2bf35b3dfd630a5f9

CC @mdempsky @cherrymui @dr2chase @aclements

@bcmills bcmills added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Soon This needs to be done soon. (regressions, serious bugs, outages) labels Apr 16, 2019
@bcmills bcmills added this to the Go1.13 milestone Apr 16, 2019
@mdempsky
Copy link
Member

Dup of #31495.

@golang golang locked and limited conversation to collaborators Apr 15, 2020
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. Soon This needs to be done soon. (regressions, serious bugs, outages)
Projects
None yet
Development

No branches or pull requests

3 participants