panic: deadlock detected at fmut

So no blaming of AV then :expressionless:

Again, I don't find any routine holding `fmut` and there's no warning log entry about a recovered panic. If a function in a goroutine exits without releasing a lock, that would keep the lock and wouldn't show up in the trace in any way, would it? If it doesn't, that seems like the only possible explanation left to me.

I just discovered something horrible (hint, a change of mine) - PR incoming. I am wondering how integration tests didn’t trigger this (I assume they have deadlock detection enabled).

I’ve released an rc.2 with Simon’s fix in it.

Hi, Thanks again for your support (donation for you :slight_smile:) image

It’s seams to be fixed.

Regards. Sam