Michael Knyszek
Michael Knyszek
CC @golang/openbsd
Possibly related to #74173, #74178, #74186, #74126.
CC @golang/openbsd
Possibly related to some of the other recent failures, like #74173.
The netbsd failure looks like an OOM or timeout. Not too interesting. The Darwin failure has a ton of 0xb01dfacedebac1e addresses which are scarier; per Keith it's the address we...
In triage, we're not sure if building a fully static Android executable is supported. Assigned to the only person in @golang/android for more thoughts and details.
CC @golang/openbsd
Looking more closely, I don't think this is a timeout. I think this is a deadlock. I thought at first it might be that all the stress tests take a...
I was able to reproduce it locally!
I am very close to an answer. It's clear that `traceAdvance` is trying to suspend a goroutine, and the other one is running. I'm bending the trace testing framework until...