Hello, my application experiences crashes related to JavaScriptCore in iOS 17 and 18. I would like to consult about potential causes, to determine whether it is a bug in JavaScriptCore or an issue with my code implementation.
First, the crash stack always includes the call to
JSC::MarkedBlock::aboutToMarkSlow(unsigned int)
.
In the iOS 17 version, the crash occurs on this line, typically
JSC::MarkedBlock::aboutToMarkSlow(unsigned int) + 88
.
In iOS 18 and later, the stack crashes atJSC::MarkedBlock::dumpInfoAndCrashForInvalidHandle(WTF::AbstractLocker&, JSC::HeapCell*)
.
I checked the source code of JavaScriptCore for both iOS 17.6 and iOS 18.2 and observed modifications in the implementation of aboutToMarkSlow
.
My question is under what circumstances could this crash occur?
Date/Time: 1741085552.193 OS Version: iOS 18.3.1 (22D72) Report Version: 104 Exception Category: mach Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: KERN_INVALID_ADDRESS at 0x00000001b0a926c8 Crashed Thread: 102 Thread 0: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 GraphicsServices 0x00000001e63194c0 GSEventRunModal + 164 8 UIKitCore 0x000000019bbf6674 -[UIApplication _run] + 816 9 UIKitCore 0x000000019b81ce88 UIApplicationMain + 340 10 MyApp 0x0000000102f8eb8c main (main.mm:0) 11 dyld 0x00000001bf305de8 start + 2724 Thread 1: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 2: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 3: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 4: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 5: 0 libsystem_pthread.dylib 0x0000000223d7a46c start_wqthread Thread 6: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cfc4 _pthread_cond_wait + 1248 2 MyApp 0x000000010456587c pars::base::TaskQueue::PollOnce(double) (task_queue.cc:49) 3 MyApp 0x00000001045651d8 pars::base::TaskPump::RunUntilQuit() (task_pump.cc:110) 4 MyApp 0x0000000104566764 __thread_proxy >, void (pars::base::TaskPump::*)(), pars::base::TaskPump *> > (unique_ptr.h:263) 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 7: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cfc4 _pthread_cond_wait + 1248 2 MyApp 0x000000010456587c pars::base::TaskQueue::PollOnce(double) (task_queue.cc:49) 3 MyApp 0x00000001045651d8 pars::base::TaskPump::RunUntilQuit() (task_pump.cc:110) 4 MyApp 0x0000000104566764 __thread_proxy >, void (pars::base::TaskPump::*)(), pars::base::TaskPump *> > (unique_ptr.h:263) 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 8: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cfc4 _pthread_cond_wait + 1248 2 MyApp 0x000000010456587c pars::base::TaskQueue::PollOnce(double) (task_queue.cc:49) 3 MyApp 0x00000001045651d8 pars::base::TaskPump::RunUntilQuit() (task_pump.cc:110) 4 MyApp 0x0000000104566764 __thread_proxy >, void (pars::base::TaskPump::*)(), pars::base::TaskPump *> > (unique_ptr.h:263) 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 9 name: com.apple.uikit.eventfetch-thread Thread 9: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 Foundation 0x0000000197d6fbb0 -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 9 UIKitCore 0x000000019bc89a78 -[UIEventFetcher threadMain] + 420 10 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 11 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 10: 0 libsystem_malloc.dylib 0x00000001a9614ef0 default_zone_good_size + 12 1 CoreFoundation 0x000000019900d320 -[__NSArrayM insertObject:atIndex:] + 276 2 Foundation 0x0000000197c946fc -[NSKeyedArchiver _initWithOutput:] + 244 3 Foundation 0x0000000197c75ab0 +[NSKeyedArchiver archivedDataWithRootObject:] + 80 4 MyApp 0x000000010454c8bc __39-[ParsPackageService asyncSavePackages]_block_invoke_2 (ParsPackageService.mm:1399) 5 MyApp 0x0000000103836c20 __30-[FMDatabaseQueue inDatabase:]_block_invoke (FMDatabaseQueue.m:162) 6 libdispatch.dylib 0x00000001a0da6fa8 _dispatch_client_callout + 20 7 libdispatch.dylib 0x00000001a0db67fc _dispatch_lane_barrier_sync_invoke_and_complete + 56 8 MyApp 0x0000000103836bc4 -[FMDatabaseQueue inDatabase:] (FMDatabaseQueue.m:176) 9 MyApp 0x000000010454c778 __39-[ParsPackageService asyncSavePackages]_block_invoke (ParsPackageService.mm:1385) 10 libdispatch.dylib 0x00000001a0da5248 _dispatch_call_block_and_release + 32 11 libdispatch.dylib 0x00000001a0da6fa8 _dispatch_client_callout + 20 12 libdispatch.dylib 0x00000001a0dae5cc _dispatch_lane_serial_drain + 768 13 libdispatch.dylib 0x00000001a0daf124 _dispatch_lane_invoke + 380 14 libdispatch.dylib 0x00000001a0dba38c _dispatch_root_queue_drain_deferred_wlh + 288 15 libdispatch.dylib 0x00000001a0db9bd8 _dispatch_workloop_worker_thread + 540 16 libsystem_pthread.dylib 0x0000000223d7c680 _pthread_wqthread + 288 Thread 11: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 12: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 MyApp 0x00000001085f7cf0 leveldb::(anonymous namespace)::PosixEnv::BGThreadWrapper(void*) + 188 3 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 13: 0 libsystem_kernel.dylib 0x00000001ea7422b0 __semwait_signal + 8 1 libsystem_c.dylib 0x00000001a0e015cc nanosleep + 220 2 libsystem_c.dylib 0x00000001a0e01444 sleep + 52 3 MyApp 0x0000000107f53890 monitorCachedData (Source/KSCrash/Recording/KSCrashCachedData.c:0) 4 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 14 name: excServer 29187 Thread 14: 0 0x0000000000000000 0x0 + 0 Thread 15 name: WpkStdErrThread Thread 15: 0 libsystem_kernel.dylib 0x00000001ea74197c read + 8 1 MyApp 0x0000000107f56664 IOMonitor (Source/KSCrash/Recording/ReportExtension/WPKIORecorder.c:137) 2 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 16 name: WpkStdOutThread Thread 16: 0 libsystem_kernel.dylib 0x00000001ea74197c read + 8 1 MyApp 0x0000000107f56664 IOMonitor (Source/KSCrash/Recording/ReportExtension/WPKIORecorder.c:137) 2 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 17: 0 libsystem_kernel.dylib 0x00000001ea7422b0 __semwait_signal + 8 1 libsystem_c.dylib 0x00000001a0e015cc nanosleep + 220 2 libsystem_c.dylib 0x00000001a0e01444 sleep + 52 3 MyApp 0x0000000107b24888 CMa01QYtjM05Ma + 108 4 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 18: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 MyApp 0x0000000107aba160 CMa01dsQlmAJZt + 228 3 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 19: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 MyApp 0x0000000107aba160 CMa01dsQlmAJZt + 228 3 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 20: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 MyApp 0x0000000107aba160 CMa01dsQlmAJZt + 228 3 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 21: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 MyApp 0x0000000107ad1878 CMa01mXWnLKLAx + 172 3 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 22: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 MyApp 0x0000000107aba0c8 CMa01dsQlmAJZt + 76 3 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 23: 0 libswift_Concurrency.dylib 0x00000001a492bfb8 $sScMMa 1 0x000000025b8d1978 0x0 + 10125908344 2 libswift_Concurrency.dylib 0x00000001a4936f5c swift::runJobInEstablishedExecutorContext(swift::Job*) + 252 Thread 24: 0 libsystem_pthread.dylib 0x0000000223d7a46c start_wqthread Thread 25: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 26: 0 libsystem_pthread.dylib 0x0000000223d7a46c start_wqthread Thread 27: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 28 name: com.apple.NSURLConnectionLoader Thread 28: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 CFNetwork 0x000000019a5cbc4c +[__CFN_CoreSchedulingSetRunnable _run:] + 416 8 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 9 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 29: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 MyApp 0x0000000104505bf4 wait (condition.h:73) 3 MyApp 0x0000000104505aac wait (condition.h:94) 4 MyApp 0x00000001045031fc __async_log_thread (appender.cc:623) 5 MyApp 0x0000000104506b08 start_routine (thread.h:412) 6 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 30: 0 libsystem_kernel.dylib 0x00000001ea7434cc kevent + 8 1 MyApp 0x0000000107e397d4 kqueue_poll (ev_kqueue.h:99) 2 MyApp 0x0000000107e38c94 ev_run (ev.c:793) 3 MyApp 0x0000000107e2eeec easy_io_on_thread_start (easy_io.c:280) 4 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 31: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 MyApp 0x000000010a1edb78 -[WaThread run] (WaThread.m:87) 9 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 10 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 32 name: com.apple.CFNetwork.CustomProtocols Thread 32: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 CFNetwork 0x000000019a5cbc4c +[__CFN_CoreSchedulingSetRunnable _run:] + 416 8 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 9 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 33: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 34: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 35: 0 libsystem_pthread.dylib 0x0000000223d7a46c start_wqthread Thread 36: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 37: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 38: 0 libsystem_pthread.dylib 0x0000000223d7a46c start_wqthread Thread 39: 0 libsystem_pthread.dylib 0x0000000223d7a46c start_wqthread Thread 40: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 41: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 42: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 43: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 44: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 45: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 46: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 47: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 48: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 49 name: ThreadPoolServiceThread Thread 49: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 MyApp 0x0000000105d0eff0 base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 128 9 MyApp 0x0000000105d0dc34 base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 140 10 MyApp 0x0000000105ccc5c8 base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 180 11 MyApp 0x0000000105ca0564 base::RunLoop::Run(base::Location const&) + 400 12 MyApp 0x0000000105ce9f54 base::Thread::Run(base::RunLoop*) + 60 13 MyApp 0x0000000105cd5f4c base::internal::ServiceThread::Run(base::RunLoop*) + 16 14 MyApp 0x0000000105cea0d8 base::Thread::ThreadMain() + 364 15 MyApp 0x0000000105d09bb8 base::(anonymous namespace)::ThreadFunc(void*) + 112 16 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 50 name: UNetForePool Thread 50: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 MyApp 0x0000000105d10b44 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 576 5 MyApp 0x0000000105cdf3bc base::internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 48 6 MyApp 0x0000000105cdff08 base::internal::WorkerThread::RunWorker() + 824 7 MyApp 0x0000000105cdfb5c base::internal::WorkerThread::RunPooledWorker() + 16 8 MyApp 0x0000000105d09bb8 base::(anonymous namespace)::ThreadFunc(void*) + 112 9 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 51 name: UNetBackPool Thread 51: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 MyApp 0x0000000105d10b44 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 576 5 MyApp 0x0000000105cdf3bc base::internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 48 6 MyApp 0x0000000105cdfcbc base::internal::WorkerThread::RunWorker() + 236 7 MyApp 0x0000000105cdfad8 base::internal::WorkerThread::RunBackgroundPooledWorker() + 16 8 MyApp 0x0000000105d09bb8 base::(anonymous namespace)::ThreadFunc(void*) + 112 9 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 52 name: UNet Thread 52: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 MyApp 0x0000000105d0eff0 base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 128 9 MyApp 0x0000000105d0dc34 base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 140 10 MyApp 0x0000000105ccc5c8 base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 180 11 MyApp 0x0000000105ca0564 base::RunLoop::Run(base::Location const&) + 400 12 MyApp 0x0000000105ce9f54 base::Thread::Run(base::RunLoop*) + 60 13 MyApp 0x0000000105cea0d8 base::Thread::ThreadMain() + 364 14 MyApp 0x0000000105d09bb8 base::(anonymous namespace)::ThreadFunc(void*) + 112 15 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 53 name: UNetDisk Thread 53: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 MyApp 0x0000000105d0ec50 base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) + 84 8 MyApp 0x0000000105d0dc34 base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 140 9 MyApp 0x0000000105ccc5c8 base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 180 10 MyApp 0x0000000105ca0564 base::RunLoop::Run(base::Location const&) + 400 11 MyApp 0x0000000105ce9f54 base::Thread::Run(base::RunLoop*) + 60 12 MyApp 0x0000000105cea0d8 base::Thread::ThreadMain() + 364 13 MyApp 0x0000000105d09bb8 base::(anonymous namespace)::ThreadFunc(void*) + 112 14 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 54 name: UNetWorker Thread 54: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 MyApp 0x0000000105d0ec50 base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) + 84 8 MyApp 0x0000000105d0dc34 base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 140 9 MyApp 0x0000000105ccc5c8 base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 180 10 MyApp 0x0000000105ca0564 base::RunLoop::Run(base::Location const&) + 400 11 MyApp 0x0000000105ce9f54 base::Thread::Run(base::RunLoop*) + 60 12 MyApp 0x0000000105cea0d8 base::Thread::ThreadMain() + 364 13 MyApp 0x0000000105d09bb8 base::(anonymous namespace)::ThreadFunc(void*) + 112 14 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 55: 0 libsystem_kernel.dylib 0x00000001ea73c510 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000223d7c6cc _pthread_wqthread + 364 Thread 56 name: com.apple.CoreMotion.MotionThread Thread 56: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 CoreFoundation 0x00000001990c0824 CFRunLoopRun + 64 8 CoreMotion 0x00000001a6741950 63824 9 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 57 name: NetworkConfigWatcher Thread 57: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 MyApp 0x0000000105d0eff0 base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 128 9 MyApp 0x0000000105d0dc34 base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 140 10 MyApp 0x0000000105ccc5c8 base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 180 11 MyApp 0x0000000105ca0564 base::RunLoop::Run(base::Location const&) + 400 12 MyApp 0x0000000105ce9f54 base::Thread::Run(base::RunLoop*) + 60 13 MyApp 0x0000000105cea0d8 base::Thread::ThreadMain() + 364 14 MyApp 0x0000000105d09bb8 base::(anonymous namespace)::ThreadFunc(void*) + 112 15 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 58 name: UNetForePool Thread 58: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 MyApp 0x0000000105d10b44 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 576 5 MyApp 0x0000000105cdf3bc base::internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 48 6 MyApp 0x0000000105cdff08 base::internal::WorkerThread::RunWorker() + 824 7 MyApp 0x0000000105cdfb5c base::internal::WorkerThread::RunPooledWorker() + 16 8 MyApp 0x0000000105d09bb8 base::(anonymous namespace)::ThreadFunc(void*) + 112 9 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 59 name: UNetForePool Thread 59: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 MyApp 0x0000000105d10b44 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 576 5 MyApp 0x0000000105cdf3bc base::internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 48 6 MyApp 0x0000000105cdff08 base::internal::WorkerThread::RunWorker() + 824 7 MyApp 0x0000000105cdfb5c base::internal::WorkerThread::RunPooledWorker() + 16 8 MyApp 0x0000000105d09bb8 base::(anonymous namespace)::ThreadFunc(void*) + 112 9 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 60 name: URLConnectionTaskManager Thread 60: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 MyApp 0x00000001040af830 -[URLConnectionTaskManager(Thread) threadRun] (URLConnectionTaskManager+Thread.mm:235) 9 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 10 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 61 name: MISSILE FILE IO Thread 61: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 MyApp 0x000000010a09fbb4 -[TaskThreadObj threadRoutine] (TaskRunnerImpl.mm:66) 9 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 10 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 62 name: CacheThread_BlockFile Thread 62: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 MyApp 0x0000000105d0eff0 base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 128 9 MyApp 0x0000000105d0dc34 base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 140 10 MyApp 0x0000000105ccc5c8 base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 180 11 MyApp 0x0000000105ca0564 base::RunLoop::Run(base::Location const&) + 400 12 MyApp 0x0000000105ce9f54 base::Thread::Run(base::RunLoop*) + 60 13 MyApp 0x0000000105cea0d8 base::Thread::ThreadMain() + 364 14 MyApp 0x0000000105d09bb8 base::(anonymous namespace)::ThreadFunc(void*) + 112 15 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 63 name: UNetForePool Thread 63: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 MyApp 0x0000000105d10b44 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 576 5 MyApp 0x0000000105cdf3bc base::internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 48 6 MyApp 0x0000000105cdff08 base::internal::WorkerThread::RunWorker() + 824 7 MyApp 0x0000000105cdfb5c base::internal::WorkerThread::RunPooledWorker() + 16 8 MyApp 0x0000000105d09bb8 base::(anonymous namespace)::ThreadFunc(void*) + 112 9 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 64 name: UNetForePool Thread 64: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 MyApp 0x0000000105d10b44 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 576 5 MyApp 0x0000000105cdf3bc base::internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 48 6 MyApp 0x0000000105cdff08 base::internal::WorkerThread::RunWorker() + 824 7 MyApp 0x0000000105cdfb5c base::internal::WorkerThread::RunPooledWorker() + 16 8 MyApp 0x0000000105d09bb8 base::(anonymous namespace)::ThreadFunc(void*) + 112 9 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 65 name: UNetForePool Thread 65: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 MyApp 0x0000000105d10b44 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 576 5 MyApp 0x0000000105cdf3bc base::internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 48 6 MyApp 0x0000000105cdff08 base::internal::WorkerThread::RunWorker() + 824 7 MyApp 0x0000000105cdfb5c base::internal::WorkerThread::RunPooledWorker() + 16 8 MyApp 0x0000000105d09bb8 base::(anonymous namespace)::ThreadFunc(void*) + 112 9 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 66 name: UNetForePool Thread 66: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 MyApp 0x0000000105d10b44 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 576 5 MyApp 0x0000000105cdf3bc base::internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 48 6 MyApp 0x0000000105cdff08 base::internal::WorkerThread::RunWorker() + 824 7 MyApp 0x0000000105cdfb5c base::internal::WorkerThread::RunPooledWorker() + 16 8 MyApp 0x0000000105d09bb8 base::(anonymous namespace)::ThreadFunc(void*) + 112 9 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 67 name: io.worker.1 Thread 67: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 Flutter 0x0000000112e47a60 std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock&) + 20 3 Flutter 0x00000001131af8d0 __thread_proxy >, (lambda LINE:../../flutter/fml/concurrent_message_loop.cc:23:27)> > (__mutex_base:0) 4 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 68 name: io.worker.2 Thread 68: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 Flutter 0x0000000112e47a60 std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock&) + 20 3 Flutter 0x00000001131af8d0 __thread_proxy >, (lambda LINE:../../flutter/fml/concurrent_message_loop.cc:23:27)> > (__mutex_base:0) 4 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 69 name: io.worker.3 Thread 69: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 Flutter 0x0000000112e47a60 std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock&) + 20 3 Flutter 0x00000001131af8d0 __thread_proxy >, (lambda LINE:../../flutter/fml/concurrent_message_loop.cc:23:27)> > (__mutex_base:0) 4 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 70 name: io.worker.4 Thread 70: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 Flutter 0x0000000112e47a60 std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock&) + 20 3 Flutter 0x00000001131af8d0 __thread_proxy >, (lambda LINE:../../flutter/fml/concurrent_message_loop.cc:23:27)> > (__mutex_base:0) 4 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 71 name: io.worker.5 Thread 71: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 Flutter 0x0000000112e47a60 std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock&) + 20 3 Flutter 0x00000001131af8d0 __thread_proxy >, (lambda LINE:../../flutter/fml/concurrent_message_loop.cc:23:27)> > (__mutex_base:0) 4 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 72 name: io.worker.6 Thread 72: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 Flutter 0x0000000112e47a60 std::_LIBCPP_ABI_NAMESPACE::condition_variable::wait(std::_LIBCPP_ABI_NAMESPACE::unique_lock&) + 20 3 Flutter 0x00000001131af8d0 __thread_proxy >, (lambda LINE:../../flutter/fml/concurrent_message_loop.cc:23:27)> > (__mutex_base:0) 4 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 73 name: dart:io EventHandler Thread 73: 0 libsystem_kernel.dylib 0x00000001ea7434cc kevent + 8 1 Flutter 0x00000001133ce198 dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 404 2 Flutter 0x00000001133fdb38 ThreadStart (thread_macos.cc:89) 3 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 74 name: JavaScriptCore libpas scavenger Thread 74: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 JavaScriptCore 0x00000001afd60620 scavenger_thread_main + 1328 3 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 75 name: JSI.Engine.worker_framework Thread 75: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 MyApp 0x00000001085b8864 -[JSIThreadHolder run] (JSIThreadHolder.m:33) 9 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 10 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 76 name: com.mnnruntime.high Thread 76: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 MyApp 0x00000001074cbc34 -[MRTFIFOScheduler takeJob] (MRTFIFOScheduler.m:74) 3 MyApp 0x00000001074c47d0 -[MRTThread loop] (MRTThread.m:74) 4 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 77 name: bx-smpl Thread 77: 0 libsystem_kernel.dylib 0x00000001ea7422b0 __semwait_signal + 8 1 libsystem_c.dylib 0x00000001a0e015cc nanosleep + 220 2 Foundation 0x00000001984952a8 +[NSThread sleepForTimeInterval:] + 160 3 MyApp 0x0000000107baa948 -[StrategyCenter sendSampleLog] + 304 4 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 78 name: mtop_network_thread_name Thread 78: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 Foundation 0x0000000197c0f2b0 -[NSRunLoop(NSRunLoop) run] + 64 9 MyApp 0x000000010753b4f4 +[TBSDKURLConnectionOperation networkRequestThreadEntryPoint:] (TBSDKURLConnectionOperation.m:133) 10 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 11 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 79 name: GC Timer thread Thread 79: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 libc++.1.dylib 0x00000001a98a7618 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock&, std::__1::chrono::time_point > >) + 100 3 MyApp 0x000000010953bbcc void kotlin::RepeatedTimer::Run::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function)::'lambda'()>(kotlin::gcScheduler::internal::GCSchedulerDataAdaptive::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function)::'lambda'()&&) + 216 4 MyApp 0x000000010953be94 void* std::__1::__thread_proxy>, void (*)(kotlin::ScopedThread::attributes, void (kotlin::RepeatedTimer::*&&)(kotlin::gcScheduler::internal::GCSchedulerDataAdaptive::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function)::'lambda'()&&) noexcept, kotlin::RepeatedTimer*&&, kotlin::gcScheduler::internal::GCSchedulerDataAdaptive::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function)::'lambda'()&&), kotlin::ScopedThread::attributes, void (kotlin::RepeatedTimer::*)(kotlin::gcScheduler::internal::GCSchedulerDataAdaptive::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function)::'lambda'()&&) noexcept, kotlin::RepeatedTimer*, kotlin::gcScheduler::internal::GCSchedulerDataAdaptive::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function)::'lambda'()>>(void*) + 112 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 80 name: Main GC thread Thread 80: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 libc++.1.dylib 0x00000001a98a7584 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 MyApp 0x00000001095363fc std::__1::invoke_result::type kotlin::ScopedThread::Run(char const*, kotlin::gc::ParallelMarkConcurrentSweep::ParallelMarkConcurrentSweep(kotlin::alloc::Allocator&, kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1&&)::'lambda'()>(kotlin::ScopedThread::attributes, kotlin::gc::ParallelMarkConcurrentSweep::ParallelMarkConcurrentSweep(kotlin::alloc::Allocator&, kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1&&) + 116 4 MyApp 0x00000001095364dc void* std::__1::__thread_proxy>, void (*)(kotlin::ScopedThread::attributes, kotlin::ScopedThread (anonymous namespace)::createGCThread(char const*, kotlin::gc::ParallelMarkConcurrentSweep::ParallelMarkConcurrentSweep(kotlin::alloc::Allocator&, kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1&&)::'lambda'()&&), kotlin::ScopedThread::attributes, kotlin::ScopedThread (anonymous namespace)::createGCThread(char const*, kotlin::gc::ParallelMarkConcurrentSweep::ParallelMarkConcurrentSweep(kotlin::alloc::Allocator&, kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1&&)::'lambda'()>>(void*) + 104 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 81: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 MyApp 0x0000000109548834 (anonymous namespace)::waitInNativeState(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*) + 68 3 MyApp 0x0000000109547944 Worker::processQueueElement(bool) + 752 4 MyApp 0x00000001095475b4 (anonymous namespace)::workerRoutine(void*) + 104 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 82: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 MyApp 0x0000000109548714 (anonymous namespace)::waitInNativeState(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, unsigned long long, unsigned long long*) + 176 3 MyApp 0x0000000108f384d8 kfun:kotlinx.coroutines#runBlocking(kotlin.coroutines.CoroutineContext;kotlin.coroutines.SuspendFunction1){0ᅡᄃ}0:0 (Worker.kt:171) 4 MyApp 0x0000000108f3e488 kfun:kotlinx.coroutines#runBlocking$default(kotlin.coroutines.CoroutineContext?;kotlin.coroutines.SuspendFunction1;kotlin.Int){0ᅡᄃ}0:0 (Builders.kt:72) 5 MyApp 0x00000001091da384 kfun:kotlin.Function0#invoke(){}1:0-trampoline ([K][Suspend]Functions:1) 6 MyApp 0x0000000109547ad0 Worker::processQueueElement(bool) + 1148 7 MyApp 0x00000001095475b4 (anonymous namespace)::workerRoutine(void*) + 104 8 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 83: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 MyApp 0x0000000109548714 (anonymous namespace)::waitInNativeState(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, unsigned long long, unsigned long long*) + 176 3 MyApp 0x0000000108f384d8 kfun:kotlinx.coroutines#runBlocking(kotlin.coroutines.CoroutineContext;kotlin.coroutines.SuspendFunction1){0ᅡᄃ}0:0 (Worker.kt:171) 4 MyApp 0x0000000108f3e488 kfun:kotlinx.coroutines#runBlocking$default(kotlin.coroutines.CoroutineContext?;kotlin.coroutines.SuspendFunction1;kotlin.Int){0ᅡᄃ}0:0 (Builders.kt:72) 5 MyApp 0x00000001091da384 kfun:kotlin.Function0#invoke(){}1:0-trampoline ([K][Suspend]Functions:1) 6 MyApp 0x0000000109547ad0 Worker::processQueueElement(bool) + 1148 7 MyApp 0x00000001095475b4 (anonymous namespace)::workerRoutine(void*) + 104 8 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 84 name: com.mnnruntime.monitor Thread 84: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 Foundation 0x0000000197c0f2b0 -[NSRunLoop(NSRunLoop) run] + 64 9 MyApp 0x00000001074d0fc4 -[MRTThreadMonitor startThread] (MRTThreadMonitor.m:100) 10 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 11 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 85 name: com.mnnruntime.high Thread 85: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 MyApp 0x00000001074cbc34 -[MRTFIFOScheduler takeJob] (MRTFIFOScheduler.m:74) 3 MyApp 0x00000001074c47d0 -[MRTThread loop] (MRTThread.m:74) 4 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 86 name: com.mnnruntime.high Thread 86: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 MyApp 0x00000001074cbc34 -[MRTFIFOScheduler takeJob] (MRTFIFOScheduler.m:74) 3 MyApp 0x00000001074c47d0 -[MRTThread loop] (MRTThread.m:74) 4 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 87 name: com.mnnruntime.low Thread 87: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 MyApp 0x00000001074cbc34 -[MRTFIFOScheduler takeJob] (MRTFIFOScheduler.m:74) 3 MyApp 0x00000001074c47d0 -[MRTThread loop] (MRTThread.m:74) 4 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 88 name: io.flutter.1.ui Thread 88: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Flutter 0x00000001131b63d8 fml::MessageLoopDarwin::Run() + 88 8 Flutter 0x00000001131b5474 __thread_proxy >, (lambda LINE:../../flutter/fml/thread.cc:158:7)> > (message_loop_impl.cc:0) 9 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 89 name: io.flutter.1.raster Thread 89: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Flutter 0x00000001131b63d8 fml::MessageLoopDarwin::Run() + 88 8 Flutter 0x00000001131b5474 __thread_proxy >, (lambda LINE:../../flutter/fml/thread.cc:158:7)> > (message_loop_impl.cc:0) 9 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 90 name: io.flutter.1.io Thread 90: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Flutter 0x00000001131b63d8 fml::MessageLoopDarwin::Run() + 88 8 Flutter 0x00000001131b5474 __thread_proxy >, (lambda LINE:../../flutter/fml/thread.cc:158:7)> > (message_loop_impl.cc:0) 9 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 91 name: JSI.Engine.MyAppapplayer Thread 91: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 MyApp 0x00000001085b8864 -[JSIThreadHolder run] (JSIThreadHolder.m:33) 9 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 10 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 92 name: JSI.Engine.performance_worker Thread 92: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 MyApp 0x00000001085b8864 -[JSIThreadHolder run] (JSIThreadHolder.m:33) 9 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 10 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 93 name: JSI.Engine.qk_prism Thread 93: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 MyApp 0x00000001085b8864 -[JSIThreadHolder run] (JSIThreadHolder.m:33) 9 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 10 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 94 name: JSI.Engine.MyAppnavioperation Thread 94: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 MyApp 0x00000001085b8864 -[JSIThreadHolder run] (JSIThreadHolder.m:33) 9 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 10 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 95 name: JSI.Engine.globalvctranscode Thread 95: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 MyApp 0x00000001085b8864 -[JSIThreadHolder run] (JSIThreadHolder.m:33) 9 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 10 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 96 name: WCDB-checkpoint Thread 96: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 libc++.1.dylib 0x00000001a98a7584 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 MyApp 0x0000000104265d18 WCDB::TimedQueue, std::__1::allocator>>::waitUntilExpired(std::__1::function, std::__1::allocator> const&)> const&, bool) (timed_queue.hpp:63) 4 MyApp 0x0000000104265bd4 __thread_proxy >, (lambda LINE:/Users/jenkins/Home/workspace/sonic_mission_2099281/MyApp_ios/MyApp/MyApp/Pods/WCDB/apple/WCDB/core/database_config.cpp:176:60)> > (function.h:468) 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 97 name: DartWorker Thread 97: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cfc4 _pthread_cond_wait + 1248 2 Flutter 0x000000011355cae0 dart::Monitor::WaitMicros(long long) + 128 3 Flutter 0x000000011359f018 dart::ThreadPool::Worker::Main(unsigned long) + 668 4 Flutter 0x000000011355c4ac ThreadStart (os_thread_macos.cc:0) 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 98 name: Heap Helper Thread Thread 98: 0 libsystem_kernel.dylib 0x00000001ea73c7f4 syscall_thread_switch + 8 1 JavaScriptCore 0x00000001afdc11cc WTF::LockAlgorithm::lockSlow(WTF::Atomic&) + 260 2 JavaScriptCore 0x00000001b0a9217c JSC::MarkedBlock::aboutToMarkSlow(unsigned int, JSC::HeapCell*) + 536 3 JavaScriptCore 0x00000001afca602c JSC::JSCallee::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 192 4 JavaScriptCore 0x00000001afca5ebc JSC::JSFunction::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 36 5 JavaScriptCore 0x00000001afca4b84 JSC::SlotVisitor::drain(WTF::MonotonicTime) + 508 6 JavaScriptCore 0x00000001afd84c24 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode, WTF::MonotonicTime) + 436 7 JavaScriptCore 0x00000001afe62e00 WTF::SharedTaskFunctor::run() + 172 8 JavaScriptCore 0x00000001afe62bd0 WTF::ParallelHelperClient::runTask(WTF::RefPtr, WTF::RawPtrTraits >, WTF::DefaultRefDerefTraits > > const&) + 80 9 JavaScriptCore 0x00000001afe62b18 WTF::ParallelHelperPool::Thread::work() + 32 10 JavaScriptCore 0x00000001afd84748 _ZN3WTF6Detail15CallableWrapperIZNS_15AutomaticThread5startERKNS_14AbstractLockerEE3$_0vJEE4callEv + 696 11 JavaScriptCore 0x00000001aff40b48 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 352 12 JavaScriptCore 0x00000001aff409dc WTF::wtfThreadEntryPoint(void*) + 16 13 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 99 name: Heap Helper Thread Thread 99: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 JavaScriptCore 0x00000001afd863d0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda const&, WTF::ScopedLambda const&, WTF::TimeWithDynamicClockType const&) + 1900 3 JavaScriptCore 0x00000001afd85bc4 bool WTF::Condition::waitUntilUnchecked(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 292 4 JavaScriptCore 0x00000001afd84d7c JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode, WTF::MonotonicTime) + 780 5 JavaScriptCore 0x00000001afe62e00 WTF::SharedTaskFunctor::run() + 172 6 JavaScriptCore 0x00000001afe62bd0 WTF::ParallelHelperClient::runTask(WTF::RefPtr, WTF::RawPtrTraits >, WTF::DefaultRefDerefTraits > > const&) + 80 7 JavaScriptCore 0x00000001afe62b18 WTF::ParallelHelperPool::Thread::work() + 32 8 JavaScriptCore 0x00000001afd84748 _ZN3WTF6Detail15CallableWrapperIZNS_15AutomaticThread5startERKNS_14AbstractLockerEE3$_0vJEE4callEv + 696 9 JavaScriptCore 0x00000001aff40b48 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 352 10 JavaScriptCore 0x00000001aff409dc WTF::wtfThreadEntryPoint(void*) + 16 11 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 100 name: Heap Helper Thread Thread 100: 0 libsystem_kernel.dylib 0x00000001ea73c7f4 syscall_thread_switch + 8 1 JavaScriptCore 0x00000001afdc11cc WTF::LockAlgorithm::lockSlow(WTF::Atomic&) + 260 2 JavaScriptCore 0x00000001b0a9217c JSC::MarkedBlock::aboutToMarkSlow(unsigned int, JSC::HeapCell*) + 536 3 JavaScriptCore 0x00000001afca602c JSC::JSCallee::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 192 4 JavaScriptCore 0x00000001afca5ebc JSC::JSFunction::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 36 5 JavaScriptCore 0x00000001afca4b84 JSC::SlotVisitor::drain(WTF::MonotonicTime) + 508 6 JavaScriptCore 0x00000001afd84c24 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode, WTF::MonotonicTime) + 436 7 JavaScriptCore 0x00000001afe62e00 WTF::SharedTaskFunctor::run() + 172 8 JavaScriptCore 0x00000001afe62bd0 WTF::ParallelHelperClient::runTask(WTF::RefPtr, WTF::RawPtrTraits >, WTF::DefaultRefDerefTraits > > const&) + 80 9 JavaScriptCore 0x00000001afe62b18 WTF::ParallelHelperPool::Thread::work() + 32 10 JavaScriptCore 0x00000001afd84748 _ZN3WTF6Detail15CallableWrapperIZNS_15AutomaticThread5startERKNS_14AbstractLockerEE3$_0vJEE4callEv + 696 11 JavaScriptCore 0x00000001aff40b48 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 352 12 JavaScriptCore 0x00000001aff409dc WTF::wtfThreadEntryPoint(void*) + 16 13 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 101 name: Heap Helper Thread Thread 101: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 JavaScriptCore 0x00000001afd863d0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda const&, WTF::ScopedLambda const&, WTF::TimeWithDynamicClockType const&) + 1900 3 JavaScriptCore 0x00000001afd85bc4 bool WTF::Condition::waitUntilUnchecked(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 292 4 JavaScriptCore 0x00000001afd84d7c JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode, WTF::MonotonicTime) + 780 5 JavaScriptCore 0x00000001afe62e00 WTF::SharedTaskFunctor::run() + 172 6 JavaScriptCore 0x00000001afe62bd0 WTF::ParallelHelperClient::runTask(WTF::RefPtr, WTF::RawPtrTraits >, WTF::DefaultRefDerefTraits > > const&) + 80 7 JavaScriptCore 0x00000001afe62b18 WTF::ParallelHelperPool::Thread::work() + 32 8 JavaScriptCore 0x00000001afd84748 _ZN3WTF6Detail15CallableWrapperIZNS_15AutomaticThread5startERKNS_14AbstractLockerEE3$_0vJEE4callEv + 696 9 JavaScriptCore 0x00000001aff40b48 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 352 10 JavaScriptCore 0x00000001aff409dc WTF::wtfThreadEntryPoint(void*) + 16 11 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 102 name: Heap Helper Thread Thread 102 Crashed: 0 JavaScriptCore 0x00000001b0a926c8 JSC::MarkedBlock::dumpInfoAndCrashForInvalidHandle(WTF::AbstractLocker&, JSC::HeapCell*) + 1224 1 JavaScriptCore 0x00000001b0a92620 JSC::MarkedBlock::dumpInfoAndCrashForInvalidHandle(WTF::AbstractLocker&, JSC::HeapCell*) + 1056 2 JavaScriptCore 0x00000001b0a9218c JSC::MarkedBlock::aboutToMarkSlow(unsigned int, JSC::HeapCell*) + 552 3 JavaScriptCore 0x00000001afca602c JSC::JSCallee::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 192 4 JavaScriptCore 0x00000001afca5ebc JSC::JSFunction::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 36 5 JavaScriptCore 0x00000001afca4b84 JSC::SlotVisitor::drain(WTF::MonotonicTime) + 508 6 JavaScriptCore 0x00000001afd84c24 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode, WTF::MonotonicTime) + 436 7 JavaScriptCore 0x00000001afe62e00 WTF::SharedTaskFunctor::run() + 172 8 JavaScriptCore 0x00000001afe62bd0 WTF::ParallelHelperClient::runTask(WTF::RefPtr, WTF::RawPtrTraits >, WTF::DefaultRefDerefTraits > > const&) + 80 9 JavaScriptCore 0x00000001afe62b18 WTF::ParallelHelperPool::Thread::work() + 32 10 JavaScriptCore 0x00000001afd84748 _ZN3WTF6Detail15CallableWrapperIZNS_15AutomaticThread5startERKNS_14AbstractLockerEE3$_0vJEE4callEv + 696 11 JavaScriptCore 0x00000001aff40b48 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 352 12 JavaScriptCore 0x00000001aff409dc WTF::wtfThreadEntryPoint(void*) + 16 13 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 103 name: apollo_Main Thread 103: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 libc++.1.dylib 0x00000001a98a7584 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 MyApp 0x0000000104d810c4 void std::__1::condition_variable::wait)::'lambda'()>(std::__1::unique_lock&, turbo::Looper::run(turbo::Looper*, std::__1::shared_ptr)::'lambda'()) (__mutex_base:398) 4 MyApp 0x0000000104d80718 turbo::Looper::run(turbo::Looper*, std::__1::shared_ptr) (Looper.hpp:424) 5 MyApp 0x0000000104d81000 __invoke), turbo::Looper *&, const std::__1::shared_ptr &> (shared_ptr.h:743) 6 MyApp 0x0000000104d80fb0 std::__1::__bind_return), std::__1::tuple const>>, std::__1::tuple<>, __is_valid_bind_return), std::__1::tuple const>>, std::__1::tuple<>>::value>::type std::__1::__bind), turbo::Looper*, std::__1::reference_wrapper const>>::operator()[abi:v160006]<>() (bind.h:294) 7 MyApp 0x0000000104d6dde8 turbo::PThread::run(void*) (PThread.hpp:131) 8 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 104 name: apollo_Log Thread 104: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 libc++.1.dylib 0x00000001a98a7584 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 MyApp 0x0000000104d810c4 void std::__1::condition_variable::wait)::'lambda'()>(std::__1::unique_lock&, turbo::Looper::run(turbo::Looper*, std::__1::shared_ptr)::'lambda'()) (__mutex_base:398) 4 MyApp 0x0000000104d80718 turbo::Looper::run(turbo::Looper*, std::__1::shared_ptr) (Looper.hpp:424) 5 MyApp 0x0000000104d81000 __invoke), turbo::Looper *&, const std::__1::shared_ptr &> (shared_ptr.h:743) 6 MyApp 0x0000000104d80fb0 std::__1::__bind_return), std::__1::tuple const>>, std::__1::tuple<>, __is_valid_bind_return), std::__1::tuple const>>, std::__1::tuple<>>::value>::type std::__1::__bind), turbo::Looper*, std::__1::reference_wrapper const>>::operator()[abi:v160006]<>() (bind.h:294) 7 MyApp 0x0000000104d6dde8 turbo::PThread::run(void*) (PThread.hpp:131) 8 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 105 name: AudioSession - RootQueue Thread 105: 0 libsystem_kernel.dylib 0x00000001ea73c71c semaphore_timedwait_trap + 8 1 libdispatch.dylib 0x00000001a0da75c0 _dispatch_sema4_timedwait + 64 2 libdispatch.dylib 0x00000001a0da7bc0 _dispatch_semaphore_wait_slow + 76 3 libdispatch.dylib 0x00000001a0db8c94 _dispatch_worker_thread + 324 4 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 106 name: DartWorker Thread 106: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cfc4 _pthread_cond_wait + 1248 2 Flutter 0x000000011355cae0 dart::Monitor::WaitMicros(long long) + 128 3 Flutter 0x000000011359f018 dart::ThreadPool::Worker::Main(unsigned long) + 668 4 Flutter 0x000000011355c4ac ThreadStart (os_thread_macos.cc:0) 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 107 name: DartWorker Thread 107: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cfc4 _pthread_cond_wait + 1248 2 Flutter 0x000000011355cae0 dart::Monitor::WaitMicros(long long) + 128 3 Flutter 0x000000011359f018 dart::ThreadPool::Worker::Main(unsigned long) + 668 4 Flutter 0x000000011355c4ac ThreadStart (os_thread_macos.cc:0) 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 108 name: DartWorker Thread 108: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cfc4 _pthread_cond_wait + 1248 2 Flutter 0x000000011355cae0 dart::Monitor::WaitMicros(long long) + 128 3 Flutter 0x000000011359f018 dart::ThreadPool::Worker::Main(unsigned long) + 668 4 Flutter 0x000000011355c4ac ThreadStart (os_thread_macos.cc:0) 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 109 name: DartWorker Thread 109: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cfc4 _pthread_cond_wait + 1248 2 Flutter 0x000000011355cae0 dart::Monitor::WaitMicros(long long) + 128 3 Flutter 0x000000011359f018 dart::ThreadPool::Worker::Main(unsigned long) + 668 4 Flutter 0x000000011355c4ac ThreadStart (os_thread_macos.cc:0) 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 110 name: DartWorker Thread 110: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cfc4 _pthread_cond_wait + 1248 2 Flutter 0x000000011355cae0 dart::Monitor::WaitMicros(long long) + 128 3 Flutter 0x000000011359f018 dart::ThreadPool::Worker::Main(unsigned long) + 668 4 Flutter 0x000000011355c4ac ThreadStart (os_thread_macos.cc:0) 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 111 name: DartWorker Thread 111: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cfc4 _pthread_cond_wait + 1248 2 Flutter 0x000000011355cae0 dart::Monitor::WaitMicros(long long) + 128 3 Flutter 0x000000011359f018 dart::ThreadPool::Worker::Main(unsigned long) + 668 4 Flutter 0x000000011355c4ac ThreadStart (os_thread_macos.cc:0) 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 112 name: DartWorker Thread 112: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cfc4 _pthread_cond_wait + 1248 2 Flutter 0x000000011355cae0 dart::Monitor::WaitMicros(long long) + 128 3 Flutter 0x000000011359f018 dart::ThreadPool::Worker::Main(unsigned long) + 668 4 Flutter 0x000000011355c4ac ThreadStart (os_thread_macos.cc:0) 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 113 name: JSI.Engine.clouddrive Thread 113: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 8 MyApp 0x00000001085b8864 -[JSIThreadHolder run] (JSIThreadHolder.m:33) 9 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 10 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 114 name: WebThread Thread 114: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 CoreFoundation 0x000000019905b804 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x000000019905aeb0 __CFRunLoopRun + 1212 6 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 7 WebCore 0x00000001acd3ff68 RunWebThread(void*) + 780 8 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 115: 0 libsystem_kernel.dylib 0x00000001ea7434cc kevent + 8 1 nuisdk 0x000000010f0e4758 526168 2 nuisdk 0x000000010f0e4644 525892 3 nuisdk 0x000000010f0e3de4 523748 4 nuisdk 0x000000010f0e5b78 531320 5 nuisdk 0x000000010f0e5ec8 532168 6 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 116: 0 libsystem_kernel.dylib 0x00000001ea7434cc kevent + 8 1 nuisdk 0x000000010f0e4758 526168 2 nuisdk 0x000000010f0e4644 525892 3 nuisdk 0x000000010f0e3de4 523748 4 nuisdk 0x000000010f0e5b38 531256 5 nuisdk 0x000000010f0e5ec8 532168 6 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 117: 0 libsystem_kernel.dylib 0x00000001ea7434cc kevent + 8 1 nuisdk 0x000000010f0e4758 526168 2 nuisdk 0x000000010f0e4644 525892 3 nuisdk 0x000000010f0e3de4 523748 4 nuisdk 0x000000010f0e5b78 531320 5 nuisdk 0x000000010f0e5ec8 532168 6 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 118: 0 libsystem_kernel.dylib 0x00000001ea7434cc kevent + 8 1 nuisdk 0x000000010f0e4758 526168 2 nuisdk 0x000000010f0e4644 525892 3 nuisdk 0x000000010f0e3de4 523748 4 nuisdk 0x000000010f0e5b78 531320 5 nuisdk 0x000000010f0e5ec8 532168 6 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 119: 0 libsystem_kernel.dylib 0x00000001ea7434cc kevent + 8 1 nuisdk 0x000000010f0e4758 526168 2 nuisdk 0x000000010f0e4644 525892 3 nuisdk 0x000000010f0e3de4 523748 4 nuisdk 0x000000010f0e5b38 531256 5 nuisdk 0x000000010f0e5ec8 532168 6 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 120: 0 libsystem_kernel.dylib 0x00000001ea7434cc kevent + 8 1 nuisdk 0x000000010f0e4758 526168 2 nuisdk 0x000000010f0e4644 525892 3 nuisdk 0x000000010f0e3de4 523748 4 nuisdk 0x000000010f0e5b38 531256 5 nuisdk 0x000000010f0e5ec8 532168 6 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 121: 0 libsystem_kernel.dylib 0x00000001ea7434cc kevent + 8 1 nuisdk 0x000000010f0e4758 526168 2 nuisdk 0x000000010f0e4644 525892 3 nuisdk 0x000000010f0e3de4 523748 4 nuisdk 0x000000010f0e5b38 531256 5 nuisdk 0x000000010f0e5ec8 532168 6 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 122: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 libc++.1.dylib 0x00000001a98a7584 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 3 nuisdk 0x000000010f0913fc 185340 4 nuisdk 0x000000010f0910fc 184572 5 nuisdk 0x000000010f092880 190592 6 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 123: 0 libsystem_kernel.dylib 0x00000001ea7434cc kevent + 8 1 nuisdk 0x000000010f0e4758 526168 2 nuisdk 0x000000010f0e4644 525892 3 nuisdk 0x000000010f0e3de4 523748 4 nuisdk 0x000000010f0e5b78 531320 5 nuisdk 0x000000010f0e5ec8 532168 6 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 124: 0 libsystem_kernel.dylib 0x00000001ea742090 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x0000000223d7cf98 _pthread_cond_wait + 1204 2 JavaScriptCore 0x00000001afd864e8 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda const&, WTF::ScopedLambda const&, WTF::TimeWithDynamicClockType const&) + 2180 3 JavaScriptCore 0x00000001afd8465c _ZN3WTF6Detail15CallableWrapperIZNS_15AutomaticThread5startERKNS_14AbstractLockerEE3$_0vJEE4callEv + 460 4 JavaScriptCore 0x00000001aff40b48 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 352 5 JavaScriptCore 0x00000001aff409dc WTF::wtfThreadEntryPoint(void*) + 16 6 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 125: 0 libsystem_kernel.dylib 0x00000001ea73c59c __ulock_wait2 + 8 1 libsystem_platform.dylib 0x0000000223cced9c _os_unfair_lock_lock_slow + 180 2 libobjc.A.dylib 0x00000001965675d8 objc_sync_enter + 20 3 MyApp 0x00000001045451b4 -[ParsPackageService packageInfoForMainDocUrl:] (ParsPackageService.mm:158) 4 MyApp 0x0000000104535c38 -[Pars isExistResourceByRequest:] (Pars.mm:317) 5 MyApp 0x00000001037b4058 -[WCPParsWrapper isExistResourceByRequest:] (WCPParsWrapper.m:148) 6 MyApp 0x00000001037a8ad4 +[WCPMatchService isExistResource:] (WCPMatchService.m:40) 7 MyApp 0x000000010a27eeb8 -[UCURLProtocolDispatcher decideProtocolsForRequest:] (UCURLProtocolDispatcher.mm:394) 8 MyApp 0x000000010a27f354 -[UCURLProtocolDispatcher sendingNormalRequest] (UCURLProtocolDispatcher.mm:563) 9 MyApp 0x000000010a27f814 -[UCURLProtocolDispatcher startLoading] (UCURLProtocolDispatcher.mm:671) 10 MyApp 0x000000010a26c27c __50-[UCWKURLSchemeTaskCon startWithWebview:delegate:]_block_invoke_2 (UCWKURLSchemeTaskCon.mm:107) 11 Foundation 0x0000000197c86458 __NSThreadPerformPerform + 264 12 CoreFoundation 0x0000000199058f4c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 13 CoreFoundation 0x0000000199058ee0 __CFRunLoopDoSource0 + 176 14 CoreFoundation 0x000000019905bb40 __CFRunLoopDoSources0 + 244 15 CoreFoundation 0x000000019905ad3c __CFRunLoopRun + 840 16 CoreFoundation 0x00000001990ad284 CFRunLoopRunSpecific + 588 17 Foundation 0x0000000197c130e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 18 Foundation 0x0000000197c0f2b0 -[NSRunLoop(NSRunLoop) run] + 64 19 MyApp 0x000000010a29b56c +[QKWKNetThread netThreadEntryPoint] (QKWKNetThread.m:50) 20 Foundation 0x0000000197cfef30 __NSThread__start__ + 724 21 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 126: 0 JavaScriptCore 0x00000001afdf1670 JSC::MarkedBlock::Handle::sweep(JSC::FreeList*) + 6352 1 JavaScriptCore 0x00000001afdefe7c JSC::MarkedBlock::Handle::sweep(JSC::FreeList*) + 220 2 JavaScriptCore 0x00000001afe54238 JSC::Heap::resumeThePeriphery() + 80 3 JavaScriptCore 0x00000001afe51310 JSC::Heap::finishChangingPhase(JSC::GCConductor) + 204 4 JavaScriptCore 0x00000001afe51950 JSC::Heap::runFixpointPhase(JSC::GCConductor) + 672 5 JavaScriptCore 0x00000001afe5116c JSC::Heap::runCurrentPhase(JSC::GCConductor, JSC::CurrentThreadState*) + 216 6 JavaScriptCore 0x00000001afe50f4c JSC::Heap::HeapThread::work() + 36 7 JavaScriptCore 0x00000001afd84748 _ZN3WTF6Detail15CallableWrapperIZNS_15AutomaticThread5startERKNS_14AbstractLockerEE3$_0vJEE4callEv + 696 8 JavaScriptCore 0x00000001aff40b48 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 352 9 JavaScriptCore 0x00000001aff409dc WTF::wtfThreadEntryPoint(void*) + 16 10 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 127: 0 libsystem_kernel.dylib 0x00000001ea73c788 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x00000001ea73fe98 mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x00000001ea73fdb0 mach_msg_overwrite + 424 3 libsystem_kernel.dylib 0x00000001ea73fbfc mach_msg + 24 4 MyApp 0x0000000107f52680 handleExceptions (Source/KSCrash/Recording/Monitors/KSCrashMonitor_MachException.c:0) 5 libsystem_pthread.dylib 0x0000000223d7a7d0 _pthread_start + 136 Thread 102 crashed with ARM-64 Thread State: x0: 0x000000013bfd4000 x1: 0x0000000000000000 x2: 0xffffffffffffffd0 x3: 0x0000000303aa8710 x4: 0x0000000303aa8740 x5: 0x0000000000000020 x6: 0x0000000303102840 x7: 0x0000000000000000 x8: 0x0000000000000000 x9: 0x0000000000000000 x10: 0xab00ab01ab020090 x11: 0x00000000000006c0 x12: 0x00000000000007fb x13: 0x00000000000007fd x14: 0x00000000b7a2f80d x15: 0x00000000b782f00c x16: 0x000000014828c190 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000000000018 x20: 0xab00ab01ab020090 x21: 0x000000014828c000 x22: 0x0000000000000000 x23: 0x000000013d05e000 x24: 0x0000000000000080 x25: 0x000000013c7d8830 x26: 0x00000001531c9310 x27: 0x0000000000000000 x28: 0x000000014828c190 x29: 0x00000003215c2bf0 fp: 0x00000003215c2bf0 lr: 0x00000001b0a92620 sp: 0x00000003215c2a80 pc: 0x00000001b0a926c8 cpsr: 0x0000000060001000
I have attached a crash log encountered in iOS 18, hoping you can provide more effective information for problem diagnosis, especially since there are specific details worth noting near the crash registers.
INVALID HANDLE: MarkedBlock = 0x141158000; heapCell = 0x14115bfa0; type = 0
INVALID HANDLE: found 24 0s at beginning of block
INVALID HANDLE: block in another VM: 1, block in another VM: 1; other VM is 0x1324b6000
Moreover, in iOS 18.4, due to the implementation of dumpInfoAndCrashForInvalidHandleV2, the message has changed to:
INVALID HANDLE 587: markedBlock=0x303518000; heapCell=0x303518fe0; cellFirst8Bytes=0; subspaceHash=0; contiguousZeros=0; totalzeros=0; blockVM=0x0; actualVM=0x0; isBlockVMValid=0; isBlockInSet=0; isBlockInDir=0; foundInBlockVM=0;
INVALID HANDLE 606: markedBlock=0x303518000; heapCell=0x303518fe0; cellFirst8Bytes=0; subspaceHash=0; contiguousZeros=16384; totalZeros=16384; blockVM=0x0; actualVM=0x0; isBlockVMValid=0; isBlockInSet=0; isBlockInDir=0; foundInBlockVM=0;
INVALID HANDLE 615: markedBlock=0x303518000; heapCell=0x303518fe0; cellFirst8Bytes=0; subspaceHash=0; contiguousZeros=16384; totalZeros=16384; blockVM=0x0; actualVM=0x0; isBlockVMValid=0; isBlockInSet=1; isBlockInDir=1; foundInBlockVM=0;
(Further INVALID HANDLE messages follow the same format)
I hope this provides you with more information.
Are you using JavaScriptCore library directly in your app or are you using it inside of a web view? If you are using it directly, going by the crash log it appears that JavaScriptCore is trying to recover memory. I would start by reviewing the memory allocation strategies in all of your JavaScriptCore API usage - especially custom objects.
If you're not using JavaScriptCore directly and you're using a web view, please file a bug report, include a small Xcode project and some directions that can be used to reproduce the problem, and post the FB number here once you do. If you post the bug number here I'll check the status next time I do a sweep of forums posts where I've suggested bug reports.
Bug Reporting: How and Why? has tips on creating your bug report.