I have an app using JNI. It has been running without any native crash with android 4.2 and below. But since 4.3 & 4.4 was released, there has been a few native crash reports daily from devices running android 4.3 and 4.4. I have not rebuilt my native code which is working fine with 4.2. Could you please take a look at the crash report and give me some suggestions how to prevent the crashes? Can this be a new android os (4.3 & 4.4) problem? Thank you in advance.
Native crash at /system/lib/libc.so
in /system/lib/libc.so (tgkill+12), /system/lib/libc.so (pthread_kill+48)
Native crash at /system/lib/libhwui.so
in /system/lib/libhwui.so, /system/lib/libandroid_runtime.so
Native crash at /system/lib/libc.so
in /system/lib/libc.so (dlmalloc+2679), /system/lib/libc.so (malloc+10)
Native crash at /system/lib/libc.so
in /system/lib/libc.so (__memcpy_base+231)