I have all dSYM files, crash file and .app file in the same folder, using this command it symbolicates the crash report:
symbolicatecrash myCrash.crash > SymbolicatedM.crash
But the first few lines still show hex address:
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x00000001000da338
Termination Signal: Trace/BPT trap: 5
Termination Reason: Namespace SIGNAL, Code 0x5
Terminating Process: exc handler [0]
Triggered by Thread: 0
Filtered syslog:
None found
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 myApp 0x00000001000da338 0x1000c8000 + 74552
1 myApp 0x00000001000eac90 0x1000c8000 + 142480
2 myApp 0x0000000100120340 0x1000c8000 + 361280
3 myApp 0x0000000100120870 0x1000c8000 + 362608
4 UIKit 0x000000019467f0ec -[UIApplication sendAction:to:from:forEvent:] + 96
5 UIKit 0x00000001947ef6b4 -[UIBarButtonItem(UIInternal) _sendAction:withEvent:] + 168
6 UIKit 0x000000019467f0ec -[UIApplication sendAction:to:from:forEvent:] + 96
7 UIKit 0x000000019467f06c -[UIControl sendAction:to:forEvent:] + 80
8 UIKit 0x00000001946695e0 -[UIControl _sendActionsForEvents:withEvent:] + 440
9 UIKit 0x0000000194669748 -[UIControl _sendActionsForEvents:withEvent:] + 800
10 UIKit 0x000000019467e950 -[UIControl touchesEnded:withEvent:] + 576
11 UIKit 0x000000019467e46c -[UIWindow _sendTouchesForEvent:] + 2480
12 UIKit 0x0000000194679804 -[UIWindow sendEvent:] + 3192
13 UIKit 0x000000019464a418 -[UIApplication sendEvent:] + 340
14 UIKit 0x0000000194e43f64 __dispatchPreprocessedEventFromEventQueue + 2400
15 UIKit 0x0000000194e3e6c0 __handleEventQueue + 4268
16 UIKit 0x0000000194e3eaec __handleHIDEventFetcherDrain + 148
17 CoreFoundation 0x000000018e4c9424 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
18 CoreFoundation 0x000000018e4c8d94 __CFRunLoopDoSources0 + 540
19 CoreFoundation 0x000000018e4c69a0 __CFRunLoopRun + 744
20 CoreFoundation 0x000000018e3f6d94 CFRunLoopRunSpecific + 424
21 GraphicsServices 0x000000018fe60074 GSEventRunModal + 100
22 UIKit 0x00000001946af130 UIApplicationMain + 208
23 myApp 0x00000001000d986c 0x1000c8000 + 71788
24 libdyld.dylib 0x000000018d40559c start + 4
Content of the folder is as follow:
myApp.app.dYSM, myCrash.crash, myApp, myApp.ipa and other dYSM files
How can find the reason of the crash with this log?
I had to download the dSYM.zip from iTunesConnect website and extract it along side these files.
Related
I have couple of crashes on startup of app and there are no code changes made since it was last installed by Xcode. When I open device logs, Xcode is not fully symbolicating crash, particularly the place where it crashed. Why is it so and how do I get the fully symbolicated crash log? The crash is unfortunately not reproducible in direct debugging session.
Date/Time: 2018-12-01 12:30:38.3874 +0400
Launch Time: 2018-12-01 12:30:36.0854 +0400
OS Version: iPhone OS 12.1 (16B92)
Baseband Version: 2.01.07
Report Version: 104
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x0000000101abe1a4
Termination Signal: Trace/BPT trap: 5
Termination Reason: Namespace SIGNAL, Code 0x5
Terminating Process: exc handler [43684]
Triggered by Thread: 0
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libswiftCore.dylib 0x0000000101abe1a4 0x1018cc000 + 2040228
1 libswiftCore.dylib 0x0000000101abe1a4 0x1018cc000 + 2040228
2 libswiftCore.dylib 0x0000000101925db8 0x1018cc000 + 368056
3 MyApp-Swift 0x0000000100e69880 0x100d64000 + 1071232
4 MyApp-Swift 0x0000000100dfbd00 0x100d64000 + 621824
5 MyApp-Swift 0x0000000100dfbdb8 0x100d64000 + 622008
6 UIKitCore 0x00000001c29da768 -[UIApplication sendAction:to:from:forEvent:] + 96
7 UIKitCore 0x00000001c24686d0 -[UIControl sendAction:to:forEvent:] + 80
8 UIKitCore 0x00000001c24689f0 -[UIControl _sendActionsForEvents:withEvent:] + 440
9 UIKitCore 0x00000001c24679f0 -[UIControl touchesEnded:withEvent:] + 568
10 UIKitCore 0x00000001c2a1418c -[UIWindow _sendTouchesForEvent:] + 2472
11 UIKitCore 0x00000001c2a153f0 -[UIWindow sendEvent:] + 3156
12 UIKitCore 0x00000001c29f46ec -[UIApplication sendEvent:] + 340
13 UIKitCore 0x00000001c2ac057c __dispatchPreprocessedEventFromEventQueue + 1620
14 UIKitCore 0x00000001c2ac2f74 __handleEventQueueInternal + 4740
15 UIKitCore 0x00000001c2abba64 __handleHIDEventFetcherDrain + 152
16 CoreFoundation 0x00000001958ac1cc __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
17 CoreFoundation 0x00000001958ac14c __CFRunLoopDoSource0 + 88
18 CoreFoundation 0x00000001958aba30 __CFRunLoopDoSources0 + 176
19 CoreFoundation 0x00000001958a68fc __CFRunLoopRun + 1040
20 CoreFoundation 0x00000001958a61cc CFRunLoopRunSpecific + 436
21 GraphicsServices 0x0000000197b1d584 GSEventRunModal + 100
22 UIKitCore 0x00000001c29d9054 UIApplicationMain + 212
23 MyApp-Swift 0x0000000100f48dec 0x100d64000 + 1986028
24 libdyld.dylib 0x0000000195366bb4 start + 4
I have a crash that is occurring on iOS7 only. it is random reproduce, The problem is there is no user code in the stack trace so it is proving difficult to track down,Please help me guys.
Thank you
Crash Log:
Exception Type: SIGSEGV
Exception Codes: SEGV_ACCERR at 0x6001c121
Crashed Thread: 0
Thread 0 Crashed:
0 libobjc.A.dylib 0x39c36636 objc_msgSend + 15
1 UIKit 0x318b2fd6 -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 30
2 UIKit 0x318b2fb0 -[UIControl sendAction:to:forEvent:] + 44
3 UIKit 0x3189e716 -[UIControl _sendActionsForEvents:withEvent:] + 374
4 UIKit 0x318b2a2e -[UIControl touchesEnded:withEvent:] + 590
5 UIKit 0x318b2700 -[UIWindow _sendTouchesForEvent:] + 528
6 UIKit 0x318ad6ca -[UIWindow sendEvent:] + 758
7 UIKit 0x318828cc -[UIApplication sendEvent:] + 196
8 UIKit 0x31880f76 __UIApplicationHandleEventQueue + 7102
9 CoreFoundation 0x2f02c20a ___CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 14
+ 14
10 CoreFoundation 0x2f02b6da ___CFRunLoopDoSources0 + 206
11 CoreFoundation 0x2f029ece ___CFRunLoopRun + 622
12 CoreFoundation 0x2ef94ebe CFRunLoopRunSpecific + 515
13 CoreFoundation 0x2ef94ca2 CFRunLoopRunInMode + 103
14 GraphicsServices 0x33ebb662 GSEventRunModal + 135
15 UIKit 0x318e114c UIApplicationMain + 1131
16 IPadTest 0x00957eca main (main.m:19)
17 libdyld.dylib 0x3a139ab6 _start + 2
Could someone please help me understand this crash report. I can't make head or tail of it.
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 0
Filtered syslog:
None found
Last Exception Backtrace:
0 CoreFoundation 0x181a7edb0 __exceptionPreprocess + 124
1 libobjc.A.dylib 0x1810e3f80 objc_exception_throw + 56
2 CoreFoundation 0x181a7ec80 +[NSException raise:format:arguments:] + 108
3 Foundation 0x182404154 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 112
4 UIKit 0x1871779f4 +[UIAlertAction _actionWithTitle:descriptiveText:image:style:handler:shouldDismissHandler:] + 512
5 UIKit 0x187177bd4 +[UIAlertAction _actionWithTitle:image:style:handler:shouldDismissHandler:] + 148
6 UIKit 0x187177d98 +[UIAlertAction actionWithTitle:style:handler:] + 108
7 carerecord 0x1000d1ce0 -[CRUserList03ViewController btnUserTap:event:] (CRUserList03ViewController.m:1227)
8 UIKit 0x186c0cbe8 -[UIApplication sendAction:to:from:forEvent:] + 100
9 UIKit 0x186c0cb64 -[UIControl sendAction:to:forEvent:] + 80
10 UIKit 0x186bf4870 -[UIControl _sendActionsForEvents:withEvent:] + 436
11 UIKit 0x186c0c454 -[UIControl touchesEnded:withEvent:] + 572
12 UIKit 0x186c0c084 -[UIWindow _sendTouchesForEvent:] + 804
13 UIKit 0x186c04c20 -[UIWindow sendEvent:] + 784
14 carerecord 0x100235a08 -[CRWindow sendEvent:] (CRWindow.m:23)
15 UIKit 0x186bd504c -[UIApplication sendEvent:] + 248
16 UIKit 0x186bd3628 _UIApplicationHandleEventQueue + 6568
17 CoreFoundation 0x181a3509c CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 24
18 CoreFoundation 0x181a34b30 __CFRunLoopDoSources0 + 540
19 CoreFoundation 0x181a32830 __CFRunLoopRun + 724
20 CoreFoundation 0x18195cc50 CFRunLoopRunSpecific + 384
21 GraphicsServices 0x183244088 GSEventRunModal + 180
22 UIKit 0x186c3e088 UIApplicationMain + 204
23 carerecord 0x1002a1f3c main (main.m:14)
24 libdyld.dylib 0x1814fa8b8 start + 4
I have no idea about this crash. The crash happens at various screens without any actions sometimes. Any help would be appreciated. Thanks in advance.
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000c
Triggered by Thread: 0
Thread 0 Crashed:
0 libobjc.A.dylib 0x3b3a1626 objc_msgSend + 6
1 UIKit 0x33301b46 +[UIViewController _viewControllerForFullScreenPresentationFromView:] + 174
2 UIKit 0x33301614 -[UIWindow _scrollToTopViewsUnderScreenPointIfNecessary:resultHandler:] + 428
3 UIKit 0x3330143e -[_UIScrollsToTopInitiatorView touchesEnded:withEvent:] + 210
4 UIKit 0x3330134e -[UIStatusBar touchesEnded:withEvent:] + 334
5 UIKit 0x33255790 forwardTouchMethod + 228
6 UIKit 0x3310371c -[UIWindow _sendTouchesForEvent:] + 524
7 UIKit 0x330fe6e6 -[UIWindow sendEvent:] + 754
8 UIKit 0x330d38e8 -[UIApplication sendEvent:] + 192
9 UIKit 0x330d1f92 _UIApplicationHandleEventQueue + 7098
10 CoreFoundation 0x3087e258 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 12
11 CoreFoundation 0x3087d726 __CFRunLoopDoSources0 + 202
12 CoreFoundation 0x3087bf1a __CFRunLoopRun + 618
13 CoreFoundation 0x307e6f0a CFRunLoopRunSpecific + 518
14 CoreFoundation 0x307e6cee CFRunLoopRunInMode + 102
15 GraphicsServices 0x356e065e GSEventRunModal + 134
16 UIKit 0x33132168 UIApplicationMain + 1132
17 MyApp 0x0029c0a0 main (main.m:16)
18 libdyld.dylib 0x3b8a4ab4 start + 0
iOS app crashes when resuming, no direct references to my app code
Recently, I started getting a rare crash on my iPad app when the app returns from the background after being suspended.
The only viable information in the crashed thread refers to system-level calls and I can’t seem to pinpoint root cause
especially considering it can take 50+ tries to reproduce. Here’s one hint: I know it only occurs on iOS 6.
Date/Time: 2014-08-14 09:37:03 +0000
OS Version: iPhone OS 6.1.2 (10B146)
Report Version: 104
Exception Type: SIGABRT
Exception Codes: #0 at 0x39827350
Crashed Thread: 0
Application Specific Information:
* Terminating app due to uncaught exception 'NSRangeException', reason: '* -[NSMutableArray removeObjectsInRange:]: range {1, 1} extends beyond bounds [0 .. 0]'
Last Exception Backtrace:
0 CoreFoundation 0x316423e7 __exceptionPreprocess + 163
1 libobjc.A.dylib 0x39333963 objc_exception_throw + 28
2 CoreFoundation 0x315d97cd -[NSMutableArray removeObjectsInRange:] + 250
3 UIKit 0x334de2df -[UINavigationController popToViewController:transition:] + 592
4 UIKit 0x3358a789 -[UITabBarController _tabBarItemClicked:] + 230
5 UIKit 0x3353c087 -[UIApplication sendAction:to:from:forEvent:] + 68
6 UIKit 0x3353c03b -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 28
7 UIKit 0x3358a679 -[UITabBar _sendAction:withEvent:] + 382
8 UIKit 0x3353c087 -[UIApplication sendAction:to:from:forEvent:] + 68
9 UIKit 0x3353c03b -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 28
10 UIKit 0x3353c015 -[UIControl sendAction:to:forEvent:] + 42
11 UIKit 0x3353b8cb -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 500
12 UIKit 0x3353c087 -[UIApplication sendAction:to:from:forEvent:] + 68
13 UIKit 0x3353c03b -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 28
14 UIKit 0x3353c015 -[UIControl sendAction:to:forEvent:] + 42
15 UIKit 0x3353b8cb -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 500
16 UIKit 0x3353bdb9 -[UIControl touchesEnded:withEvent:] + 486
17 UIKit 0x334645f9 -[UIWindow _sendTouchesForEvent:] + 522
18 UIKit 0x334518e1 -[UIApplication sendEvent:] + 378
19 UIKit 0x334511ef _UIApplicationHandleEvent + 6196
20 GraphicsServices 0x351685f7 _PurpleEventCallback + 588
21 GraphicsServices 0x35168227 PurpleEventCallback + 32
22 CoreFoundation 0x316173e7 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 32
23 CoreFoundation 0x3161738b __CFRunLoopDoSource1 + 136
24 CoreFoundation 0x3161620f __CFRunLoopRun + 1380
25 CoreFoundation 0x3158923d CFRunLoopRunSpecific + 354
26 CoreFoundation 0x315890c9 CFRunLoopRunInMode + 102
27 GraphicsServices 0x3516733b GSEventRunModal + 72
28 UIKit 0x334a52b9 UIApplicationMain + 1118
29 [my app name] 0x001e0917 main (main.m:14)
30 libdyld.dylib 0x39760b20 start + 2