jonhoo / drwmutex

Distributed RWMutex in Go
MIT License
343 stars 17 forks source link

`init()` does not always find all CPUs. #4

Closed jonhoo closed 9 years ago

jonhoo commented 9 years ago

Once in a while, init() misses one CPU, usually with the warning

cpu x == y -- both have CPUID c

I'm not sure why this happens yet, but it is somewhat troubling. Suggestions are welcome.