koenr-bc
koenr-bc
The upperlying library in this case is mapdb; Stacktrace of the case was; ``` at org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.probeThree(LongObjectHashMap.java:3104) at org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.probeTwo(LongObjectHashMap.java:3080) at org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.probe(LongObjectHashMap.java:3057) at org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.getIfAbsent(LongObjectHashMap.java:2362) at org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.get(LongObjectHashMap.java:2340) at org.mapdb.StoreWAL.longStackLoadChunk(StoreWAL.kt:741) at org.mapdb.StoreWAL.longStackPut(StoreWAL.kt:723) at org.mapdb.StoreDirectAbstract.releaseData(StoreDirectAbstract.kt:367)...
The version used is 10.4.0. I think in this case even a diagnostic exception would be better than in infinite loop in my opinion. Edit: added an issue in mapdb:...