KSCrash
KSCrash copied to clipboard
crash With 'CPPExceptionTerminate()'
CPPExceptionTerminate() + 367996 (KSCrashMonitor_CPPException.cpp:179)
Im facing the same issue in our apps. We can see the crash only in Xcode organiser window as the app crashes on-start. Your help will be appreciable.
Please attach a full crash report for more detail.
Thank you @ZhiyuWong, sorry for the delayed reply. Will share the details in an email to your account [email protected].
Thank you @ZhiyuWong, sorry for the delayed reply. Will share the details in an email to your account [email protected].
Sorry, I haven't received your email. I'm afraid it had been blocked by some rule. You can send a new email to www312422#gmail.com (replace # to @).
Thank you @ZhiyuWong, sorry for the delayed reply. Will share the details in an email to your account [email protected].
Sorry, I haven't received your email. I'm afraid it had been blocked by some rule. You can send a new email to www312422#gmail.com (replace # to @).
Are you solved this problem? I also meeting this problem now.
I met the same question and found the reason is the exception is NSException and captured by other crash collector, for example bugly or crashlytics. after they captured the crash but they don't forward this NSException to the next. so the crash is captured by CPP collector and the stack trace pointed to CPPExceptionTerminate() function. and you can conform it from TestFlight by apple ,the TestFlight collected the same crash report but the crashed stack trace pointed to the real reason who caused the crash.