Oak icon indicating copy to clipboard operation
Oak copied to clipboard

infinite loop in ThreadIndexCalculator

Open liuxinpeister opened this issue 3 years ago • 2 comments

Hi! i got infinite loop in ThreadIndexCalculator when i remove value from OrderedMap

image

liuxinpeister avatar Mar 29 '22 05:03 liuxinpeister

Maybe the reason is that this method is not called : ThreadIndexCalculator.releaseIndex()

liuxinpeister avatar Mar 31 '22 03:03 liuxinpeister

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.

sanastas avatar Apr 07 '22 09:04 sanastas