Michael Pratt
Michael Pratt
cc @golang/runtime @aclements @mknyszek
> When I manually set useCheckmark = true, the source code wouldn't build. There's always a fatal error "fatal error: checkmark found unmarked object" I don't think this part is...
cc @golang/compiler
cc @golang/s390x @golang/ppc64 @golang/security
On [CL 473275](https://go.dev/cl/473275): https://storage.googleapis.com/go-build-log/67b9e0cb/windows-386-2016_1815f49f.log
cc @griesemer @findleyr
cc @matloob @samthanawalla
cc @golang/security
`findRunnableGCWorker` is one of the first checks in `schedule`. I wonder if this program is entering the scheduler extremely frequently (either due to explicit `Gosched` calls, or just short-lived runnable...
Could you run the failing command under `strace -F` so we can see exactly which system call is failing?