Oak
Oak copied to clipboard
infinite loop in ThreadIndexCalculator
Hi! i got infinite loop in ThreadIndexCalculator when i remove value from OrderedMap

Maybe the reason is that this method is not called : ThreadIndexCalculator.releaseIndex()
Hi @liuxinpeister ,
With how many threads do you run? Is the failure re-creatable?
Generally, there is assert for infinite loop there, but most likely you are not running in debug mode.