Closed fpoli closed 6 years ago
From staring at it i can't figure out the cause. I think it's positive that this is a Java NPE and not a crash in JNI.
But everything should be non-null. My only idea is to try to debug the Java objects using Java's print()
methods to try to find out which of the arguments is null in the JVM.
I've merged it anyway. If there is no solution found anytime soon, we can disable the method call.
Here I add an integration test that uses arrays built from Rucaja. Unfortunately, it fails with a NullPointerException. Either I'm doing something wrong (probably) or there is a bug in some library. Any idea?