coffeecatch icon indicating copy to clipboard operation
coffeecatch copied to clipboard

provide SIG_ABORT_SIGSEGV config to prevent catched SIGSEGV pass to JNI.

Open alexrayne opened this issue 4 years ago • 0 comments

provide SIG_ABORT_SIGSEGV config to prevent catched SIGSEGV pass to JNI.

  • this allow to handle this fault with no crash JNI application. application cooja works on debuging code, and it is normaly shouldn`t srash when tested native code breaks. Coffee helps handle signal into java exception, so signal unwanted to pass to JNI

alexrayne avatar Apr 14 '20 07:04 alexrayne