I finally was able to symbolicate the crash logs from the Apple review of my app - which crashes on load. There are 4 crash logs. I followed the tutorial on this but need some help in understanding the results. Below are the symbolicated Last Exception Backtrace from each of the 4 crash logs. These are in time stamp order. From my understanding of the tutorial, any line with a modulename.m:xxx is an error - is that correct?
I am using KSCrash, so this line "-[ResumableSub_main_SendReportsIfNeeded resume::] (in CommPayPro) (b4i_main.m:139)" refers to that. Is this an actual error? Here is the line from the KSCrash Sub - no = no.Initialize("KSCrash").RunMethod("sharedInstance", Null)
I added KSCrash to the app using the tutorial verbatem.
This line "-[b4i_lead_remove_records _deleteleads:::::::] (in CommPayPro) (b4i_lead_remove_records.m:280)" is very confusing - this code module is not called on app launch. So how could it possibly cause a crash on load?
Thanks for any help on this.
Crash Log #1
Last Exception Backtrace:
(0x19200286c
+[B4ICustomViewWrapper build:::] (in CommPayPro) + 1112
-[B4ISpanMark init:::] (in CommPayPro) + 320
-[ResumableSub_main_SendReportsIfNeeded resume::] (in CommPayPro) (b4i_main.m:139)
-[b4i_lead_remove_records _deleteleads:::::::] (in CommPayPro) (b4i_lead_remove_records.m:280)
-[B4IViewWrapper setUserInteractionEnabled:] (in CommPayPro) + 88
-[B4IViewWrapper SetShadow:::::] (in CommPayPro) + 68
-[B4IMediaPlayer Initialize::::] (in CommPayPro) + 408
-[b4i_animatedcounter _class_globals] (in CommPayPro) (b4i_animatedcounter.m:186)
0x191c376b0)
Crash Log #2
Last Exception Backtrace:
(0x19200286c
+[B4ICustomViewWrapper build:::] (in CommPayPro) + 1112
-[B4ISpanMark init:::] (in CommPayPro) + 320
-[ResumableSub_main_SendReportsIfNeeded resume::] (in CommPayPro) (b4i_main.m:139)
-[b4i_lead_remove_records _deleteleads:::::::] (in CommPayPro) (b4i_lead_remove_records.m:280)
-[B4IViewWrapper setUserInteractionEnabled:] (in CommPayPro) + 88
-[B4IViewWrapper SetShadow:::::] (in CommPayPro) + 68
-[B4IMediaPlayer Initialize::::] (in CommPayPro) + 408
-[b4i_animatedcounter _class_globals] (in CommPayPro) (b4i_animatedcounter.m:186)
0x191c376b0)
Crash Log #3
Last Exception Backtrace:
(0x19e38d86c
-[B4ISQL getLock] (in CommPayPro) + 160
-[B4ISQL ExecQuery2::] (in CommPayPro) + 76
-[b4i_main _createreporter] (in CommPayPro) (b4i_main.m:542)
-[b4i_main _application_start:] (in CommPayPro) (b4i_main.m:274)
+[B4I runDynamicMethod:method:throwErrorIfMissing:args:] (in CommPayPro) + 1608
-[B4I raiseEvent:eventarams:] (in CommPayPro) + 548
-[B4IAppDelegate application:didFinishLaunchingWithOptions:] (in CommPayPro) + 1148
main (in CommPayPro) (main.m:16)
0x19dfc26b0)
Crash Log #4
Last Exception Backtrace:
(0x19e38d86c
-[B4ISQL getLock] (in CommPayPro) + 160
-[B4ISQL ExecQuery2::] (in CommPayPro) + 76
-[b4i_main _createreporter] (in CommPayPro) (b4i_main.m:542)
-[b4i_main _application_start:] (in CommPayPro) (b4i_main.m:274)
+[B4I runDynamicMethod:method:throwErrorIfMissing:args:] (in CommPayPro) + 1608
-[B4I raiseEvent:eventarams:] (in CommPayPro) + 548
-[B4IAppDelegate application:didFinishLaunchingWithOptions:] (in CommPayPro) + 1148
main (in CommPayPro) (main.m:16)
0x19dfc26b0)
I am using KSCrash, so this line "-[ResumableSub_main_SendReportsIfNeeded resume::] (in CommPayPro) (b4i_main.m:139)" refers to that. Is this an actual error? Here is the line from the KSCrash Sub - no = no.Initialize("KSCrash").RunMethod("sharedInstance", Null)
I added KSCrash to the app using the tutorial verbatem.
This line "-[b4i_lead_remove_records _deleteleads:::::::] (in CommPayPro) (b4i_lead_remove_records.m:280)" is very confusing - this code module is not called on app launch. So how could it possibly cause a crash on load?
Thanks for any help on this.
Crash Log #1
Last Exception Backtrace:
(0x19200286c
+[B4ICustomViewWrapper build:::] (in CommPayPro) + 1112
-[B4ISpanMark init:::] (in CommPayPro) + 320
-[ResumableSub_main_SendReportsIfNeeded resume::] (in CommPayPro) (b4i_main.m:139)
-[b4i_lead_remove_records _deleteleads:::::::] (in CommPayPro) (b4i_lead_remove_records.m:280)
-[B4IViewWrapper setUserInteractionEnabled:] (in CommPayPro) + 88
-[B4IViewWrapper SetShadow:::::] (in CommPayPro) + 68
-[B4IMediaPlayer Initialize::::] (in CommPayPro) + 408
-[b4i_animatedcounter _class_globals] (in CommPayPro) (b4i_animatedcounter.m:186)
0x191c376b0)
Crash Log #2
Last Exception Backtrace:
(0x19200286c
+[B4ICustomViewWrapper build:::] (in CommPayPro) + 1112
-[B4ISpanMark init:::] (in CommPayPro) + 320
-[ResumableSub_main_SendReportsIfNeeded resume::] (in CommPayPro) (b4i_main.m:139)
-[b4i_lead_remove_records _deleteleads:::::::] (in CommPayPro) (b4i_lead_remove_records.m:280)
-[B4IViewWrapper setUserInteractionEnabled:] (in CommPayPro) + 88
-[B4IViewWrapper SetShadow:::::] (in CommPayPro) + 68
-[B4IMediaPlayer Initialize::::] (in CommPayPro) + 408
-[b4i_animatedcounter _class_globals] (in CommPayPro) (b4i_animatedcounter.m:186)
0x191c376b0)
Crash Log #3
Last Exception Backtrace:
(0x19e38d86c
-[B4ISQL getLock] (in CommPayPro) + 160
-[B4ISQL ExecQuery2::] (in CommPayPro) + 76
-[b4i_main _createreporter] (in CommPayPro) (b4i_main.m:542)
-[b4i_main _application_start:] (in CommPayPro) (b4i_main.m:274)
+[B4I runDynamicMethod:method:throwErrorIfMissing:args:] (in CommPayPro) + 1608
-[B4I raiseEvent:eventarams:] (in CommPayPro) + 548
-[B4IAppDelegate application:didFinishLaunchingWithOptions:] (in CommPayPro) + 1148
main (in CommPayPro) (main.m:16)
0x19dfc26b0)
Crash Log #4
Last Exception Backtrace:
(0x19e38d86c
-[B4ISQL getLock] (in CommPayPro) + 160
-[B4ISQL ExecQuery2::] (in CommPayPro) + 76
-[b4i_main _createreporter] (in CommPayPro) (b4i_main.m:542)
-[b4i_main _application_start:] (in CommPayPro) (b4i_main.m:274)
+[B4I runDynamicMethod:method:throwErrorIfMissing:args:] (in CommPayPro) + 1608
-[B4I raiseEvent:eventarams:] (in CommPayPro) + 548
-[B4IAppDelegate application:didFinishLaunchingWithOptions:] (in CommPayPro) + 1148
main (in CommPayPro) (main.m:16)
0x19dfc26b0)
Last edited: