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

libgo: hang in syscall test TestExecPtrace on ppc64le starting sometime in Go 1.13, continuing in Go 1.14beta1 #36698

Closed
laboger opened this issue Jan 22, 2020 · 2 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@laboger
Copy link
Contributor

laboger commented Jan 22, 2020

What version of Go are you using (go version)?

$ go version
go version go1.14beta1 gccgo (GCC) 10.0.1 20200122 (experimental) linux/ppc64le

Does this issue reproduce with the latest release?

Started in Go 1.13, continues in Go 1.14beta1

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
linux/ppc64le

What did you do?

Running the libgo tests on ppc64le

What did you expect to see?

No failures

What did you see instead?

Hang in the syscall test TestExecPtrace which does not happen on golang. This was reported in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92567

@toothrot toothrot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jan 22, 2020
@toothrot toothrot added this to the Gccgo milestone Jan 22, 2020
@toothrot
Copy link
Contributor

/cc @ianlancetaylor

@tklauser tklauser changed the title libgo: hang in syscall test TestExecPtrace on ppc64le starting sometime in Go 1.13, continuing in Go 1.14beta1beta1 libgo: hang in syscall test TestExecPtrace on ppc64le starting sometime in Go 1.13, continuing in Go 1.14beta1 Jan 23, 2020
@gopherbot
Copy link

Change https://golang.org/cl/254755 mentions this issue: libgo: fix ptrace syscall hooks into glibc

@golang golang locked and limited conversation to collaborators Sep 17, 2021
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.
Projects
None yet
Development

No branches or pull requests

3 participants