Post

Replies

Boosts

Views

Activity

Reply to iOS 16 crash
Same problem, same crash stack. Please help Date/Time: 2022-09-21 08:45:28.6264 +0800 Launch Time: 2022-09-21 02:29:09.6542 +0800 OS Version: iPhone OS 16.0 (20A362) Release Type: User Baseband Version: 5.00.01 Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Triggered by Thread: 0 Kernel Triage: VM - pmap_enter retried due to resource shortage VM - pmap_enter retried due to resource shortage VM - pmap_enter retried due to resource shortage VM - pmap_enter retried due to resource shortage VM - pmap_enter retried due to resource shortage Thread 0 name: Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001d95f5bc4 __abort_with_payload + 8 1 libsystem_kernel.dylib 0x00000001d9617c14 abort_with_payload_wrapper_internal + 104 (terminate_with_reason.c:102) 2 libsystem_kernel.dylib 0x00000001d9617bac abort_with_reason + 32 (terminate_with_reason.c:116) 3 libobjc.A.dylib 0x00000001962ef85c _objc_fatalv(unsigned long long, unsigned long long, char const*, char*) + 116 (objc-errors.mm:199) 4 libobjc.A.dylib 0x00000001962ef7e8 _objc_fatal(char const*, ...) + 32 (objc-errors.mm:215) 5 libobjc.A.dylib 0x00000001962c2b50 weak_register_no_lock + 392 (objc-weak.mm:421) 6 libobjc.A.dylib 0x00000001962c7808 objc_storeWeak + 448 (NSObject.mm:365) 7 UIKitCore 0x000000019f1a9e3c _UIResponderForwarderWantsForwardingFromResponder + 736 (UITouch.m:185) 8 UIKitCore 0x000000019f0bf470 __forwardTouchMethod_block_invoke + 44 (UIResponder.m:2141) 9 CoreFoundation 0x000000019cf067dc __NSSET_IS_CALLING_OUT_TO_A_BLOCK__ + 24 (NSSetHelpers.m:10) 10 CoreFoundation 0x000000019cf875a4 -[__NSSetM enumerateObjectsWithOptions:usingBlock:] + 200 (NSSetM_Common.h:157) 11 UIKitCore 0x000000019f28ce4c forwardTouchMethod + 236 (UIResponder.m:2140) 12 Flower 0x00000001027a7404 touchesBegan + 80 (UIView+Event.m:56) 13 UIKitCore 0x000000019f1870c4 -[UIWindow _sendTouchesForEvent:] + 356 (UIWindow.m:3159) 14 UIKitCore 0x000000019f186684 -[UIWindow sendEvent:] + 3284 (UIWindow.m:3480) 15 UIKitCore 0x000000019f185944 -[UIApplication sendEvent:] + 672 (UIApplication.m:12503) 16 UIKitCore 0x000000019f185000 __dispatchPreprocessedEventFromEventQueue + 7088 (UIEventDispatcher.m:2371) 17 UIKitCore 0x000000019f1ccd64 __processEventQueue + 5632 (UIEventDispatcher.m:2680) 18 UIKitCore 0x000000019f4d54dc __eventFetcherSourceCallback + 224 (UIEventDispatcher.m:2752) 19 CoreFoundation 0x000000019cfd222c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1974) 20 CoreFoundation 0x000000019cfde614 __CFRunLoopDoSource0 + 176 (CFRunLoop.c:2018) 21 CoreFoundation 0x000000019cf6257c __CFRunLoopDoSources0 + 340 (CFRunLoop.c:2063) 22 CoreFoundation 0x000000019cf77eb8 __CFRunLoopRun + 836 (CFRunLoop.c:2970) 23 CoreFoundation 0x000000019cf7d1e4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3390) 24 GraphicsServices 0x00000001d5d9d368 GSEventRunModal + 164 (GSEvent.c:2196) 25 UIKitCore 0x000000019f42cd88 -[UIApplication _run] + 888 (UIApplication.m:3726) 26 UIKitCore 0x000000019f42c9ec UIApplicationMain + 340 (UIApplication.m:5316) 27 Flower 0x0000000104214800 main + 152 (main.m:18) 28 dyld 0x00000001bb2a1948 start + 2504 (dyldMain.cpp:1168)
Sep ’22
Reply to iOS 16 crash
The same question:[https://developer.apple.com/forums/thread/711820) The cause of the crash was: "Cannot form weak reference to instance of class _UIRemoteInputViewController. It is possible that this object was over-released, or is in the process of deallocation."
Dec ’22