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

1 Like

Iā€™ve released an rc.2 with Simonā€™s fix in it.

1 Like

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

Itā€™s seams to be fixed.

Regards. Sam

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.