kstenerud / KSCrash

The Ultimate iOS Crash Reporter
MIT License
4.24k stars 711 forks source link

kscm_cppexception_getAPI + 280 #260

Open kamleshkatios opened 6 years ago

kamleshkatios commented 6 years ago

I'm trying to check crash in a framework in my app. When I try to get the crash log I see that stack trace is not showing the actual crash, instead KSCrash is crashing.

Thread 0 Crashed: 0 libsystem_kernel.dylib 0x0000000181cc5348 0x181ca4000 + 136008 (__pthread_kill + 8) 1 libsystem_pthread.dylib 0x0000000181ddd7a4 0x181dd6000 + 30628 ( + 360) 2 libsystem_c.dylib 0x0000000181c34fd8 0x181bd2000 + 405464 (abort + 140) 3 libc++abi.dylib 0x0000000181698068 0x181696000 + 8296 ( + 132) 4 libc++abi.dylib 0x0000000181698210 0x181696000 + 8720 ( + 304) 5 libobjc.A.dylib 0x00000001816c0810 0x1816b8000 + 34832 ( + 124) 6 KSCrash 0x00000001054a0590 0x10549c000 + 17808 (kscm_cppexception_getAPI + 280) 7 libc++abi.dylib 0x00000001816b054c 0x181696000 + 107852 ( + 16) 8 libc++abi.dylib 0x00000001816b0158 0x181696000 + 106840 (__cxa_rethrow + 144) 9 libobjc.A.dylib 0x00000001816c06e8 0x1816b8000 + 34536 (objc_exception_rethrow + 44) 10 CoreFoundation 0x0000000182072344 0x18206a000 + 33604 (CFRunLoopRunSpecific + 544) 11 GraphicsServices 0x0000000183f03f84 0x183ef9000 + 44932 (GSEventRunModal + 100) 12 UIKit 0x000000018b61e880 0x18b5ab000 + 473216 (UIApplicationMain + 208)

KolliPraneeth commented 6 years ago

I am also facing similar issue can anybody help.