Michael Knyszek

Results 275 comments of Michael Knyszek

Possibly related to #74173, #74178, #74186, #74126.

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.

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 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...