Multi layer delegate table missing

I recently detected a special crash on 18.0, 18.1, 18.1.1, 18.2,18.3 which cannot be repeated, and the page logs are related to the keyboard, is there any idea to deal with this problem?

Exception Type:  EXC_CRASH (SIGABRT)       
Exception Codes: 0x00000000 at 0x0000000000000000
Crashed Thread:  0
CrashDoctor Diagnosis: Application threw exception NSInternalInconsistencyException: Multi layer delegate table missing.
Thread 0 Crashed:
0   CoreFoundation                      0x000000018fa487cc __exceptionPreprocess + [ : 164] 
1   libobjc.A.dylib                     0x000000018cd1b2e4 objc_exception_throw + [ : 88] 
2   Foundation                          0x000000018ee188d8 _userInfoForFileAndLine
3   UIKitCore                           0x0000000192ee8074 -[UIView _multiLayerDelegatesTableCreateIfNecessary:] + [ : 208] 
4   UIKitCore                           0x0000000192ee80c4 -[UIView _registerMultiLayerDelegate:] + [ : 36] 
5   UIKitCore                           0x00000001924f74c0 -[_UIPortalView setSourceView:] + [ : 132] 
6   UIKitCore                           0x000000019325b6bc -[_UIPortalView initWithSourceView:] + [ : 68] 
7   UIKitCore                           0x0000000193283ea4 -[_UITextMagnifiedLoupeView initWithSourceView:] + [ : 444] 
8   UIKitCore                           0x000000019373461c +[UITextLoupeSession _makeLoupeViewForSourceView:selectionWidget:orientation:] + [ : 84] 
9   UIKitCore                           0x00000001937347bc +[UITextLoupeSession _beginLoupeSessionAtPoint:fromSelectionWidgetView:inView:orientation:] + [ : 304] 
10  UIKitCore                           0x0000000192dc0ce0 -[UITextRefinementTouchBehavior textLoupeInteraction:gestureChangedWithState:location:translation:velocity:modifierFlags:shouldCancel:] + [ : 1756] 
11  UIKit                               0x0000000249cc89e0 -[UITextRefinementTouchBehaviorAccessibility textLoupeInteraction:gestureChangedWithState:location:translation:velocity:modifierFlags:shouldCancel:] + [ : 216]
12  UIKitCore                           0x00000001935445b4 -[UITextRefinementInteraction loupeGestureWithState:location:translation:velocity:modifierFlags:shouldCancel:] + [ : 124] 
13  UIKitCore                           0x0000000193543f74 -[UITextRefinementInteraction loupeGesture:] + [ : 548] 
14  UIKitCore                           0x000000019259eac4 -[UIGestureRecognizerTarget _sendActionWithGestureRecognizer:] + [ : 128] 
15  UIKitCore                           0x000000019259e934 _UIGestureRecognizerSendTargetActions + [ : 92] 
16  UIKitCore                           0x000000019259e6f4 _UIGestureRecognizerSendActions + [ : 284] 
17  UIKitCore                           0x0000000192251b28 -[UIGestureRecognizer _updateGestureForActiveEvents] + [ : 572] 
18  UIKitCore                           0x0000000192223724 _UIGestureEnvironmentUpdate + [ : 2488] 
19  CoreFoundation                      0x000000018f9ea1f4 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + [ : 36] 
20  CoreFoundation                      0x000000018f9e9f98 __CFRunLoopDoObservers + [ : 552] 
21  CoreFoundation                      0x000000018fa19028 __CFRunLoopRun + [ : 948] 
22  CoreFoundation                      0x000000018fa18830 CFRunLoopRunSpecific + [ : 588] 
23  GraphicsServices                    0x00000001db9f81c4 GSEventRunModal + [ : 164] 
24  UIKitCore                           0x000000019257eeb0 -[UIApplication _run] + [ : 816] 
25  UIKitCore                           0x000000019262d5b4 UIApplicationMain + [ : 340] 
26  顺丰小哥                                0x00000001042c7cc0 main + [main.m : 13] 
27  (null) 0x00000001b5406ec8 0x0 + 7335866056
Multi layer delegate table missing
 
 
Q