After I use flurry to collect the crash reports in my app, I found a lot of crash like this:
0 libobjc.A.dylib 0x3340d6ba _objc_retain + 9
1 libsystem_network.dylib 0x33a8a32b <redacted> + 1402
2 libsystem_dnssd.dylib 0x33a07a81 <redacted> + 308
3 libsystem_dnssd.dylib 0x33a065bb _DNSServiceProcessResult + 550
4 libdispatch.dylib 0x33964253 <redacted> + 626
5 libdispatch.dylib 0x339553f9 <redacted> + 212
6 libdispatch.dylib 0x3395b48f <redacted> + 502
7 libdispatch.dylib 0x3395609d <redacted> + 84
8 libdispatch.dylib 0x3395cba1 <redacted> + 320
9 libdispatch.dylib 0x3395dcd7 <redacted> + 94
10 libsystem_pthread.dylib 0x33ab4e31 __pthread_wqthread + 668
11 libsystem_pthread.dylib 0x33ab4b84 _start_wqthread + 8
and another crash:
0 CoreFoundation 0x2dde782e _CFArrayGetCount + 5
1 WebCore 0x3610dddd -[WAKView subviews] + 36
2 WebCore 0x3610dd99 -[WAKView viewWillDraw] + 20
3 WebCore 0x3610dc85 <redacted> + 64
4 QuartzCore 0x30348e3b <redacted> + 350
5 QuartzCore 0x30348ccd <redacted> + 16
6 QuartzCore 0x303486df <redacted> + 230
7 QuartzCore 0x303484ef <redacted> + 314
8 UIKit 0x306c842b <redacted> + 126
9 CoreFoundation 0x2de7f2a5 <redacted> + 20
10 CoreFoundation 0x2de7cc49 <redacted> + 284
11 CoreFoundation 0x2de7cf8b <redacted> + 730
12 CoreFoundation 0x2dde7f4f _CFRunLoopRunSpecific + 522
13 CoreFoundation 0x2dde7d33 _CFRunLoopRunInMode + 106
14 GraphicsServices 0x32d40663 _GSEventRunModal + 138
15 UIKit 0x3073316d _UIApplicationMain + 1136
What's the root cause for them? I had google a lot about them, but I can't found any useful about them.
Related
how can I locate the code where exception raised like below?
this only happened on few devices like iPhone6 run iOS 10
xcode stack trace screenshot
and also
Application received signal SIGSEGV (null)
0 CoreFoundation 0x00000001831e01d8 <redacted> + 148
1 libobjc.A.dylib 0x0000000181c1855c objc_exception_throw + 56
2 CoreFoundation 0x00000001831e0108 <redacted> + 0
3 xxx 0x100464a00 xxx + 4606464
4 libsystem_platform.dylib 0x000000018226f338 _sigtramp + 36
5 UIKit 0x000000018902b588 <redacted> + 80
6 QuartzCore 0x00000001864ee448 <redacted> + 208
7 QuartzCore 0x00000001864e30e8 <redacted> + 292
8 QuartzCore 0x00000001864e2fa8 <redacted> + 32
9 QuartzCore 0x000000018645fc64 <redacted> + 252
10 QuartzCore 0x00000001864870d0 <redacted> + 512
11 QuartzCore 0x0000000186487af0 <redacted> + 120
12 CoreFoundation 0x000000018318d7dc <redacted> + 32
13 CoreFoundation 0x000000018318b40c <redacted> + 372
14 CoreFoundation 0x00000001830ba068 CFRunLoopRunSpecific + 476
15 WebCore 0x0000000187c5ba2c <redacted> + 456
16 libsystem_pthread.dylib 0x0000000182273860 <redacted> + 240
17 libsystem_pthread.dylib 0x0000000182273770 <redacted> + 0
18 libsystem_pthread.dylib 0x0000000182270dbc thread_start + 4
I have an odd situation where one user is repeatedly seeing crashes (on iPad 9.7 pro, under both iOS 10.0.1 and 10.0.2, not jailbroken) while entering text in a UITextField. The crash reports vary, but the most common crash is below.
I can't reproduce this or figure out what is going wrong. Any ideas on what to do or where to look to fix this? Could it be something unique to his environment? I asked the user to delete and reinstall the app, and he claims to have done so and the crashes are still happening. Thanks!
Platform: ios
Application: Next Turn
Version: 2.50 (2.12)
Issue #: 58
Date: 2016-09-25T09:19:33Z
OS Version: 10.0.2 (14A456)
Device: iPad Pro (9.7 inch)
RAM Free: 18.2%
Disk Free: 89.7%
0. Crashed: com.apple.main-thread
0 ProofReader 0x186da0624 ICfree + 60
1 ProofReader 0x186d9da08 ICspl + 3860
2 ProofReader 0x186d9da08 ICspl + 3860
3 ProofReader 0x186d9c644 PRIcs + 376
4 ProofReader 0x186da2dec PRword + 1180
5 ProofReader 0x186e164e0 -[AppleSpell(Spelling) validateWordBuffer:length:connection:] + 180
6 ProofReader 0x186e17154 -[AppleSpell(Spelling) validateWordBuffer:length:language:connection:sender:checkBase:checkDict:checkTemp:checkUser:checkNames:checkHyphens:checkIntercaps:checkOptions:forCorrection:depth:] + 820
7 ProofReader 0x186e196a0 -[AppleSpell(Spelling) validateWordBuffer:length:language:connection:sender:checkBase:checkDict:checkTemp:checkUser:checkNames:checkHyphens:checkIntercaps:checkOptions:depth:] + 92
8 ProofReader 0x186e19700 -[AppleSpell(Spelling) validateWordBuffer:length:language:connection:sender:checkBase:checkDict:checkTemp:checkNames:checkHyphens:checkIntercaps:checkOptions:depth:] + 84
9 ProofReader 0x186e1a92c -[AppleSpell(Spelling) spellServer:findMisspelledWordInString:range:languages:topLanguages:orthography:checkOrthography:mutableResults:offset:autocorrect:onlyAtInsertionPoint:initialCapitalize:autocapitalize:keyEventArray:appIdentifier:selectedRangeValue:wordCount:countOnly:correction:] + 4364
10 ProofReader 0x186db4cac -[AppleSpell spellServer:findMisspelledWordInString:languages:wordCount:countOnly:correction:] + 328
11 UIKit 0x189cd7424 <redacted> + 156
12 UIKit 0x189cd7924 <redacted> + 588
13 UIKit 0x189cd7624 <redacted> + 116
14 UIKit 0x189797ec0 <redacted> + 508
15 UIKit 0x189797c5c <redacted> + 668
16 UIKit 0x189797940 <redacted> + 32
17 UIKit 0x189797910 <redacted> + 44
18 UIKit 0x189793888 <redacted> + 4284
19 UIKit 0x189bb483c <redacted> + 64
20 UIKit 0x189bb7f44 <redacted> + 124
21 UIKit 0x189779614 <redacted> + 260
22 UIKit 0x189617b54 <redacted> + 764
23 UIKit 0x189ba7f88 <redacted> + 1100
24 UIKit 0x189ba7ae8 <redacted> + 408
25 UIKit 0x189ba6da4 <redacted> + 268
26 UIKit 0x189615d70 <redacted> + 2960
27 UIKit 0x1895e6858 <redacted> + 340
28 UIKit 0x189dd3cb8 <redacted> + 2736
29 UIKit 0x189dcd720 <redacted> + 784
30 CoreFoundation 0x183752278 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
31 CoreFoundation 0x183751bc0 __CFRunLoopDoSources0 + 524
32 CoreFoundation 0x18374f7c0 __CFRunLoopRun + 804
33 CoreFoundation 0x18367e048 CFRunLoopRunSpecific + 444
34 GraphicsServices 0x185101198 GSEventRunModal + 180
35 UIKit 0x189651628 <redacted> + 684
36 UIKit 0x18964c360 UIApplicationMain + 208
37 Next Turn 0x1000b3f40 main (main.m:16)
38 libdispatch.dylib 0x1826605b8 (Missing)
--
#0. Crashed: com.apple.main-thread
0 ProofReader 0x186da0624 ICfree + 60
1 ProofReader 0x186d9da08 ICspl + 3860
2 ProofReader 0x186d9da08 ICspl + 3860
3 ProofReader 0x186d9c644 PRIcs + 376
4 ProofReader 0x186da2dec PRword + 1180
5 ProofReader 0x186e164e0 -[AppleSpell(Spelling) validateWordBuffer:length:connection:] + 180
6 ProofReader 0x186e17154 -[AppleSpell(Spelling) validateWordBuffer:length:language:connection:sender:checkBase:checkDict:checkTemp:checkUser:checkNames:checkHyphens:checkIntercaps:checkOptions:forCorrection:depth:] + 820
7 ProofReader 0x186e196a0 -[AppleSpell(Spelling) validateWordBuffer:length:language:connection:sender:checkBase:checkDict:checkTemp:checkUser:checkNames:checkHyphens:checkIntercaps:checkOptions:depth:] + 92
8 ProofReader 0x186e19700 -[AppleSpell(Spelling) validateWordBuffer:length:language:connection:sender:checkBase:checkDict:checkTemp:checkNames:checkHyphens:checkIntercaps:checkOptions:depth:] + 84
9 ProofReader 0x186e1a92c -[AppleSpell(Spelling) spellServer:findMisspelledWordInString:range:languages:topLanguages:orthography:checkOrthography:mutableResults:offset:autocorrect:onlyAtInsertionPoint:initialCapitalize:autocapitalize:keyEventArray:appIdentifier:selectedRangeValue:wordCount:countOnly:correction:] + 4364
10 ProofReader 0x186db4cac -[AppleSpell spellServer:findMisspelledWordInString:languages:wordCount:countOnly:correction:] + 328
11 UIKit 0x189cd7424 <redacted> + 156
12 UIKit 0x189cd7924 <redacted> + 588
13 UIKit 0x189cd7624 <redacted> + 116
14 UIKit 0x189797ec0 <redacted> + 508
15 UIKit 0x189797c5c <redacted> + 668
16 UIKit 0x189797940 <redacted> + 32
17 UIKit 0x189797910 <redacted> + 44
18 UIKit 0x189793888 <redacted> + 4284
19 UIKit 0x189bb483c <redacted> + 64
20 UIKit 0x189bb7f44 <redacted> + 124
21 UIKit 0x189779614 <redacted> + 260
22 UIKit 0x189617b54 <redacted> + 764
23 UIKit 0x189ba7f88 <redacted> + 1100
24 UIKit 0x189ba7ae8 <redacted> + 408
25 UIKit 0x189ba6da4 <redacted> + 268
26 UIKit 0x189615d70 <redacted> + 2960
27 UIKit 0x1895e6858 <redacted> + 340
28 UIKit 0x189dd3cb8 <redacted> + 2736
29 UIKit 0x189dcd720 <redacted> + 784
30 CoreFoundation 0x183752278 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
31 CoreFoundation 0x183751bc0 __CFRunLoopDoSources0 + 524
32 CoreFoundation 0x18374f7c0 __CFRunLoopRun + 804
33 CoreFoundation 0x18367e048 CFRunLoopRunSpecific + 444
34 GraphicsServices 0x185101198 GSEventRunModal + 180
35 UIKit 0x189651628 <redacted> + 684
36 UIKit 0x18964c360 UIApplicationMain + 208
37 Next Turn 0x1000b3f40 main (main.m:16)
38 libdispatch.dylib 0x1826605b8 (Missing)
#1. com.apple.uikit.eventfetch-thread
0 libsystem_kernel.dylib 0x18275416c mach_msg_trap + 8
1 libsystem_kernel.dylib 0x182753fdc mach_msg + 72
2 CoreFoundation 0x183751cec __CFRunLoopServiceMachPort + 192
3 CoreFoundation 0x18374f908 __CFRunLoopRun + 1132
4 CoreFoundation 0x18367e048 CFRunLoopRunSpecific + 444
5 Foundation 0x18418cb1c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304
6 Foundation 0x1841ad60c -[NSRunLoop(NSRunLoop) runUntilDate:] + 96
7 UIKit 0x189fc6c7c <redacted> + 136
8 Foundation 0x18428a50c __NSThread__start__ + 1024
9 libsystem_pthread.dylib 0x182837860 _pthread_body + 240
10 libsystem_pthread.dylib 0x182837770 _pthread_body + 282
11 libsystem_pthread.dylib 0x182834dbc thread_start + 4
#2. com.twitter.crashlytics.ios.MachExceptionServer
0 Next Turn 0x10016b6d0 CLSProcessRecordAllThreads (CLSProcess.c:376)
1 Next Turn 0x10016b6d0 CLSProcessRecordAllThreads (CLSProcess.c:376)
2 Next Turn 0x10016baf0 CLSProcessRecordAllThreads (CLSProcess.c:403)
3 Next Turn 0x10015c7d0 CLSHandler (CLSHandler.m:24)
4 Next Turn 0x100157968 CLSMachExceptionServer (CLSMachException.c:443)
5 libsystem_pthread.dylib 0x182837860 _pthread_body + 240
6 libsystem_pthread.dylib 0x182837770 _pthread_body + 282
7 libsystem_pthread.dylib 0x182834dbc thread_start + 4
#3. com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x18275416c mach_msg_trap + 8
1 libsystem_kernel.dylib 0x182753fdc mach_msg + 72
2 CoreFoundation 0x183751cec __CFRunLoopServiceMachPort + 192
3 CoreFoundation 0x18374f908 __CFRunLoopRun + 1132
4 CoreFoundation 0x18367e048 CFRunLoopRunSpecific + 444
5 CFNetwork 0x183e6bcec +[NSURLConnection(Loader) _resourceLoadLoop:] + 336
6 Foundation 0x18428a50c __NSThread__start__ + 1024
7 libsystem_pthread.dylib 0x182837860 _pthread_body + 240
8 libsystem_pthread.dylib 0x182837770 _pthread_body + 282
9 libsystem_pthread.dylib 0x182834dbc thread_start + 4
#4. Thread
0 libsystem_kernel.dylib 0x182772a88 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x18283536c _pthread_wqthread + 1452
2 libsystem_pthread.dylib 0x182834db4 start_wqthread + 4
#5. Thread
0 libsystem_kernel.dylib 0x182772a88 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x182835188 _pthread_wqthread + 968
2 libsystem_pthread.dylib 0x182834db4 start_wqthread + 4
I have been trying to integrate a new SDK (from Layar) in my app that already contains the Realm SDK.
The app was working fine up until now (with Realm). As soon as I add the Layar SDK following the steps in the link above (I don't actually call any functionality, I just add the framework and dependencies), the app crashes on launch at the Realm config, with the trace below.
Any ideas as to what might be causing the behaviour?
../realm/table.hpp:1470: [realm-core-0.92.4] Assertion failed: typeid(Col) == typeid(col)
0 XXContainerIOSDebug 0x00000001004747ec _ZN5realm4util18terminate_internalERNSt3__118basic_stringstreamIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE + 44
1 XXContainerIOSDebug 0x000000010030b83c _ZN5realm4util9terminateEPKcS2_l + 1196
2 XXContainerIOSDebug 0x0000000100535f08 _ZNK5realm5Table8get_boolEmm + 0
3 XXContainerIOSDebug 0x00000001003b86b8 _ZN5realm11ObjectStore22create_metadata_tablesEPNS_5GroupE + 588
4 XXContainerIOSDebug 0x00000001003bed0c _ZN5realm11ObjectStore24update_realm_with_schemaEPNS_5GroupEyRNSt3__16vectorINS_12ObjectSchemaENS3_9allocatorIS5_EEEENS3_8functionIFvS2_S9_EEE + 72
5 XXContainerIOSDebug 0x0000000100321188 RLMUpdateRealmToSchemaVersion + 1512
6 XXContainerIOSDebug 0x000000010038cd6c +[RLMRealm realmWithConfiguration:error:] + 4148
7 XXContainerIOSDebug 0x000000010038b490 +[RLMRealm defaultRealm] + 92
8 XXContainerIOSDebug 0x000000010019c294 -[XXNewsstand init] + 708
9 XXContainerIOSDebug 0x000000010019b92c __34+[XXNewsstand sharedInstance]_block_invoke + 60
10 libdispatch.dylib 0x00000001013c9bb0 _dispatch_client_callout + 16
11 libdispatch.dylib 0x00000001013caa28 dispatch_once_f + 132
12 XXContainerIOSDebug 0x000000010019b8d0 +[XXNewsstand sharedInstance] + 144
13 XXContainerIOSDebug 0x00000001001b09f4 -[XXTrackingManager init] + 272
14 XXContainerIOSDebug 0x00000001001b089c __36+[XXTrackingManager sharedInstance]_block_invoke + 60
15 libdispatch.dylib 0x00000001013c9bb0 _dispatch_client_callout + 16
16 libdispatch.dylib 0x00000001013caa28 dispatch_once_f + 132
17 XXContainerIOSDebug 0x00000001001b0840 +[XXTrackingManager sharedInstance] + 144
18 XXContainerIOSDebug 0x000000010003d338 -[XXAppDelegate application:didFinishLaunchingWithOptions:] + 1212
19 UIKit 0x00000001880a1704 <redacted> + 400
20 UIKit 0x00000001882d0130 <redacted> + 2904
21 UIKit 0x00000001882d44b8 <redacted> + 1672
22 UIKit 0x00000001882d15c0 <redacted> + 168
23 FrontBoardServices 0x00000001848ef790 <redacted> + 184
24 FrontBoardServices 0x00000001848efb10 <redacted> + 56
25 CoreFoundation 0x00000001832f0efc <redacted> + 24
26 CoreFoundation 0x00000001832f0990 <redacted> + 540
27 CoreFoundation 0x00000001832ee690 <redacted> + 724
28 CoreFoundation 0x000000018321d680 CFRunLoopRunSpecific + 384
29 UIKit 0x000000018809a580 <redacted> + 460
30 UIKit 0x0000000188094d90 UIApplicationMain + 204
31 XXContainerIOSDebug 0x00000001000348a8 main + 124
32 libdyld.dylib 0x0000000182dbe8b8 <redacted> + 4
IMPORTANT: if you see this error, please send this log to help#realm.io.
I have a stack trace from Flurry that is from a crash that is happening a couple times on my app and I dont understand what is going wrong. Any suggestions or hints how I can make sense of this?
0 CoreFoundation 0x184bc2084 <redacted> + 132
1 libobjc.A.dylib 0x1951a00e4 _objc_exception_throw + 60
2 CoreFoundation 0x184ab6ff8 <redacted> + 0
3 My App 0x100015ef4 __mh_execute_header + 73460
4 My App 0x10000c61c __mh_execute_header + 34332
5 My App 0x10000b024 __mh_execute_header + 28708
6 CFNetwork 0x1846624cc <redacted> + 80
7 CFNetwork 0x18466245c <redacted> + 208
8 CFNetwork 0x1846625d8 <redacted> + 60
9 CFNetwork 0x184537684 <redacted> + 104
10 CFNetwork 0x1845ffcb8 <redacted> + 104
11 CFNetwork 0x1845239cc <redacted> + 76
12 CoreFoundation 0x184aa506c _CFArrayApplyFunction + 68
13 CFNetwork 0x184523878 <redacted> + 136
14 CFNetwork 0x18452372c <redacted> + 312
15 CFNetwork 0x184523558 <redacted> + 68
16 CoreFoundation 0x184b7a324 <redacted> + 24
17 CoreFoundation 0x184b795c8 <redacted> + 264
18 CoreFoundation 0x184b77678 <redacted> + 712
19 CoreFoundation 0x184aa5664 _CFRunLoopRunSpecific + 396
20 GraphicsServices 0x18dbe75a4 _GSEventRunModal + 168
21 UIKit 0x1893aa4f8 _UIApplicationMain + 1488
22 My App 0x10000c8f0 __mh_execute_header + 35056
23 libdyld.dylib 0x19580ea08 <redacted> + 4
sometimes I have a following warnings in my app and then app freezes and stops working.
I don't know why does this happen. Does anyone can help me?
> <Warning>: CoreAnimation: warning, deleted thread with uncommitted CATransaction; created by:
0 QuartzCore 0x32f303b3 <redacted> + 266
1 QuartzCore 0x32f30269 <redacted> + 224
2 QuartzCore 0x32f308c7 <redacted> + 30
3 QuartzCore 0x32f33bf3 <redacted> + 182
4 QuartzCore 0x32f8b985 <redacted> + 36
5 UIKit 0x3383ec57 <redacted> + 30
6 UIKit 0x334eca33 <redacted> + 114
7 UIKit 0x33413aab <redacted> + 246
8 UIKit 0x3383a6a1 <redacted> + 160
9 Program_TV_Pro 0x00017b3b -[MainMenuViewController grabURLInBackgroundForEntryFromAppDelegate] + 1166
10 Program_TV_Pro 0x000180a3 __49-[MainMenuViewController contextChannelsChanged:]_block_invoke + 138
11 libdispatch.dylib 0x3b800d1b <redacted> + 10
12 libdispatch.dylib 0x3b807d71 <redacted> + 220
13 libdispatch.dylib 0x3b807f59 <redacted> + 56
14 libsystem_pthread.dylib 0x3b942dbf _pthread_wqthread + 298
15 libsystem_pthread.dylib 0x3b942c84 start_wqthread + 8
and warning at another time:
CoreAnimation: warning, deleted thread with uncommitted CATransaction; created by:
0 QuartzCore 0x32f303b3 <redacted> + 266
1 QuartzCore 0x32f30269 <redacted> + 224
2 QuartzCore 0x32f31871 <redacted> + 24
3 QuartzCore 0x32f3207f <redacted> + 130
4 UIKit 0x3338a3d7 <redacted> + 1562
5 Program_TV_Pro 0x00115c2b -[ReplaysTableViewController downloadReplays] + 346
6 Program_TV_Pro 0x00113cbb __41-[ReplaysTableViewController viewDidLoad]_block_invoke52 + 46
7 libdispatch.dylib 0x3b800d1b <redacted> + 10
8 libdispatch.dylib 0x3b807d71 <redacted> + 220
9 libdispatch.dylib 0x3b807f59 <redacted> + 56
10 libsystem_pthread.dylib 0x3b942dbf _pthread_wqthread + 298
11 libsystem_pthread.dylib 0x3b942c84 start_wqthread + 8