fast-serialization icon indicating copy to clipboard operation
fast-serialization copied to clipboard

FST got this issue with String.length

Open pli2014 opened this issue 6 years ago • 1 comments

java.lang.NullPointerException: null at java.lang.String.length(String.java:623)

org.nustaq.serialization.FSTConfiguration#asObject

org.nustaq.offheap.bytez.onheap.HeapBytez got this issue?

pli2014 avatar Jan 09 '19 11:01 pli2014

It's caused by FST using Unsafe API. You can refer to https://bugs.openjdk.java.net/browse/JDK-8180269

Sadly, I'm also decide rollback before use FST.

KyongSik-Yoon avatar Jan 19 '19 01:01 KyongSik-Yoon