Hi all.
Could somebody help me interpret this backtrace from a highly frequent crash please?
0 libsystem_platform.dylib 0x61e4 _os_unfair_lock_recursive_abort + 36
1 libsystem_platform.dylib 0x101c _os_unfair_lock_lock_slow + 284
2 CoreFoundation 0xce36c CFSocketInvalidate + 132
3 CFNetwork 0x168144 _CFNetworkErrorGetLocalizedDescription + 314896
4 CoreFoundation 0x16da8 CFArrayApplyFunction + 72
5 CFNetwork 0x145468 _CFNetworkErrorGetLocalizedDescription + 172340
6 CoreFoundation 0x7cf34 _CFRelease + 284
7 CoreFoundation 0xce6a0 CFSocketInvalidate + 952
8 CFNetwork 0x151eb8 _CFNetworkErrorGetLocalizedDescription + 224132
9 CoreFoundation 0x43758 _CFStreamClose + 108
10 CocoaAsyncSocket 0xcad8 -[GCDAsyncSocket closeWithError:] + 200
11 CocoaAsyncSocket 0x10a04 -[GCDAsyncSocket doReadEOF] + 292
12 CocoaAsyncSocket 0xf3f0 __66-[GCDAsyncSocket setupReadAndWriteSourcesForNewlyConnectedSocket:]_block_invoke + 76
13 libdispatch.dylib 0x3eac _dispatch_client_callout + 20
14 libdispatch.dylib 0x7330 _dispatch_continuation_pop + 504
15 libdispatch.dylib 0x1a908 _dispatch_source_invoke + 1588
16 libdispatch.dylib 0xb40c _dispatch_lane_serial_drain + 372
17 libdispatch.dylib 0xc0a4 _dispatch_lane_invoke + 384
18 libdispatch.dylib 0x16cdc _dispatch_workloop_worker_thread + 648
19 libsystem_pthread.dylib 0xddc _pthread_wqthread + 288
20 libsystem_pthread.dylib 0xb7c start_wqthread + 8
Post
Replies
Boosts
Views
Activity
Hi,
I've seen a couple of crashes in iOS 15 that I've never seen before.
From what I can tell it seems to be caused when a user pastes text from one application to another.
Could somebody help me verify that:
The crash is caused by pasting from another app.
The crash is caused by an iOS defect and not a defect in my app.
code-blockFatal Exception: NSInternalInconsistencyException
0 CoreFoundation 0x91cac __exceptionPreprocess
1 libobjc.A.dylib 0x14758 objc_exception_throw
2 Foundation 0x12361c _userInfoForFileAndLine
3 UIKitCore 0x10b6ffc -[_UITextKitTextPosition compare:]
4 UIKitCore 0x2065c -[UITextInputController comparePosition:toPosition:]
5 UIKitCore 0x10c1b5c -[UITextView comparePosition:toPosition:]
6 UIKitCore 0x108de4c -[UITextPasteController _clampRange:]
7 UIKitCore 0x108e5cc __87-[UITextPasteController _performPasteOfAttributedString:toRange:forSession:completion:]_block_invoke
8 UIKitCore 0x108e7c8 __87-[UITextPasteController _performPasteOfAttributedString:toRange:forSession:completion:]_block_invoke.174
9 UIKitCore 0x10b35e4 -[UITextInputController _pasteAttributedString:toRange:completion:]
10 UIKitCore 0x108e518 -[UITextPasteController _performPasteOfAttributedString:toRange:forSession:completion:]
11 UIKitCore 0x108d820 __49-[UITextPasteController _executePasteForSession:]_block_invoke
12 libdispatch.dylib 0x632ec _dispatch_call_block_and_release
13 libdispatch.dylib 0x642f0 _dispatch_client_callout
14 libdispatch.dylib 0x109a0 _dispatch_main_queue_callback_4CF$VARIANT$mp
15 CoreFoundation 0x4d7f8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
16 CoreFoundation 0xb0f8 __CFRunLoopRun
17 CoreFoundation 0x1dd8c CFRunLoopRunSpecific
18 GraphicsServices 0x19a0 GSEventRunModal
19 UIKitCore 0x4ee018 -[UIApplication _run]
20 UIKitCore 0x28229c UIApplicationMain
21 TOFS_AppStore 0x71b0 main + 18 (AppDelegate.swift:18)
22 ??? 0x1030f0190 (Missing)