Fatal signal 11 (SIGSEGV), code 2, fault addr 0xb3d5e488 in tid 8058
问题 I have a simple ndk code in my app and im keep getting this error in the logcat and app keep crashing. Here is the method where app is crashing: char VAL1[] = "abcdef"; char VAL2[] = "123456"; char VAL3[] = "helloworld"; JNIEXPORT jstring JNICALL Java_com_livetv_android_apps_uktvnow_utils_Constants_getValue(JNIEnv *env , jobject thiz, jstring date, jstring completeUrl, jstring params){ const char *nativeDate = (env)->GetStringUTFChars(date, 0); const char *nativeUrl = (env)->GetStringUTFChars