Avi-Levi / kryo

Automatically exported from code.google.com/p/kryo
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

BufferUnderflowException in CompatibleFieldSerializer #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Serializing large objects extends the Context.getByteArray() indefinitely ( and 
it seems it is not reset under any conditions ). On subsequent calls to 
serialize ( another or the same object ) the temp byte array is still very 
large and may exceed the length of available bytes in the buffer on buffer.get()

What is the expected output? What do you see instead?
BufferUnderflowException thrown at line 189 of CompatibleFieldSerializer

What version of the Kryo are you using?
1.03

Please provide any additional information below.

Original issue reported on code.google.com by mike.new...@gmail.com on 22 Dec 2010 at 9:51

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r139.

Original comment by nathan.s...@gmail.com on 22 Dec 2010 at 9:55

GoogleCodeExporter commented 9 years ago
Sorry, I should have seen this when I fixed issue 34. Fixed in r139.

Original comment by nathan.s...@gmail.com on 22 Dec 2010 at 9:55