On Thu, Apr 16, 2009 at 9:53 AM, <j16sdiz at freenetproject.org> wrote: > Author: j16sdiz > Date: 2009-04-16 01:53:58 +0000 (Thu, 16 Apr 2009) > New Revision: 26869 > > Modified: > ? trunk/contrib/fec/src/csrc/fec16-jinterf.c > ? trunk/contrib/fec/src/csrc/fec8-jinterf.c > Log: > Use GetByteArrayElements() not GetPrimitiveArrayCritical() > > JNI Specification require "Inside a critical region, native > code must not call other JNI functions", The SetObjectArrayElement() > calls in between violated this rule.
I *guess* this would fix the issue. Anybody wanna try this?