Closed GoogleCodeExporter closed 9 years ago
I'm experiencing the same problem with using Kryo 2.21 -- and my class contains
TreeMap:
May 09 19:47:42 ERROR - Something went wrong:
java.lang.IndexOutOfBoundsException: Index: 118, Size: 0
java.lang.IndexOutOfBoundsException: Index: 118, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at com.esotericsoftware.kryo.util.MapReferenceResolver.getReadObject(MapReferenceResolver.java:42)
at com.esotericsoftware.kryo.Kryo.readReferenceOrNull(Kryo.java:773)
at com.esotericsoftware.kryo.Kryo.readObject(Kryo.java:624)
at java.lang.Thread.run(Thread.java:679)
Original comment by mat...@peel.com
on 9 May 2013 at 8:00
Hi Michael,
Yes. This is a bug and it is now fixed in trunk, i.e. in the v2.22-SNAPSHOT
Thanks for reporting it!
-Leo
Original comment by romixlev
on 23 Jul 2013 at 1:21
I am getting this same issue with 2.23-SNAPSHOT on deserialising an object
which does not have a Map reference in it. Object values comprise only long,
String, Double and boolean.
Original comment by meyers....@gmail.com
on 24 Jan 2014 at 5:21
@ian: Could you please provide a bit more information? May be provide a
structure or your class? Or even better a small test-case?
BTW, Kryo has moved to github. Could you please comment/file issues there?
https://github.com/EsotericSoftware/kryo
Original comment by romixlev
on 24 Jan 2014 at 7:55
Original issue reported on code.google.com by
michael....@gmail.com
on 29 Apr 2013 at 8:15