Michael Pratt

Results 235 comments of 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...

On [CL 473275](https://go.dev/cl/473275): https://storage.googleapis.com/go-build-log/67b9e0cb/windows-386-2016_1815f49f.log

`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?