Unight Sun

Results 3 comments of Unight Sun

> This looks like memory corruption. Have you tried running your program under the race detector? See https://blog.golang.org/race-detector . unfortunately my code running in produce environment that I have no...

``` fatal error: sync: inconsistent mutex state goroutine 3571787 [running]: runtime.throw(0x4e6ccbc, 0x1e) /usr/local/go/src/runtime/panic.go:1116 +0x72 fp=0xc0021dd378 sp=0xc0021dd348 pc=0x439512 sync.throw(0x4e6ccbc, 0x1e) /usr/local/go/src/runtime/panic.go:1102 +0x35 fp=0xc0021dd398 sp=0xc0021dd378 pc=0x46cbb5 sync.(*Mutex).lockSlow(0x8313a38) /usr/local/go/src/sync/mutex.go:147 +0x165 fp=0xc0021dd3e0 sp=0xc0021dd398 pc=0x47d2a5...

> I've been experiencing a problem like the one described here, after upgrading to Airflow 2.9.1. > > I've pushed a PR with a potential fix: #39935. > > Cheers....