iOS App On Mac(M1) : CoreMotion(Gyro) Crash

Hi, recently I received same crash report from online.
reason: "BUG IN CLIENT OF LIBDISPATCH: Over-resume of an object"

I think this is a system crash with CoreMotion(Gyro) for ios app on mac.

Can someone please help me? Thank you very much!

Over-resume object:

<OS_dispatch_source: source[0x600002b25580] = { xref = 1, ref = 1, target = com.apple.root.user-interactive-qos[0x10d0c55c0], ident = 0xffffffff, mask = 0x0, pending_data = 0x0, registered = 0, armed = 0, cancelled, deleted, timer = { target = 0x9de398bed, deadline = 0x9de398bed, interval = 0x1, flags = 0x0 }, kevent = 0x600002b25500, filter = timer }>

crash stack:

#11 com.apple.CoreMotion.MotionThread, **Crashed: SIGTRAP**

0 libdispatch.dylib                      _dispatch_lane_resume + 716
1 UIKitMacHelper                       -[UINSVirtualMotionDevice dealloc] + 72
2 CoreMotion                             CLClientCreateIso6709Notation + 3232
3 CoreMotion                             CLClientCreateIso6709Notation + 233340
4 CoreMotion                             CLClientCreateIso6709Notation + 233420
5 CoreFoundation                      __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 28
6 CoreFoundation                       __CFRunLoopDoBlocks + 368
7 CoreFoundation                       __CFRunLoopRun + 2452
8 CoreFoundation                       CFRunLoopRunSpecific + 612
9 CoreFoundation                       CFRunLoopRun + 64
10 CoreMotion                            CLClientCreateIso6709Notation + 231072
11 libsystem_pthread.dylib         _pthread_start + 148

#0 Thread 
0 libsystem_kernel.dylib __ulock_wait + 8
...
47 CoreFoundation   CFRunLoopRunSpecific + 612
48 HIToolbox             RunCurrentEventLoopInMode + 292
49 HIToolbox             ReceiveNextEventCommon + 672
50 HIToolbox             _BlockUntilNextEventMatchingListInModeWithFilter + 72
51 AppKit                   _DPSNextEvent + 632
52 AppKit                  -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 728
53 AppKit                  -[NSApplication run] + 464
54 AppKit                  NSApplicationMain + 880
55 AppKit                  +[NSWindow _savedFrameFromString:] + 0
56 UIKitMacHelper  UINSApplicationMain + 988
57 UIKitCore             UIApplicationMain + 148
58 XXDemo              main (<compiler-generated>:0)
59 dyld                      start + 2544
iOS App On Mac(M1) : CoreMotion(Gyro) Crash
 
 
Q