KSCrash icon indicating copy to clipboard operation
KSCrash copied to clipboard

crash With 'CPPExceptionTerminate()'

Open SnailLife opened this issue 6 years ago • 6 comments

CPPExceptionTerminate() + 367996 (KSCrashMonitor_CPPException.cpp:179)

SnailLife avatar Jan 07 '19 02:01 SnailLife

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.

saravanan-selvam avatar Sep 24 '19 02:09 saravanan-selvam

Please attach a full crash report for more detail.

ZhiyuWong avatar Sep 24 '19 02:09 ZhiyuWong

Thank you @ZhiyuWong, sorry for the delayed reply. Will share the details in an email to your account [email protected].

saravanan-selvam avatar Sep 26 '19 07:09 saravanan-selvam

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 @).

ZhiyuWong avatar Sep 26 '19 17:09 ZhiyuWong

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.

jerrydudu avatar Feb 25 '22 09:02 jerrydudu

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.

jakehan0816 avatar Oct 18 '22 01:10 jakehan0816