Cannot understand iOS crash log - ios

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

Related

Production crash swift

This is the stack trace we got from Apple.
I tried to debug but I'm unable to reproduce the crash.
What might be the reason?
Exception Type: EXC_CRASH (SIGABRT) Exception Codes:
0x0000000000000000, 0x0000000000000000 Exception Note:
EXC_CORPSE_NOTIFY Triggered by Thread: 0
Last Exception Backtrace: 0 CoreFoundation
0x184233164 exceptionPreprocess + 124 (NSException.m:166) 1
libobjc.A.dylib 0x18347c528 objc_exception_throw + 56
(objc-exception.mm:521) 2 CoreFoundation 0x184240628
-[NSObject(NSObject) doesNotRecognizeSelector:] + 140 (NSObject.m:322) 3 CoreFoundation 0x184238b10 ___forwarding_ + 1380
(NSForwarding.m:3220) 4 CoreFoundation 0x18411dccc
_CF_forwarding_prep_0 + 92 5 UIKit 0x18d9f3200 -[UIWebDocumentView setSelectedTextRange:] + 144
(UIWebDocumentView.m:5157) 6 UIKit
0x18d97fda0 -[UITextSelection commit] + 308 (UITextSelection.m:91) 7
UIKit 0x18de7334c
-[UITextGestureClusterUneditable oneFingerTapInUneditable:] + 1144 (UITextGestureCluster.m:1465) 8 UIKit
0x18de8aca4 -[UIGestureRecognizerTarget
_sendActionWithGestureRecognizer:] + 64 (UIGestureRecognizer.m:105) 9 UIKit 0x18de8f298
_UIGestureRecognizerSendTargetActions + 124 (UIGestureRecognizer.m:1129) 10 UIKit
0x18d967a14 _UIGestureRecognizerSendActions + 320
(UIGestureRecognizer.m:1168) 11 UIKit
0x18d81eb50 -[UIGestureRecognizer
_updateGestureWithEvent:buttonEvent:] + 732 (UIGestureRecognizer.m:0) 12 UIKit 0x18de78b08
_UIGestureEnvironmentUpdate + 1084 (UIGestureEnvironment.m:159) 13 UIKit 0x18de78678 -[UIGestureEnvironment
_deliverEvent:toGestureRecognizers:usingBlock:] + 404 (UIGestureEnvironment.m:1213) 14 UIKit
0x18de777d4 -[UIGestureEnvironment _updateGesturesForEvent:window:] +
276 (UIGestureEnvironment.m:1108) 15 UIKit
0x18d81ce5c -[UIWindow sendEvent:] + 3180 (UIWindow.m:2262) 16 UIKit
0x18d7ede7c -[UIApplication sendEvent:] + 340 (UIApplication.m:10211)
17 UIKit 0x18e14330c
dispatchPreprocessedEventFromEventQueue + 2364 (UIEventDispatcher.m:1445) 18 UIKit
0x18e145898 __handleEventQueueInternal + 4760
(UIEventDispatcher.m:1691) 19 UIKit
0x18e145c00 __handleEventQueueInternal + 5632
(UIEventDispatcher.m:1730) 20 UIKit
0x18e13e7b0 __handleHIDEventFetcherDrain + 152
(UIEventDispatcher.m:1659) 21 CoreFoundation
0x1841db77c
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 24 (CFRunLoop.c:1982) 22 CoreFoundation 0x1841db6fc
__CFRunLoopDoSource0 + 88 (CFRunLoop.c:2017) 23 CoreFoundation 0x1841daf84 __CFRunLoopDoSources0 + 204 (CFRunLoop.c:2053) 24
CoreFoundation 0x1841d8b5c __CFRunLoopRun + 1048
(CFRunLoop.c:2920) 25 CoreFoundation 0x1840f8c58
CFRunLoopRunSpecific + 436 (CFRunLoop.c:3245) 26 GraphicsServices
0x185fa4f84 GSEventRunModal + 100 (GSEvent.c:2245) 27 UIKit
0x18d8515c4 UIApplicationMain + 236 (UIApplication.m:3956) 28
APPNAME_PROD 0x1009129e4 main + 56
(AppDelegate.swift:9) 29 libdyld.dylib 0x183c1856c
start + 4

iOS7 [UIApplication sendAction:toTarget:fromSender:forEvent:] Crash SEGV_ACCERR

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

ios App crashes with EXC_BAD_ACCESS (SIGSEGV) on ipad ios 7.1.1 device

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

EXC_BAD_ACCESS KERN_INVALID_ADDRESS at 0x0000000c

my application keeps crashing because of the below error. I tried debugging it but am not able to understand why is it caused and how to debug and remove this..
Thread : Crashed: com.apple.main-thread
0 libobjc.A.dylib 0x335cef46 objc_msgSend + 5
1 UIKit 0x29307c2b -[UIApplication sendAction:to:from:forEvent:] + 70
2 UIKit 0x29307bd1 -[UIControl sendAction:to:forEvent:] + 44
3 UIKit 0x292f2863 -[UIControl _sendActionsForEvents:withEvent:] + 582
4 UIKit 0x2930763d -[UIControl touchesEnded:withEvent:] + 588
5 UIKit 0x29307317 -[UIWindow _sendTouchesForEvent:] + 522
6 UIKit 0x29300be1 -[UIWindow sendEvent:] + 544
7 UIKit 0x292d73dd -[UIApplication sendEvent:] + 196
8 UIKit 0x2954ac29 _UIApplicationHandleEventFromQueueEvent + 13888
9 UIKit 0x292d5e39 _UIApplicationHandleEventQueue + 1296
10 CoreFoundation 0x25dde377 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 14
11 CoreFoundation 0x25ddd787 __CFRunLoopDoSources0 + 218
12 CoreFoundation 0x25ddbded __CFRunLoopRun + 772
13 CoreFoundation 0x25d2a211 CFRunLoopRunSpecific + 476
14 CoreFoundation 0x25d2a023 CFRunLoopRunInMode + 106
15 GraphicsServices 0x2d1230a9 GSEventRunModal + 136
16 UIKit 0x293361d1 UIApplicationMain + 1440
17 Application 0x000ffefb main (main.m:17)

Crash log is not completely symbolicated

I am able to symbolicate my crash logs in xcode 4.5 EXCEPT for the last line. Specifically line 29 of the 'Last Exception Backtrace' and line 15 in the 'Thread 0' area in the crash log doesn't show the object or method call when all the other lines do. My code is CoachMe1.
Any ideas as to why this would be ?
Here is the Symbolicated code:
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread: 0
Last Exception Backtrace:
0 CoreFoundation 0x3165929e __exceptionPreprocess + 158
1 libobjc.A.dylib 0x355af97a objc_exception_throw + 26
2 CoreFoundation 0x316591c0 +[NSException raise:format:] + 100
3 Foundation 0x34a9ece2 -[NSKeyedUnarchiver initForReadingWithData:] + 2402
4 CoachMe1 0x000047b6 -[CoachMe1ViewController viewWillAppear:] (CoachMe1ViewController.m:322)
5 UIKit 0x32b7531c -[UIViewController _setViewAppearState:isAnimating:] + 132
6 UIKit 0x32b817a0 -[UINavigationController _startTransition:fromViewController:toViewController:] + 536
7 UIKit 0x32b814ac -[UINavigationController _startDeferredTransitionIfNeeded:] + 320
8 UIKit 0x32b6fb8e -[UINavigationController pushViewController:transition:forceImmediate:] + 854
9 UIKit 0x32b6f82e -[UINavigationController pushViewController:animated:] + 34
10 CoachMe1 0x000183da -[FrontPageViewController loadGameDashboard] (FrontPageViewController.m:38)
11 UIKit 0x32bf90a8 -[UIApplication sendAction:to:from:forEvent:] + 68
12 UIKit 0x32bf905a -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 26
13 UIKit 0x32bf9038 -[UIControl sendAction:to:forEvent:] + 40
14 UIKit 0x32bf88ee -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 498
15 UIKit 0x32bf8de4 -[UIControl touchesEnded:withEvent:] + 484
16 UIKit 0x32b215f4 -[UIWindow _sendTouchesForEvent:] + 520
17 UIKit 0x32b0e804 -[UIApplication sendEvent:] + 376
18 UIKit 0x32b0e11e _UIApplicationHandleEvent + 6150
19 GraphicsServices 0x3085459e _PurpleEventCallback + 586
20 GraphicsServices 0x308541ce PurpleEventCallback + 30
21 CoreFoundation 0x3162e16e __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 30
22 CoreFoundation 0x3162e112 __CFRunLoopDoSource1 + 134
23 CoreFoundation 0x3162cf94 __CFRunLoopRun + 1380
24 CoreFoundation 0x3159feb8 CFRunLoopRunSpecific + 352
25 CoreFoundation 0x3159fd44 CFRunLoopRunInMode + 100
26 GraphicsServices 0x308532e6 GSEventRunModal + 70
27 UIKit 0x32b622fc UIApplicationMain + 1116
28 CoachMe1 0x0000257e main (main.m:14)
29 CoachMe1 0x00002538 0x1000 + 5432
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x3934f350 __pthread_kill + 8
1 libsystem_c.dylib 0x33cb111e pthread_kill + 54
2 libsystem_c.dylib 0x33ced96e abort + 90
3 libc++abi.dylib 0x30803d4a abort_message + 70
4 libc++abi.dylib 0x30800ff4 _ZL17default_terminatev + 20
5 libobjc.A.dylib 0x355afa74 _ZL15_objc_terminatev + 144
6 libc++abi.dylib 0x30801078 _ZL19safe_handler_callerPFvvE + 76
7 libc++abi.dylib 0x30801110 std::terminate() + 16
8 libc++abi.dylib 0x30802594 __cxa_rethrow + 84
9 libobjc.A.dylib 0x355af9cc objc_exception_rethrow + 8
10 CoreFoundation 0x3159ff1c CFRunLoopRunSpecific + 452
11 CoreFoundation 0x3159fd44 CFRunLoopRunInMode + 100
12 GraphicsServices 0x308532e6 GSEventRunModal + 70
13 UIKit 0x32b622fc UIApplicationMain + 1116
14 CoachMe1 0x0000257e main (main.m:14)
15 CoachMe1 0x00002538 0x1000 + 5432
Your app is crashing in loadGameDashboard function in FrontPageViewController.m class line 38.
Please check this function with a break point . you see where your app is crashing....

Resources