mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 08:05:34 -04:00
Temporarily disabe SIGSEGV trapper
This commit is contained in:
parent
719e39d4a5
commit
4fff32fa96
@ -129,7 +129,7 @@ JNIEXPORT jint JNICALL Java_com_oracle_dalvik_VMLauncher_launchJVM(JNIEnv *env,
|
|||||||
CATCHSIG(SIGABRT);
|
CATCHSIG(SIGABRT);
|
||||||
CATCHSIG(SIGBUS);
|
CATCHSIG(SIGBUS);
|
||||||
CATCHSIG(SIGFPE);
|
CATCHSIG(SIGFPE);
|
||||||
CATCHSIG(SIGSEGV);
|
//CATCHSIG(SIGSEGV);
|
||||||
CATCHSIG(SIGSTKFLT);
|
CATCHSIG(SIGSTKFLT);
|
||||||
CATCHSIG(SIGPIPE);
|
CATCHSIG(SIGPIPE);
|
||||||
//Signal trapper ready
|
//Signal trapper ready
|
||||||
|
Loading…
x
Reference in New Issue
Block a user