My application is experiencing cashes in production. The crash dump indicates a SIGSEGV has occurred in GCTaskThread
It uses JNI, so there might be some source for m
Use valgrind. This sounds like a memory corruption. The output will be verbose but try to isolate the report to the JNI library if its possible.