Anton Chtepine

Results 2 issues of Anton Chtepine

when `RLock()`'ing a `drwmutex` on an M1 mac, `cpu()` returns 0, but the map itself is empty: ``` func map_cpus() (cpus map[uint64]int) { cpus = make(map[uint64]int) return } ``` Perhaps,...

Hi. I've just synced a full node from a Feb 2 snapshot. It's been running for several hours now, mostly ok, howerver, there are occasional lags or freezes that violate...

question