-
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
os: fatal error: "attempt to execute system stack code on user stack" during TestProgWideChdir #30591
Comments
Looks like maybe CC @aclements |
Also seen in a Curiously,
|
I also got this from manual runs of https://go-review.googlesource.com/c/go/+/232978/2/src/runtime/testdata/testprog/lockosthread.go, without the core runtime patch from the CL applied, with a much cleaner stack trace.
It seems that |
I believe this is fixed by http://golang.org/cl/267257. That CL explicitly moves |
The linux/arm builder just failed (at tip) on the os test suite, with the following error:
Full log: https://build.golang.org/log/9592acb86aec954a29903bf39b780f3af5b7d30e
That builder is usually not flaky at all, so this probably warrants an investigation.
cc @ianlancetaylor
The text was updated successfully, but these errors were encountered: