Unity 2019.3.6f1 occationally crash in batchmode on macos

Here’s the crash log. Anyone who meet the same problem, plz help!!!

  • Assertion: should not be reached at interp-stubs.c:99

Obtained 45 stack frames.
#0 0x007fff633297fa in __pthread_kill
#1 0x007fff632b0a1c in abort
#2 0x00000161672fc2 in mono_log_write_logfile
#3 0x00000161686fcc in monoeg_g_logv
#4 0x00000161687171 in monoeg_assertion_message
#5 0x00000161536540 in stub_frame_iter_next
#6 0x000001614e8346 in unwinder_unwind_frame
#7 0x000001614e7ad5 in mono_walk_stack_full
#8 0x000001614e66fd in mono_walk_stack_with_state
#9 0x000001614e7e13 in mono_walk_stack
#10 0x000001614ea6a1 in mono_handle_native_crash
#11 0x00000161576180 in altstack_handle_and_restore
#12 0x007fff633dad23 in __platform_sigaction
#13 0x0000016157a6a6 in remove_signal_handler
#14 0x0000016157a63e in mono_runtime_cleanup_handlers
#15 0x0000016144faec in mini_cleanup
#16 0x0000010e6b3c1a in CleanupMono()
#17 0x0000010be6e966 in Application::CoreShutdown()
#18 0x0000010be6be78 in Application::ParseARGVCommands()
#19 0x0000010be66f90 in Application::FinishLoadingProject()
#20 0x0000010f7ed940 in -[EditorApplication applicationDidFinishLaunching:]
#21 0x007fff2bd1635f in CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
#22 0x007fff2bd162f3 in ___CFXRegistrationPost1_block_invoke
#23 0x007fff2bd16268 in _CFXRegistrationPost1
#24 0x007fff2bd15ebe in ___CFXNotificationPost_block_invoke
#25 0x007fff2bce57e2 in -[_CFXNotificationRegistrar find:object:observer:enumerator:]
#26 0x007fff2bce4c82 in _CFXNotificationPost
#27 0x007fff2e36aa02 in -[NSNotificationCenter postNotificationName:object:userInfo:]
#28 0x007fff28ef02ff in -[NSApplication _postDidFinishNotification]
#29 0x007fff28ef0042 in -[NSApplication _sendFinishLaunchingNotification]
#30 0x007fff28eed103 in -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]
#31 0x007fff28eecd49 in -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:]
#32 0x007fff2e396226 in -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:]
#33 0x007fff2e396090 in _NSAppleEventManagerGenericHandler
#34 0x007fff2d09a092 in _AppleEventsCheckInAppWithBlock
#35 0x007fff2d0997b9 in _AppleEventsCheckInAppWithBlock
#36 0x007fff2d091a27 in aeProcessAppleEvent
#37 0x007fff2a8872b8 in AEProcessAppleEvent
#38 0x007fff28ee715c in _DPSNextEvent
#39 0x007fff28ee5690 in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]
#40 0x007fff28ed73ae in -[NSApplication run]
#41 0x007fff28ea9775 in NSApplicationMain
#42 0x0000010f82f8cf in EditorMain(int, char const**)
#43 0x0000010f82fbd9 in main
#44 0x007fff631e27fd in start

Are you able to reliably reproduce this crash? If so please submit a bug with the reproduction and we can take a look.