iOS 15 Beta 5(19A5318f) runloop add crash

After iOS 15 Beta 5(19A5318f) distribute,we find a new Crash (only based on Beta 5(19A5318f)) disappear.

0   libobjc.A.dylib                 objc_release + 16
1   Foundation                      -[_NSThreadPerformInfo dealloc] + 48
2   Foundation                      __NSThreadPerform + 160
3   CoreFoundation                  __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
4   CoreFoundation                  __CFRunLoopDoSource0 + 208
5   CoreFoundation                  __CFRunLoopDoSources0 + 268
6   CoreFoundation                  __CFRunLoopRun + 820
7   CoreFoundation                  CFRunLoopRunSpecific + 600
8   Foundation                      -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 236
9   Foundation                      -[NSRunLoop(NSRunLoop) run] + 92
10  *********                        +[*****Socket startRunloop] (*****Socket.m:411)
11  Foundation                      __NSThread__start__ + 764
12  libsystem_pthread.dylib         _pthread_start + 148

The (*****Socket.m:411) code is:

    [[NSRunLoop currentRunLoop] addPort:[NSPort port] forMode:NSDefaultRunLoopMode];
    [[NSRunLoop currentRunLoop] run]; //411
}

We have no idea how to fix it.

Is this the same as the iPad Pro repeatedly trying to boot up but fails after updating to ios 15db 5? That’s what I have and I have no idea how to fix it

iOS 15 Beta 5(19A5318f) runloop add crash
 
 
Q