I am seeing a crash in IOHIDManagerScheduleWithRunLoop functon only in macOS 10.15 (10.14 and other previous OS versions are fine)
I dont see this in the known issues list with Beta 6 release. Will it be fixed in the release version?
*****************************************************************************************************************************
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: LIBSYSTEM, [0x2]
Application Specific Information:
assertion failure: Schedule failed queue: %p runLoop: %p
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff6ad57ade __abort_with_payload + 10
1 libsystem_kernel.dylib 0x00007fff6ad594ef abort_with_payload_wrapper_internal + 80
2 libsystem_kernel.dylib 0x00007fff6ad59521 abort_with_payload + 9
3 libsystem_c.dylib 0x00007fff6acc5a07 _os_crash_fmt.cold.1 + 55
4 libsystem_c.dylib 0x00007fff6ac58876 _os_crash_fmt + 154
5 com.apple.framework.IOKit 0x00007fff36ac81d5 IOHIDManagerScheduleWithRunLoop + 302
*********************************************************************************************************************************
Thanks!