When built with C TSAN, x_cgo_getstackbound triggers race detection on `g->stacklo` because the synchronization is in Go, which isn't instrumented. Hopefully simple repro coming soon. cc @cherrymui @doujiang24