We’ve been working sucessfully with some units of RockPi 4 but randomly we get some APP crashes with this error:
A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x50100000083 in tid 8074 (Thread-21), pid 6376 (package.name)
We’ve checked that is related with C native code, and more detailed, setting a gpo with MRAA library when Gpio_write (:554 mraaJNI.class) is called, but we don’t have more information about the error because is in native side.
Has anyone tested this API included in last Android 9 image, or could you try to reproduce this error?