fzyzcjy / flutter_convenient_test

Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more
pub.dev/packages/convenient_test
MIT License
475 stars 42 forks source link

sometimes see `Lost connection to device.` in worker, when hot restarting it, related to Flutter's `UIViewAnimationBlockDelegate` #188

Closed fzyzcjy closed 1 year ago

fzyzcjy commented 2 years ago

[TODO] firstly, examine whether there is a crash log

[TODO] maybe the isolate we send hotRestart to is wrong?

fzyzcjy commented 2 years ago

https://stackoverflow.com/questions/1864479/crash-logs-generated-by-iphone-simulator

(base) ➜ ~ ls ~/Library/Logs/DiagnosticReports/ ... Runner_2022-05-12-082607_TomdeMac-mini.crash

fzyzcjy commented 2 years ago
``` Process: Runner [52672] Path: /Users/USER/Library/Developer/CoreSimulator/Devices/7F6DECAE-0468-4E27-A1A0-6DBB4F645355/data/Containers/Bundle/Application/3E29E94A-780B-4B29-B2A8-4B056E7D0F01/Runner.app/Runner Identifier: Runner Version: 1.0.0 (1) Code Type: X86-64 (Native) Parent Process: launchd_sim [40420] Responsible: SimulatorTrampoline [881] User ID: 501 Date/Time: 2022-05-12 08:26:05.276 +0800 OS Version: macOS 11.6.4 (20G417) Report Version: 12 Bridge OS Version: 6.2 (19P744) Anonymous UUID: D400DC26-4F32-86B7-923F-2CF5835D4282 Sleep/Wake UUID: A7A52E60-3F05-41D6-BC56-27329B102EA4 Time Awake Since Boot: 520000 seconds Time Since Wake: 4700 seconds System Integrity Protection: disabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: EXC_I386_GPFLT Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [52672] Application Specific Information: dyld4 config: DYLD_ROOT_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot CoreSimulator 776.3 - Device: iPhone 12 Pro Max (7F6DECAE-0468-4E27-A1A0-6DBB4F645355) - Runtime: iOS 15.0 (19A339) - DeviceType: iPhone 12 Pro Max Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libobjc.A.dylib 0x00007fff2019cc38 objc_retain + 8 1 libsystem_blocks.dylib 0x00007fff2008a629 _Block_object_assign + 190 2 io.flutter.flutter 0x000000010f57ff1f __copy_helper_block_e8_32o40b + 31 3 libsystem_blocks.dylib 0x00007fff2008a393 _Block_copy + 198 4 com.apple.UIKitCore 0x00007fff255b0113 +[UIViewAnimationBlockDelegate animationBlockDelegateWithDuration:options:start:completion:] + 161 5 com.apple.UIKitCore 0x00007fff2557e97f -[UIViewAnimationState setupWithDuration:delay:view:options:factory:parentState:start:completion:] + 545 6 com.apple.UIKitCore 0x00007fff255b0aac +[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:] + 548 7 com.apple.UIKitCore 0x00007fff255b0e55 +[UIView(UIViewAnimationWithBlocks) animateWithDuration:animations:completion:] + 30 8 io.flutter.flutter 0x000000010f59a163 -[FlutterViewController removeSplashScreenView:] + 178 9 io.flutter.flutter 0x000000010f59f63e std::__1::__function::__func<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'(), std::__1::allocator<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'()>, void ()>::operator()() + 164 10 io.flutter.flutter 0x000000010f8efef0 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 164 11 io.flutter.flutter 0x000000010f8f6324 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 26 12 com.apple.CoreFoundation 0x00007fff2036a6c6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 13 com.apple.CoreFoundation 0x00007fff2036a1c2 __CFRunLoopDoTimer + 923 14 com.apple.CoreFoundation 0x00007fff20369781 __CFRunLoopDoTimers + 265 15 com.apple.CoreFoundation 0x00007fff20363dc0 __CFRunLoopRun + 2010 16 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 17 com.apple.GraphicsServices 0x00007fff2c851cd3 GSEventRunModal + 139 18 com.apple.UIKitCore 0x00007fff24ffbe63 -[UIApplication _run] + 928 19 com.apple.UIKitCore 0x00007fff25000a53 UIApplicationMain + 101 20 com.example.example 0x000000010ccececf main + 63 (AppDelegate.swift:5) 21 dyld_sim 0x000000010cd04e1e start_sim + 10 22 ??? 0x0000000000000001 0 + 1 23 ??? 0x0000000000000007 0 + 7 Thread 1:: com.apple.uikit.eventfetch-thread 0 libsystem_kernel.dylib 0x00007fff6bf982ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6bf9862c mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff20369450 __CFRunLoopServiceMachPort + 319 3 com.apple.CoreFoundation 0x00007fff20363af3 __CFRunLoopRun + 1293 4 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 5 com.apple.Foundation 0x00007fff2081941c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 6 com.apple.Foundation 0x00007fff20819693 -[NSRunLoop(NSRunLoop) runUntilDate:] + 72 7 com.apple.UIKitCore 0x00007fff250bc0b9 -[UIEventFetcher threadMain] + 491 8 com.apple.Foundation 0x00007fff20842142 __NSThread__start__ + 999 9 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 10 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 2: 0 libsystem_pthread.dylib 0x00007fff6bfea420 start_wqthread + 0 Thread 3: 0 libsystem_pthread.dylib 0x00007fff6bfea420 start_wqthread + 0 Thread 4:: io.flutter.1.ui 0 io.flutter.flutter 0x000000010fbe0e39 dart::Function::Owner() const + 201 1 io.flutter.flutter 0x000000010fdf75ff dart::kernel::FlowGraphBuilder::InstanceCall(dart::TokenPosition, dart::String const&, dart::Token::Kind, long, long, dart::Array const&, long, dart::Function const&, dart::Function const&, dart::kernel::InferredTypeMetadata const*, bool, dart::kernel::CallSiteAttributesMetadata const*, bool, bool) + 911 2 io.flutter.flutter 0x000000010fde8aff dart::kernel::StreamingFlowGraphBuilder::BuildInstanceGet(dart::TokenPosition*) + 415 3 io.flutter.flutter 0x000000010fdf2e03 dart::kernel::StreamingFlowGraphBuilder::TranslateConditionForControl() + 339 4 io.flutter.flutter 0x000000010fdf4754 dart::kernel::StreamingFlowGraphBuilder::TranslateLogicalExpressionForValue(bool, dart::kernel::TestFragment*) + 36 5 io.flutter.flutter 0x000000010fdecb95 dart::kernel::StreamingFlowGraphBuilder::BuildLogicalExpression(dart::TokenPosition*) + 133 6 io.flutter.flutter 0x000000010fdf0f60 dart::kernel::StreamingFlowGraphBuilder::BuildReturnStatement(dart::TokenPosition*) + 128 7 io.flutter.flutter 0x000000010fde789c dart::kernel::StreamingFlowGraphBuilder::BuildFunctionBody(dart::Function const&, dart::LocalVariable*, bool) + 252 8 io.flutter.flutter 0x000000010fde7f1c dart::kernel::StreamingFlowGraphBuilder::BuildGraphOfFunction(bool) + 748 9 io.flutter.flutter 0x000000010fde8416 dart::kernel::StreamingFlowGraphBuilder::BuildGraph() + 358 10 io.flutter.flutter 0x000000010fdf8ac3 dart::kernel::FlowGraphBuilder::BuildGraph() + 99 11 io.flutter.flutter 0x000000010fcdeb10 dart::DartCompilationPipeline::BuildFlowGraph(dart::Zone*, dart::ParsedFunction*, dart::ZoneGrowableArray*, long, bool) + 64 12 io.flutter.flutter 0x000000010fcdfa95 dart::CompileParsedFunctionHelper::Compile(dart::CompilationPipeline*) + 1013 13 io.flutter.flutter 0x000000010fce085d dart::CompileFunctionHelper(dart::CompilationPipeline*, dart::Function const&, bool, long) + 1101 14 io.flutter.flutter 0x000000010fce03e1 dart::Compiler::CompileFunction(dart::Thread*, dart::Function const&) + 513 15 io.flutter.flutter 0x000000010fbf86c4 dart::Function::EnsureHasCode() const + 100 16 io.flutter.flutter 0x000000010fc9e380 dart::TrySwitchInstanceCall(dart::Thread*, dart::StackFrame*, dart::Code const&, dart::Function const&, dart::ICData const&, dart::Function const&) + 240 17 io.flutter.flutter 0x000000010fc9e4ab dart::PatchableCallHandler::DoICDataMissJIT(dart::ICData const&, dart::Object const&, dart::Function const&) + 107 18 io.flutter.flutter 0x000000010fc9ea51 dart::PatchableCallHandler::ResolveSwitchAndReturn(dart::Object const&) + 305 19 io.flutter.flutter 0x000000010fc9eda9 dart::DRT_InlineCacheMissHandlerOneArg(dart::NativeArguments) + 681 20 ??? 0x0000000112f82563 0 + 4613219683 21 ??? 0x0000000112f83472 0 + 4613223538 22 ??? 0x0000000113c96948 0 + 4626934088 23 ??? 0x0000000113c7188b 0 + 4626782347 24 ??? 0x0000000113c3f340 0 + 4626576192 25 ??? 0x0000000113c3e673 0 + 4626572915 26 ??? 0x0000000113c3e0cf 0 + 4626571471 27 ??? 0x0000000113c3e004 0 + 4626571268 28 ??? 0x0000000113c3db16 0 + 4626570006 29 ??? 0x0000000113c3c9f3 0 + 4626565619 30 ??? 0x0000000113c3c2bf 0 + 4626563775 31 ??? 0x0000000113c3c001 0 + 4626563073 32 ??? 0x0000000113a2fc0f 0 + 4624415759 33 ??? 0x0000000113a2fa94 0 + 4624415380 34 ??? 0x0000000113a2f39d 0 + 4624413597 35 ??? 0x0000000113a55d5d 0 + 4624571741 36 ??? 0x0000000113a55c64 0 + 4624571492 37 ??? 0x0000000113a2fd3d 0 + 4624416061 38 ??? 0x0000000113a2fa94 0 + 4624415380 39 ??? 0x0000000113a2f39d 0 + 4624413597 40 ??? 0x0000000113a7fc2a 0 + 4624743466 41 ??? 0x0000000113a7fb1d 0 + 4624743197 42 ??? 0x0000000113a26388 0 + 4624376712 43 ??? 0x0000000113a7efbc 0 + 4624740284 44 ??? 0x0000000113a7d4d0 0 + 4624733392 45 ??? 0x0000000113a7d1ed 0 + 4624732653 46 ??? 0x0000000113a26388 0 + 4624376712 47 ??? 0x0000000113a25bfe 0 + 4624374782 48 ??? 0x0000000112f829b5 0 + 4613220789 49 io.flutter.flutter 0x000000010fb670b8 dart::DartEntry::InvokeCode(dart::Code const&, unsigned long, dart::Array const&, dart::Array const&, dart::Thread*) + 296 50 io.flutter.flutter 0x000000010fb66f24 dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long) + 324 51 io.flutter.flutter 0x000000010fb69292 dart::DartLibraryCalls::HandleMessage(long long, dart::Instance const&) + 354 52 io.flutter.flutter 0x000000010fb8ae96 dart::IsolateMessageHandler::HandleMessage(std::__1::unique_ptr >) + 966 53 io.flutter.flutter 0x000000010fbb4133 dart::MessageHandler::HandleMessages(dart::MonitorLocker*, bool, bool) + 291 54 io.flutter.flutter 0x000000010fbb42d0 dart::MessageHandler::HandleNextMessage() + 64 55 io.flutter.flutter 0x000000010fe74310 Dart_HandleMessage + 256 56 io.flutter.flutter 0x000000010f9fb76d tonic::DartMessageHandler::OnHandleMessage(tonic::DartState*) + 183 57 io.flutter.flutter 0x000000010f9fbaa8 std::__1::__function::__func, void ()>::operator()() + 50 58 io.flutter.flutter 0x000000010fb0f873 std::__1::__function::__func)::$_3::operator()(std::__1::function) const::'lambda'(), std::__1::allocator)::$_3::operator()(std::__1::function) const::'lambda'()>, void ()>::operator()() + 43 59 io.flutter.flutter 0x000000010f8efef0 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 164 60 io.flutter.flutter 0x000000010f8f6324 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 26 61 com.apple.CoreFoundation 0x00007fff2036a6c6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 62 com.apple.CoreFoundation 0x00007fff2036a1c2 __CFRunLoopDoTimer + 923 63 com.apple.CoreFoundation 0x00007fff20369781 __CFRunLoopDoTimers + 265 64 com.apple.CoreFoundation 0x00007fff20363dc0 __CFRunLoopRun + 2010 65 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 66 io.flutter.flutter 0x000000010f8f6461 fml::MessageLoopDarwin::Run() + 65 67 io.flutter.flutter 0x000000010f8efe00 fml::MessageLoopImpl::DoRun() + 22 68 io.flutter.flutter 0x000000010f8f4eea void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::basic_string, std::__1::allocator > const&)::$_0> >(void*) + 170 69 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 70 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 5:: io.flutter.1.raster 0 libsystem_kernel.dylib 0x00007fff6bf982ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6bf9862c mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff20369450 __CFRunLoopServiceMachPort + 319 3 com.apple.CoreFoundation 0x00007fff20363af3 __CFRunLoopRun + 1293 4 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 5 io.flutter.flutter 0x000000010f8f6461 fml::MessageLoopDarwin::Run() + 65 6 io.flutter.flutter 0x000000010f8efe00 fml::MessageLoopImpl::DoRun() + 22 7 io.flutter.flutter 0x000000010f8f4eea void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::basic_string, std::__1::allocator > const&)::$_0> >(void*) + 170 8 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 9 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 6:: io.flutter.1.io 0 libsystem_kernel.dylib 0x00007fff6bf982ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6bf9862c mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff20369450 __CFRunLoopServiceMachPort + 319 3 com.apple.CoreFoundation 0x00007fff20363af3 __CFRunLoopRun + 1293 4 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 5 io.flutter.flutter 0x000000010f8f6461 fml::MessageLoopDarwin::Run() + 65 6 io.flutter.flutter 0x000000010f8efe00 fml::MessageLoopImpl::DoRun() + 22 7 io.flutter.flutter 0x000000010f8f4eea void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::basic_string, std::__1::allocator > const&)::$_0> >(void*) + 170 8 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 9 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 7:: io.flutter.1.profiler 0 libsystem_kernel.dylib 0x00007fff6bf982ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6bf9862c mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff20369450 __CFRunLoopServiceMachPort + 319 3 com.apple.CoreFoundation 0x00007fff20363af3 __CFRunLoopRun + 1293 4 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 5 io.flutter.flutter 0x000000010f8f6461 fml::MessageLoopDarwin::Run() + 65 6 io.flutter.flutter 0x000000010f8efe00 fml::MessageLoopImpl::DoRun() + 22 7 io.flutter.flutter 0x000000010f8f4eea void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::basic_string, std::__1::allocator > const&)::$_0> >(void*) + 170 8 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 9 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 8:: io.worker.1 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010f8ed18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010f8ed7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 9:: io.worker.2 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010f8ed18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010f8ed7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 10:: io.worker.3 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010f8ed18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010f8ed7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 11:: io.worker.4 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010f8ed18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010f8ed7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 12:: io.worker.5 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010f8ed18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010f8ed7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 13:: io.worker.6 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010f8ed18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010f8ed7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 14:: io.worker.7 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010f8ed18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010f8ed7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 15:: io.worker.8 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010f8ed18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010f8ed7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 16:: io.worker.9 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010f8ed18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010f8ed7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 17:: io.worker.10 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010f8ed18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010f8ed7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 18:: io.worker.11 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010f8ed18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010f8ed7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 19:: io.worker.12 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010f8ed18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010f8ed7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 20:: dart:io EventHandler 0 libsystem_kernel.dylib 0x00007fff6bf9cc4a kevent + 10 1 io.flutter.flutter 0x000000010faeb268 dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 312 2 io.flutter.flutter 0x000000010fb09c88 dart::bin::ThreadStart(void*) + 40 3 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 4 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 21:: Dart Profiler ThreadInterrupter 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee7f _pthread_cond_wait + 1352 2 io.flutter.flutter 0x000000010fc50986 dart::Monitor::WaitMicros(long long) + 134 3 io.flutter.flutter 0x000000010fcd0dff dart::ThreadInterrupter::ThreadMain(unsigned long) + 447 4 io.flutter.flutter 0x000000010fc4ff6f dart::ThreadStart(void*) + 159 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 22:: Dart Profiler SampleBlockProcessor 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee7f _pthread_cond_wait + 1352 2 io.flutter.flutter 0x000000010fc50986 dart::Monitor::WaitMicros(long long) + 134 3 io.flutter.flutter 0x000000010fc563e5 dart::SampleBlockProcessor::ThreadMain(unsigned long) + 181 4 io.flutter.flutter 0x000000010fc4ff6f dart::ThreadStart(void*) + 159 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 23:: DartWorker 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee7f _pthread_cond_wait + 1352 2 io.flutter.flutter 0x000000010fc50986 dart::Monitor::WaitMicros(long long) + 134 3 io.flutter.flutter 0x000000010fb862cf dart::MutatorThreadPool::OnEnterIdleLocked(dart::MonitorLocker*) + 207 4 io.flutter.flutter 0x000000010fcd1bfd dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 637 5 io.flutter.flutter 0x000000010fcd1dcd dart::ThreadPool::Worker::Main(unsigned long) + 93 6 io.flutter.flutter 0x000000010fc4ff6f dart::ThreadStart(void*) + 159 7 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 8 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 24:: DartWorker 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee7f _pthread_cond_wait + 1352 2 io.flutter.flutter 0x000000010fc50986 dart::Monitor::WaitMicros(long long) + 134 3 io.flutter.flutter 0x000000010fcd1baf dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 559 4 io.flutter.flutter 0x000000010fcd1dcd dart::ThreadPool::Worker::Main(unsigned long) + 93 5 io.flutter.flutter 0x000000010fc4ff6f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 7 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 25:: DartWorker 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee7f _pthread_cond_wait + 1352 2 io.flutter.flutter 0x000000010fc50986 dart::Monitor::WaitMicros(long long) + 134 3 io.flutter.flutter 0x000000010fcd1baf dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 559 4 io.flutter.flutter 0x000000010fcd1dcd dart::ThreadPool::Worker::Main(unsigned long) + 93 5 io.flutter.flutter 0x000000010fc4ff6f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 7 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 26:: DartWorker 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee7f _pthread_cond_wait + 1352 2 io.flutter.flutter 0x000000010fc50986 dart::Monitor::WaitMicros(long long) + 134 3 io.flutter.flutter 0x000000010fcd1baf dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 559 4 io.flutter.flutter 0x000000010fcd1dcd dart::ThreadPool::Worker::Main(unsigned long) + 93 5 io.flutter.flutter 0x000000010fc4ff6f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 7 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 0 crashed with X86 Thread State (64-bit): rax: 0xf000000000000000 rbx: 0x00007fdc9eb0a8c0 rcx: 0x000060000347f7e0 rdx: 0x0000000000000003 rdi: 0x00007fdc9eb0a8c0 rsi: 0x00007fdc9eb0a8c0 rbp: 0x00007ffee2f11000 rsp: 0x00007ffee2f10fd8 r8: 0x00001d6ff193f7e0 r9: 0x00000000001ff800 r10: 0x00007fff862a2808 r11: 0xffffe0012056e5b0 r12: 0x00007fff2019c920 r13: 0x0000000000000000 r14: 0x000060000347f800 r15: 0x0000000000000030 rip: 0x00007fff2019cc38 rfl: 0x0000000000010206 cr2: 0x00007fdc1d700018 Logical CPU: 10 Error Code: 0x00000000 Trap Number: 13 Thread 0 instruction stream: 45 d0 48 8b 0b 48 89 08-48 8b 4b 08 48 89 48 08 E.H..H..H.K.H.H. 41 ff 47 08 48 83 c3 10-49 83 c5 f0 75 bd 4c 89 A.G.H...I...u.L. f7 48 83 c4 08 5b 41 5c-41 5d 41 5e 41 5f 5d e9 .H...[A\A]A^A_]. ac 33 00 00 48 c7 04 08-01 00 00 00 48 83 c1 10 .3..H.......H... 48 39 cb 75 ef 48 83 c4-08 5b 41 5c 41 5d 41 5e H9.u.H...[A\A]A^ 41 5f 5d c3 0f 1f 40 00-48 85 ff 7e 1a 48 8b 07 A_]...@.H..~.H.. [f6]40 20 04 0f 85 12 00-00 00 48 8b 35 0f f9 11 .@ .......H.5... <== 66 ff 25 e1 14 e8 5f 48-89 f8 c3 90 55 48 89 e5 f.%..._H....UH.. 41 57 41 56 41 54 53 48-83 ec 10 49 89 ff 44 89 AWAVATSH...I..D. f8 c1 e8 09 44 89 fb c1-eb 04 31 c3 83 e3 3f 48 ....D.....1...?H c1 e3 06 4c 8d 25 be 49-12 66 4d 8d 34 1c 4c 89 ...L.%.I.fM.4.L. f7 be 00 00 05 00 e8 a9-33 00 00 4a 8d 3c 23 48 ........3..J.<#H Thread 0 last branch register state not available. Binary Images: 0x10cceb000 - 0x10cceefff +com.example.example (1.0.0 - 1) /Users/USER/Library/Developer/CoreSimulator/Devices/7F6DECAE-0468-4E27-A1A0-6DBB4F645355/data/Containers/Bundle/Application/3E29E94A-780B-4B29-B2A8-4B056E7D0F01/Runner.app/Runner 0x10cd03000 - 0x10cd4ffff +dyld_sim (932.4) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim 0x10ce98000 - 0x10ce9bfff +org.cocoapods.integration-test (0.0.1 - 1) <0898F8FD-05D0-3913-A745-2F4FC83DB7DD> /Users/USER/Library/Developer/CoreSimulator/Devices/7F6DECAE-0468-4E27-A1A0-6DBB4F645355/data/Containers/Bundle/Application/3E29E94A-780B-4B29-B2A8-4B056E7D0F01/Runner.app/Frameworks/integration_test.framework/integration_test 0x10ceac000 - 0x10ceaffff +org.cocoapods.path-provider-ios (0.0.1 - 1) /Users/USER/Library/Developer/CoreSimulator/Devices/7F6DECAE-0468-4E27-A1A0-6DBB4F645355/data/Containers/Bundle/Application/3E29E94A-780B-4B29-B2A8-4B056E7D0F01/Runner.app/Frameworks/path_provider_ios.framework/path_provider_ios 0x10cf72000 - 0x10cf7efff +libobjc-trampolines.dylib (838) <1E0DCBFC-3AE4-3D7A-B368-77F48CCA980E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc-trampolines.dylib 0x10f572000 - 0x11106dfff +io.flutter.flutter (1.0 - 1.0) /Users/USER/Library/Developer/CoreSimulator/Devices/7F6DECAE-0468-4E27-A1A0-6DBB4F645355/data/Containers/Bundle/Application/3E29E94A-780B-4B29-B2A8-4B056E7D0F01/Runner.app/Frameworks/Flutter.framework/Flutter 0x114844000 - 0x1148dffff dyld (852.2) <2400DF9F-B3B6-3CE0-8877-BC176527BEED> /usr/lib/dyld 0x7fff2003c000 - 0x7fff20053fff +libsystem_trace.dylib (1372.10.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_trace.dylib 0x7fff20054000 - 0x7fff20088fff +libxpc.dylib (2235.12.1) <68F6BE69-6DB2-3A18-A053-2C03A9D2A10A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libxpc.dylib 0x7fff20089000 - 0x7fff2008afff +libsystem_blocks.dylib (79) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_blocks.dylib 0x7fff2008b000 - 0x7fff2010efff +libsystem_c.dylib (1506.10.3) <51ACA1B3-4CCF-3807-BAD5-887C92FD66A8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_c.dylib 0x7fff2010f000 - 0x7fff20155fff +libdispatch.dylib (1324.10.4) <888B1439-4DEB-36FA-9CA2-6761A53541B5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib 0x7fff20156000 - 0x7fff2017efff +libsystem_malloc.dylib (372) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_malloc.dylib 0x7fff2017f000 - 0x7fff201b0fff +libobjc.A.dylib (838) <8D646E32-1ECC-300D-ACEA-E906348AB594> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib 0x7fff201b1000 - 0x7fff20242fff +libcorecrypto.dylib (1217.10.4) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcorecrypto.dylib 0x7fff20243000 - 0x7fff20258fff +libc++abi.dylib (1200.3) <0730C74E-AE80-3F64-92C9-FE946463A8DE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++abi.dylib 0x7fff20259000 - 0x7fff20264fff +libdyld.dylib (932.4) <49FE175B-52EE-34BB-863F-CF2EF72D5D22> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdyld.dylib 0x7fff20265000 - 0x7fff2026dfff +libsystem_darwin.dylib (1506.10.3) <585E0355-1E70-3733-92FC-7292E8BA4B60> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_darwin.dylib 0x7fff2026e000 - 0x7fff202c3fff +libc++.1.dylib (1200.3) <0671D992-833A-3DB2-AAF7-DE1B5A18DD4B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib 0x7fff202c4000 - 0x7fff202e8fff +libsystem_info.dylib (554) <03BD1541-34F4-3D7F-9B9C-D740297DBC35> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_info.dylib 0x7fff202e9000 - 0x7fff20688fff com.apple.CoreFoundation (6.9 - 1854) <1E31C79C-63D5-3C10-857D-2D64F9EFCC55> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x7fff20689000 - 0x7fff206f6fff com.apple.SystemConfiguration (1.21 - 1.21) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x7fff206f7000 - 0x7fff209abfff com.apple.Foundation (6.9 - 1854) <02621B3D-174A-37BE-879C-4BE0F0FA8D96> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation 0x7fff209ac000 - 0x7fff209dafff +libCRFSuite.dylib (51) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libCRFSuite.dylib 0x7fff209db000 - 0x7fff20b89fff com.apple.CoreServices (839 - 839) <53421441-274D-3118-89B5-6920DFC5378A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreServices.framework/CoreServices 0x7fff20b8a000 - 0x7fff20bf7fff +libSparse.dylib (108) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib 0x7fff20bf8000 - 0x7fff20f8dfff com.apple.ImageIO (3.3.0 - 2216) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ImageIO.framework/ImageIO 0x7fff20f91000 - 0x7fff2115ffff com.apple.CoreText (706.3 - 706.3) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreText.framework/CoreText 0x7fff21160000 - 0x7fff212b7fff com.apple.Security (10.0 - 60157.12.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Security.framework/Security 0x7fff212b8000 - 0x7fff21343fff com.apple.framework.IOKit (2.0.2 - 1952.10.3) <7C30F325-4740-354C-A495-098136A52620> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff21344000 - 0x7fff2136afff +libMobileGestalt.dylib (1073.12.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMobileGestalt.dylib 0x7fff213d7000 - 0x7fff21658fff +libicucore.A.dylib (68232) <55776270-F025-30D6-AB9E-83514A4F38F4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libicucore.A.dylib 0x7fff21701000 - 0x7fff21b98fff com.apple.audio.CoreAudio (5.0 - 5.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x7fff21b99000 - 0x7fff21ec5fff com.apple.CoreImage (15.0 - 1200.47) <69CDAC26-9E62-3B66-AA35-C03462B69454> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreImage.framework/CoreImage 0x7fff21ec6000 - 0x7fff21fb7fff com.apple.LanguageModeling (1.0 - 277) <8F2C2231-D96D-30AA-847F-A9B824EE284B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x7fff21fb8000 - 0x7fff22002fff com.apple.Lexicon-framework (1.0 - 98) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Lexicon.framework/Lexicon 0x7fff22003000 - 0x7fff221a7fff +libsqlite3.dylib (329) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libsqlite3.dylib 0x7fff221a8000 - 0x7fff221b2fff +libsystem_notify.dylib (301) <7B123814-E5BA-31ED-BE25-F7D68E63FF6C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_notify.dylib 0x7fff223b5000 - 0x7fff225fafff com.apple.Montreal (1.0 - 165) <287D35DF-3EBE-362C-A941-A0BD2A496DFB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Montreal.framework/Montreal 0x7fff2270a000 - 0x7fff22746fff com.apple.AppSupport (1.0.0 - 29) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x7fff22747000 - 0x7fff2300ffff +libnetwork.dylib (2736.12.1) <699A05B8-090C-32E1-8A57-5B6BDD720F08> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libnetwork.dylib 0x7fff23010000 - 0x7fff23123fff com.apple.managedconfiguration (1.0 - 1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x7fff23124000 - 0x7fff2315bfff com.apple.CSStore (1141.1 - 1141.1) <41B46FE7-9D82-377D-BB1C-5A16E0A27EF0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore 0x7fff2315c000 - 0x7fff23178fff com.apple.UserManagement (1.0 - 1) <84CAE4E7-5FEB-3DD2-9587-1AD8AD14060A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x7fff23179000 - 0x7fff234cafff com.apple.CoreML (1.0 - 1125.12.1) <2BDEB03C-A700-33F8-A62E-39DC206F78B3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreML.framework/CoreML 0x7fff234cb000 - 0x7fff234e1fff com.apple.ProtocolBuffer (1 - 288.30.3.2.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x7fff234e2000 - 0x7fff234f6fff com.apple.commonutilities (8.0 - 900) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x7fff234f7000 - 0x7fff23540fff com.apple.RunningBoardServices (1.0 - 617.0.30) <7621B1D5-F03E-3188-82C6-870737A0670D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices 0x7fff23541000 - 0x7fff235e9fff com.apple.BaseBoard (567 - 567) <115F946D-6EA7-3209-9676-C2BCD5F305C1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x7fff23c77000 - 0x7fff23d13fff com.apple.corelocation (2663.0.3 - 2663.0.3) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x7fff23d1d000 - 0x7fff23d8cfff com.apple.Accounts (113 - 113) <3D4138D9-4F6E-3EE2-AA4F-DA57DD250F01> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accounts.framework/Accounts 0x7fff23dad000 - 0x7fff24219fff com.apple.CFNetwork (1312 - 1312) <35B9CA69-AC1B-3620-BEB0-728FE87C024D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x7fff2421a000 - 0x7fff24333fff com.apple.UIFoundation (1.0 - 779) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x7fff24334000 - 0x7fff258d2fff com.apple.UIKitCore (1.0 - 5067.3.107) <9B492A0F-D6A5-3BC5-9689-50586F8DB216> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x7fff258d3000 - 0x7fff258e1fff com.apple.AssertionServices (1.0 - 617.0.30) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x7fff258e2000 - 0x7fff259dbfff com.apple.CoreTelephony (113 - 9091) <2959F5D0-95DB-381E-98B2-C1E5675C4C00> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x7fff259dc000 - 0x7fff259e0fff com.apple.AggregateDictionary (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x7fff259e1000 - 0x7fff259f7fff +libsystem_asl.dylib (390) <3AEE8707-6896-391D-91BD-1224DBE87CC4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_asl.dylib 0x7fff25a85000 - 0x7fff25e13fff com.apple.CoreData (120 - 1132) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreData.framework/CoreData 0x7fff26130000 - 0x7fff2617ffff com.apple.BoardServices (1.0 - 567) <7EAF527F-A460-3F85-8D7F-A23BA528B947> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BoardServices.framework/BoardServices 0x7fff26246000 - 0x7fff26273fff com.apple.analyticsd (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics 0x7fff26274000 - 0x7fff26418fff com.apple.cloudkit.CloudKit (1043 - 1043) <3242D6E7-90EC-32DC-8F95-38DFCA332B5A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CloudKit.framework/CloudKit 0x7fff26419000 - 0x7fff2647afff com.apple.SpringBoardServices (1.0 - 1.0) <8E0F9867-3F06-30A2-8AB9-860E5583B8DE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x7fff2647b000 - 0x7fff26507fff com.apple.FrontBoardServices (762 - 762) <15BB9E3F-0A92-3591-A8B6-04A623E74EE6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x7fff26508000 - 0x7fff265acfff com.apple.Network (1.0 - 1) <41DBAAC0-0CA3-37B7-AF47-FBD682EEDCD9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Network.framework/Network 0x7fff26611000 - 0x7fff27ee6fff com.apple.GeoServices (1.0 - 1829.30.7.27.7) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x7fff27ee7000 - 0x7fff27ef6fff com.apple.TCC (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/TCC 0x7fff27ef7000 - 0x7fff27f52fff com.apple.imfoundation (10.0 - 1000) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x7fff27f53000 - 0x7fff280bafff com.apple.CoreUtils (6.7 - 670.33) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x7fff28191000 - 0x7fff281acfff +libsystem_containermanager.dylib (382.0.15) <8D16F7DF-AFC9-3FA5-A13D-32B121E4D518> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_containermanager.dylib 0x7fff282f8000 - 0x7fff28315fff com.apple.aps.framework (4.0 - 4.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x7fff28316000 - 0x7fff28466fff com.apple.ids (10.0 - 1000) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/IDS 0x7fff28467000 - 0x7fff285f2fff com.apple.idsfoundation (10.0 - 1000) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x7fff2865a000 - 0x7fff2872dfff com.apple.CoreMedia (1.0 - 2896.25.1.10) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x7fff2872e000 - 0x7fff2874dfff com.apple.UIKitServices (1.0 - 1) <695DC470-F298-3EA8-8E1E-02DB2B183D56> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices 0x7fff2874e000 - 0x7fff287b9fff com.apple.BackBoardServices (1.0 - 1.0) <589886F5-1DD4-3F18-A448-A7889EA5EEAA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x7fff287ba000 - 0x7fff28a44fff com.apple.QuartzCore (1.11 - 962.10.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x7fff28a45000 - 0x7fff28b05fff com.apple.ColorSync (4.13.0 - 3519) <29A42C4F-A7A2-377D-90BF-E52AB39F1EF1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x7fff28b06000 - 0x7fff291d9fff com.apple.CoreGraphics (2.0 - 1548.1.3) <5F92F920-EE88-3A1F-8155-ACE2BFE65D31> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x7fff2932c000 - 0x7fff29366fff com.apple.UserNotifications (1.0 - 409.1) <49ABB6CC-61A5-3D84-89F6-BD28D55540A7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x7fff29367000 - 0x7fff2938afff com.apple.locationsupport (2663.0.3 - 2663.0.3) <8B151112-1732-3068-8022-DB347F5E91F8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport 0x7fff2938b000 - 0x7fff294ecfff com.apple.Sharing (1737.1.9 - 1737.1.9) <9713DD18-BC45-3C70-8569-EFBBA81024CB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Sharing.framework/Sharing 0x7fff29da4000 - 0x7fff2c2acfff com.apple.WebCore (8612 - 8612.1.27.0.31) <37DF8FA3-E552-33AA-A4C5-33CB622BD8D4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x7fff2c2ad000 - 0x7fff2c2cbfff +libAccessibility.dylib (2933.4.12) <6C0C6EC9-A90E-3AFE-8873-6B1673EE8D70> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAccessibility.dylib 0x7fff2c2cc000 - 0x7fff2c2ddfff com.apple.accessibility.AXCoreUtilities (1.0 - 1) <400BF44C-2285-32E1-83B8-D9D9F3653923> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities 0x7fff2c367000 - 0x7fff2c373fff com.apple.IOSurface (302.9 - 302.9) <8F60AE69-91A7-3FD5-8959-DF5F05120FBE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/IOSurface.framework/IOSurface 0x7fff2c374000 - 0x7fff2c84dfff com.apple.MediaToolbox (1.0 - 2896.25.1.10) <85F110D1-62BF-3987-8497-58A6293C6CA5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x7fff2c84e000 - 0x7fff2c856fff com.apple.GraphicsServices (1.0 - 1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x7fff2c943000 - 0x7fff2c943fff com.apple.avfoundation (2.0 - 2036.25.1.4) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x7fff2c992000 - 0x7fff2c9b7fff com.apple.MobileAssets (1.0 - 697.0.4) <21A99527-B2BB-384A-BFFE-8277CEAEF997> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x7fff2c9b8000 - 0x7fff2c9c0fff +libGSFont.dylib (94) <102349D9-DB42-3B27-A2ED-5E26CC4B4853> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib 0x7fff2c9c1000 - 0x7fff2c9cdfff com.apple.FontServices (1.0 - 1) <5684D3E0-EBC0-3968-8D1D-5F2EB8A24AC1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x7fff2c9ce000 - 0x7fff2caf0fff +libFontParser.dylib (327) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x7fff2d532000 - 0x7fff2e070fff com.apple.vImage (8.1 - 555) <72B2EA48-ABD9-34F8-BB34-2BCDDD25557D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x7fff2e071000 - 0x7fff2e198fff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <06AEB371-20A7-3608-826C-6B87C77D2A6E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x7fff2e199000 - 0x7fff2e1cafff +libAudioToolboxUtility.dylib (1245.12.3.4) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAudioToolboxUtility.dylib 0x7fff2e6b8000 - 0x7fff2e76afff com.apple.ShareSheet (1737.1.9 - 1737.1.9) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet 0x7fff2e8eb000 - 0x7fff2e926fff com.apple.DocumentManager (1.0 - 229) <836A3B82-A641-3BA5-A593-601EF043D1C3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager 0x7fff2eb6d000 - 0x7fff2ec00fff com.apple.AuthKit (1.0 - 1) <2278FD70-471C-396D-ABA2-D64B0A37D3A4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x7fff2f190000 - 0x7fff2f1acfff +libCGInterfaces.dylib (555) <2FA37F92-A62B-35CA-AC74-999BAA1A8C18> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x7fff2f1ad000 - 0x7fff2f325fff com.apple.WebKitLegacy (8612 - 8612.1.27.0.31) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x7fff2f326000 - 0x7fff2f3bafff com.apple.TextInput (1.0 - 1.0) <15455DD7-38F4-3913-9CE6-1123C1D264D6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x7fff2f3bb000 - 0x7fff2f492fff com.apple.accessibility.AXMediaUtilities (1.0 - 1) <294C7C1B-EDEC-3781-AB92-327D929CAE6F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities 0x7fff2f493000 - 0x7fff2f496fff com.apple.dt.XCTTargetBootstrap (19167) <0FDC3C83-4530-372D-8D5E-7F5A8C9255CE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap 0x7fff2f8ca000 - 0x7fff2fb75fff com.apple.AppleMediaServices (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices 0x7fff2fbab000 - 0x7fff2fd9efff com.apple.coremotion (2663.0.3 - 2663.0.3) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x7fff3000a000 - 0x7fff300d6fff com.apple.CoreUI (1.0 - 735) <369BDD8A-FD0F-313E-8F36-F93CC2D582B5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x7fff300fc000 - 0x7fff3012cfff com.apple.CoreVideo (1.8 - 0.0) <36FF22ED-42FB-3BD1-BA22-733228F391D9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x7fff3012d000 - 0x7fff30392fff com.apple.audio.AudioToolboxCore (1.0 - 1245.12.3.4) <7936AB76-98DA-3395-A081-89BC36038003> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore 0x7fff30527000 - 0x7fff30554fff com.apple.pluginkit.framework (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x7fff30555000 - 0x7fff30914fff +libswiftCore.dylib (5.5 - 1300.0.29.207) <09C3C4A8-75FE-33B0-A744-DA03F6C57D19> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCore.dylib 0x7fff30e46000 - 0x7fff30e66fff com.apple.PrototypeTools (1.0 - 1) <17EC8AA1-759B-3B66-A629-30B354AF4CAB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x7fff30e67000 - 0x7fff30e69fff com.apple.MediaExperience (1.0 - 1) <07C529ED-6212-3D45-BFB0-B4A5F6588D95> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience 0x7fff30e6a000 - 0x7fff30e71fff com.apple.Celestial (1.0 - 2896.25.1.10) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x7fff31e90000 - 0x7fff31e92fff +libapp_launch_measurement.dylib (16) <76DF2B88-99FA-3168-8DC6-1606EC956E0D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libapp_launch_measurement.dylib 0x7fff31fc2000 - 0x7fff31ffafff com.apple.MobileBluetooth (1.0 - 1.0) <54F3E579-8C47-34FF-B441-65427D48B466> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x7fff3217d000 - 0x7fff32180fff +libsystem_configuration.dylib (1163.10.2) <8505AAC2-27FB-3D13-9FD4-7D3AA8AD2875> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_configuration.dylib 0x7fff322fe000 - 0x7fff323cafff com.apple.CoreNLP (1.0 - 273) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x7fff323cb000 - 0x7fff323ccfff +liblangid.dylib (136.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/liblangid.dylib 0x7fff323cd000 - 0x7fff336a9fff com.apple.JavaScriptCore (8612 - 8612.1.27.0.31) <9C11A3C8-FB8A-332F-9344-728E9CAE9B64> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x7fff336aa000 - 0x7fff336e9fff +libTelephonyUtilDynamic.dylib (5544) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libTelephonyUtilDynamic.dylib 0x7fff33cd6000 - 0x7fff33cf3fff com.apple.CoreMaterial (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial 0x7fff33cf4000 - 0x7fff33dd6fff +libxml2.2.dylib (35.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libxml2.2.dylib 0x7fff35d46000 - 0x7fff35f9efff com.apple.NetworkExtension (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/NetworkExtension.framework/NetworkExtension 0x7fff35f9f000 - 0x7fff35fd7fff com.apple.datadetectorscore (8.0 - 694) <63486CAA-C43B-34D3-81BC-114CC81E0D1C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x7fff367c6000 - 0x7fff367eafff com.apple.persistentconnection (1.0 - 1.0) <9B3CF2DD-455B-3646-A5CC-D8A3AE7FB2F0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x7fff36bc2000 - 0x7fff36bcafff com.apple.CorePhoneNumbers (1.0 - 1) <982AABB6-D86D-3613-8057-78CADE74AC89> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers 0x7fff36d16000 - 0x7fff36d41fff com.apple.CoreSVG (1.0 - 172) <83B22925-300E-33EC-A06B-B29F0C6EE1D0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG 0x7fff37b7e000 - 0x7fff37b8efff com.apple.BluetoothManager (1.0 - 1) <9EE08527-D482-3564-A771-7E86C81F751E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x7fff37b8f000 - 0x7fff37c0bfff com.apple.CoreBluetooth (1.0 - 1) <48391C18-21D9-3D72-BF04-51ABDA951E6E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x7fff37c0c000 - 0x7fff37c0ffff +libsystem_sandbox.dylib (1656.10.5) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sandbox.dylib 0x7fff37dd5000 - 0x7fff37e4dfff com.apple.Rapport (3.0.0 - 300.66) <6AB157FC-445E-360D-AF6C-9B800119880E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Rapport.framework/Rapport 0x7fff37e94000 - 0x7fff37ee2fff com.apple.MobileInstallation (2.0 - 1.0) <88E75856-0E26-3C51-A32E-B76F23EF92A3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x7fff37ee3000 - 0x7fff37fc4fff com.apple.Metal (257.25 - 257.25) <048E6F78-7125-3491-8513-8DAB6326BE8E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Metal.framework/Metal 0x7fff37fc5000 - 0x7fff37fd0fff com.apple.MediaAccessibility (1.0 - 135) <3FC337F4-4345-3961-A0FD-F8D23D85E872> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x7fff37fee000 - 0x7fff37ff5fff +libsystem_dnssd.dylib (1556.10.10) <91D3A5D9-3328-3031-9B76-40CC3AE3CE37> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_dnssd.dylib 0x7fff37ff6000 - 0x7fff37ffdfff com.apple.PushKit (1.0 - 1) <2F3F87A1-69E2-3548-ABC3-E51FE7F2B4B1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/PushKit.framework/PushKit 0x7fff37ffe000 - 0x7fff38152fff com.apple.FileProvider (374.1.2 - 374.1.2) <4B6405E2-3F13-326C-BC4B-748F1AA928C8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/FileProvider.framework/FileProvider 0x7fff38153000 - 0x7fff38156fff com.apple.LinguisticData (1.0 - 399) <13A18219-0201-3E41-A831-2DD83A08F840> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData 0x7fff381be000 - 0x7fff3868dfff com.apple.VideoToolbox (1.0 - 2896.25.1.10) <57397386-49E4-3541-9D7B-1FC78E2BB5F8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x7fff38d5b000 - 0x7fff38d71fff +libcoretls.dylib (173) <5252100A-C8E2-3BA2-AB41-2A2ACB4693DB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcoretls.dylib 0x7fff38d8a000 - 0x7fff38eaffff +libate.dylib (3.0.6) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libate.dylib 0x7fff3a0fe000 - 0x7fff3a129fff com.apple.Pasteboard (1.0 - 1000) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard 0x7fff3a12a000 - 0x7fff3a170fff com.apple.facetimeservices (10.0 - 1000) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x7fff3a38d000 - 0x7fff3a397fff com.apple.datamigration (1.0 - 1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x7fff3a435000 - 0x7fff3a47cfff com.apple.IconServices (493 - 493) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IconServices.framework/IconServices 0x7fff3a8b7000 - 0x7fff3a8c9fff +libprequelite.dylib (114.12.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libprequelite.dylib 0x7fff3a927000 - 0x7fff3a938fff com.apple.CoreEmoji (1.0 - 142) <0CF3CF40-CCF1-34DA-A907-3F84CAEEA3BE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x7fff3aa92000 - 0x7fff3aa9cfff com.apple.RTCReporting (12.1.47 - 12.1.47) <04E06E8E-1CD1-3E69-BE80-D766AA2CDC99> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting 0x7fff3ac75000 - 0x7fff3ac7cfff com.apple.CoreTime (303) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x7fff3bf47000 - 0x7fff3c694fff +libBNNS.dylib (403.10.2.0.1) <1DCAEA77-FA6F-3202-B1BE-9F8B274F2A2C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x7fff3da7a000 - 0x7fff3da8efff com.apple.LocalAuthentication (1.0 - 984.10.2) <89052D48-03C0-3073-8EDE-A3E7CC8BC5CC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 0x7fff3daba000 - 0x7fff3dabcfff com.apple.CaptiveNetworkSupport (13.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x7fff3dc23000 - 0x7fff3ddacfff +libBLAS.dylib (1381) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x7fff3ebe8000 - 0x7fff3ebf4fff com.apple.mobileicons.framework (1.0 - 372.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x7fff3ef38000 - 0x7fff3efdcfff com.apple.CoreSymbolication (13.0 - 64550.88.1) <7172659C-238D-30C4-98AF-C9AAC6DA3E76> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x7fff3efdd000 - 0x7fff3efe3fff com.apple.ist.IdleTimerServices (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices 0x7fff3fa6e000 - 0x7fff3fab8fff com.apple.ProtectedCloudStorage (1.0 - 1) <516ED314-30FD-3793-B067-7F2FBBC5A96B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x7fff3fba4000 - 0x7fff3fbaffff com.apple.opengles (19.0.17 - 19.0.17) <55C655C2-7108-3908-814E-91A50053002C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x7fff3fd32000 - 0x7fff3fd3bfff +libGFXShared.dylib (19.0.17) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x7fff3fd3c000 - 0x7fff3fd57fff com.apple.CoreAuthentication.SharedUtils (1.0 - 984.10.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils 0x7fff40d4b000 - 0x7fff40d8cfff com.apple.StreamingZip (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 0x7fff42fef000 - 0x7fff42ff2fff com.apple.OSAServicesClient (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient 0x7fff431d8000 - 0x7fff431dafff +libgermantok.dylib (29) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libgermantok.dylib 0x7fff431db000 - 0x7fff43237fff +libmecab.dylib (971) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libmecab.dylib 0x7fff43238000 - 0x7fff4328efff com.apple.Catalyst (1.0 - 8.9) <2EDF858C-0262-3742-A7B5-7C615C4CD7DA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Catalyst.framework/Catalyst 0x7fff43886000 - 0x7fff43886fff com.apple.ftawd (8.0 - 900) <9D5B15A3-2852-30FD-A1A8-8B0BF1A18837> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 0x7fff45f57000 - 0x7fff45fddfff +libarchive.2.dylib (99) <8E7F0D16-BA87-3785-8BB7-262FBE9EE36D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libarchive.2.dylib 0x7fff45fde000 - 0x7fff46015fff com.apple.C2 (1.3 - 594) <23647FF8-9FCA-3738-8830-D98960864EF0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/C2.framework/C2 0x7fff46016000 - 0x7fff46065fff com.apple.NaturalLanguage (1.0 - 100) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage 0x7fff4615e000 - 0x7fff4615ffff +libsystem_coreservices.dylib (133) <9B79252F-81CC-3C78-B427-D33A7939967A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_coreservices.dylib 0x7fff463b3000 - 0x7fff463bcfff +libcopyfile.dylib (179) <1CBBF5F1-A9CD-3427-8EA8-21229C1B6628> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcopyfile.dylib 0x7fff4688f000 - 0x7fff46898fff com.apple.AppleIDSSOAuthentication (1.0 - 1) <53BC3E01-0388-3091-89D1-07A29A9620F7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x7fff487a6000 - 0x7fff487adfff com.apple.URLFormatting (185 - 185) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting 0x7fff48f30000 - 0x7fff48f49fff com.apple.SecurityFoundation (1.0 - 1) <4FB49A12-BCD5-38F7-A1FF-52E3F48253E8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SecurityFoundation.framework/SecurityFoundation 0x7fff48fdb000 - 0x7fff49038fff com.apple.CoreLocationProtobuf (1 - 1) <9838FEA6-880C-3E5B-B02C-4F012597D24D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf 0x7fff4908a000 - 0x7fff4914efff com.apple.Quagga (120 - 120) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x7fff497c3000 - 0x7fff497d1fff +libperfcheck.dylib (42) <608218B0-56BD-3D60-837E-26D0CE331121> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libperfcheck.dylib 0x7fff497d2000 - 0x7fff497defff +libAudioStatistics.dylib (68) <7B9F620C-D8E4-3B7A-BA47-40E19151B47A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAudioStatistics.dylib 0x7fff49889000 - 0x7fff498acfff com.apple.audio.caulk (1.0 - 91) <5A4164BF-1C0F-3D8A-82BB-DE08905B14C5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/caulk.framework/caulk 0x7fff498f3000 - 0x7fff498f6fff com.apple.MobileSystemServices (1.0 - 1) <9973D9E9-4E2B-307D-84BF-D524E5FFE4A3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x7fff499b3000 - 0x7fff49a46fff com.apple.AirPlaySync (1.0 - 2896.25.1.10) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync 0x7fff4a37b000 - 0x7fff4a3b8fff +libGLImage.dylib (19.0.17) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x7fff4a6dc000 - 0x7fff4a6eefff +libSparseBLAS.dylib (1381) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x7fff4a6ef000 - 0x7fff4a703fff com.apple.Engram (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Engram.framework/Engram 0x7fff4b4c1000 - 0x7fff4b4d6fff +libLinearAlgebra.dylib (1381) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x7fff4c6ab000 - 0x7fff4c6f9fff com.apple.PhysicsKit (1.0 - 1) <92220BB2-587D-3EDF-A42D-5D59314EC75E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x7fff4d100000 - 0x7fff4d11efff com.apple.GenerationalStorage (2.0 - 331) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x7fff4d9e6000 - 0x7fff4dbbafff +libvDSP.dylib (794) <9D3AA056-119F-3021-A8E6-4A9188AB2DEC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x7fff4e34c000 - 0x7fff4e34cfff com.apple.Accelerate (1.11 - Accelerate 1.11) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Accelerate 0x7fff4e34d000 - 0x7fff4e6fafff +libLAPACK.dylib (1381) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x7fff4e6fb000 - 0x7fff4e700fff +libQuadrature.dylib (7) <1D3CCF7F-9948-36A6-838E-3FEBD8D7EE86> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x7fff4e701000 - 0x7fff4e84bfff +libvMisc.dylib (794) <0EFE0A8E-3AE8-374A-8B62-DDA1A2F5AE0A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x7fff4e84c000 - 0x7fff4e84cfff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x7fff4e8f8000 - 0x7fff4e9f4fff com.apple.combine (1.0 - 276) <3B08A908-D403-3322-A844-E62D37D39ED3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Combine.framework/Combine 0x7fff4ea4e000 - 0x7fff4eab8fff com.apple.audio.midi.CoreMIDI (2.0 - 88) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI 0x7fff4ebaa000 - 0x7fff4ec0ffff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <20000C10-B246-38CD-88EC-21A7CB3C2F9E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore 0x7fff4ec10000 - 0x7fff4ec9efff com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage 0x7fff4ec9f000 - 0x7fff4eccafff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <3C40C86F-A225-3187-B1AB-7C6462618E99> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix 0x7fff4eccb000 - 0x7fff4ed51fff com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray 0x7fff4ed52000 - 0x7fff4ef64fff com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork 0x7fff4ef65000 - 0x7fff4efb5fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <72476B4E-5111-30BC-91A0-68F7031DC57B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector 0x7fff4efb6000 - 0x7fff4efb6fff com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x7fff4efc9000 - 0x7fff4efc9fff com.apple.MobileCoreServices (1141.1 - 1141.1) <2F0C7BBC-F14E-3E5B-8BFA-AC3B854634F0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x7fff4efd3000 - 0x7fff4efd5fff +libCVMSPluginSupport.dylib (19.0.17) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x7fff4efd6000 - 0x7fff4efdcfff +libCoreFSCache.dylib (201.12) <628AB041-B4BD-36CB-9128-8D629D231EC4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x7fff4efdd000 - 0x7fff4efe5fff +libCoreVMClient.dylib (201.12) <64CB5F7A-738A-3285-9284-5D518A3D96E7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x7fff4f1c2000 - 0x7fff4f1c2fff com.apple.UIKit (1.0 - 5067.3.107) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UIKit.framework/UIKit 0x7fff4f32c000 - 0x7fff4f36efff com.apple.AccessibilitySharedSupport (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport 0x7fff4f96a000 - 0x7fff4f975fff com.apple.AppleIDAuthSupport (1.0 - 1) <170109A0-0669-384F-BDCF-369C115EBD1A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x7fff4f976000 - 0x7fff4f9bffff com.apple.AppleJPEG (1.0 - 1) <3B312635-9D6F-377A-9EF6-D6BE804E808F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x7fff4fa87000 - 0x7fff4faa9fff com.apple.applesauce (1.0 - 16.34) <3267671C-B669-30C6-9099-3C3C24A4FA79> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce 0x7fff4fc0b000 - 0x7fff4fc46fff com.apple.bom (14.0 - 237) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Bom.framework/Bom 0x7fff50f1d000 - 0x7fff50f3efff com.apple.DocumentManagerCore (1.0 - 229) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore 0x7fff50fd8000 - 0x7fff50fdafff com.apple.DragUI (1.0 - 1) <8ED41FE7-41FE-3907-9A6F-8FED6FFE647F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DragUI.framework/DragUI 0x7fff51011000 - 0x7fff51889fff com.apple.vision.EspressoFramework (1.0 - 314.1.1) <2B49E71C-E06A-3138-BC4E-BD7ED2355AA7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Espresso.framework/Espresso 0x7fff51c9e000 - 0x7fff520b5fff com.apple.vision.FaceCore (4.1.2 - 4.1.2) <982758C7-D9D1-3103-808F-3FC776AE880C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x7fff520f5000 - 0x7fff520fdfff com.apple.FeatureFlagsSupport (1.0 - 54) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport 0x7fff521aa000 - 0x7fff521e6fff +libGSFontCache.dylib (221) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x7fff5224b000 - 0x7fff52254fff +libhvf.dylib (327) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x7fff532f1000 - 0x7fff532fffff com.apple.GraphVisualizer (1.0 - 210.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer 0x7fff54725000 - 0x7fff54730fff com.apple.InternationalSupport (1.0 - 69.1) <2460C0A2-9039-316D-A926-7BBBAE0A9B75> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport 0x7fff5496b000 - 0x7fff5496bfff com.apple.marco (10.0 - 1000) <47FCDC9B-D51A-3F9F-9592-DF40131B73E9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Marco.framework/Marco 0x7fff54e09000 - 0x7fff54e4efff com.apple.OTSVG (1.0 - 706.3) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OTSVG.framework/OTSVG 0x7fff55446000 - 0x7fff55446fff com.apple.PhoneNumbers (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers 0x7fff5669a000 - 0x7fff56765fff com.apple.TextureIO (3.10.9 - 3.10.9) <835A4850-5E5E-34CA-ADB5-BE050D95B152> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x7fff579ba000 - 0x7fff582dbfff +libwebrtc.dylib (7612.1.27.0.31) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib 0x7fff58410000 - 0x7fff5841cfff com.apple.perfdata (1.0 - 78) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/perfdata.framework/perfdata 0x7fff587f2000 - 0x7fff587f3fff +libSystem.B.dylib (1311) <9D1C8F61-64CF-3C7F-8F59-E714819AC72A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libSystem.B.dylib 0x7fff587f4000 - 0x7fff587f5fff +libThaiTokenizer.dylib (10) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libThaiTokenizer.dylib 0x7fff587f6000 - 0x7fff5880efff +libapple_nghttp2.dylib (1.42) <8F673492-158D-3439-8618-C0E7337670E9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libapple_nghttp2.dylib 0x7fff5880f000 - 0x7fff5881efff +libbsm.0.dylib (73) <56C2D5EE-8610-3E27-ABE3-1AAC36B3A41B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libbsm.0.dylib 0x7fff5881f000 - 0x7fff5882cfff +libbz2.1.0.dylib (45) <1BDFDEEA-C210-36D2-8725-177DE3BB9B58> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libbz2.1.0.dylib 0x7fff5882d000 - 0x7fff5882dfff +libcharset.1.dylib (59) <3FF47A3B-AC35-3D44-B815-AE8E6B468DDF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcharset.1.dylib 0x7fff5882e000 - 0x7fff5883efff +libcmph.dylib (8) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcmph.dylib 0x7fff5883f000 - 0x7fff58913fff +libcompression.dylib (125) <8739B89A-51B9-31A1-8FE6-3AB5BE116CA3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcompression.dylib 0x7fff58914000 - 0x7fff58915fff +libcoretls_cfhelpers.dylib (173) <92C7D519-6876-3F19-880D-316462D5DC0B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcoretls_cfhelpers.dylib 0x7fff58916000 - 0x7fff5891bfff +libcupolicy.dylib (9091) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcupolicy.dylib 0x7fff58955000 - 0x7fff58959fff +libheimdal-asn1.dylib (633.0.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libheimdal-asn1.dylib 0x7fff5895a000 - 0x7fff58a4afff +libiconv.2.dylib (59) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libiconv.2.dylib 0x7fff58a4b000 - 0x7fff58a64fff +liblzma.5.dylib (16) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/liblzma.5.dylib 0x7fff58ce7000 - 0x7fff58d0afff +libnetworkextension.dylib (1465.12.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libnetworkextension.dylib 0x7fff58d0b000 - 0x7fff58d23fff +libresolv.9.dylib (68) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libresolv.9.dylib 0x7fff58d55000 - 0x7fff58d58fff +libutil.dylib (60) <7F803EE3-80F2-3306-AC54-B47B22BD4823> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libutil.dylib 0x7fff58d85000 - 0x7fff58d97fff +libz.1.dylib (77) <19074249-66D0-343A-94DB-DAF611EF1E13> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libz.1.dylib 0x7fff58ea9000 - 0x7fff58eb1fff +libswiftCoreAudio.dylib (1.1) <303B8F7E-ED1C-3450-8016-0CDCBF06A063> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreAudio.dylib 0x7fff58ebd000 - 0x7fff58ebdfff +libswiftCoreFoundation.dylib (14) <4C70F18B-95FE-379B-9494-F14AF1AD1D6D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreFoundation.dylib 0x7fff58ebe000 - 0x7fff58ec8fff +libswiftCoreGraphics.dylib (3) <286A0F3B-8B8B-319C-8F40-25CB52D62150> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreGraphics.dylib 0x7fff58ec9000 - 0x7fff58ec9fff +libswiftCoreImage.dylib (2) <6676DE2F-EC71-3143-93B7-2449871ED90E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreImage.dylib 0x7fff58ed7000 - 0x7fff58f0bfff +libswiftCoreMedia.dylib (2896.25.1.10) <304CC0FA-CFAE-3A56-940A-79E56EFBADDB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreMedia.dylib 0x7fff58f0c000 - 0x7fff58f12fff +libswiftDarwin.dylib (??? - ???) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftDarwin.dylib 0x7fff58f13000 - 0x7fff58f27fff +libswiftDispatch.dylib (9) <00EC3F63-5A3F-311A-8845-FF23E615F875> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftDispatch.dylib 0x7fff58f28000 - 0x7fff5924efff +libswiftFoundation.dylib (69) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftFoundation.dylib 0x7fff59264000 - 0x7fff59268fff +libswiftMetal.dylib (257.25.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftMetal.dylib 0x7fff592e8000 - 0x7fff592e9fff +libswiftObjectiveC.dylib (2) <3CD351E8-9688-322E-A3B8-1CE92B9BC9FD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftObjectiveC.dylib 0x7fff592ee000 - 0x7fff592effff +libswiftQuartzCore.dylib (3) <656EDF44-4F25-371B-8B4D-2E9A5834B9F6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftQuartzCore.dylib 0x7fff5931b000 - 0x7fff5937afff +libswiftUIKit.dylib (5038) <5385C11F-97A0-31C7-826E-4EA4EA3BFFC5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftUIKit.dylib 0x7fff5937f000 - 0x7fff59397fff +libswiftos.dylib (1021) <103F9811-326D-3A21-A467-CD1688C41C34> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftos.dylib 0x7fff593b8000 - 0x7fff593bcfff +libcache.dylib (85) <774155D9-222B-3DDA-8C72-8CEF66BF4B7F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcache.dylib 0x7fff593bd000 - 0x7fff593c8fff +libcommonCrypto.dylib (60190) <83B8195F-B0F3-3BEB-BB10-55BA8B01BB1F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcommonCrypto.dylib 0x7fff593c9000 - 0x7fff593d0fff +libcompiler_rt.dylib (102.3) <74155D92-5AEE-3F30-8D52-9E07DB7187E0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcompiler_rt.dylib 0x7fff594e6000 - 0x7fff594ebfff +libmacho.dylib (987) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libmacho.dylib 0x7fff594ec000 - 0x7fff594edfff +libremovefile.dylib (60) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libremovefile.dylib 0x7fff594ee000 - 0x7fff594f0fff +libsystem_featureflags.dylib (54) <075B1706-CBFB-30D9-B906-9058FE8D269B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_featureflags.dylib 0x7fff594f1000 - 0x7fff59543fff +libsystem_m.dylib (3204) <2FB34889-4E53-3250-990F-E7E38467ADAA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_m.dylib 0x7fff59544000 - 0x7fff5954bfff +libunwind.dylib (201) <132A873A-4DF1-3FC5-AA38-F2D45483B150> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libunwind.dylib 0x7fff597da000 - 0x7fff59842fff com.apple.private.NanoRegistry (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 0x7fff59843000 - 0x7fff59851fff com.apple.NanoPreferencesSync (1.0 - 1) <16176240-6CDE-3940-A9E2-64BA6CB2E7A3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync 0x7fff5a041000 - 0x7fff5a146fff com.apple.audio.AVFAudio (1.0 - 522.6.0.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVFAudio.framework/AVFAudio 0x7fff5a147000 - 0x7fff5a159fff com.apple.Accessibility (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accessibility.framework/Accessibility 0x7fff5a204000 - 0x7fff5a247fff com.apple.CryptoTokenKit (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit 0x7fff5a248000 - 0x7fff5a24afff com.apple.DataDetection (8.0 - 694) <7A552A41-82E7-38D0-83FB-E91A59671401> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/DataDetection.framework/DataDetection 0x7fff5a3b7000 - 0x7fff5a3c9fff com.apple.MPSFunctions (1.0 - 1) <28C65215-3766-3EEE-A1C8-8CDBCAB78E78> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSFunctions.framework/MPSFunctions 0x7fff5ae30000 - 0x7fff5bab6fff +libLLVMContainer.dylib (602.2.48.5) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libLLVMContainer.dylib 0x7fff5d054000 - 0x7fff5d065fff com.apple.UniformTypeIdentifiers (709 - 709) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers 0x7fff5e452000 - 0x7fff5e459fff com.apple.AAAFoundation (1.0 - 1) <35FD4882-346E-3974-9E00-3CD5BC36E59F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AAAFoundation.framework/AAAFoundation 0x7fff5e48d000 - 0x7fff5e55ffff com.apple.AVFCapture (1.0 - 172.11.2) <99856C29-8A14-338A-94DF-D266980B4A9D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture 0x7fff5e560000 - 0x7fff5e6e9fff com.apple.AVFCore (1.0 - 2036.25.1.4) <84764DA9-69D0-35D6-97FE-DE91A5A11723> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVFCore.framework/AVFCore 0x7fff5e6eb000 - 0x7fff5e700fff com.apple.accessibility.AXAssetLoader (1.0 - 1) <03CA545F-8D0D-3B04-8A45-3639D80C14A7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AXAssetLoader.framework/AXAssetLoader 0x7fff5eaaf000 - 0x7fff5ead3fff com.apple.audio.AudioSession (1.0 - 128) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AudioSession.framework/AudioSession 0x7fff5ef60000 - 0x7fff5efa1fff com.apple.CMCapture (1.0 - 172.11.2) <65BE76A2-AA7D-3482-A4A1-7597AB4F7014> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CMCapture.framework/CMCapture 0x7fff5efa2000 - 0x7fff5efacfff com.apple.CMCaptureCore (1.0 - 172.11.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore 0x7fff5efb9000 - 0x7fff5f043fff com.apple.CMPhoto (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CMPhoto.framework/CMPhoto 0x7fff5f7d6000 - 0x7fff5f814fff com.apple.CoreAutoLayout (1.0 - 28) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout 0x7fff6055a000 - 0x7fff60575fff com.apple.CoreUtilsExtras (6.7 - 670.33) <08F610A0-723F-36A0-93E7-47980A8DE7FD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreUtilsExtras.framework/CoreUtilsExtras 0x7fff605e3000 - 0x7fff6060cfff com.apple.devicemanagementclient.DMCUtilities (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DMCUtilities.framework/DMCUtilities 0x7fff60d1f000 - 0x7fff60d5ffff com.apple.ExtensionFoundation (34.5 - 34.5) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation 0x7fff60fa5000 - 0x7fff60fa6fff +libGPUCompilerUtils.dylib (31001.325) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libGPUCompilerUtils.dylib 0x7fff60fd5000 - 0x7fff60fd8fff com.apple.GeoServices (1.0 - 1829.30.7.27.7) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServicesCore.framework/GeoServicesCore 0x7fff6162a000 - 0x7fff6163efff com.apple.IconFoundation (493 - 493) <82F88422-E62F-38CA-BB32-F36A77DA4B9A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IconFoundation.framework/IconFoundation 0x7fff618cf000 - 0x7fff618e5fff com.apple.devicemanagementclient.MDMClientLibrary (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MDMClientLibrary.framework/MDMClientLibrary 0x7fff618e6000 - 0x7fff61a77fff com.apple.MIL (3.5 - 3.5.4) <43C43C5D-289E-3DC4-ADDC-E131EA582C1E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MIL.framework/MIL 0x7fff61a78000 - 0x7fff61b91fff com.apple.CoreML.MLAssetIO (1.0 - 1125.12.1) <0CBA257C-BD28-3F19-B3E9-0145CAB2BFC2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MLAssetIO.framework/MLAssetIO 0x7fff61bb3000 - 0x7fff61be5fff com.apple.MTLSimDriver (257.25 - 257.25) <875F401D-F9BE-3F3C-AC65-0AF7881F0909> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MTLSimDriver.framework/MTLSimDriver 0x7fff628aa000 - 0x7fff628c9fff com.apple.security.octagontrust (1.0 - 1) <036F4FBF-AFA4-33B9-A1FB-5FA347A3F517> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust 0x7fff63212000 - 0x7fff6321efff com.apple.PointerUIServices (1.0 - 1) <45787249-0704-32BF-A0E1-770CA556C8DE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices 0x7fff6545e000 - 0x7fff65464fff com.apple.CoreSimulator.SimFramebufferClient (772 - 772) <6FE1EFC9-83AF-3BEF-9C81-C80925B6F42D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SimFramebufferClient.framework/SimFramebufferClient 0x7fff65465000 - 0x7fff65468fff com.apple.iphonesimulator.SimulatorClient (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SimulatorClient.framework/SimulatorClient 0x7fff6727b000 - 0x7fff6727bfff com.apple.SoftLinking (1.0 - 42) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking 0x7fff68dd3000 - 0x7fff691f5fff +libANGLE-shared.dylib (7612.1.27.0.31) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libANGLE-shared.dylib 0x7fff6bb7a000 - 0x7fff6bb82fff +libCoreEntitlements.dylib (16) <2766D829-67BA-31FB-BA2E-D66141D3C7DA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libCoreEntitlements.dylib 0x7fff6bbe2000 - 0x7fff6bbfbfff +libexpat.1.dylib (28) <1A62BCDD-9AE4-38C4-863C-B56E28183BC5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libexpat.1.dylib 0x7fff6bda9000 - 0x7fff6bda9fff +libswiftDataDetection.dylib (694) <31235D87-27DF-3EC0-A017-E15AAA63E0E9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftDataDetection.dylib 0x7fff6bdee000 - 0x7fff6bdeefff +libswiftFileProvider.dylib (374.1.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftFileProvider.dylib 0x7fff6bf0f000 - 0x7fff6bf4dfff +libswift_Concurrency.dylib (5.5 - 1300.0.29.207) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswift_Concurrency.dylib 0x7fff6bf92000 - 0x7fff6bf96fff +libsystem_collections.dylib (1506.10.3) <66CB1905-A2F6-3294-AB6C-094AC2C508E0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_collections.dylib 0x7fff6bf97000 - 0x7fff6bfc6fff libsystem_kernel.dylib (7195.141.19) /usr/lib/system/libsystem_kernel.dylib 0x7fff6bfc7000 - 0x7fff6bfdcfff +libsystem_networkextension.dylib (1465.12.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_networkextension.dylib 0x7fff6bfdd000 - 0x7fff6bfe6fff libsystem_platform.dylib (254.80.2) /usr/lib/system/libsystem_platform.dylib 0x7fff6bfe7000 - 0x7fff6bfe7fff +libsystem_product_info_filter.dylib (10) <077164FE-9FD6-3541-8810-146BD08C97F6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_product_info_filter.dylib 0x7fff6bfe8000 - 0x7fff6bff3fff libsystem_pthread.dylib (454.120.2) <49670AEC-4D5D-3383-906C-23F568351FCB> /usr/lib/system/libsystem_pthread.dylib 0x7fff6bff4000 - 0x7fff6bff5fff +libsystem_sim_kernel.dylib (237) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_kernel.dylib 0x7fff6bff6000 - 0x7fff6bff6fff +libsystem_sim_kernel_host.dylib (237) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_kernel_host.dylib 0x7fff6bff7000 - 0x7fff6bffafff +libsystem_sim_platform.dylib (237) <32BB2ED6-802B-36F0-8E96-B1D906D03F1C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_platform.dylib 0x7fff6bffb000 - 0x7fff6bffbfff +libsystem_sim_platform_host.dylib (237) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_platform_host.dylib 0x7fff6bffc000 - 0x7fff6bffcfff +libsystem_sim_pthread.dylib (237) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_pthread.dylib 0x7fff6bffd000 - 0x7fff6bffdfff +libsystem_sim_pthread_host.dylib (237) <26852566-32D1-34D8-A0AB-3CE8DCD3098B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_pthread_host.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 92 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=872.2M resident=0K(0%) swapped_out_or_unallocated=872.2M(100%) Writable regions: Total=2.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.3G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Activity Tracing 256K 1 CoreAnimation 4K 1 Foundation 16K 1 IOSurface 14.2M 2 Kernel Alloc Once 8K 1 MALLOC 348.3M 59 MALLOC guard page 48K 10 MALLOC_MEDIUM (reserved) 1.4G 12 reserved VM address space (unallocated) MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) Memory Tag 104 88K 5 STACK GUARD 56.1M 27 Stack 24.7M 30 VM_ALLOCATE 4.0G 219 __DATA 11.1M 309 __DATA_CONST 24.2M 305 __DATA_DIRTY 22K 10 __FONT_DATA 4K 1 __LINKEDIT 521.3M 10 __OBJC_RO 61.8M 1 __OBJC_RW 3040K 1 __TEXT 350.9M 317 __UNICODE 588K 1 dyld private memory 1024K 1 mapped file 79.5M 12 shared memory 16K 1 =========== ======= ======= TOTAL 7.3G 1338 TOTAL, minus reserved VM space 5.5G 1338 ```
fzyzcjy commented 2 years ago

last night crash

``` Process: Runner [885] Path: /Users/USER/Library/Developer/CoreSimulator/Devices/7F6DECAE-0468-4E27-A1A0-6DBB4F645355/data/Containers/Bundle/Application/37B11B38-4B1E-4AF9-9A57-2741C220F9DB/Runner.app/Runner Identifier: Runner Version: 1.0.0 (1) Code Type: X86-64 (Native) Parent Process: launchd_sim [99518] Responsible: SimulatorTrampoline [881] User ID: 501 Date/Time: 2022-05-11 20:22:53.403 +0800 OS Version: macOS 11.6.4 (20G417) Report Version: 12 Bridge OS Version: 6.2 (19P744) Anonymous UUID: D400DC26-4F32-86B7-923F-2CF5835D4282 Sleep/Wake UUID: 114DB06C-8B78-48DA-A425-55FA6FF3F980 Time Awake Since Boot: 510000 seconds Time Since Wake: 47000 seconds System Integrity Protection: disabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: EXC_I386_GPFLT Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [885] Application Specific Information: dyld4 config: DYLD_ROOT_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot CoreSimulator 776.3 - Device: iPhone 12 Pro Max (7F6DECAE-0468-4E27-A1A0-6DBB4F645355) - Runtime: iOS 15.0 (19A339) - DeviceType: iPhone 12 Pro Max Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libobjc.A.dylib 0x00007fff2019cc38 objc_retain + 8 1 libsystem_blocks.dylib 0x00007fff2008a629 _Block_object_assign + 190 2 io.flutter.flutter 0x000000010c94ef1f __copy_helper_block_e8_32o40b + 31 3 libsystem_blocks.dylib 0x00007fff2008a393 _Block_copy + 198 4 com.apple.UIKitCore 0x00007fff255b0113 +[UIViewAnimationBlockDelegate animationBlockDelegateWithDuration:options:start:completion:] + 161 5 com.apple.UIKitCore 0x00007fff2557e97f -[UIViewAnimationState setupWithDuration:delay:view:options:factory:parentState:start:completion:] + 545 6 com.apple.UIKitCore 0x00007fff255b0aac +[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:] + 548 7 com.apple.UIKitCore 0x00007fff255b0e55 +[UIView(UIViewAnimationWithBlocks) animateWithDuration:animations:completion:] + 30 8 io.flutter.flutter 0x000000010c969163 -[FlutterViewController removeSplashScreenView:] + 178 9 io.flutter.flutter 0x000000010c96e63e std::__1::__function::__func<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'(), std::__1::allocator<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'()>, void ()>::operator()() + 164 10 io.flutter.flutter 0x000000010ccbeef0 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 164 11 io.flutter.flutter 0x000000010ccc5324 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 26 12 com.apple.CoreFoundation 0x00007fff2036a6c6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 13 com.apple.CoreFoundation 0x00007fff2036a1c2 __CFRunLoopDoTimer + 923 14 com.apple.CoreFoundation 0x00007fff20369781 __CFRunLoopDoTimers + 265 15 com.apple.CoreFoundation 0x00007fff20363dc0 __CFRunLoopRun + 2010 16 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 17 com.apple.GraphicsServices 0x00007fff2c851cd3 GSEventRunModal + 139 18 com.apple.UIKitCore 0x00007fff24ffbe63 -[UIApplication _run] + 928 19 com.apple.UIKitCore 0x00007fff25000a53 UIApplicationMain + 101 20 com.example.example 0x000000010a0bbecf main + 63 (AppDelegate.swift:5) 21 dyld_sim 0x000000010a0d3e1e start_sim + 10 22 ??? 0x0000000000000001 0 + 1 23 ??? 0x0000000000000007 0 + 7 Thread 1:: com.apple.uikit.eventfetch-thread 0 libsystem_kernel.dylib 0x00007fff6bf982ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6bf9862c mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff20369450 __CFRunLoopServiceMachPort + 319 3 com.apple.CoreFoundation 0x00007fff20363af3 __CFRunLoopRun + 1293 4 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 5 com.apple.Foundation 0x00007fff2081941c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 6 com.apple.Foundation 0x00007fff20819693 -[NSRunLoop(NSRunLoop) runUntilDate:] + 72 7 com.apple.UIKitCore 0x00007fff250bc0b9 -[UIEventFetcher threadMain] + 491 8 com.apple.Foundation 0x00007fff20842142 __NSThread__start__ + 999 9 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 10 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 2: 0 libsystem_pthread.dylib 0x00007fff6bfea420 start_wqthread + 0 Thread 3:: io.flutter.1.ui 0 io.flutter.flutter 0x000000010d0977c0 dart::StringPtr dart::Symbols::NewSymbol(dart::Thread*, dart::StringSlice const&) + 112 1 io.flutter.flutter 0x000000010d09773a dart::Symbols::New(dart::Thread*, dart::String const&, long, long) + 170 2 io.flutter.flutter 0x000000010d067763 dart::ResolveDynamicAnyArgsWithCustomLookup(dart::Zone*, dart::Class const&, dart::String const&, bool, std::__1::function) + 211 3 io.flutter.flutter 0x000000010d067448 dart::ResolveDynamicForReceiverClassWithCustomLookup(dart::Class const&, dart::String const&, dart::ArgumentsDescriptor const&, bool, std::__1::function) + 136 4 io.flutter.flutter 0x000000010d067377 dart::Resolver::ResolveDynamicForReceiverClass(dart::Class const&, dart::String const&, dart::ArgumentsDescriptor const&, bool) + 71 5 io.flutter.flutter 0x000000010d06d873 dart::PatchableCallHandler::ResolveTargetFunction(dart::Object const&) + 371 6 io.flutter.flutter 0x000000010d06d940 dart::PatchableCallHandler::ResolveSwitchAndReturn(dart::Object const&) + 32 7 io.flutter.flutter 0x000000010d06dda9 dart::DRT_InlineCacheMissHandlerOneArg(dart::NativeArguments) + 681 8 ??? 0x0000000110382563 0 + 4567082339 9 ??? 0x0000000110383472 0 + 4567086194 10 ??? 0x0000000113096957 0 + 4614351191 11 ??? 0x0000000113094ef6 0 + 4614344438 12 ??? 0x000000011306f65b 0 + 4614190683 13 ??? 0x000000011303d110 0 + 4613984528 14 ??? 0x000000011303c443 0 + 4613981251 15 ??? 0x000000011303be9f 0 + 4613979807 16 ??? 0x000000011303bdd4 0 + 4613979604 17 ??? 0x000000011303b8e6 0 + 4613978342 18 ??? 0x000000011303a7c3 0 + 4613973955 19 ??? 0x000000011303a08f 0 + 4613972111 20 ??? 0x0000000113039dd1 0 + 4613971409 21 ??? 0x00000001104addbf 0 + 4568309183 22 ??? 0x00000001104adc44 0 + 4568308804 23 ??? 0x00000001104ad54d 0 + 4568307021 24 ??? 0x00000001104d3f0d 0 + 4568465165 25 ??? 0x00000001104d3e14 0 + 4568464916 26 ??? 0x00000001104adeed 0 + 4568309485 27 ??? 0x00000001104adc44 0 + 4568308804 28 ??? 0x00000001104ad54d 0 + 4568307021 29 ??? 0x00000001104fddda 0 + 4568636890 30 ??? 0x00000001104fdccd 0 + 4568636621 31 ??? 0x00000001104a4538 0 + 4568270136 32 ??? 0x00000001104fd16c 0 + 4568633708 33 ??? 0x00000001104fb680 0 + 4568626816 34 ??? 0x00000001104fb39d 0 + 4568626077 35 ??? 0x00000001104a4538 0 + 4568270136 36 ??? 0x00000001104a3dae 0 + 4568268206 37 ??? 0x00000001103829b5 0 + 4567083445 38 io.flutter.flutter 0x000000010cf360b8 dart::DartEntry::InvokeCode(dart::Code const&, unsigned long, dart::Array const&, dart::Array const&, dart::Thread*) + 296 39 io.flutter.flutter 0x000000010cf35f24 dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long) + 324 40 io.flutter.flutter 0x000000010cf38292 dart::DartLibraryCalls::HandleMessage(long long, dart::Instance const&) + 354 41 io.flutter.flutter 0x000000010cf59e96 dart::IsolateMessageHandler::HandleMessage(std::__1::unique_ptr >) + 966 42 io.flutter.flutter 0x000000010cf83133 dart::MessageHandler::HandleMessages(dart::MonitorLocker*, bool, bool) + 291 43 io.flutter.flutter 0x000000010cf832d0 dart::MessageHandler::HandleNextMessage() + 64 44 io.flutter.flutter 0x000000010d243310 Dart_HandleMessage + 256 45 io.flutter.flutter 0x000000010cdca76d tonic::DartMessageHandler::OnHandleMessage(tonic::DartState*) + 183 46 io.flutter.flutter 0x000000010cdcaaa8 std::__1::__function::__func, void ()>::operator()() + 50 47 io.flutter.flutter 0x000000010cede873 std::__1::__function::__func)::$_3::operator()(std::__1::function) const::'lambda'(), std::__1::allocator)::$_3::operator()(std::__1::function) const::'lambda'()>, void ()>::operator()() + 43 48 io.flutter.flutter 0x000000010ccbeef0 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 164 49 io.flutter.flutter 0x000000010ccc5324 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 26 50 com.apple.CoreFoundation 0x00007fff2036a6c6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 51 com.apple.CoreFoundation 0x00007fff2036a1c2 __CFRunLoopDoTimer + 923 52 com.apple.CoreFoundation 0x00007fff20369781 __CFRunLoopDoTimers + 265 53 com.apple.CoreFoundation 0x00007fff20363dc0 __CFRunLoopRun + 2010 54 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 55 io.flutter.flutter 0x000000010ccc5461 fml::MessageLoopDarwin::Run() + 65 56 io.flutter.flutter 0x000000010ccbee00 fml::MessageLoopImpl::DoRun() + 22 57 io.flutter.flutter 0x000000010ccc3eea void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::basic_string, std::__1::allocator > const&)::$_0> >(void*) + 170 58 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 59 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 4:: io.flutter.1.raster 0 libsystem_kernel.dylib 0x00007fff6bf982ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6bf9862c mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff20369450 __CFRunLoopServiceMachPort + 319 3 com.apple.CoreFoundation 0x00007fff20363af3 __CFRunLoopRun + 1293 4 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 5 io.flutter.flutter 0x000000010ccc5461 fml::MessageLoopDarwin::Run() + 65 6 io.flutter.flutter 0x000000010ccbee00 fml::MessageLoopImpl::DoRun() + 22 7 io.flutter.flutter 0x000000010ccc3eea void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::basic_string, std::__1::allocator > const&)::$_0> >(void*) + 170 8 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 9 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 5:: io.flutter.1.io 0 libsystem_kernel.dylib 0x00007fff6bf982ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6bf9862c mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff20369450 __CFRunLoopServiceMachPort + 319 3 com.apple.CoreFoundation 0x00007fff20363af3 __CFRunLoopRun + 1293 4 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 5 io.flutter.flutter 0x000000010ccc5461 fml::MessageLoopDarwin::Run() + 65 6 io.flutter.flutter 0x000000010ccbee00 fml::MessageLoopImpl::DoRun() + 22 7 io.flutter.flutter 0x000000010ccc3eea void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::basic_string, std::__1::allocator > const&)::$_0> >(void*) + 170 8 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 9 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 6:: io.flutter.1.profiler 0 libsystem_kernel.dylib 0x00007fff6bf982ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6bf9862c mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff20369450 __CFRunLoopServiceMachPort + 319 3 com.apple.CoreFoundation 0x00007fff20363af3 __CFRunLoopRun + 1293 4 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 5 io.flutter.flutter 0x000000010ccc5461 fml::MessageLoopDarwin::Run() + 65 6 io.flutter.flutter 0x000000010ccbee00 fml::MessageLoopImpl::DoRun() + 22 7 io.flutter.flutter 0x000000010ccc3eea void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::basic_string, std::__1::allocator > const&)::$_0> >(void*) + 170 8 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 9 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 7:: io.worker.1 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010ccbc18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010ccbc7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 8:: io.worker.2 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010ccbc18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010ccbc7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 9:: io.worker.3 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010ccbc18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010ccbc7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 10:: io.worker.4 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010ccbc18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010ccbc7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 11:: io.worker.5 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010ccbc18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010ccbc7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 12:: io.worker.6 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010ccbc18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010ccbc7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 13:: io.worker.7 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010ccbc18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010ccbc7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 14:: io.worker.8 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010ccbc18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010ccbc7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 15:: io.worker.9 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010ccbc18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010ccbc7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 16:: io.worker.10 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010ccbc18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010ccbc7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 17:: io.worker.11 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010ccbc18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010ccbc7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 18:: io.worker.12 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010ccbc18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010ccbc7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 19:: dart:io EventHandler 0 libsystem_kernel.dylib 0x00007fff6bf9cc4a kevent + 10 1 io.flutter.flutter 0x000000010ceba268 dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 312 2 io.flutter.flutter 0x000000010ced8c88 dart::bin::ThreadStart(void*) + 40 3 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 4 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 20:: Dart Profiler ThreadInterrupter 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee7f _pthread_cond_wait + 1352 2 io.flutter.flutter 0x000000010d01f986 dart::Monitor::WaitMicros(long long) + 134 3 io.flutter.flutter 0x000000010d09fdff dart::ThreadInterrupter::ThreadMain(unsigned long) + 447 4 io.flutter.flutter 0x000000010d01ef6f dart::ThreadStart(void*) + 159 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 21:: Dart Profiler SampleBlockProcessor 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee7f _pthread_cond_wait + 1352 2 io.flutter.flutter 0x000000010d01f986 dart::Monitor::WaitMicros(long long) + 134 3 io.flutter.flutter 0x000000010d0253e5 dart::SampleBlockProcessor::ThreadMain(unsigned long) + 181 4 io.flutter.flutter 0x000000010d01ef6f dart::ThreadStart(void*) + 159 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 22:: DartWorker 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee7f _pthread_cond_wait + 1352 2 io.flutter.flutter 0x000000010d01f986 dart::Monitor::WaitMicros(long long) + 134 3 io.flutter.flutter 0x000000010cf552cf dart::MutatorThreadPool::OnEnterIdleLocked(dart::MonitorLocker*) + 207 4 io.flutter.flutter 0x000000010d0a0bfd dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 637 5 io.flutter.flutter 0x000000010d0a0dcd dart::ThreadPool::Worker::Main(unsigned long) + 93 6 io.flutter.flutter 0x000000010d01ef6f dart::ThreadStart(void*) + 159 7 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 8 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 23:: DartWorker 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee7f _pthread_cond_wait + 1352 2 io.flutter.flutter 0x000000010d01f986 dart::Monitor::WaitMicros(long long) + 134 3 io.flutter.flutter 0x000000010d0a0baf dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 559 4 io.flutter.flutter 0x000000010d0a0dcd dart::ThreadPool::Worker::Main(unsigned long) + 93 5 io.flutter.flutter 0x000000010d01ef6f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 7 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 24:: DartWorker 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee7f _pthread_cond_wait + 1352 2 io.flutter.flutter 0x000000010d01f986 dart::Monitor::WaitMicros(long long) + 134 3 io.flutter.flutter 0x000000010d0a0baf dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 559 4 io.flutter.flutter 0x000000010d0a0dcd dart::ThreadPool::Worker::Main(unsigned long) + 93 5 io.flutter.flutter 0x000000010d01ef6f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 7 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 25:: DartWorker 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee7f _pthread_cond_wait + 1352 2 io.flutter.flutter 0x000000010d01f986 dart::Monitor::WaitMicros(long long) + 134 3 io.flutter.flutter 0x000000010d0a0baf dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 559 4 io.flutter.flutter 0x000000010d0a0dcd dart::ThreadPool::Worker::Main(unsigned long) + 93 5 io.flutter.flutter 0x000000010d01ef6f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 7 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 0 crashed with X86 Thread State (64-bit): rax: 0xe000000000000000 rbx: 0x00007fae98b15b80 rcx: 0x0000600003e794d0 rdx: 0x0000000000000003 rdi: 0x00007fae98b15b80 rsi: 0x00007fae98b15b80 rbp: 0x00007ffee5b42000 rsp: 0x00007ffee5b41fd8 r8: 0x00001e54d62094d0 r9: 0x00000000001ff800 r10: 0x00007fff862a2808 r11: 0xffffe0011e3372a0 r12: 0x00007fff2019c920 r13: 0x0000000000000000 r14: 0x0000600003e794f0 r15: 0x0000000000000030 rip: 0x00007fff2019cc38 rfl: 0x0000000000010202 cr2: 0x00007fae9582df78 Logical CPU: 4 Error Code: 0x00000000 Trap Number: 13 Thread 0 instruction stream: 45 d0 48 8b 0b 48 89 08-48 8b 4b 08 48 89 48 08 E.H..H..H.K.H.H. 41 ff 47 08 48 83 c3 10-49 83 c5 f0 75 bd 4c 89 A.G.H...I...u.L. f7 48 83 c4 08 5b 41 5c-41 5d 41 5e 41 5f 5d e9 .H...[A\A]A^A_]. ac 33 00 00 48 c7 04 08-01 00 00 00 48 83 c1 10 .3..H.......H... 48 39 cb 75 ef 48 83 c4-08 5b 41 5c 41 5d 41 5e H9.u.H...[A\A]A^ 41 5f 5d c3 0f 1f 40 00-48 85 ff 7e 1a 48 8b 07 A_]...@.H..~.H.. [f6]40 20 04 0f 85 12 00-00 00 48 8b 35 0f f9 11 .@ .......H.5... <== 66 ff 25 e1 14 e8 5f 48-89 f8 c3 90 55 48 89 e5 f.%..._H....UH.. 41 57 41 56 41 54 53 48-83 ec 10 49 89 ff 44 89 AWAVATSH...I..D. f8 c1 e8 09 44 89 fb c1-eb 04 31 c3 83 e3 3f 48 ....D.....1...?H c1 e3 06 4c 8d 25 be 49-12 66 4d 8d 34 1c 4c 89 ...L.%.I.fM.4.L. f7 be 00 00 05 00 e8 a9-33 00 00 4a 8d 3c 23 48 ........3..J.<#H Thread 0 last branch register state not available. Binary Images: 0x10a0ba000 - 0x10a0bdfff +com.example.example (1.0.0 - 1) /Users/USER/Library/Developer/CoreSimulator/Devices/7F6DECAE-0468-4E27-A1A0-6DBB4F645355/data/Containers/Bundle/Application/37B11B38-4B1E-4AF9-9A57-2741C220F9DB/Runner.app/Runner 0x10a0d2000 - 0x10a11efff +dyld_sim (932.4) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim 0x10a267000 - 0x10a26afff +org.cocoapods.integration-test (0.0.1 - 1) <0898F8FD-05D0-3913-A745-2F4FC83DB7DD> /Users/USER/Library/Developer/CoreSimulator/Devices/7F6DECAE-0468-4E27-A1A0-6DBB4F645355/data/Containers/Bundle/Application/37B11B38-4B1E-4AF9-9A57-2741C220F9DB/Runner.app/Frameworks/integration_test.framework/integration_test 0x10a27b000 - 0x10a27efff +org.cocoapods.path-provider-ios (0.0.1 - 1) /Users/USER/Library/Developer/CoreSimulator/Devices/7F6DECAE-0468-4E27-A1A0-6DBB4F645355/data/Containers/Bundle/Application/37B11B38-4B1E-4AF9-9A57-2741C220F9DB/Runner.app/Frameworks/path_provider_ios.framework/path_provider_ios 0x10a33d000 - 0x10a349fff +libobjc-trampolines.dylib (838) <1E0DCBFC-3AE4-3D7A-B368-77F48CCA980E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc-trampolines.dylib 0x10c941000 - 0x10e43cfff +io.flutter.flutter (1.0 - 1.0) /Users/USER/Library/Developer/CoreSimulator/Devices/7F6DECAE-0468-4E27-A1A0-6DBB4F645355/data/Containers/Bundle/Application/37B11B38-4B1E-4AF9-9A57-2741C220F9DB/Runner.app/Frameworks/Flutter.framework/Flutter 0x115a62000 - 0x115afdfff dyld (852.2) <2400DF9F-B3B6-3CE0-8877-BC176527BEED> /usr/lib/dyld 0x7fff2003c000 - 0x7fff20053fff +libsystem_trace.dylib (1372.10.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_trace.dylib 0x7fff20054000 - 0x7fff20088fff +libxpc.dylib (2235.12.1) <68F6BE69-6DB2-3A18-A053-2C03A9D2A10A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libxpc.dylib 0x7fff20089000 - 0x7fff2008afff +libsystem_blocks.dylib (79) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_blocks.dylib 0x7fff2008b000 - 0x7fff2010efff +libsystem_c.dylib (1506.10.3) <51ACA1B3-4CCF-3807-BAD5-887C92FD66A8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_c.dylib 0x7fff2010f000 - 0x7fff20155fff +libdispatch.dylib (1324.10.4) <888B1439-4DEB-36FA-9CA2-6761A53541B5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib 0x7fff20156000 - 0x7fff2017efff +libsystem_malloc.dylib (372) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_malloc.dylib 0x7fff2017f000 - 0x7fff201b0fff +libobjc.A.dylib (838) <8D646E32-1ECC-300D-ACEA-E906348AB594> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib 0x7fff201b1000 - 0x7fff20242fff +libcorecrypto.dylib (1217.10.4) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcorecrypto.dylib 0x7fff20243000 - 0x7fff20258fff +libc++abi.dylib (1200.3) <0730C74E-AE80-3F64-92C9-FE946463A8DE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++abi.dylib 0x7fff20259000 - 0x7fff20264fff +libdyld.dylib (932.4) <49FE175B-52EE-34BB-863F-CF2EF72D5D22> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdyld.dylib 0x7fff20265000 - 0x7fff2026dfff +libsystem_darwin.dylib (1506.10.3) <585E0355-1E70-3733-92FC-7292E8BA4B60> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_darwin.dylib 0x7fff2026e000 - 0x7fff202c3fff +libc++.1.dylib (1200.3) <0671D992-833A-3DB2-AAF7-DE1B5A18DD4B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib 0x7fff202c4000 - 0x7fff202e8fff +libsystem_info.dylib (554) <03BD1541-34F4-3D7F-9B9C-D740297DBC35> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_info.dylib 0x7fff202e9000 - 0x7fff20688fff com.apple.CoreFoundation (6.9 - 1854) <1E31C79C-63D5-3C10-857D-2D64F9EFCC55> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x7fff20689000 - 0x7fff206f6fff com.apple.SystemConfiguration (1.21 - 1.21) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x7fff206f7000 - 0x7fff209abfff com.apple.Foundation (6.9 - 1854) <02621B3D-174A-37BE-879C-4BE0F0FA8D96> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation 0x7fff209ac000 - 0x7fff209dafff +libCRFSuite.dylib (51) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libCRFSuite.dylib 0x7fff209db000 - 0x7fff20b89fff com.apple.CoreServices (839 - 839) <53421441-274D-3118-89B5-6920DFC5378A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreServices.framework/CoreServices 0x7fff20b8a000 - 0x7fff20bf7fff +libSparse.dylib (108) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib 0x7fff20bf8000 - 0x7fff20f8dfff com.apple.ImageIO (3.3.0 - 2216) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ImageIO.framework/ImageIO 0x7fff20f91000 - 0x7fff2115ffff com.apple.CoreText (706.3 - 706.3) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreText.framework/CoreText 0x7fff21160000 - 0x7fff212b7fff com.apple.Security (10.0 - 60157.12.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Security.framework/Security 0x7fff212b8000 - 0x7fff21343fff com.apple.framework.IOKit (2.0.2 - 1952.10.3) <7C30F325-4740-354C-A495-098136A52620> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff21344000 - 0x7fff2136afff +libMobileGestalt.dylib (1073.12.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMobileGestalt.dylib 0x7fff213d7000 - 0x7fff21658fff +libicucore.A.dylib (68232) <55776270-F025-30D6-AB9E-83514A4F38F4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libicucore.A.dylib 0x7fff21701000 - 0x7fff21b98fff com.apple.audio.CoreAudio (5.0 - 5.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x7fff21b99000 - 0x7fff21ec5fff com.apple.CoreImage (15.0 - 1200.47) <69CDAC26-9E62-3B66-AA35-C03462B69454> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreImage.framework/CoreImage 0x7fff21ec6000 - 0x7fff21fb7fff com.apple.LanguageModeling (1.0 - 277) <8F2C2231-D96D-30AA-847F-A9B824EE284B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x7fff21fb8000 - 0x7fff22002fff com.apple.Lexicon-framework (1.0 - 98) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Lexicon.framework/Lexicon 0x7fff22003000 - 0x7fff221a7fff +libsqlite3.dylib (329) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libsqlite3.dylib 0x7fff221a8000 - 0x7fff221b2fff +libsystem_notify.dylib (301) <7B123814-E5BA-31ED-BE25-F7D68E63FF6C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_notify.dylib 0x7fff223b5000 - 0x7fff225fafff com.apple.Montreal (1.0 - 165) <287D35DF-3EBE-362C-A941-A0BD2A496DFB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Montreal.framework/Montreal 0x7fff2270a000 - 0x7fff22746fff com.apple.AppSupport (1.0.0 - 29) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x7fff22747000 - 0x7fff2300ffff +libnetwork.dylib (2736.12.1) <699A05B8-090C-32E1-8A57-5B6BDD720F08> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libnetwork.dylib 0x7fff23010000 - 0x7fff23123fff com.apple.managedconfiguration (1.0 - 1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x7fff23124000 - 0x7fff2315bfff com.apple.CSStore (1141.1 - 1141.1) <41B46FE7-9D82-377D-BB1C-5A16E0A27EF0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore 0x7fff2315c000 - 0x7fff23178fff com.apple.UserManagement (1.0 - 1) <84CAE4E7-5FEB-3DD2-9587-1AD8AD14060A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x7fff23179000 - 0x7fff234cafff com.apple.CoreML (1.0 - 1125.12.1) <2BDEB03C-A700-33F8-A62E-39DC206F78B3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreML.framework/CoreML 0x7fff234cb000 - 0x7fff234e1fff com.apple.ProtocolBuffer (1 - 288.30.3.2.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x7fff234e2000 - 0x7fff234f6fff com.apple.commonutilities (8.0 - 900) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x7fff234f7000 - 0x7fff23540fff com.apple.RunningBoardServices (1.0 - 617.0.30) <7621B1D5-F03E-3188-82C6-870737A0670D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices 0x7fff23541000 - 0x7fff235e9fff com.apple.BaseBoard (567 - 567) <115F946D-6EA7-3209-9676-C2BCD5F305C1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x7fff23c77000 - 0x7fff23d13fff com.apple.corelocation (2663.0.3 - 2663.0.3) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x7fff23d1d000 - 0x7fff23d8cfff com.apple.Accounts (113 - 113) <3D4138D9-4F6E-3EE2-AA4F-DA57DD250F01> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accounts.framework/Accounts 0x7fff23dad000 - 0x7fff24219fff com.apple.CFNetwork (1312 - 1312) <35B9CA69-AC1B-3620-BEB0-728FE87C024D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x7fff2421a000 - 0x7fff24333fff com.apple.UIFoundation (1.0 - 779) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x7fff24334000 - 0x7fff258d2fff com.apple.UIKitCore (1.0 - 5067.3.107) <9B492A0F-D6A5-3BC5-9689-50586F8DB216> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x7fff258d3000 - 0x7fff258e1fff com.apple.AssertionServices (1.0 - 617.0.30) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x7fff258e2000 - 0x7fff259dbfff com.apple.CoreTelephony (113 - 9091) <2959F5D0-95DB-381E-98B2-C1E5675C4C00> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x7fff259dc000 - 0x7fff259e0fff com.apple.AggregateDictionary (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x7fff259e1000 - 0x7fff259f7fff +libsystem_asl.dylib (390) <3AEE8707-6896-391D-91BD-1224DBE87CC4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_asl.dylib 0x7fff25a85000 - 0x7fff25e13fff com.apple.CoreData (120 - 1132) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreData.framework/CoreData 0x7fff26130000 - 0x7fff2617ffff com.apple.BoardServices (1.0 - 567) <7EAF527F-A460-3F85-8D7F-A23BA528B947> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BoardServices.framework/BoardServices 0x7fff26246000 - 0x7fff26273fff com.apple.analyticsd (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics 0x7fff26274000 - 0x7fff26418fff com.apple.cloudkit.CloudKit (1043 - 1043) <3242D6E7-90EC-32DC-8F95-38DFCA332B5A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CloudKit.framework/CloudKit 0x7fff26419000 - 0x7fff2647afff com.apple.SpringBoardServices (1.0 - 1.0) <8E0F9867-3F06-30A2-8AB9-860E5583B8DE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x7fff2647b000 - 0x7fff26507fff com.apple.FrontBoardServices (762 - 762) <15BB9E3F-0A92-3591-A8B6-04A623E74EE6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x7fff26508000 - 0x7fff265acfff com.apple.Network (1.0 - 1) <41DBAAC0-0CA3-37B7-AF47-FBD682EEDCD9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Network.framework/Network 0x7fff26611000 - 0x7fff27ee6fff com.apple.GeoServices (1.0 - 1829.30.7.27.7) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x7fff27ee7000 - 0x7fff27ef6fff com.apple.TCC (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/TCC 0x7fff27ef7000 - 0x7fff27f52fff com.apple.imfoundation (10.0 - 1000) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x7fff27f53000 - 0x7fff280bafff com.apple.CoreUtils (6.7 - 670.33) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x7fff28191000 - 0x7fff281acfff +libsystem_containermanager.dylib (382.0.15) <8D16F7DF-AFC9-3FA5-A13D-32B121E4D518> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_containermanager.dylib 0x7fff282f8000 - 0x7fff28315fff com.apple.aps.framework (4.0 - 4.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x7fff28316000 - 0x7fff28466fff com.apple.ids (10.0 - 1000) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/IDS 0x7fff28467000 - 0x7fff285f2fff com.apple.idsfoundation (10.0 - 1000) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x7fff2865a000 - 0x7fff2872dfff com.apple.CoreMedia (1.0 - 2896.25.1.10) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x7fff2872e000 - 0x7fff2874dfff com.apple.UIKitServices (1.0 - 1) <695DC470-F298-3EA8-8E1E-02DB2B183D56> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices 0x7fff2874e000 - 0x7fff287b9fff com.apple.BackBoardServices (1.0 - 1.0) <589886F5-1DD4-3F18-A448-A7889EA5EEAA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x7fff287ba000 - 0x7fff28a44fff com.apple.QuartzCore (1.11 - 962.10.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x7fff28a45000 - 0x7fff28b05fff com.apple.ColorSync (4.13.0 - 3519) <29A42C4F-A7A2-377D-90BF-E52AB39F1EF1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x7fff28b06000 - 0x7fff291d9fff com.apple.CoreGraphics (2.0 - 1548.1.3) <5F92F920-EE88-3A1F-8155-ACE2BFE65D31> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x7fff2932c000 - 0x7fff29366fff com.apple.UserNotifications (1.0 - 409.1) <49ABB6CC-61A5-3D84-89F6-BD28D55540A7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x7fff29367000 - 0x7fff2938afff com.apple.locationsupport (2663.0.3 - 2663.0.3) <8B151112-1732-3068-8022-DB347F5E91F8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport 0x7fff2938b000 - 0x7fff294ecfff com.apple.Sharing (1737.1.9 - 1737.1.9) <9713DD18-BC45-3C70-8569-EFBBA81024CB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Sharing.framework/Sharing 0x7fff29da4000 - 0x7fff2c2acfff com.apple.WebCore (8612 - 8612.1.27.0.31) <37DF8FA3-E552-33AA-A4C5-33CB622BD8D4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x7fff2c2ad000 - 0x7fff2c2cbfff +libAccessibility.dylib (2933.4.12) <6C0C6EC9-A90E-3AFE-8873-6B1673EE8D70> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAccessibility.dylib 0x7fff2c2cc000 - 0x7fff2c2ddfff com.apple.accessibility.AXCoreUtilities (1.0 - 1) <400BF44C-2285-32E1-83B8-D9D9F3653923> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities 0x7fff2c367000 - 0x7fff2c373fff com.apple.IOSurface (302.9 - 302.9) <8F60AE69-91A7-3FD5-8959-DF5F05120FBE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/IOSurface.framework/IOSurface 0x7fff2c374000 - 0x7fff2c84dfff com.apple.MediaToolbox (1.0 - 2896.25.1.10) <85F110D1-62BF-3987-8497-58A6293C6CA5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x7fff2c84e000 - 0x7fff2c856fff com.apple.GraphicsServices (1.0 - 1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x7fff2c943000 - 0x7fff2c943fff com.apple.avfoundation (2.0 - 2036.25.1.4) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x7fff2c992000 - 0x7fff2c9b7fff com.apple.MobileAssets (1.0 - 697.0.4) <21A99527-B2BB-384A-BFFE-8277CEAEF997> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x7fff2c9b8000 - 0x7fff2c9c0fff +libGSFont.dylib (94) <102349D9-DB42-3B27-A2ED-5E26CC4B4853> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib 0x7fff2c9c1000 - 0x7fff2c9cdfff com.apple.FontServices (1.0 - 1) <5684D3E0-EBC0-3968-8D1D-5F2EB8A24AC1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x7fff2c9ce000 - 0x7fff2caf0fff +libFontParser.dylib (327) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x7fff2d532000 - 0x7fff2e070fff com.apple.vImage (8.1 - 555) <72B2EA48-ABD9-34F8-BB34-2BCDDD25557D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x7fff2e071000 - 0x7fff2e198fff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <06AEB371-20A7-3608-826C-6B87C77D2A6E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x7fff2e199000 - 0x7fff2e1cafff +libAudioToolboxUtility.dylib (1245.12.3.4) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAudioToolboxUtility.dylib 0x7fff2e6b8000 - 0x7fff2e76afff com.apple.ShareSheet (1737.1.9 - 1737.1.9) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet 0x7fff2e8eb000 - 0x7fff2e926fff com.apple.DocumentManager (1.0 - 229) <836A3B82-A641-3BA5-A593-601EF043D1C3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager 0x7fff2eb6d000 - 0x7fff2ec00fff com.apple.AuthKit (1.0 - 1) <2278FD70-471C-396D-ABA2-D64B0A37D3A4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x7fff2f190000 - 0x7fff2f1acfff +libCGInterfaces.dylib (555) <2FA37F92-A62B-35CA-AC74-999BAA1A8C18> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x7fff2f1ad000 - 0x7fff2f325fff com.apple.WebKitLegacy (8612 - 8612.1.27.0.31) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x7fff2f326000 - 0x7fff2f3bafff com.apple.TextInput (1.0 - 1.0) <15455DD7-38F4-3913-9CE6-1123C1D264D6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x7fff2f3bb000 - 0x7fff2f492fff com.apple.accessibility.AXMediaUtilities (1.0 - 1) <294C7C1B-EDEC-3781-AB92-327D929CAE6F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities 0x7fff2f493000 - 0x7fff2f496fff com.apple.dt.XCTTargetBootstrap (19167) <0FDC3C83-4530-372D-8D5E-7F5A8C9255CE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap 0x7fff2f8ca000 - 0x7fff2fb75fff com.apple.AppleMediaServices (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices 0x7fff2fbab000 - 0x7fff2fd9efff com.apple.coremotion (2663.0.3 - 2663.0.3) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x7fff3000a000 - 0x7fff300d6fff com.apple.CoreUI (1.0 - 735) <369BDD8A-FD0F-313E-8F36-F93CC2D582B5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x7fff300fc000 - 0x7fff3012cfff com.apple.CoreVideo (1.8 - 0.0) <36FF22ED-42FB-3BD1-BA22-733228F391D9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x7fff3012d000 - 0x7fff30392fff com.apple.audio.AudioToolboxCore (1.0 - 1245.12.3.4) <7936AB76-98DA-3395-A081-89BC36038003> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore 0x7fff30527000 - 0x7fff30554fff com.apple.pluginkit.framework (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x7fff30555000 - 0x7fff30914fff +libswiftCore.dylib (5.5 - 1300.0.29.207) <09C3C4A8-75FE-33B0-A744-DA03F6C57D19> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCore.dylib 0x7fff30e46000 - 0x7fff30e66fff com.apple.PrototypeTools (1.0 - 1) <17EC8AA1-759B-3B66-A629-30B354AF4CAB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x7fff30e67000 - 0x7fff30e69fff com.apple.MediaExperience (1.0 - 1) <07C529ED-6212-3D45-BFB0-B4A5F6588D95> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience 0x7fff30e6a000 - 0x7fff30e71fff com.apple.Celestial (1.0 - 2896.25.1.10) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x7fff31e90000 - 0x7fff31e92fff +libapp_launch_measurement.dylib (16) <76DF2B88-99FA-3168-8DC6-1606EC956E0D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libapp_launch_measurement.dylib 0x7fff31fc2000 - 0x7fff31ffafff com.apple.MobileBluetooth (1.0 - 1.0) <54F3E579-8C47-34FF-B441-65427D48B466> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x7fff3217d000 - 0x7fff32180fff +libsystem_configuration.dylib (1163.10.2) <8505AAC2-27FB-3D13-9FD4-7D3AA8AD2875> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_configuration.dylib 0x7fff322fe000 - 0x7fff323cafff com.apple.CoreNLP (1.0 - 273) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x7fff323cb000 - 0x7fff323ccfff +liblangid.dylib (136.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/liblangid.dylib 0x7fff323cd000 - 0x7fff336a9fff com.apple.JavaScriptCore (8612 - 8612.1.27.0.31) <9C11A3C8-FB8A-332F-9344-728E9CAE9B64> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x7fff336aa000 - 0x7fff336e9fff +libTelephonyUtilDynamic.dylib (5544) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libTelephonyUtilDynamic.dylib 0x7fff33cd6000 - 0x7fff33cf3fff com.apple.CoreMaterial (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial 0x7fff33cf4000 - 0x7fff33dd6fff +libxml2.2.dylib (35.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libxml2.2.dylib 0x7fff35d46000 - 0x7fff35f9efff com.apple.NetworkExtension (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/NetworkExtension.framework/NetworkExtension 0x7fff35f9f000 - 0x7fff35fd7fff com.apple.datadetectorscore (8.0 - 694) <63486CAA-C43B-34D3-81BC-114CC81E0D1C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x7fff367c6000 - 0x7fff367eafff com.apple.persistentconnection (1.0 - 1.0) <9B3CF2DD-455B-3646-A5CC-D8A3AE7FB2F0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x7fff36bc2000 - 0x7fff36bcafff com.apple.CorePhoneNumbers (1.0 - 1) <982AABB6-D86D-3613-8057-78CADE74AC89> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers 0x7fff36d16000 - 0x7fff36d41fff com.apple.CoreSVG (1.0 - 172) <83B22925-300E-33EC-A06B-B29F0C6EE1D0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG 0x7fff37b7e000 - 0x7fff37b8efff com.apple.BluetoothManager (1.0 - 1) <9EE08527-D482-3564-A771-7E86C81F751E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x7fff37b8f000 - 0x7fff37c0bfff com.apple.CoreBluetooth (1.0 - 1) <48391C18-21D9-3D72-BF04-51ABDA951E6E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x7fff37c0c000 - 0x7fff37c0ffff +libsystem_sandbox.dylib (1656.10.5) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sandbox.dylib 0x7fff37dd5000 - 0x7fff37e4dfff com.apple.Rapport (3.0.0 - 300.66) <6AB157FC-445E-360D-AF6C-9B800119880E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Rapport.framework/Rapport 0x7fff37e94000 - 0x7fff37ee2fff com.apple.MobileInstallation (2.0 - 1.0) <88E75856-0E26-3C51-A32E-B76F23EF92A3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x7fff37ee3000 - 0x7fff37fc4fff com.apple.Metal (257.25 - 257.25) <048E6F78-7125-3491-8513-8DAB6326BE8E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Metal.framework/Metal 0x7fff37fc5000 - 0x7fff37fd0fff com.apple.MediaAccessibility (1.0 - 135) <3FC337F4-4345-3961-A0FD-F8D23D85E872> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x7fff37fee000 - 0x7fff37ff5fff +libsystem_dnssd.dylib (1556.10.10) <91D3A5D9-3328-3031-9B76-40CC3AE3CE37> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_dnssd.dylib 0x7fff37ff6000 - 0x7fff37ffdfff com.apple.PushKit (1.0 - 1) <2F3F87A1-69E2-3548-ABC3-E51FE7F2B4B1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/PushKit.framework/PushKit 0x7fff37ffe000 - 0x7fff38152fff com.apple.FileProvider (374.1.2 - 374.1.2) <4B6405E2-3F13-326C-BC4B-748F1AA928C8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/FileProvider.framework/FileProvider 0x7fff38153000 - 0x7fff38156fff com.apple.LinguisticData (1.0 - 399) <13A18219-0201-3E41-A831-2DD83A08F840> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData 0x7fff381be000 - 0x7fff3868dfff com.apple.VideoToolbox (1.0 - 2896.25.1.10) <57397386-49E4-3541-9D7B-1FC78E2BB5F8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x7fff38d5b000 - 0x7fff38d71fff +libcoretls.dylib (173) <5252100A-C8E2-3BA2-AB41-2A2ACB4693DB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcoretls.dylib 0x7fff38d8a000 - 0x7fff38eaffff +libate.dylib (3.0.6) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libate.dylib 0x7fff3a0fe000 - 0x7fff3a129fff com.apple.Pasteboard (1.0 - 1000) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard 0x7fff3a12a000 - 0x7fff3a170fff com.apple.facetimeservices (10.0 - 1000) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x7fff3a38d000 - 0x7fff3a397fff com.apple.datamigration (1.0 - 1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x7fff3a435000 - 0x7fff3a47cfff com.apple.IconServices (493 - 493) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IconServices.framework/IconServices 0x7fff3a8b7000 - 0x7fff3a8c9fff +libprequelite.dylib (114.12.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libprequelite.dylib 0x7fff3a927000 - 0x7fff3a938fff com.apple.CoreEmoji (1.0 - 142) <0CF3CF40-CCF1-34DA-A907-3F84CAEEA3BE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x7fff3aa92000 - 0x7fff3aa9cfff com.apple.RTCReporting (12.1.47 - 12.1.47) <04E06E8E-1CD1-3E69-BE80-D766AA2CDC99> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting 0x7fff3ac75000 - 0x7fff3ac7cfff com.apple.CoreTime (303) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x7fff3bf47000 - 0x7fff3c694fff +libBNNS.dylib (403.10.2.0.1) <1DCAEA77-FA6F-3202-B1BE-9F8B274F2A2C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x7fff3da7a000 - 0x7fff3da8efff com.apple.LocalAuthentication (1.0 - 984.10.2) <89052D48-03C0-3073-8EDE-A3E7CC8BC5CC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 0x7fff3daba000 - 0x7fff3dabcfff com.apple.CaptiveNetworkSupport (13.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x7fff3dc23000 - 0x7fff3ddacfff +libBLAS.dylib (1381) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x7fff3ebe8000 - 0x7fff3ebf4fff com.apple.mobileicons.framework (1.0 - 372.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x7fff3ef38000 - 0x7fff3efdcfff com.apple.CoreSymbolication (13.0 - 64550.88.1) <7172659C-238D-30C4-98AF-C9AAC6DA3E76> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x7fff3efdd000 - 0x7fff3efe3fff com.apple.ist.IdleTimerServices (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices 0x7fff3fa6e000 - 0x7fff3fab8fff com.apple.ProtectedCloudStorage (1.0 - 1) <516ED314-30FD-3793-B067-7F2FBBC5A96B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x7fff3fba4000 - 0x7fff3fbaffff com.apple.opengles (19.0.17 - 19.0.17) <55C655C2-7108-3908-814E-91A50053002C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x7fff3fd32000 - 0x7fff3fd3bfff +libGFXShared.dylib (19.0.17) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x7fff3fd3c000 - 0x7fff3fd57fff com.apple.CoreAuthentication.SharedUtils (1.0 - 984.10.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils 0x7fff40d4b000 - 0x7fff40d8cfff com.apple.StreamingZip (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 0x7fff42fef000 - 0x7fff42ff2fff com.apple.OSAServicesClient (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient 0x7fff431d8000 - 0x7fff431dafff +libgermantok.dylib (29) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libgermantok.dylib 0x7fff431db000 - 0x7fff43237fff +libmecab.dylib (971) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libmecab.dylib 0x7fff43238000 - 0x7fff4328efff com.apple.Catalyst (1.0 - 8.9) <2EDF858C-0262-3742-A7B5-7C615C4CD7DA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Catalyst.framework/Catalyst 0x7fff43886000 - 0x7fff43886fff com.apple.ftawd (8.0 - 900) <9D5B15A3-2852-30FD-A1A8-8B0BF1A18837> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 0x7fff45f57000 - 0x7fff45fddfff +libarchive.2.dylib (99) <8E7F0D16-BA87-3785-8BB7-262FBE9EE36D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libarchive.2.dylib 0x7fff45fde000 - 0x7fff46015fff com.apple.C2 (1.3 - 594) <23647FF8-9FCA-3738-8830-D98960864EF0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/C2.framework/C2 0x7fff46016000 - 0x7fff46065fff com.apple.NaturalLanguage (1.0 - 100) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage 0x7fff4615e000 - 0x7fff4615ffff +libsystem_coreservices.dylib (133) <9B79252F-81CC-3C78-B427-D33A7939967A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_coreservices.dylib 0x7fff463b3000 - 0x7fff463bcfff +libcopyfile.dylib (179) <1CBBF5F1-A9CD-3427-8EA8-21229C1B6628> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcopyfile.dylib 0x7fff4688f000 - 0x7fff46898fff com.apple.AppleIDSSOAuthentication (1.0 - 1) <53BC3E01-0388-3091-89D1-07A29A9620F7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x7fff487a6000 - 0x7fff487adfff com.apple.URLFormatting (185 - 185) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting 0x7fff48f30000 - 0x7fff48f49fff com.apple.SecurityFoundation (1.0 - 1) <4FB49A12-BCD5-38F7-A1FF-52E3F48253E8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SecurityFoundation.framework/SecurityFoundation 0x7fff48fdb000 - 0x7fff49038fff com.apple.CoreLocationProtobuf (1 - 1) <9838FEA6-880C-3E5B-B02C-4F012597D24D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf 0x7fff4908a000 - 0x7fff4914efff com.apple.Quagga (120 - 120) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x7fff497c3000 - 0x7fff497d1fff +libperfcheck.dylib (42) <608218B0-56BD-3D60-837E-26D0CE331121> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libperfcheck.dylib 0x7fff497d2000 - 0x7fff497defff +libAudioStatistics.dylib (68) <7B9F620C-D8E4-3B7A-BA47-40E19151B47A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAudioStatistics.dylib 0x7fff49889000 - 0x7fff498acfff com.apple.audio.caulk (1.0 - 91) <5A4164BF-1C0F-3D8A-82BB-DE08905B14C5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/caulk.framework/caulk 0x7fff498f3000 - 0x7fff498f6fff com.apple.MobileSystemServices (1.0 - 1) <9973D9E9-4E2B-307D-84BF-D524E5FFE4A3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x7fff499b3000 - 0x7fff49a46fff com.apple.AirPlaySync (1.0 - 2896.25.1.10) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync 0x7fff4a37b000 - 0x7fff4a3b8fff +libGLImage.dylib (19.0.17) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x7fff4a6dc000 - 0x7fff4a6eefff +libSparseBLAS.dylib (1381) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x7fff4a6ef000 - 0x7fff4a703fff com.apple.Engram (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Engram.framework/Engram 0x7fff4b4c1000 - 0x7fff4b4d6fff +libLinearAlgebra.dylib (1381) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x7fff4c6ab000 - 0x7fff4c6f9fff com.apple.PhysicsKit (1.0 - 1) <92220BB2-587D-3EDF-A42D-5D59314EC75E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x7fff4d100000 - 0x7fff4d11efff com.apple.GenerationalStorage (2.0 - 331) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x7fff4d9e6000 - 0x7fff4dbbafff +libvDSP.dylib (794) <9D3AA056-119F-3021-A8E6-4A9188AB2DEC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x7fff4e34c000 - 0x7fff4e34cfff com.apple.Accelerate (1.11 - Accelerate 1.11) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Accelerate 0x7fff4e34d000 - 0x7fff4e6fafff +libLAPACK.dylib (1381) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x7fff4e6fb000 - 0x7fff4e700fff +libQuadrature.dylib (7) <1D3CCF7F-9948-36A6-838E-3FEBD8D7EE86> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x7fff4e701000 - 0x7fff4e84bfff +libvMisc.dylib (794) <0EFE0A8E-3AE8-374A-8B62-DDA1A2F5AE0A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x7fff4e84c000 - 0x7fff4e84cfff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x7fff4e8f8000 - 0x7fff4e9f4fff com.apple.combine (1.0 - 276) <3B08A908-D403-3322-A844-E62D37D39ED3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Combine.framework/Combine 0x7fff4ea4e000 - 0x7fff4eab8fff com.apple.audio.midi.CoreMIDI (2.0 - 88) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI 0x7fff4ebaa000 - 0x7fff4ec0ffff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <20000C10-B246-38CD-88EC-21A7CB3C2F9E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore 0x7fff4ec10000 - 0x7fff4ec9efff com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage 0x7fff4ec9f000 - 0x7fff4eccafff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <3C40C86F-A225-3187-B1AB-7C6462618E99> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix 0x7fff4eccb000 - 0x7fff4ed51fff com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray 0x7fff4ed52000 - 0x7fff4ef64fff com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork 0x7fff4ef65000 - 0x7fff4efb5fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <72476B4E-5111-30BC-91A0-68F7031DC57B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector 0x7fff4efb6000 - 0x7fff4efb6fff com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x7fff4efc9000 - 0x7fff4efc9fff com.apple.MobileCoreServices (1141.1 - 1141.1) <2F0C7BBC-F14E-3E5B-8BFA-AC3B854634F0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x7fff4efd3000 - 0x7fff4efd5fff +libCVMSPluginSupport.dylib (19.0.17) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x7fff4efd6000 - 0x7fff4efdcfff +libCoreFSCache.dylib (201.12) <628AB041-B4BD-36CB-9128-8D629D231EC4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x7fff4efdd000 - 0x7fff4efe5fff +libCoreVMClient.dylib (201.12) <64CB5F7A-738A-3285-9284-5D518A3D96E7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x7fff4f1c2000 - 0x7fff4f1c2fff com.apple.UIKit (1.0 - 5067.3.107) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UIKit.framework/UIKit 0x7fff4f32c000 - 0x7fff4f36efff com.apple.AccessibilitySharedSupport (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport 0x7fff4f96a000 - 0x7fff4f975fff com.apple.AppleIDAuthSupport (1.0 - 1) <170109A0-0669-384F-BDCF-369C115EBD1A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x7fff4f976000 - 0x7fff4f9bffff com.apple.AppleJPEG (1.0 - 1) <3B312635-9D6F-377A-9EF6-D6BE804E808F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x7fff4fa87000 - 0x7fff4faa9fff com.apple.applesauce (1.0 - 16.34) <3267671C-B669-30C6-9099-3C3C24A4FA79> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce 0x7fff4fc0b000 - 0x7fff4fc46fff com.apple.bom (14.0 - 237) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Bom.framework/Bom 0x7fff50f1d000 - 0x7fff50f3efff com.apple.DocumentManagerCore (1.0 - 229) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore 0x7fff50fd8000 - 0x7fff50fdafff com.apple.DragUI (1.0 - 1) <8ED41FE7-41FE-3907-9A6F-8FED6FFE647F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DragUI.framework/DragUI 0x7fff51011000 - 0x7fff51889fff com.apple.vision.EspressoFramework (1.0 - 314.1.1) <2B49E71C-E06A-3138-BC4E-BD7ED2355AA7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Espresso.framework/Espresso 0x7fff51c9e000 - 0x7fff520b5fff com.apple.vision.FaceCore (4.1.2 - 4.1.2) <982758C7-D9D1-3103-808F-3FC776AE880C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x7fff520f5000 - 0x7fff520fdfff com.apple.FeatureFlagsSupport (1.0 - 54) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport 0x7fff521aa000 - 0x7fff521e6fff +libGSFontCache.dylib (221) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x7fff5224b000 - 0x7fff52254fff +libhvf.dylib (327) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x7fff532f1000 - 0x7fff532fffff com.apple.GraphVisualizer (1.0 - 210.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer 0x7fff54725000 - 0x7fff54730fff com.apple.InternationalSupport (1.0 - 69.1) <2460C0A2-9039-316D-A926-7BBBAE0A9B75> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport 0x7fff5496b000 - 0x7fff5496bfff com.apple.marco (10.0 - 1000) <47FCDC9B-D51A-3F9F-9592-DF40131B73E9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Marco.framework/Marco 0x7fff54e09000 - 0x7fff54e4efff com.apple.OTSVG (1.0 - 706.3) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OTSVG.framework/OTSVG 0x7fff55446000 - 0x7fff55446fff com.apple.PhoneNumbers (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers 0x7fff5669a000 - 0x7fff56765fff com.apple.TextureIO (3.10.9 - 3.10.9) <835A4850-5E5E-34CA-ADB5-BE050D95B152> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x7fff579ba000 - 0x7fff582dbfff +libwebrtc.dylib (7612.1.27.0.31) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib 0x7fff58410000 - 0x7fff5841cfff com.apple.perfdata (1.0 - 78) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/perfdata.framework/perfdata 0x7fff587f2000 - 0x7fff587f3fff +libSystem.B.dylib (1311) <9D1C8F61-64CF-3C7F-8F59-E714819AC72A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libSystem.B.dylib 0x7fff587f4000 - 0x7fff587f5fff +libThaiTokenizer.dylib (10) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libThaiTokenizer.dylib 0x7fff587f6000 - 0x7fff5880efff +libapple_nghttp2.dylib (1.42) <8F673492-158D-3439-8618-C0E7337670E9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libapple_nghttp2.dylib 0x7fff5880f000 - 0x7fff5881efff +libbsm.0.dylib (73) <56C2D5EE-8610-3E27-ABE3-1AAC36B3A41B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libbsm.0.dylib 0x7fff5881f000 - 0x7fff5882cfff +libbz2.1.0.dylib (45) <1BDFDEEA-C210-36D2-8725-177DE3BB9B58> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libbz2.1.0.dylib 0x7fff5882d000 - 0x7fff5882dfff +libcharset.1.dylib (59) <3FF47A3B-AC35-3D44-B815-AE8E6B468DDF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcharset.1.dylib 0x7fff5882e000 - 0x7fff5883efff +libcmph.dylib (8) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcmph.dylib 0x7fff5883f000 - 0x7fff58913fff +libcompression.dylib (125) <8739B89A-51B9-31A1-8FE6-3AB5BE116CA3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcompression.dylib 0x7fff58914000 - 0x7fff58915fff +libcoretls_cfhelpers.dylib (173) <92C7D519-6876-3F19-880D-316462D5DC0B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcoretls_cfhelpers.dylib 0x7fff58916000 - 0x7fff5891bfff +libcupolicy.dylib (9091) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcupolicy.dylib 0x7fff58955000 - 0x7fff58959fff +libheimdal-asn1.dylib (633.0.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libheimdal-asn1.dylib 0x7fff5895a000 - 0x7fff58a4afff +libiconv.2.dylib (59) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libiconv.2.dylib 0x7fff58a4b000 - 0x7fff58a64fff +liblzma.5.dylib (16) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/liblzma.5.dylib 0x7fff58ce7000 - 0x7fff58d0afff +libnetworkextension.dylib (1465.12.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libnetworkextension.dylib 0x7fff58d0b000 - 0x7fff58d23fff +libresolv.9.dylib (68) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libresolv.9.dylib 0x7fff58d55000 - 0x7fff58d58fff +libutil.dylib (60) <7F803EE3-80F2-3306-AC54-B47B22BD4823> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libutil.dylib 0x7fff58d85000 - 0x7fff58d97fff +libz.1.dylib (77) <19074249-66D0-343A-94DB-DAF611EF1E13> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libz.1.dylib 0x7fff58ea9000 - 0x7fff58eb1fff +libswiftCoreAudio.dylib (1.1) <303B8F7E-ED1C-3450-8016-0CDCBF06A063> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreAudio.dylib 0x7fff58ebd000 - 0x7fff58ebdfff +libswiftCoreFoundation.dylib (14) <4C70F18B-95FE-379B-9494-F14AF1AD1D6D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreFoundation.dylib 0x7fff58ebe000 - 0x7fff58ec8fff +libswiftCoreGraphics.dylib (3) <286A0F3B-8B8B-319C-8F40-25CB52D62150> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreGraphics.dylib 0x7fff58ec9000 - 0x7fff58ec9fff +libswiftCoreImage.dylib (2) <6676DE2F-EC71-3143-93B7-2449871ED90E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreImage.dylib 0x7fff58ed7000 - 0x7fff58f0bfff +libswiftCoreMedia.dylib (2896.25.1.10) <304CC0FA-CFAE-3A56-940A-79E56EFBADDB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreMedia.dylib 0x7fff58f0c000 - 0x7fff58f12fff +libswiftDarwin.dylib (??? - ???) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftDarwin.dylib 0x7fff58f13000 - 0x7fff58f27fff +libswiftDispatch.dylib (9) <00EC3F63-5A3F-311A-8845-FF23E615F875> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftDispatch.dylib 0x7fff58f28000 - 0x7fff5924efff +libswiftFoundation.dylib (69) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftFoundation.dylib 0x7fff59264000 - 0x7fff59268fff +libswiftMetal.dylib (257.25.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftMetal.dylib 0x7fff592e8000 - 0x7fff592e9fff +libswiftObjectiveC.dylib (2) <3CD351E8-9688-322E-A3B8-1CE92B9BC9FD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftObjectiveC.dylib 0x7fff592ee000 - 0x7fff592effff +libswiftQuartzCore.dylib (3) <656EDF44-4F25-371B-8B4D-2E9A5834B9F6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftQuartzCore.dylib 0x7fff5931b000 - 0x7fff5937afff +libswiftUIKit.dylib (5038) <5385C11F-97A0-31C7-826E-4EA4EA3BFFC5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftUIKit.dylib 0x7fff5937f000 - 0x7fff59397fff +libswiftos.dylib (1021) <103F9811-326D-3A21-A467-CD1688C41C34> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftos.dylib 0x7fff593b8000 - 0x7fff593bcfff +libcache.dylib (85) <774155D9-222B-3DDA-8C72-8CEF66BF4B7F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcache.dylib 0x7fff593bd000 - 0x7fff593c8fff +libcommonCrypto.dylib (60190) <83B8195F-B0F3-3BEB-BB10-55BA8B01BB1F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcommonCrypto.dylib 0x7fff593c9000 - 0x7fff593d0fff +libcompiler_rt.dylib (102.3) <74155D92-5AEE-3F30-8D52-9E07DB7187E0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcompiler_rt.dylib 0x7fff594e6000 - 0x7fff594ebfff +libmacho.dylib (987) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libmacho.dylib 0x7fff594ec000 - 0x7fff594edfff +libremovefile.dylib (60) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libremovefile.dylib 0x7fff594ee000 - 0x7fff594f0fff +libsystem_featureflags.dylib (54) <075B1706-CBFB-30D9-B906-9058FE8D269B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_featureflags.dylib 0x7fff594f1000 - 0x7fff59543fff +libsystem_m.dylib (3204) <2FB34889-4E53-3250-990F-E7E38467ADAA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_m.dylib 0x7fff59544000 - 0x7fff5954bfff +libunwind.dylib (201) <132A873A-4DF1-3FC5-AA38-F2D45483B150> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libunwind.dylib 0x7fff597da000 - 0x7fff59842fff com.apple.private.NanoRegistry (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 0x7fff59843000 - 0x7fff59851fff com.apple.NanoPreferencesSync (1.0 - 1) <16176240-6CDE-3940-A9E2-64BA6CB2E7A3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync 0x7fff5a041000 - 0x7fff5a146fff com.apple.audio.AVFAudio (1.0 - 522.6.0.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVFAudio.framework/AVFAudio 0x7fff5a147000 - 0x7fff5a159fff com.apple.Accessibility (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accessibility.framework/Accessibility 0x7fff5a204000 - 0x7fff5a247fff com.apple.CryptoTokenKit (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit 0x7fff5a248000 - 0x7fff5a24afff com.apple.DataDetection (8.0 - 694) <7A552A41-82E7-38D0-83FB-E91A59671401> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/DataDetection.framework/DataDetection 0x7fff5a3b7000 - 0x7fff5a3c9fff com.apple.MPSFunctions (1.0 - 1) <28C65215-3766-3EEE-A1C8-8CDBCAB78E78> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSFunctions.framework/MPSFunctions 0x7fff5ae30000 - 0x7fff5bab6fff +libLLVMContainer.dylib (602.2.48.5) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libLLVMContainer.dylib 0x7fff5d054000 - 0x7fff5d065fff com.apple.UniformTypeIdentifiers (709 - 709) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers 0x7fff5e452000 - 0x7fff5e459fff com.apple.AAAFoundation (1.0 - 1) <35FD4882-346E-3974-9E00-3CD5BC36E59F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AAAFoundation.framework/AAAFoundation 0x7fff5e48d000 - 0x7fff5e55ffff com.apple.AVFCapture (1.0 - 172.11.2) <99856C29-8A14-338A-94DF-D266980B4A9D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture 0x7fff5e560000 - 0x7fff5e6e9fff com.apple.AVFCore (1.0 - 2036.25.1.4) <84764DA9-69D0-35D6-97FE-DE91A5A11723> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVFCore.framework/AVFCore 0x7fff5e6eb000 - 0x7fff5e700fff com.apple.accessibility.AXAssetLoader (1.0 - 1) <03CA545F-8D0D-3B04-8A45-3639D80C14A7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AXAssetLoader.framework/AXAssetLoader 0x7fff5eaaf000 - 0x7fff5ead3fff com.apple.audio.AudioSession (1.0 - 128) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AudioSession.framework/AudioSession 0x7fff5ef60000 - 0x7fff5efa1fff com.apple.CMCapture (1.0 - 172.11.2) <65BE76A2-AA7D-3482-A4A1-7597AB4F7014> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CMCapture.framework/CMCapture 0x7fff5efa2000 - 0x7fff5efacfff com.apple.CMCaptureCore (1.0 - 172.11.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore 0x7fff5efb9000 - 0x7fff5f043fff com.apple.CMPhoto (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CMPhoto.framework/CMPhoto 0x7fff5f7d6000 - 0x7fff5f814fff com.apple.CoreAutoLayout (1.0 - 28) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout 0x7fff6055a000 - 0x7fff60575fff com.apple.CoreUtilsExtras (6.7 - 670.33) <08F610A0-723F-36A0-93E7-47980A8DE7FD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreUtilsExtras.framework/CoreUtilsExtras 0x7fff605e3000 - 0x7fff6060cfff com.apple.devicemanagementclient.DMCUtilities (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DMCUtilities.framework/DMCUtilities 0x7fff60d1f000 - 0x7fff60d5ffff com.apple.ExtensionFoundation (34.5 - 34.5) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation 0x7fff60fa5000 - 0x7fff60fa6fff +libGPUCompilerUtils.dylib (31001.325) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libGPUCompilerUtils.dylib 0x7fff60fd5000 - 0x7fff60fd8fff com.apple.GeoServices (1.0 - 1829.30.7.27.7) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServicesCore.framework/GeoServicesCore 0x7fff6162a000 - 0x7fff6163efff com.apple.IconFoundation (493 - 493) <82F88422-E62F-38CA-BB32-F36A77DA4B9A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IconFoundation.framework/IconFoundation 0x7fff618cf000 - 0x7fff618e5fff com.apple.devicemanagementclient.MDMClientLibrary (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MDMClientLibrary.framework/MDMClientLibrary 0x7fff618e6000 - 0x7fff61a77fff com.apple.MIL (3.5 - 3.5.4) <43C43C5D-289E-3DC4-ADDC-E131EA582C1E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MIL.framework/MIL 0x7fff61a78000 - 0x7fff61b91fff com.apple.CoreML.MLAssetIO (1.0 - 1125.12.1) <0CBA257C-BD28-3F19-B3E9-0145CAB2BFC2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MLAssetIO.framework/MLAssetIO 0x7fff61bb3000 - 0x7fff61be5fff com.apple.MTLSimDriver (257.25 - 257.25) <875F401D-F9BE-3F3C-AC65-0AF7881F0909> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MTLSimDriver.framework/MTLSimDriver 0x7fff628aa000 - 0x7fff628c9fff com.apple.security.octagontrust (1.0 - 1) <036F4FBF-AFA4-33B9-A1FB-5FA347A3F517> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust 0x7fff63212000 - 0x7fff6321efff com.apple.PointerUIServices (1.0 - 1) <45787249-0704-32BF-A0E1-770CA556C8DE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices 0x7fff6545e000 - 0x7fff65464fff com.apple.CoreSimulator.SimFramebufferClient (772 - 772) <6FE1EFC9-83AF-3BEF-9C81-C80925B6F42D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SimFramebufferClient.framework/SimFramebufferClient 0x7fff65465000 - 0x7fff65468fff com.apple.iphonesimulator.SimulatorClient (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SimulatorClient.framework/SimulatorClient 0x7fff6727b000 - 0x7fff6727bfff com.apple.SoftLinking (1.0 - 42) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking 0x7fff68dd3000 - 0x7fff691f5fff +libANGLE-shared.dylib (7612.1.27.0.31) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libANGLE-shared.dylib 0x7fff6bb7a000 - 0x7fff6bb82fff +libCoreEntitlements.dylib (16) <2766D829-67BA-31FB-BA2E-D66141D3C7DA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libCoreEntitlements.dylib 0x7fff6bbe2000 - 0x7fff6bbfbfff +libexpat.1.dylib (28) <1A62BCDD-9AE4-38C4-863C-B56E28183BC5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libexpat.1.dylib 0x7fff6bda9000 - 0x7fff6bda9fff +libswiftDataDetection.dylib (694) <31235D87-27DF-3EC0-A017-E15AAA63E0E9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftDataDetection.dylib 0x7fff6bdee000 - 0x7fff6bdeefff +libswiftFileProvider.dylib (374.1.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftFileProvider.dylib 0x7fff6bf0f000 - 0x7fff6bf4dfff +libswift_Concurrency.dylib (5.5 - 1300.0.29.207) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswift_Concurrency.dylib 0x7fff6bf92000 - 0x7fff6bf96fff +libsystem_collections.dylib (1506.10.3) <66CB1905-A2F6-3294-AB6C-094AC2C508E0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_collections.dylib 0x7fff6bf97000 - 0x7fff6bfc6fff libsystem_kernel.dylib (7195.141.19) /usr/lib/system/libsystem_kernel.dylib 0x7fff6bfc7000 - 0x7fff6bfdcfff +libsystem_networkextension.dylib (1465.12.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_networkextension.dylib 0x7fff6bfdd000 - 0x7fff6bfe6fff libsystem_platform.dylib (254.80.2) /usr/lib/system/libsystem_platform.dylib 0x7fff6bfe7000 - 0x7fff6bfe7fff +libsystem_product_info_filter.dylib (10) <077164FE-9FD6-3541-8810-146BD08C97F6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_product_info_filter.dylib 0x7fff6bfe8000 - 0x7fff6bff3fff libsystem_pthread.dylib (454.120.2) <49670AEC-4D5D-3383-906C-23F568351FCB> /usr/lib/system/libsystem_pthread.dylib 0x7fff6bff4000 - 0x7fff6bff5fff +libsystem_sim_kernel.dylib (237) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_kernel.dylib 0x7fff6bff6000 - 0x7fff6bff6fff +libsystem_sim_kernel_host.dylib (237) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_kernel_host.dylib 0x7fff6bff7000 - 0x7fff6bffafff +libsystem_sim_platform.dylib (237) <32BB2ED6-802B-36F0-8E96-B1D906D03F1C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_platform.dylib 0x7fff6bffb000 - 0x7fff6bffbfff +libsystem_sim_platform_host.dylib (237) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_platform_host.dylib 0x7fff6bffc000 - 0x7fff6bffcfff +libsystem_sim_pthread.dylib (237) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_pthread.dylib 0x7fff6bffd000 - 0x7fff6bffdfff +libsystem_sim_pthread_host.dylib (237) <26852566-32D1-34D8-A0AB-3CE8DCD3098B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_pthread_host.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 92 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=872.2M resident=0K(0%) swapped_out_or_unallocated=872.2M(100%) Writable regions: Total=2.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.3G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Activity Tracing 256K 1 CoreAnimation 4K 1 Foundation 16K 1 IOSurface 14.2M 2 Kernel Alloc Once 8K 1 MALLOC 350.3M 61 MALLOC guard page 48K 10 MALLOC_MEDIUM (reserved) 1.4G 12 reserved VM address space (unallocated) MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) Memory Tag 104 88K 5 STACK GUARD 56.1M 26 Stack 24.2M 29 VM_ALLOCATE 4.0G 220 __DATA 11.1M 309 __DATA_CONST 24.2M 305 __DATA_DIRTY 22K 10 __FONT_DATA 4K 1 __LINKEDIT 521.3M 10 __OBJC_RO 61.8M 1 __OBJC_RW 3040K 1 __TEXT 350.9M 317 __UNICODE 588K 1 dyld private memory 1024K 1 mapped file 79.5M 12 shared memory 16K 1 =========== ======= ======= TOTAL 7.3G 1339 TOTAL, minus reserved VM space 5.5G 1339 System Profile: Network Service: Ethernet, Ethernet, en0 Boot Volume File System Type: apfs Memory Module: BANK 0/ChannelA-DIMM0, 16 GB, DDR4, 2667 MHz, Samsung, M471A2K43CB1-CTD Memory Module: BANK 2/ChannelB-DIMM0, 16 GB, DDR4, 2667 MHz, Samsung, M471A2K43CB1-CTD USB Device: Extreme SSD USB Device: USB 3.1 Bus USB Device: USB2.0 Hub USB Device: USB2.0 Hub USB Device: AX68002 USB Device: 2.4G Wireless Mouse USB Device: USB Keyboard USB Device: TRT-AL00 USB Device: USB 2.0 BILLBOARD USB Device: Apple T2 Bus USB Device: Headset USB Device: Apple T2 Controller Thunderbolt Bus: Mac mini, Apple Inc., 47.5 Thunderbolt Bus: Mac mini, Apple Inc., 47.5 Model: Macmini8,1, BootROM 1715.81.2.0.0 (iBridge: 19.16.10744.0.0,0), 6 processors, 6-Core Intel Core i7, 3.2 GHz, 32 GB, SMC Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630, spdisplays_builtin AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Aug 10 2021 19:55:28 version 9.30.444.18.32.5.71 FWID 01-93db3422 Bluetooth: Version 8.0.5d7, 3 services, 18 devices, 1 incoming serial ports ```
fzyzcjy commented 2 years ago

last morning crash

``` Process: Runner [47660] Path: /Users/USER/Library/Developer/CoreSimulator/Devices/7F6DECAE-0468-4E27-A1A0-6DBB4F645355/data/Containers/Bundle/Application/7325D8CB-ABB4-44E7-B772-F134C2F65C54/Runner.app/Runner Identifier: Runner Version: 1.0.0 (1) Code Type: X86-64 (Native) Parent Process: launchd_sim [46619] Responsible: SimulatorTrampoline [881] User ID: 501 Date/Time: 2022-05-11 07:13:08.332 +0800 OS Version: macOS 11.6.4 (20G417) Report Version: 12 Bridge OS Version: 6.2 (19P744) Anonymous UUID: D400DC26-4F32-86B7-923F-2CF5835D4282 Sleep/Wake UUID: 114DB06C-8B78-48DA-A425-55FA6FF3F980 Time Awake Since Boot: 460000 seconds Time Since Wake: 470 seconds System Integrity Protection: disabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: EXC_I386_GPFLT Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [47660] Application Specific Information: dyld4 config: DYLD_ROOT_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot CoreSimulator 776.3 - Device: iPhone 12 Pro Max (7F6DECAE-0468-4E27-A1A0-6DBB4F645355) - Runtime: iOS 15.0 (19A339) - DeviceType: iPhone 12 Pro Max Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libobjc.A.dylib 0x00007fff2019cc38 objc_retain + 8 1 libsystem_blocks.dylib 0x00007fff2008a629 _Block_object_assign + 190 2 io.flutter.flutter 0x0000000105d0ff1f __copy_helper_block_e8_32o40b + 31 3 libsystem_blocks.dylib 0x00007fff2008a393 _Block_copy + 198 4 com.apple.UIKitCore 0x00007fff255b0113 +[UIViewAnimationBlockDelegate animationBlockDelegateWithDuration:options:start:completion:] + 161 5 com.apple.UIKitCore 0x00007fff2557e97f -[UIViewAnimationState setupWithDuration:delay:view:options:factory:parentState:start:completion:] + 545 6 com.apple.UIKitCore 0x00007fff255b0aac +[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:] + 548 7 com.apple.UIKitCore 0x00007fff255b0e55 +[UIView(UIViewAnimationWithBlocks) animateWithDuration:animations:completion:] + 30 8 io.flutter.flutter 0x0000000105d2a163 -[FlutterViewController removeSplashScreenView:] + 178 9 io.flutter.flutter 0x0000000105d2f63e std::__1::__function::__func<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'(), std::__1::allocator<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'()>, void ()>::operator()() + 164 10 io.flutter.flutter 0x000000010607fef0 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 164 11 io.flutter.flutter 0x0000000106086324 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 26 12 com.apple.CoreFoundation 0x00007fff2036a6c6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 13 com.apple.CoreFoundation 0x00007fff2036a1c2 __CFRunLoopDoTimer + 923 14 com.apple.CoreFoundation 0x00007fff20369781 __CFRunLoopDoTimers + 265 15 com.apple.CoreFoundation 0x00007fff20363dc0 __CFRunLoopRun + 2010 16 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 17 com.apple.GraphicsServices 0x00007fff2c851cd3 GSEventRunModal + 139 18 com.apple.UIKitCore 0x00007fff24ffbe63 -[UIApplication _run] + 928 19 com.apple.UIKitCore 0x00007fff25000a53 UIApplicationMain + 101 20 com.example.example 0x000000010347cecf main + 63 (AppDelegate.swift:5) 21 dyld_sim 0x0000000103494e1e start_sim + 10 22 ??? 0x0000000000000001 0 + 1 23 ??? 0x0000000000000007 0 + 7 Thread 1: 0 libsystem_pthread.dylib 0x00007fff6bfea420 start_wqthread + 0 Thread 2:: com.apple.uikit.eventfetch-thread 0 libsystem_kernel.dylib 0x00007fff6bf982ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6bf9862c mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff20369450 __CFRunLoopServiceMachPort + 319 3 com.apple.CoreFoundation 0x00007fff20363af3 __CFRunLoopRun + 1293 4 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 5 com.apple.Foundation 0x00007fff2081941c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 6 com.apple.Foundation 0x00007fff20819693 -[NSRunLoop(NSRunLoop) runUntilDate:] + 72 7 com.apple.UIKitCore 0x00007fff250bc0b9 -[UIEventFetcher threadMain] + 491 8 com.apple.Foundation 0x00007fff20842142 __NSThread__start__ + 999 9 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 10 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 3:: io.flutter.1.ui 0 libsystem_kernel.dylib 0x00007fff6bf9b236 __mprotect + 10 1 io.flutter.flutter 0x000000010646db13 dart::VirtualMemory::Protect(void*, long, dart::VirtualMemory::Protection) + 67 2 io.flutter.flutter 0x000000010639b563 dart::Code::FinalizeCode(dart::FlowGraphCompiler*, dart::compiler::Assembler*, dart::Code::PoolAttachment, bool, dart::CodeStatistics*) + 691 3 io.flutter.flutter 0x000000010646f204 dart::CompileParsedFunctionHelper::FinalizeCompilation(dart::compiler::Assembler*, dart::FlowGraphCompiler*, dart::FlowGraph*) + 164 4 io.flutter.flutter 0x0000000106471cb6 dart::LambdaCallable::Call() + 38 5 io.flutter.flutter 0x000000010631e386 dart::IsolateGroup::RunWithStoppedMutatorsCallable(dart::Callable*, dart::Callable*, bool) + 502 6 io.flutter.flutter 0x000000010646fef2 dart::CompileParsedFunctionHelper::Compile(dart::CompilationPipeline*) + 2130 7 io.flutter.flutter 0x000000010647085d dart::CompileFunctionHelper(dart::CompilationPipeline*, dart::Function const&, bool, long) + 1101 8 io.flutter.flutter 0x00000001064703e1 dart::Compiler::CompileFunction(dart::Thread*, dart::Function const&) + 513 9 io.flutter.flutter 0x00000001063886c4 dart::Function::EnsureHasCode() const + 100 10 io.flutter.flutter 0x000000010642e380 dart::TrySwitchInstanceCall(dart::Thread*, dart::StackFrame*, dart::Code const&, dart::Function const&, dart::ICData const&, dart::Function const&) + 240 11 io.flutter.flutter 0x000000010642e4ab dart::PatchableCallHandler::DoICDataMissJIT(dart::ICData const&, dart::Object const&, dart::Function const&) + 107 12 io.flutter.flutter 0x000000010642ea51 dart::PatchableCallHandler::ResolveSwitchAndReturn(dart::Object const&) + 305 13 io.flutter.flutter 0x000000010642eda9 dart::DRT_InlineCacheMissHandlerOneArg(dart::NativeArguments) + 681 14 ??? 0x0000000109702563 0 + 4453311843 15 ??? 0x0000000109703472 0 + 4453315698 16 ??? 0x000000010ab01383 0 + 4474278787 17 ??? 0x000000010ab0118a 0 + 4474278282 18 ??? 0x000000010982fc0f 0 + 4454546447 19 ??? 0x000000010982fa94 0 + 4454546068 20 ??? 0x000000010982f39d 0 + 4454544285 21 ??? 0x000000010987c848 0 + 4454860872 22 ??? 0x000000010987bfdd 0 + 4454858717 23 ??? 0x000000010985733a 0 + 4454708026 24 ??? 0x00000001098560fe 0 + 4454703358 25 ??? 0x000000010984ba8b 0 + 4454660747 26 ??? 0x000000010994ad9e 0 + 4455706014 27 ??? 0x0000000109858cf2 0 + 4454714610 28 ??? 0x0000000109858b77 0 + 4454714231 29 ??? 0x0000000109858820 0 + 4454713376 30 ??? 0x0000000109858403 0 + 4454712323 31 ??? 0x0000000109858114 0 + 4454711572 32 ??? 0x000000010985741b 0 + 4454708251 33 ??? 0x00000001098560fe 0 + 4454703358 34 ??? 0x0000000109855e94 0 + 4454702740 35 ??? 0x000000010982fd3d 0 + 4454546749 36 ??? 0x000000010982fa94 0 + 4454546068 37 ??? 0x000000010982f39d 0 + 4454544285 38 ??? 0x0000000109855d5d 0 + 4454702429 39 ??? 0x0000000109855c64 0 + 4454702180 40 ??? 0x00000001098559e4 0 + 4454701540 41 ??? 0x0000000109855659 0 + 4454700633 42 ??? 0x000000010985558a 0 + 4454700426 43 ??? 0x00000001097029b5 0 + 4453312949 44 io.flutter.flutter 0x00000001062f70b8 dart::DartEntry::InvokeCode(dart::Code const&, unsigned long, dart::Array const&, dart::Array const&, dart::Thread*) + 296 45 io.flutter.flutter 0x00000001062f6f24 dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long) + 324 46 io.flutter.flutter 0x00000001062f7805 dart::DartEntry::InvokeCallable(dart::Thread*, dart::Function const&, dart::Array const&, dart::Array const&) + 405 47 io.flutter.flutter 0x0000000106612e11 Dart_InvokeClosure + 1009 48 io.flutter.flutter 0x000000010618bc91 tonic::DartMicrotaskQueue::RunMicrotasks() + 153 49 io.flutter.flutter 0x000000010607ff22 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 214 50 io.flutter.flutter 0x0000000106086324 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 26 51 com.apple.CoreFoundation 0x00007fff2036a6c6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 52 com.apple.CoreFoundation 0x00007fff2036a1c2 __CFRunLoopDoTimer + 923 53 com.apple.CoreFoundation 0x00007fff20369781 __CFRunLoopDoTimers + 265 54 com.apple.CoreFoundation 0x00007fff20363dc0 __CFRunLoopRun + 2010 55 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 56 io.flutter.flutter 0x0000000106086461 fml::MessageLoopDarwin::Run() + 65 57 io.flutter.flutter 0x000000010607fe00 fml::MessageLoopImpl::DoRun() + 22 58 io.flutter.flutter 0x0000000106084eea void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::basic_string, std::__1::allocator > const&)::$_0> >(void*) + 170 59 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 60 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 4:: io.flutter.1.raster 0 libsystem_kernel.dylib 0x00007fff6bf982ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6bf9862c mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff20369450 __CFRunLoopServiceMachPort + 319 3 com.apple.CoreFoundation 0x00007fff20363af3 __CFRunLoopRun + 1293 4 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 5 io.flutter.flutter 0x0000000106086461 fml::MessageLoopDarwin::Run() + 65 6 io.flutter.flutter 0x000000010607fe00 fml::MessageLoopImpl::DoRun() + 22 7 io.flutter.flutter 0x0000000106084eea void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::basic_string, std::__1::allocator > const&)::$_0> >(void*) + 170 8 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 9 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 5:: io.flutter.1.io 0 libsystem_kernel.dylib 0x00007fff6bf982ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6bf9862c mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff20369450 __CFRunLoopServiceMachPort + 319 3 com.apple.CoreFoundation 0x00007fff20363af3 __CFRunLoopRun + 1293 4 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 5 io.flutter.flutter 0x0000000106086461 fml::MessageLoopDarwin::Run() + 65 6 io.flutter.flutter 0x000000010607fe00 fml::MessageLoopImpl::DoRun() + 22 7 io.flutter.flutter 0x0000000106084eea void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::basic_string, std::__1::allocator > const&)::$_0> >(void*) + 170 8 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 9 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 6:: io.flutter.1.profiler 0 libsystem_kernel.dylib 0x00007fff6bf982ba mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6bf9862c mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff20369450 __CFRunLoopServiceMachPort + 319 3 com.apple.CoreFoundation 0x00007fff20363af3 __CFRunLoopRun + 1293 4 com.apple.CoreFoundation 0x00007fff20363103 CFRunLoopRunSpecific + 567 5 io.flutter.flutter 0x0000000106086461 fml::MessageLoopDarwin::Run() + 65 6 io.flutter.flutter 0x000000010607fe00 fml::MessageLoopImpl::DoRun() + 22 7 io.flutter.flutter 0x0000000106084eea void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::basic_string, std::__1::allocator > const&)::$_0> >(void*) + 170 8 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 9 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 7:: io.worker.1 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010607d18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010607d7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 8:: io.worker.2 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010607d18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010607d7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 9:: io.worker.3 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010607d18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010607d7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 10:: io.worker.4 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010607d18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010607d7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 11:: io.worker.5 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010607d18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010607d7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 12:: io.worker.6 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010607d18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010607d7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 13:: io.worker.7 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010607d18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010607d7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 14:: io.worker.8 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010607d18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010607d7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 15:: io.worker.9 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010607d18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010607d7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 16:: io.worker.10 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010607d18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010607d7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 17:: io.worker.11 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010607d18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010607d7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 18:: io.worker.12 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee49 _pthread_cond_wait + 1298 2 libc++.1.dylib 0x00007fff202769e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 io.flutter.flutter 0x000000010607d18d fml::ConcurrentMessageLoop::WorkerMain() + 187 4 io.flutter.flutter 0x000000010607d7d0 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 155 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 19:: dart:io EventHandler 0 libsystem_kernel.dylib 0x00007fff6bf9cc4a kevent + 10 1 io.flutter.flutter 0x000000010627b268 dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 312 2 io.flutter.flutter 0x0000000106299c88 dart::bin::ThreadStart(void*) + 40 3 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 4 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 20:: Dart Profiler ThreadInterrupter 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee7f _pthread_cond_wait + 1352 2 io.flutter.flutter 0x00000001063e0986 dart::Monitor::WaitMicros(long long) + 134 3 io.flutter.flutter 0x0000000106460dff dart::ThreadInterrupter::ThreadMain(unsigned long) + 447 4 io.flutter.flutter 0x00000001063dff6f dart::ThreadStart(void*) + 159 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 21:: Dart Profiler SampleBlockProcessor 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee7f _pthread_cond_wait + 1352 2 io.flutter.flutter 0x00000001063e0986 dart::Monitor::WaitMicros(long long) + 134 3 io.flutter.flutter 0x00000001063e63e5 dart::SampleBlockProcessor::ThreadMain(unsigned long) + 181 4 io.flutter.flutter 0x00000001063dff6f dart::ThreadStart(void*) + 159 5 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 6 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 22:: DartWorker 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee7f _pthread_cond_wait + 1352 2 io.flutter.flutter 0x00000001063e0986 dart::Monitor::WaitMicros(long long) + 134 3 io.flutter.flutter 0x0000000106461baf dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 559 4 io.flutter.flutter 0x0000000106461dcd dart::ThreadPool::Worker::Main(unsigned long) + 93 5 io.flutter.flutter 0x00000001063dff6f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 7 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 23:: DartWorker 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee7f _pthread_cond_wait + 1352 2 io.flutter.flutter 0x00000001063e0986 dart::Monitor::WaitMicros(long long) + 134 3 io.flutter.flutter 0x0000000106461baf dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 559 4 io.flutter.flutter 0x0000000106461dcd dart::ThreadPool::Worker::Main(unsigned long) + 93 5 io.flutter.flutter 0x00000001063dff6f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 7 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 24:: DartWorker 0 libsystem_kernel.dylib 0x00007fff6bf9acde __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6bfeee7f _pthread_cond_wait + 1352 2 io.flutter.flutter 0x00000001063e0986 dart::Monitor::WaitMicros(long long) + 134 3 io.flutter.flutter 0x0000000106461baf dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 559 4 io.flutter.flutter 0x0000000106461dcd dart::ThreadPool::Worker::Main(unsigned long) + 93 5 io.flutter.flutter 0x00000001063dff6f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x00007fff6bfee8fc _pthread_start + 224 7 libsystem_pthread.dylib 0x00007fff6bfea443 thread_start + 15 Thread 0 crashed with X86 Thread State (64-bit): rax: 0xb000000000000000 rbx: 0x00007fbe307097e0 rcx: 0x0000600003d5d950 rdx: 0x0000000000000003 rdi: 0x00007fbe307097e0 rsi: 0x00007fbe307097e0 rbp: 0x00007ffeec781000 rsp: 0x00007ffeec780fd8 r8: 0x0000860b36a6d950 r9: 0x00000000001ff800 r10: 0x00007fff862a2808 r11: 0xffffe001175dc720 r12: 0x00007fff2019c920 r13: 0x0000000000000000 r14: 0x0000600003d5d970 r15: 0x0000000000000030 rip: 0x00007fff2019cc38 rfl: 0x0000000000010202 cr2: 0x00007fbe2f012ec0 Logical CPU: 2 Error Code: 0x00000000 Trap Number: 13 Thread 0 instruction stream: 45 d0 48 8b 0b 48 89 08-48 8b 4b 08 48 89 48 08 E.H..H..H.K.H.H. 41 ff 47 08 48 83 c3 10-49 83 c5 f0 75 bd 4c 89 A.G.H...I...u.L. f7 48 83 c4 08 5b 41 5c-41 5d 41 5e 41 5f 5d e9 .H...[A\A]A^A_]. ac 33 00 00 48 c7 04 08-01 00 00 00 48 83 c1 10 .3..H.......H... 48 39 cb 75 ef 48 83 c4-08 5b 41 5c 41 5d 41 5e H9.u.H...[A\A]A^ 41 5f 5d c3 0f 1f 40 00-48 85 ff 7e 1a 48 8b 07 A_]...@.H..~.H.. [f6]40 20 04 0f 85 12 00-00 00 48 8b 35 0f f9 11 .@ .......H.5... <== 66 ff 25 e1 14 e8 5f 48-89 f8 c3 90 55 48 89 e5 f.%..._H....UH.. 41 57 41 56 41 54 53 48-83 ec 10 49 89 ff 44 89 AWAVATSH...I..D. f8 c1 e8 09 44 89 fb c1-eb 04 31 c3 83 e3 3f 48 ....D.....1...?H c1 e3 06 4c 8d 25 be 49-12 66 4d 8d 34 1c 4c 89 ...L.%.I.fM.4.L. f7 be 00 00 05 00 e8 a9-33 00 00 4a 8d 3c 23 48 ........3..J.<#H Thread 0 last branch register state not available. Binary Images: 0x10347b000 - 0x10347efff +com.example.example (1.0.0 - 1) /Users/USER/Library/Developer/CoreSimulator/Devices/7F6DECAE-0468-4E27-A1A0-6DBB4F645355/data/Containers/Bundle/Application/7325D8CB-ABB4-44E7-B772-F134C2F65C54/Runner.app/Runner 0x103493000 - 0x1034dffff +dyld_sim (932.4) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim 0x103628000 - 0x10362bfff +org.cocoapods.integration-test (0.0.1 - 1) <0898F8FD-05D0-3913-A745-2F4FC83DB7DD> /Users/USER/Library/Developer/CoreSimulator/Devices/7F6DECAE-0468-4E27-A1A0-6DBB4F645355/data/Containers/Bundle/Application/7325D8CB-ABB4-44E7-B772-F134C2F65C54/Runner.app/Frameworks/integration_test.framework/integration_test 0x10363c000 - 0x10363ffff +org.cocoapods.path-provider-ios (0.0.1 - 1) /Users/USER/Library/Developer/CoreSimulator/Devices/7F6DECAE-0468-4E27-A1A0-6DBB4F645355/data/Containers/Bundle/Application/7325D8CB-ABB4-44E7-B772-F134C2F65C54/Runner.app/Frameworks/path_provider_ios.framework/path_provider_ios 0x1036fe000 - 0x10370afff +libobjc-trampolines.dylib (838) <1E0DCBFC-3AE4-3D7A-B368-77F48CCA980E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc-trampolines.dylib 0x105d02000 - 0x1077fdfff +io.flutter.flutter (1.0 - 1.0) /Users/USER/Library/Developer/CoreSimulator/Devices/7F6DECAE-0468-4E27-A1A0-6DBB4F645355/data/Containers/Bundle/Application/7325D8CB-ABB4-44E7-B772-F134C2F65C54/Runner.app/Frameworks/Flutter.framework/Flutter 0x10d15f000 - 0x10d1fafff dyld (852.2) <2400DF9F-B3B6-3CE0-8877-BC176527BEED> /usr/lib/dyld 0x7fff2003c000 - 0x7fff20053fff +libsystem_trace.dylib (1372.10.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_trace.dylib 0x7fff20054000 - 0x7fff20088fff +libxpc.dylib (2235.12.1) <68F6BE69-6DB2-3A18-A053-2C03A9D2A10A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libxpc.dylib 0x7fff20089000 - 0x7fff2008afff +libsystem_blocks.dylib (79) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_blocks.dylib 0x7fff2008b000 - 0x7fff2010efff +libsystem_c.dylib (1506.10.3) <51ACA1B3-4CCF-3807-BAD5-887C92FD66A8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_c.dylib 0x7fff2010f000 - 0x7fff20155fff +libdispatch.dylib (1324.10.4) <888B1439-4DEB-36FA-9CA2-6761A53541B5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib 0x7fff20156000 - 0x7fff2017efff +libsystem_malloc.dylib (372) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_malloc.dylib 0x7fff2017f000 - 0x7fff201b0fff +libobjc.A.dylib (838) <8D646E32-1ECC-300D-ACEA-E906348AB594> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib 0x7fff201b1000 - 0x7fff20242fff +libcorecrypto.dylib (1217.10.4) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcorecrypto.dylib 0x7fff20243000 - 0x7fff20258fff +libc++abi.dylib (1200.3) <0730C74E-AE80-3F64-92C9-FE946463A8DE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++abi.dylib 0x7fff20259000 - 0x7fff20264fff +libdyld.dylib (932.4) <49FE175B-52EE-34BB-863F-CF2EF72D5D22> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdyld.dylib 0x7fff20265000 - 0x7fff2026dfff +libsystem_darwin.dylib (1506.10.3) <585E0355-1E70-3733-92FC-7292E8BA4B60> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_darwin.dylib 0x7fff2026e000 - 0x7fff202c3fff +libc++.1.dylib (1200.3) <0671D992-833A-3DB2-AAF7-DE1B5A18DD4B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib 0x7fff202c4000 - 0x7fff202e8fff +libsystem_info.dylib (554) <03BD1541-34F4-3D7F-9B9C-D740297DBC35> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_info.dylib 0x7fff202e9000 - 0x7fff20688fff com.apple.CoreFoundation (6.9 - 1854) <1E31C79C-63D5-3C10-857D-2D64F9EFCC55> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x7fff20689000 - 0x7fff206f6fff com.apple.SystemConfiguration (1.21 - 1.21) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x7fff206f7000 - 0x7fff209abfff com.apple.Foundation (6.9 - 1854) <02621B3D-174A-37BE-879C-4BE0F0FA8D96> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation 0x7fff209ac000 - 0x7fff209dafff +libCRFSuite.dylib (51) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libCRFSuite.dylib 0x7fff209db000 - 0x7fff20b89fff com.apple.CoreServices (839 - 839) <53421441-274D-3118-89B5-6920DFC5378A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreServices.framework/CoreServices 0x7fff20b8a000 - 0x7fff20bf7fff +libSparse.dylib (108) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib 0x7fff20bf8000 - 0x7fff20f8dfff com.apple.ImageIO (3.3.0 - 2216) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ImageIO.framework/ImageIO 0x7fff20f91000 - 0x7fff2115ffff com.apple.CoreText (706.3 - 706.3) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreText.framework/CoreText 0x7fff21160000 - 0x7fff212b7fff com.apple.Security (10.0 - 60157.12.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Security.framework/Security 0x7fff212b8000 - 0x7fff21343fff com.apple.framework.IOKit (2.0.2 - 1952.10.3) <7C30F325-4740-354C-A495-098136A52620> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff21344000 - 0x7fff2136afff +libMobileGestalt.dylib (1073.12.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMobileGestalt.dylib 0x7fff213d7000 - 0x7fff21658fff +libicucore.A.dylib (68232) <55776270-F025-30D6-AB9E-83514A4F38F4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libicucore.A.dylib 0x7fff21659000 - 0x7fff21689fff com.apple.CoreServicesInternal (484 - 484) <82892B5B-0C41-3BB9-A448-1B6EFD46AF32> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x7fff21701000 - 0x7fff21b98fff com.apple.audio.CoreAudio (5.0 - 5.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x7fff21b99000 - 0x7fff21ec5fff com.apple.CoreImage (15.0 - 1200.47) <69CDAC26-9E62-3B66-AA35-C03462B69454> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreImage.framework/CoreImage 0x7fff21ec6000 - 0x7fff21fb7fff com.apple.LanguageModeling (1.0 - 277) <8F2C2231-D96D-30AA-847F-A9B824EE284B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x7fff21fb8000 - 0x7fff22002fff com.apple.Lexicon-framework (1.0 - 98) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Lexicon.framework/Lexicon 0x7fff22003000 - 0x7fff221a7fff +libsqlite3.dylib (329) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libsqlite3.dylib 0x7fff221a8000 - 0x7fff221b2fff +libsystem_notify.dylib (301) <7B123814-E5BA-31ED-BE25-F7D68E63FF6C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_notify.dylib 0x7fff223b5000 - 0x7fff225fafff com.apple.Montreal (1.0 - 165) <287D35DF-3EBE-362C-A941-A0BD2A496DFB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Montreal.framework/Montreal 0x7fff2270a000 - 0x7fff22746fff com.apple.AppSupport (1.0.0 - 29) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x7fff22747000 - 0x7fff2300ffff +libnetwork.dylib (2736.12.1) <699A05B8-090C-32E1-8A57-5B6BDD720F08> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libnetwork.dylib 0x7fff23010000 - 0x7fff23123fff com.apple.managedconfiguration (1.0 - 1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x7fff23124000 - 0x7fff2315bfff com.apple.CSStore (1141.1 - 1141.1) <41B46FE7-9D82-377D-BB1C-5A16E0A27EF0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore 0x7fff2315c000 - 0x7fff23178fff com.apple.UserManagement (1.0 - 1) <84CAE4E7-5FEB-3DD2-9587-1AD8AD14060A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x7fff23179000 - 0x7fff234cafff com.apple.CoreML (1.0 - 1125.12.1) <2BDEB03C-A700-33F8-A62E-39DC206F78B3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreML.framework/CoreML 0x7fff234cb000 - 0x7fff234e1fff com.apple.ProtocolBuffer (1 - 288.30.3.2.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x7fff234e2000 - 0x7fff234f6fff com.apple.commonutilities (8.0 - 900) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x7fff234f7000 - 0x7fff23540fff com.apple.RunningBoardServices (1.0 - 617.0.30) <7621B1D5-F03E-3188-82C6-870737A0670D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices 0x7fff23541000 - 0x7fff235e9fff com.apple.BaseBoard (567 - 567) <115F946D-6EA7-3209-9676-C2BCD5F305C1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x7fff23c77000 - 0x7fff23d13fff com.apple.corelocation (2663.0.3 - 2663.0.3) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x7fff23d1d000 - 0x7fff23d8cfff com.apple.Accounts (113 - 113) <3D4138D9-4F6E-3EE2-AA4F-DA57DD250F01> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accounts.framework/Accounts 0x7fff23dad000 - 0x7fff24219fff com.apple.CFNetwork (1312 - 1312) <35B9CA69-AC1B-3620-BEB0-728FE87C024D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x7fff2421a000 - 0x7fff24333fff com.apple.UIFoundation (1.0 - 779) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x7fff24334000 - 0x7fff258d2fff com.apple.UIKitCore (1.0 - 5067.3.107) <9B492A0F-D6A5-3BC5-9689-50586F8DB216> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x7fff258d3000 - 0x7fff258e1fff com.apple.AssertionServices (1.0 - 617.0.30) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x7fff258e2000 - 0x7fff259dbfff com.apple.CoreTelephony (113 - 9091) <2959F5D0-95DB-381E-98B2-C1E5675C4C00> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x7fff259dc000 - 0x7fff259e0fff com.apple.AggregateDictionary (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x7fff259e1000 - 0x7fff259f7fff +libsystem_asl.dylib (390) <3AEE8707-6896-391D-91BD-1224DBE87CC4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_asl.dylib 0x7fff25a85000 - 0x7fff25e13fff com.apple.CoreData (120 - 1132) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreData.framework/CoreData 0x7fff26130000 - 0x7fff2617ffff com.apple.BoardServices (1.0 - 567) <7EAF527F-A460-3F85-8D7F-A23BA528B947> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BoardServices.framework/BoardServices 0x7fff26246000 - 0x7fff26273fff com.apple.analyticsd (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics 0x7fff26274000 - 0x7fff26418fff com.apple.cloudkit.CloudKit (1043 - 1043) <3242D6E7-90EC-32DC-8F95-38DFCA332B5A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CloudKit.framework/CloudKit 0x7fff26419000 - 0x7fff2647afff com.apple.SpringBoardServices (1.0 - 1.0) <8E0F9867-3F06-30A2-8AB9-860E5583B8DE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x7fff2647b000 - 0x7fff26507fff com.apple.FrontBoardServices (762 - 762) <15BB9E3F-0A92-3591-A8B6-04A623E74EE6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x7fff26508000 - 0x7fff265acfff com.apple.Network (1.0 - 1) <41DBAAC0-0CA3-37B7-AF47-FBD682EEDCD9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Network.framework/Network 0x7fff26611000 - 0x7fff27ee6fff com.apple.GeoServices (1.0 - 1829.30.7.27.7) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x7fff27ee7000 - 0x7fff27ef6fff com.apple.TCC (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/TCC 0x7fff27ef7000 - 0x7fff27f52fff com.apple.imfoundation (10.0 - 1000) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x7fff27f53000 - 0x7fff280bafff com.apple.CoreUtils (6.7 - 670.33) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x7fff28191000 - 0x7fff281acfff +libsystem_containermanager.dylib (382.0.15) <8D16F7DF-AFC9-3FA5-A13D-32B121E4D518> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_containermanager.dylib 0x7fff282f8000 - 0x7fff28315fff com.apple.aps.framework (4.0 - 4.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x7fff28316000 - 0x7fff28466fff com.apple.ids (10.0 - 1000) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/IDS 0x7fff28467000 - 0x7fff285f2fff com.apple.idsfoundation (10.0 - 1000) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x7fff2865a000 - 0x7fff2872dfff com.apple.CoreMedia (1.0 - 2896.25.1.10) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x7fff2872e000 - 0x7fff2874dfff com.apple.UIKitServices (1.0 - 1) <695DC470-F298-3EA8-8E1E-02DB2B183D56> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices 0x7fff2874e000 - 0x7fff287b9fff com.apple.BackBoardServices (1.0 - 1.0) <589886F5-1DD4-3F18-A448-A7889EA5EEAA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x7fff287ba000 - 0x7fff28a44fff com.apple.QuartzCore (1.11 - 962.10.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x7fff28a45000 - 0x7fff28b05fff com.apple.ColorSync (4.13.0 - 3519) <29A42C4F-A7A2-377D-90BF-E52AB39F1EF1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x7fff28b06000 - 0x7fff291d9fff com.apple.CoreGraphics (2.0 - 1548.1.3) <5F92F920-EE88-3A1F-8155-ACE2BFE65D31> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x7fff2932c000 - 0x7fff29366fff com.apple.UserNotifications (1.0 - 409.1) <49ABB6CC-61A5-3D84-89F6-BD28D55540A7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x7fff29367000 - 0x7fff2938afff com.apple.locationsupport (2663.0.3 - 2663.0.3) <8B151112-1732-3068-8022-DB347F5E91F8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport 0x7fff2938b000 - 0x7fff294ecfff com.apple.Sharing (1737.1.9 - 1737.1.9) <9713DD18-BC45-3C70-8569-EFBBA81024CB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Sharing.framework/Sharing 0x7fff29da4000 - 0x7fff2c2acfff com.apple.WebCore (8612 - 8612.1.27.0.31) <37DF8FA3-E552-33AA-A4C5-33CB622BD8D4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x7fff2c2ad000 - 0x7fff2c2cbfff +libAccessibility.dylib (2933.4.12) <6C0C6EC9-A90E-3AFE-8873-6B1673EE8D70> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAccessibility.dylib 0x7fff2c2cc000 - 0x7fff2c2ddfff com.apple.accessibility.AXCoreUtilities (1.0 - 1) <400BF44C-2285-32E1-83B8-D9D9F3653923> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities 0x7fff2c367000 - 0x7fff2c373fff com.apple.IOSurface (302.9 - 302.9) <8F60AE69-91A7-3FD5-8959-DF5F05120FBE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/IOSurface.framework/IOSurface 0x7fff2c374000 - 0x7fff2c84dfff com.apple.MediaToolbox (1.0 - 2896.25.1.10) <85F110D1-62BF-3987-8497-58A6293C6CA5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x7fff2c84e000 - 0x7fff2c856fff com.apple.GraphicsServices (1.0 - 1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x7fff2c943000 - 0x7fff2c943fff com.apple.avfoundation (2.0 - 2036.25.1.4) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x7fff2c992000 - 0x7fff2c9b7fff com.apple.MobileAssets (1.0 - 697.0.4) <21A99527-B2BB-384A-BFFE-8277CEAEF997> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x7fff2c9b8000 - 0x7fff2c9c0fff +libGSFont.dylib (94) <102349D9-DB42-3B27-A2ED-5E26CC4B4853> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib 0x7fff2c9c1000 - 0x7fff2c9cdfff com.apple.FontServices (1.0 - 1) <5684D3E0-EBC0-3968-8D1D-5F2EB8A24AC1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x7fff2c9ce000 - 0x7fff2caf0fff +libFontParser.dylib (327) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x7fff2d532000 - 0x7fff2e070fff com.apple.vImage (8.1 - 555) <72B2EA48-ABD9-34F8-BB34-2BCDDD25557D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x7fff2e071000 - 0x7fff2e198fff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <06AEB371-20A7-3608-826C-6B87C77D2A6E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x7fff2e199000 - 0x7fff2e1cafff +libAudioToolboxUtility.dylib (1245.12.3.4) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAudioToolboxUtility.dylib 0x7fff2e6b8000 - 0x7fff2e76afff com.apple.ShareSheet (1737.1.9 - 1737.1.9) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet 0x7fff2e8eb000 - 0x7fff2e926fff com.apple.DocumentManager (1.0 - 229) <836A3B82-A641-3BA5-A593-601EF043D1C3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager 0x7fff2eb6d000 - 0x7fff2ec00fff com.apple.AuthKit (1.0 - 1) <2278FD70-471C-396D-ABA2-D64B0A37D3A4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x7fff2f190000 - 0x7fff2f1acfff +libCGInterfaces.dylib (555) <2FA37F92-A62B-35CA-AC74-999BAA1A8C18> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x7fff2f1ad000 - 0x7fff2f325fff com.apple.WebKitLegacy (8612 - 8612.1.27.0.31) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x7fff2f326000 - 0x7fff2f3bafff com.apple.TextInput (1.0 - 1.0) <15455DD7-38F4-3913-9CE6-1123C1D264D6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x7fff2f3bb000 - 0x7fff2f492fff com.apple.accessibility.AXMediaUtilities (1.0 - 1) <294C7C1B-EDEC-3781-AB92-327D929CAE6F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities 0x7fff2f493000 - 0x7fff2f496fff com.apple.dt.XCTTargetBootstrap (19167) <0FDC3C83-4530-372D-8D5E-7F5A8C9255CE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap 0x7fff2f8ca000 - 0x7fff2fb75fff com.apple.AppleMediaServices (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices 0x7fff2fbab000 - 0x7fff2fd9efff com.apple.coremotion (2663.0.3 - 2663.0.3) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x7fff3000a000 - 0x7fff300d6fff com.apple.CoreUI (1.0 - 735) <369BDD8A-FD0F-313E-8F36-F93CC2D582B5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x7fff300fc000 - 0x7fff3012cfff com.apple.CoreVideo (1.8 - 0.0) <36FF22ED-42FB-3BD1-BA22-733228F391D9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x7fff3012d000 - 0x7fff30392fff com.apple.audio.AudioToolboxCore (1.0 - 1245.12.3.4) <7936AB76-98DA-3395-A081-89BC36038003> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore 0x7fff30527000 - 0x7fff30554fff com.apple.pluginkit.framework (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x7fff30555000 - 0x7fff30914fff +libswiftCore.dylib (5.5 - 1300.0.29.207) <09C3C4A8-75FE-33B0-A744-DA03F6C57D19> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCore.dylib 0x7fff30e46000 - 0x7fff30e66fff com.apple.PrototypeTools (1.0 - 1) <17EC8AA1-759B-3B66-A629-30B354AF4CAB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x7fff30e67000 - 0x7fff30e69fff com.apple.MediaExperience (1.0 - 1) <07C529ED-6212-3D45-BFB0-B4A5F6588D95> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience 0x7fff30e6a000 - 0x7fff30e71fff com.apple.Celestial (1.0 - 2896.25.1.10) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x7fff31e90000 - 0x7fff31e92fff +libapp_launch_measurement.dylib (16) <76DF2B88-99FA-3168-8DC6-1606EC956E0D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libapp_launch_measurement.dylib 0x7fff31fc2000 - 0x7fff31ffafff com.apple.MobileBluetooth (1.0 - 1.0) <54F3E579-8C47-34FF-B441-65427D48B466> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x7fff3217d000 - 0x7fff32180fff +libsystem_configuration.dylib (1163.10.2) <8505AAC2-27FB-3D13-9FD4-7D3AA8AD2875> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_configuration.dylib 0x7fff322fe000 - 0x7fff323cafff com.apple.CoreNLP (1.0 - 273) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x7fff323cb000 - 0x7fff323ccfff +liblangid.dylib (136.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/liblangid.dylib 0x7fff323cd000 - 0x7fff336a9fff com.apple.JavaScriptCore (8612 - 8612.1.27.0.31) <9C11A3C8-FB8A-332F-9344-728E9CAE9B64> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x7fff336aa000 - 0x7fff336e9fff +libTelephonyUtilDynamic.dylib (5544) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libTelephonyUtilDynamic.dylib 0x7fff33cd6000 - 0x7fff33cf3fff com.apple.CoreMaterial (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial 0x7fff33cf4000 - 0x7fff33dd6fff +libxml2.2.dylib (35.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libxml2.2.dylib 0x7fff35d46000 - 0x7fff35f9efff com.apple.NetworkExtension (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/NetworkExtension.framework/NetworkExtension 0x7fff35f9f000 - 0x7fff35fd7fff com.apple.datadetectorscore (8.0 - 694) <63486CAA-C43B-34D3-81BC-114CC81E0D1C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x7fff367c6000 - 0x7fff367eafff com.apple.persistentconnection (1.0 - 1.0) <9B3CF2DD-455B-3646-A5CC-D8A3AE7FB2F0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x7fff36bc2000 - 0x7fff36bcafff com.apple.CorePhoneNumbers (1.0 - 1) <982AABB6-D86D-3613-8057-78CADE74AC89> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers 0x7fff36d16000 - 0x7fff36d41fff com.apple.CoreSVG (1.0 - 172) <83B22925-300E-33EC-A06B-B29F0C6EE1D0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG 0x7fff37b7e000 - 0x7fff37b8efff com.apple.BluetoothManager (1.0 - 1) <9EE08527-D482-3564-A771-7E86C81F751E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x7fff37b8f000 - 0x7fff37c0bfff com.apple.CoreBluetooth (1.0 - 1) <48391C18-21D9-3D72-BF04-51ABDA951E6E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x7fff37c0c000 - 0x7fff37c0ffff +libsystem_sandbox.dylib (1656.10.5) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sandbox.dylib 0x7fff37dd5000 - 0x7fff37e4dfff com.apple.Rapport (3.0.0 - 300.66) <6AB157FC-445E-360D-AF6C-9B800119880E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Rapport.framework/Rapport 0x7fff37e94000 - 0x7fff37ee2fff com.apple.MobileInstallation (2.0 - 1.0) <88E75856-0E26-3C51-A32E-B76F23EF92A3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x7fff37ee3000 - 0x7fff37fc4fff com.apple.Metal (257.25 - 257.25) <048E6F78-7125-3491-8513-8DAB6326BE8E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Metal.framework/Metal 0x7fff37fc5000 - 0x7fff37fd0fff com.apple.MediaAccessibility (1.0 - 135) <3FC337F4-4345-3961-A0FD-F8D23D85E872> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x7fff37fee000 - 0x7fff37ff5fff +libsystem_dnssd.dylib (1556.10.10) <91D3A5D9-3328-3031-9B76-40CC3AE3CE37> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_dnssd.dylib 0x7fff37ff6000 - 0x7fff37ffdfff com.apple.PushKit (1.0 - 1) <2F3F87A1-69E2-3548-ABC3-E51FE7F2B4B1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/PushKit.framework/PushKit 0x7fff37ffe000 - 0x7fff38152fff com.apple.FileProvider (374.1.2 - 374.1.2) <4B6405E2-3F13-326C-BC4B-748F1AA928C8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/FileProvider.framework/FileProvider 0x7fff38153000 - 0x7fff38156fff com.apple.LinguisticData (1.0 - 399) <13A18219-0201-3E41-A831-2DD83A08F840> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData 0x7fff381be000 - 0x7fff3868dfff com.apple.VideoToolbox (1.0 - 2896.25.1.10) <57397386-49E4-3541-9D7B-1FC78E2BB5F8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x7fff38d5b000 - 0x7fff38d71fff +libcoretls.dylib (173) <5252100A-C8E2-3BA2-AB41-2A2ACB4693DB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcoretls.dylib 0x7fff38d8a000 - 0x7fff38eaffff +libate.dylib (3.0.6) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libate.dylib 0x7fff3a0fe000 - 0x7fff3a129fff com.apple.Pasteboard (1.0 - 1000) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard 0x7fff3a12a000 - 0x7fff3a170fff com.apple.facetimeservices (10.0 - 1000) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x7fff3a38d000 - 0x7fff3a397fff com.apple.datamigration (1.0 - 1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x7fff3a435000 - 0x7fff3a47cfff com.apple.IconServices (493 - 493) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IconServices.framework/IconServices 0x7fff3a8b7000 - 0x7fff3a8c9fff +libprequelite.dylib (114.12.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libprequelite.dylib 0x7fff3a927000 - 0x7fff3a938fff com.apple.CoreEmoji (1.0 - 142) <0CF3CF40-CCF1-34DA-A907-3F84CAEEA3BE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x7fff3aa92000 - 0x7fff3aa9cfff com.apple.RTCReporting (12.1.47 - 12.1.47) <04E06E8E-1CD1-3E69-BE80-D766AA2CDC99> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting 0x7fff3ac75000 - 0x7fff3ac7cfff com.apple.CoreTime (303) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x7fff3bf47000 - 0x7fff3c694fff +libBNNS.dylib (403.10.2.0.1) <1DCAEA77-FA6F-3202-B1BE-9F8B274F2A2C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x7fff3da7a000 - 0x7fff3da8efff com.apple.LocalAuthentication (1.0 - 984.10.2) <89052D48-03C0-3073-8EDE-A3E7CC8BC5CC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 0x7fff3daba000 - 0x7fff3dabcfff com.apple.CaptiveNetworkSupport (13.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x7fff3dc23000 - 0x7fff3ddacfff +libBLAS.dylib (1381) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x7fff3ebe8000 - 0x7fff3ebf4fff com.apple.mobileicons.framework (1.0 - 372.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x7fff3ef38000 - 0x7fff3efdcfff com.apple.CoreSymbolication (13.0 - 64550.88.1) <7172659C-238D-30C4-98AF-C9AAC6DA3E76> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x7fff3efdd000 - 0x7fff3efe3fff com.apple.ist.IdleTimerServices (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices 0x7fff3fa6e000 - 0x7fff3fab8fff com.apple.ProtectedCloudStorage (1.0 - 1) <516ED314-30FD-3793-B067-7F2FBBC5A96B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x7fff3fba4000 - 0x7fff3fbaffff com.apple.opengles (19.0.17 - 19.0.17) <55C655C2-7108-3908-814E-91A50053002C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x7fff3fd32000 - 0x7fff3fd3bfff +libGFXShared.dylib (19.0.17) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x7fff3fd3c000 - 0x7fff3fd57fff com.apple.CoreAuthentication.SharedUtils (1.0 - 984.10.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils 0x7fff40d4b000 - 0x7fff40d8cfff com.apple.StreamingZip (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 0x7fff42fef000 - 0x7fff42ff2fff com.apple.OSAServicesClient (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient 0x7fff431d8000 - 0x7fff431dafff +libgermantok.dylib (29) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libgermantok.dylib 0x7fff431db000 - 0x7fff43237fff +libmecab.dylib (971) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libmecab.dylib 0x7fff43238000 - 0x7fff4328efff com.apple.Catalyst (1.0 - 8.9) <2EDF858C-0262-3742-A7B5-7C615C4CD7DA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Catalyst.framework/Catalyst 0x7fff43886000 - 0x7fff43886fff com.apple.ftawd (8.0 - 900) <9D5B15A3-2852-30FD-A1A8-8B0BF1A18837> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 0x7fff45f57000 - 0x7fff45fddfff +libarchive.2.dylib (99) <8E7F0D16-BA87-3785-8BB7-262FBE9EE36D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libarchive.2.dylib 0x7fff45fde000 - 0x7fff46015fff com.apple.C2 (1.3 - 594) <23647FF8-9FCA-3738-8830-D98960864EF0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/C2.framework/C2 0x7fff46016000 - 0x7fff46065fff com.apple.NaturalLanguage (1.0 - 100) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage 0x7fff4615e000 - 0x7fff4615ffff +libsystem_coreservices.dylib (133) <9B79252F-81CC-3C78-B427-D33A7939967A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_coreservices.dylib 0x7fff463b3000 - 0x7fff463bcfff +libcopyfile.dylib (179) <1CBBF5F1-A9CD-3427-8EA8-21229C1B6628> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcopyfile.dylib 0x7fff4688f000 - 0x7fff46898fff com.apple.AppleIDSSOAuthentication (1.0 - 1) <53BC3E01-0388-3091-89D1-07A29A9620F7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x7fff487a6000 - 0x7fff487adfff com.apple.URLFormatting (185 - 185) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting 0x7fff48f30000 - 0x7fff48f49fff com.apple.SecurityFoundation (1.0 - 1) <4FB49A12-BCD5-38F7-A1FF-52E3F48253E8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SecurityFoundation.framework/SecurityFoundation 0x7fff48fdb000 - 0x7fff49038fff com.apple.CoreLocationProtobuf (1 - 1) <9838FEA6-880C-3E5B-B02C-4F012597D24D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf 0x7fff4908a000 - 0x7fff4914efff com.apple.Quagga (120 - 120) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x7fff497c3000 - 0x7fff497d1fff +libperfcheck.dylib (42) <608218B0-56BD-3D60-837E-26D0CE331121> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libperfcheck.dylib 0x7fff497d2000 - 0x7fff497defff +libAudioStatistics.dylib (68) <7B9F620C-D8E4-3B7A-BA47-40E19151B47A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAudioStatistics.dylib 0x7fff49889000 - 0x7fff498acfff com.apple.audio.caulk (1.0 - 91) <5A4164BF-1C0F-3D8A-82BB-DE08905B14C5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/caulk.framework/caulk 0x7fff498f3000 - 0x7fff498f6fff com.apple.MobileSystemServices (1.0 - 1) <9973D9E9-4E2B-307D-84BF-D524E5FFE4A3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x7fff499b3000 - 0x7fff49a46fff com.apple.AirPlaySync (1.0 - 2896.25.1.10) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync 0x7fff4a37b000 - 0x7fff4a3b8fff +libGLImage.dylib (19.0.17) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x7fff4a6dc000 - 0x7fff4a6eefff +libSparseBLAS.dylib (1381) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x7fff4a6ef000 - 0x7fff4a703fff com.apple.Engram (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Engram.framework/Engram 0x7fff4b4c1000 - 0x7fff4b4d6fff +libLinearAlgebra.dylib (1381) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x7fff4c6ab000 - 0x7fff4c6f9fff com.apple.PhysicsKit (1.0 - 1) <92220BB2-587D-3EDF-A42D-5D59314EC75E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x7fff4d100000 - 0x7fff4d11efff com.apple.GenerationalStorage (2.0 - 331) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x7fff4d9e6000 - 0x7fff4dbbafff +libvDSP.dylib (794) <9D3AA056-119F-3021-A8E6-4A9188AB2DEC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x7fff4e34c000 - 0x7fff4e34cfff com.apple.Accelerate (1.11 - Accelerate 1.11) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Accelerate 0x7fff4e34d000 - 0x7fff4e6fafff +libLAPACK.dylib (1381) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x7fff4e6fb000 - 0x7fff4e700fff +libQuadrature.dylib (7) <1D3CCF7F-9948-36A6-838E-3FEBD8D7EE86> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x7fff4e701000 - 0x7fff4e84bfff +libvMisc.dylib (794) <0EFE0A8E-3AE8-374A-8B62-DDA1A2F5AE0A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x7fff4e84c000 - 0x7fff4e84cfff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x7fff4e8f8000 - 0x7fff4e9f4fff com.apple.combine (1.0 - 276) <3B08A908-D403-3322-A844-E62D37D39ED3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Combine.framework/Combine 0x7fff4ea4e000 - 0x7fff4eab8fff com.apple.audio.midi.CoreMIDI (2.0 - 88) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI 0x7fff4ebaa000 - 0x7fff4ec0ffff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <20000C10-B246-38CD-88EC-21A7CB3C2F9E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore 0x7fff4ec10000 - 0x7fff4ec9efff com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage 0x7fff4ec9f000 - 0x7fff4eccafff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <3C40C86F-A225-3187-B1AB-7C6462618E99> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix 0x7fff4eccb000 - 0x7fff4ed51fff com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray 0x7fff4ed52000 - 0x7fff4ef64fff com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork 0x7fff4ef65000 - 0x7fff4efb5fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <72476B4E-5111-30BC-91A0-68F7031DC57B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector 0x7fff4efb6000 - 0x7fff4efb6fff com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x7fff4efc9000 - 0x7fff4efc9fff com.apple.MobileCoreServices (1141.1 - 1141.1) <2F0C7BBC-F14E-3E5B-8BFA-AC3B854634F0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x7fff4efd3000 - 0x7fff4efd5fff +libCVMSPluginSupport.dylib (19.0.17) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x7fff4efd6000 - 0x7fff4efdcfff +libCoreFSCache.dylib (201.12) <628AB041-B4BD-36CB-9128-8D629D231EC4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x7fff4efdd000 - 0x7fff4efe5fff +libCoreVMClient.dylib (201.12) <64CB5F7A-738A-3285-9284-5D518A3D96E7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x7fff4f1c2000 - 0x7fff4f1c2fff com.apple.UIKit (1.0 - 5067.3.107) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UIKit.framework/UIKit 0x7fff4f32c000 - 0x7fff4f36efff com.apple.AccessibilitySharedSupport (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport 0x7fff4f96a000 - 0x7fff4f975fff com.apple.AppleIDAuthSupport (1.0 - 1) <170109A0-0669-384F-BDCF-369C115EBD1A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x7fff4f976000 - 0x7fff4f9bffff com.apple.AppleJPEG (1.0 - 1) <3B312635-9D6F-377A-9EF6-D6BE804E808F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x7fff4fa87000 - 0x7fff4faa9fff com.apple.applesauce (1.0 - 16.34) <3267671C-B669-30C6-9099-3C3C24A4FA79> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce 0x7fff4fc0b000 - 0x7fff4fc46fff com.apple.bom (14.0 - 237) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Bom.framework/Bom 0x7fff50f1d000 - 0x7fff50f3efff com.apple.DocumentManagerCore (1.0 - 229) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore 0x7fff50fd8000 - 0x7fff50fdafff com.apple.DragUI (1.0 - 1) <8ED41FE7-41FE-3907-9A6F-8FED6FFE647F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DragUI.framework/DragUI 0x7fff51011000 - 0x7fff51889fff com.apple.vision.EspressoFramework (1.0 - 314.1.1) <2B49E71C-E06A-3138-BC4E-BD7ED2355AA7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Espresso.framework/Espresso 0x7fff51c9e000 - 0x7fff520b5fff com.apple.vision.FaceCore (4.1.2 - 4.1.2) <982758C7-D9D1-3103-808F-3FC776AE880C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x7fff520f5000 - 0x7fff520fdfff com.apple.FeatureFlagsSupport (1.0 - 54) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport 0x7fff521aa000 - 0x7fff521e6fff +libGSFontCache.dylib (221) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x7fff5224b000 - 0x7fff52254fff +libhvf.dylib (327) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x7fff532f1000 - 0x7fff532fffff com.apple.GraphVisualizer (1.0 - 210.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer 0x7fff54725000 - 0x7fff54730fff com.apple.InternationalSupport (1.0 - 69.1) <2460C0A2-9039-316D-A926-7BBBAE0A9B75> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport 0x7fff5496b000 - 0x7fff5496bfff com.apple.marco (10.0 - 1000) <47FCDC9B-D51A-3F9F-9592-DF40131B73E9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Marco.framework/Marco 0x7fff54e09000 - 0x7fff54e4efff com.apple.OTSVG (1.0 - 706.3) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OTSVG.framework/OTSVG 0x7fff55446000 - 0x7fff55446fff com.apple.PhoneNumbers (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers 0x7fff5669a000 - 0x7fff56765fff com.apple.TextureIO (3.10.9 - 3.10.9) <835A4850-5E5E-34CA-ADB5-BE050D95B152> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x7fff579ba000 - 0x7fff582dbfff +libwebrtc.dylib (7612.1.27.0.31) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib 0x7fff58410000 - 0x7fff5841cfff com.apple.perfdata (1.0 - 78) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/perfdata.framework/perfdata 0x7fff587f2000 - 0x7fff587f3fff +libSystem.B.dylib (1311) <9D1C8F61-64CF-3C7F-8F59-E714819AC72A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libSystem.B.dylib 0x7fff587f4000 - 0x7fff587f5fff +libThaiTokenizer.dylib (10) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libThaiTokenizer.dylib 0x7fff587f6000 - 0x7fff5880efff +libapple_nghttp2.dylib (1.42) <8F673492-158D-3439-8618-C0E7337670E9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libapple_nghttp2.dylib 0x7fff5880f000 - 0x7fff5881efff +libbsm.0.dylib (73) <56C2D5EE-8610-3E27-ABE3-1AAC36B3A41B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libbsm.0.dylib 0x7fff5881f000 - 0x7fff5882cfff +libbz2.1.0.dylib (45) <1BDFDEEA-C210-36D2-8725-177DE3BB9B58> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libbz2.1.0.dylib 0x7fff5882d000 - 0x7fff5882dfff +libcharset.1.dylib (59) <3FF47A3B-AC35-3D44-B815-AE8E6B468DDF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcharset.1.dylib 0x7fff5882e000 - 0x7fff5883efff +libcmph.dylib (8) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcmph.dylib 0x7fff5883f000 - 0x7fff58913fff +libcompression.dylib (125) <8739B89A-51B9-31A1-8FE6-3AB5BE116CA3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcompression.dylib 0x7fff58914000 - 0x7fff58915fff +libcoretls_cfhelpers.dylib (173) <92C7D519-6876-3F19-880D-316462D5DC0B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcoretls_cfhelpers.dylib 0x7fff58916000 - 0x7fff5891bfff +libcupolicy.dylib (9091) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcupolicy.dylib 0x7fff58955000 - 0x7fff58959fff +libheimdal-asn1.dylib (633.0.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libheimdal-asn1.dylib 0x7fff5895a000 - 0x7fff58a4afff +libiconv.2.dylib (59) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libiconv.2.dylib 0x7fff58a4b000 - 0x7fff58a64fff +liblzma.5.dylib (16) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/liblzma.5.dylib 0x7fff58ce7000 - 0x7fff58d0afff +libnetworkextension.dylib (1465.12.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libnetworkextension.dylib 0x7fff58d0b000 - 0x7fff58d23fff +libresolv.9.dylib (68) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libresolv.9.dylib 0x7fff58d55000 - 0x7fff58d58fff +libutil.dylib (60) <7F803EE3-80F2-3306-AC54-B47B22BD4823> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libutil.dylib 0x7fff58d85000 - 0x7fff58d97fff +libz.1.dylib (77) <19074249-66D0-343A-94DB-DAF611EF1E13> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libz.1.dylib 0x7fff58ea9000 - 0x7fff58eb1fff +libswiftCoreAudio.dylib (1.1) <303B8F7E-ED1C-3450-8016-0CDCBF06A063> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreAudio.dylib 0x7fff58ebd000 - 0x7fff58ebdfff +libswiftCoreFoundation.dylib (14) <4C70F18B-95FE-379B-9494-F14AF1AD1D6D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreFoundation.dylib 0x7fff58ebe000 - 0x7fff58ec8fff +libswiftCoreGraphics.dylib (3) <286A0F3B-8B8B-319C-8F40-25CB52D62150> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreGraphics.dylib 0x7fff58ec9000 - 0x7fff58ec9fff +libswiftCoreImage.dylib (2) <6676DE2F-EC71-3143-93B7-2449871ED90E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreImage.dylib 0x7fff58ed7000 - 0x7fff58f0bfff +libswiftCoreMedia.dylib (2896.25.1.10) <304CC0FA-CFAE-3A56-940A-79E56EFBADDB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreMedia.dylib 0x7fff58f0c000 - 0x7fff58f12fff +libswiftDarwin.dylib (??? - ???) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftDarwin.dylib 0x7fff58f13000 - 0x7fff58f27fff +libswiftDispatch.dylib (9) <00EC3F63-5A3F-311A-8845-FF23E615F875> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftDispatch.dylib 0x7fff58f28000 - 0x7fff5924efff +libswiftFoundation.dylib (69) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftFoundation.dylib 0x7fff59264000 - 0x7fff59268fff +libswiftMetal.dylib (257.25.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftMetal.dylib 0x7fff592e8000 - 0x7fff592e9fff +libswiftObjectiveC.dylib (2) <3CD351E8-9688-322E-A3B8-1CE92B9BC9FD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftObjectiveC.dylib 0x7fff592ee000 - 0x7fff592effff +libswiftQuartzCore.dylib (3) <656EDF44-4F25-371B-8B4D-2E9A5834B9F6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftQuartzCore.dylib 0x7fff5931b000 - 0x7fff5937afff +libswiftUIKit.dylib (5038) <5385C11F-97A0-31C7-826E-4EA4EA3BFFC5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftUIKit.dylib 0x7fff5937f000 - 0x7fff59397fff +libswiftos.dylib (1021) <103F9811-326D-3A21-A467-CD1688C41C34> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftos.dylib 0x7fff593b8000 - 0x7fff593bcfff +libcache.dylib (85) <774155D9-222B-3DDA-8C72-8CEF66BF4B7F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcache.dylib 0x7fff593bd000 - 0x7fff593c8fff +libcommonCrypto.dylib (60190) <83B8195F-B0F3-3BEB-BB10-55BA8B01BB1F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcommonCrypto.dylib 0x7fff593c9000 - 0x7fff593d0fff +libcompiler_rt.dylib (102.3) <74155D92-5AEE-3F30-8D52-9E07DB7187E0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcompiler_rt.dylib 0x7fff594e6000 - 0x7fff594ebfff +libmacho.dylib (987) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libmacho.dylib 0x7fff594ec000 - 0x7fff594edfff +libremovefile.dylib (60) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libremovefile.dylib 0x7fff594ee000 - 0x7fff594f0fff +libsystem_featureflags.dylib (54) <075B1706-CBFB-30D9-B906-9058FE8D269B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_featureflags.dylib 0x7fff594f1000 - 0x7fff59543fff +libsystem_m.dylib (3204) <2FB34889-4E53-3250-990F-E7E38467ADAA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_m.dylib 0x7fff59544000 - 0x7fff5954bfff +libunwind.dylib (201) <132A873A-4DF1-3FC5-AA38-F2D45483B150> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libunwind.dylib 0x7fff597da000 - 0x7fff59842fff com.apple.private.NanoRegistry (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 0x7fff59843000 - 0x7fff59851fff com.apple.NanoPreferencesSync (1.0 - 1) <16176240-6CDE-3940-A9E2-64BA6CB2E7A3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync 0x7fff5a041000 - 0x7fff5a146fff com.apple.audio.AVFAudio (1.0 - 522.6.0.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVFAudio.framework/AVFAudio 0x7fff5a147000 - 0x7fff5a159fff com.apple.Accessibility (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accessibility.framework/Accessibility 0x7fff5a204000 - 0x7fff5a247fff com.apple.CryptoTokenKit (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit 0x7fff5a248000 - 0x7fff5a24afff com.apple.DataDetection (8.0 - 694) <7A552A41-82E7-38D0-83FB-E91A59671401> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/DataDetection.framework/DataDetection 0x7fff5a3b7000 - 0x7fff5a3c9fff com.apple.MPSFunctions (1.0 - 1) <28C65215-3766-3EEE-A1C8-8CDBCAB78E78> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSFunctions.framework/MPSFunctions 0x7fff5ae30000 - 0x7fff5bab6fff +libLLVMContainer.dylib (602.2.48.5) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libLLVMContainer.dylib 0x7fff5d054000 - 0x7fff5d065fff com.apple.UniformTypeIdentifiers (709 - 709) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers 0x7fff5e452000 - 0x7fff5e459fff com.apple.AAAFoundation (1.0 - 1) <35FD4882-346E-3974-9E00-3CD5BC36E59F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AAAFoundation.framework/AAAFoundation 0x7fff5e48d000 - 0x7fff5e55ffff com.apple.AVFCapture (1.0 - 172.11.2) <99856C29-8A14-338A-94DF-D266980B4A9D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture 0x7fff5e560000 - 0x7fff5e6e9fff com.apple.AVFCore (1.0 - 2036.25.1.4) <84764DA9-69D0-35D6-97FE-DE91A5A11723> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVFCore.framework/AVFCore 0x7fff5e6eb000 - 0x7fff5e700fff com.apple.accessibility.AXAssetLoader (1.0 - 1) <03CA545F-8D0D-3B04-8A45-3639D80C14A7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AXAssetLoader.framework/AXAssetLoader 0x7fff5eaaf000 - 0x7fff5ead3fff com.apple.audio.AudioSession (1.0 - 128) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AudioSession.framework/AudioSession 0x7fff5ef60000 - 0x7fff5efa1fff com.apple.CMCapture (1.0 - 172.11.2) <65BE76A2-AA7D-3482-A4A1-7597AB4F7014> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CMCapture.framework/CMCapture 0x7fff5efa2000 - 0x7fff5efacfff com.apple.CMCaptureCore (1.0 - 172.11.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore 0x7fff5efb9000 - 0x7fff5f043fff com.apple.CMPhoto (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CMPhoto.framework/CMPhoto 0x7fff5f7d6000 - 0x7fff5f814fff com.apple.CoreAutoLayout (1.0 - 28) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout 0x7fff6055a000 - 0x7fff60575fff com.apple.CoreUtilsExtras (6.7 - 670.33) <08F610A0-723F-36A0-93E7-47980A8DE7FD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreUtilsExtras.framework/CoreUtilsExtras 0x7fff605e3000 - 0x7fff6060cfff com.apple.devicemanagementclient.DMCUtilities (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DMCUtilities.framework/DMCUtilities 0x7fff60d1f000 - 0x7fff60d5ffff com.apple.ExtensionFoundation (34.5 - 34.5) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation 0x7fff60fa5000 - 0x7fff60fa6fff +libGPUCompilerUtils.dylib (31001.325) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libGPUCompilerUtils.dylib 0x7fff60fd5000 - 0x7fff60fd8fff com.apple.GeoServices (1.0 - 1829.30.7.27.7) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServicesCore.framework/GeoServicesCore 0x7fff6162a000 - 0x7fff6163efff com.apple.IconFoundation (493 - 493) <82F88422-E62F-38CA-BB32-F36A77DA4B9A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IconFoundation.framework/IconFoundation 0x7fff618cf000 - 0x7fff618e5fff com.apple.devicemanagementclient.MDMClientLibrary (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MDMClientLibrary.framework/MDMClientLibrary 0x7fff618e6000 - 0x7fff61a77fff com.apple.MIL (3.5 - 3.5.4) <43C43C5D-289E-3DC4-ADDC-E131EA582C1E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MIL.framework/MIL 0x7fff61a78000 - 0x7fff61b91fff com.apple.CoreML.MLAssetIO (1.0 - 1125.12.1) <0CBA257C-BD28-3F19-B3E9-0145CAB2BFC2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MLAssetIO.framework/MLAssetIO 0x7fff61bb3000 - 0x7fff61be5fff com.apple.MTLSimDriver (257.25 - 257.25) <875F401D-F9BE-3F3C-AC65-0AF7881F0909> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MTLSimDriver.framework/MTLSimDriver 0x7fff628aa000 - 0x7fff628c9fff com.apple.security.octagontrust (1.0 - 1) <036F4FBF-AFA4-33B9-A1FB-5FA347A3F517> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust 0x7fff63212000 - 0x7fff6321efff com.apple.PointerUIServices (1.0 - 1) <45787249-0704-32BF-A0E1-770CA556C8DE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices 0x7fff6545e000 - 0x7fff65464fff com.apple.CoreSimulator.SimFramebufferClient (772 - 772) <6FE1EFC9-83AF-3BEF-9C81-C80925B6F42D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SimFramebufferClient.framework/SimFramebufferClient 0x7fff65465000 - 0x7fff65468fff com.apple.iphonesimulator.SimulatorClient (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SimulatorClient.framework/SimulatorClient 0x7fff6727b000 - 0x7fff6727bfff com.apple.SoftLinking (1.0 - 42) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking 0x7fff68dd3000 - 0x7fff691f5fff +libANGLE-shared.dylib (7612.1.27.0.31) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libANGLE-shared.dylib 0x7fff6bb7a000 - 0x7fff6bb82fff +libCoreEntitlements.dylib (16) <2766D829-67BA-31FB-BA2E-D66141D3C7DA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libCoreEntitlements.dylib 0x7fff6bbe2000 - 0x7fff6bbfbfff +libexpat.1.dylib (28) <1A62BCDD-9AE4-38C4-863C-B56E28183BC5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libexpat.1.dylib 0x7fff6bda9000 - 0x7fff6bda9fff +libswiftDataDetection.dylib (694) <31235D87-27DF-3EC0-A017-E15AAA63E0E9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftDataDetection.dylib 0x7fff6bdee000 - 0x7fff6bdeefff +libswiftFileProvider.dylib (374.1.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftFileProvider.dylib 0x7fff6bf0f000 - 0x7fff6bf4dfff +libswift_Concurrency.dylib (5.5 - 1300.0.29.207) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswift_Concurrency.dylib 0x7fff6bf92000 - 0x7fff6bf96fff +libsystem_collections.dylib (1506.10.3) <66CB1905-A2F6-3294-AB6C-094AC2C508E0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_collections.dylib 0x7fff6bf97000 - 0x7fff6bfc6fff libsystem_kernel.dylib (7195.141.19) /usr/lib/system/libsystem_kernel.dylib 0x7fff6bfc7000 - 0x7fff6bfdcfff +libsystem_networkextension.dylib (1465.12.2) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_networkextension.dylib 0x7fff6bfdd000 - 0x7fff6bfe6fff libsystem_platform.dylib (254.80.2) /usr/lib/system/libsystem_platform.dylib 0x7fff6bfe7000 - 0x7fff6bfe7fff +libsystem_product_info_filter.dylib (10) <077164FE-9FD6-3541-8810-146BD08C97F6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_product_info_filter.dylib 0x7fff6bfe8000 - 0x7fff6bff3fff libsystem_pthread.dylib (454.120.2) <49670AEC-4D5D-3383-906C-23F568351FCB> /usr/lib/system/libsystem_pthread.dylib 0x7fff6bff4000 - 0x7fff6bff5fff +libsystem_sim_kernel.dylib (237) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_kernel.dylib 0x7fff6bff6000 - 0x7fff6bff6fff +libsystem_sim_kernel_host.dylib (237) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_kernel_host.dylib 0x7fff6bff7000 - 0x7fff6bffafff +libsystem_sim_platform.dylib (237) <32BB2ED6-802B-36F0-8E96-B1D906D03F1C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_platform.dylib 0x7fff6bffb000 - 0x7fff6bffbfff +libsystem_sim_platform_host.dylib (237) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_platform_host.dylib 0x7fff6bffc000 - 0x7fff6bffcfff +libsystem_sim_pthread.dylib (237) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_pthread.dylib 0x7fff6bffd000 - 0x7fff6bffdfff +libsystem_sim_pthread_host.dylib (237) <26852566-32D1-34D8-A0AB-3CE8DCD3098B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_pthread_host.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 92 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=872.3M resident=0K(0%) swapped_out_or_unallocated=872.3M(100%) Writable regions: Total=2.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.3G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Activity Tracing 256K 1 CoreAnimation 4K 1 Foundation 16K 1 IOSurface 14.2M 2 Kernel Alloc Once 8K 1 MALLOC 351.3M 62 MALLOC guard page 48K 10 MALLOC_MEDIUM (reserved) 1.4G 12 reserved VM address space (unallocated) MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) Memory Tag 104 88K 5 STACK GUARD 56.1M 25 Stack 23.2M 28 VM_ALLOCATE 4.0G 239 __DATA 11.2M 310 __DATA_CONST 24.2M 306 __DATA_DIRTY 22K 10 __FONT_DATA 4K 1 __LINKEDIT 521.3M 10 __OBJC_RO 61.8M 1 __OBJC_RW 3040K 1 __TEXT 351.1M 318 __UNICODE 588K 1 dyld private memory 1024K 1 mapped file 80.4M 13 shared memory 16K 1 =========== ======= ======= TOTAL 7.3G 1361 TOTAL, minus reserved VM space 5.5G 1361 System Profile: Network Service: Ethernet, Ethernet, en0 Boot Volume File System Type: apfs Memory Module: BANK 0/ChannelA-DIMM0, 16 GB, DDR4, 2667 MHz, Samsung, M471A2K43CB1-CTD Memory Module: BANK 2/ChannelB-DIMM0, 16 GB, DDR4, 2667 MHz, Samsung, M471A2K43CB1-CTD USB Device: Extreme SSD USB Device: USB 3.1 Bus USB Device: USB2.0 Hub USB Device: USB2.0 Hub USB Device: AX68002 USB Device: 2.4G Wireless Mouse USB Device: USB Keyboard USB Device: TRT-AL00 USB Device: USB 2.0 BILLBOARD USB Device: Apple T2 Bus USB Device: Headset USB Device: Apple T2 Controller Thunderbolt Bus: Mac mini, Apple Inc., 47.5 Thunderbolt Bus: Mac mini, Apple Inc., 47.5 Model: Macmini8,1, BootROM 1715.81.2.0.0 (iBridge: 19.16.10744.0.0,0), 6 processors, 6-Core Intel Core i7, 3.2 GHz, 32 GB, SMC Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630, spdisplays_builtin AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Aug 10 2021 19:55:28 version 9.30.444.18.32.5.71 FWID 01-93db3422 Bluetooth: Version 8.0.5d7, 3 services, 18 devices, 1 incoming serial ports ```
fzyzcjy commented 2 years ago

seems to have common cause:


Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       EXC_I386_GPFLT
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [47660]

...

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                 0x00007fff2019cc38 objc_retain + 8
1   libsystem_blocks.dylib          0x00007fff2008a629 _Block_object_assign + 190
2   io.flutter.flutter              0x0000000105d0ff1f __copy_helper_block_e8_32o40b + 31
3   libsystem_blocks.dylib          0x00007fff2008a393 _Block_copy + 198
4   com.apple.UIKitCore             0x00007fff255b0113 +[UIViewAnimationBlockDelegate animationBlockDelegateWithDuration:options:start:completion:] + 161
5   com.apple.UIKitCore             0x00007fff2557e97f -[UIViewAnimationState setupWithDuration:delay:view:options:factory:parentState:start:completion:] + 545
6   com.apple.UIKitCore             0x00007fff255b0aac +[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:] + 548
7   com.apple.UIKitCore             0x00007fff255b0e55 +[UIView(UIViewAnimationWithBlocks) animateWithDuration:animations:completion:] + 30
8   io.flutter.flutter              0x0000000105d2a163 -[FlutterViewController removeSplashScreenView:] + 178
9   io.flutter.flutter              0x0000000105d2f63e std::__1::__function::__func<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'(), std::__1::allocator<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'()>, void ()>::operator()() + 164
10  io.flutter.flutter              0x000000010607fef0 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 164
11  io.flutter.flutter              0x0000000106086324 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 26
12  com.apple.CoreFoundation        0x00007fff2036a6c6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
13  com.apple.CoreFoundation        0x00007fff2036a1c2 __CFRunLoopDoTimer + 923
14  com.apple.CoreFoundation        0x00007fff20369781 __CFRunLoopDoTimers + 265
15  com.apple.CoreFoundation        0x00007fff20363dc0 __CFRunLoopRun + 2010
16  com.apple.CoreFoundation        0x00007fff20363103 CFRunLoopRunSpecific + 567
17  com.apple.GraphicsServices      0x00007fff2c851cd3 GSEventRunModal + 139
18  com.apple.UIKitCore             0x00007fff24ffbe63 -[UIApplication _run] + 928
19  com.apple.UIKitCore             0x00007fff25000a53 UIApplicationMain + 101
20  com.example.example             0x000000010347cecf main + 63 (AppDelegate.swift:5)
21  dyld_sim                        0x0000000103494e1e start_sim + 10
22  ???                             0x0000000000000001 0 + 1
23  ???                             0x0000000000000007 0 + 7
fzyzcjy commented 2 years ago

wait until we upgrade to flutter 3.0. maybe it is fixed later?

fzyzcjy commented 2 years ago

see again today.

Logs

``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Incident Identifier: 2A537FF1-B819-4C5E-B276-5BD683C4867B CrashReporter Key: D400DC26-4F32-86B7-923F-2CF5835D4282 Hardware Model: Macmini8,1 Process: Runner [95199] Path: /Users/USER/Library/Developer/CoreSimulator/Devices/6582186F-8993-4A90-9E6B-0EF417233466/data/Containers/Bundle/Application/25D5A364-C0E3-4253-B510-8BAEE107A429/Runner.app/Runner Identifier: com.cjy.yplusplus Version: 0.1.1 (127) Code Type: X86-64 (Native) Role: Foreground Parent Process: launchd_sim [77905] Coalition: com.apple.CoreSimulator.SimDevice.6582186F-8993-4A90-9E6B-0EF417233466 [1503] Responsible Process: SimulatorTrampoline [6576] Date/Time: 2022-05-22 14:55:19.6365 +0800 Launch Time: 2022-05-22 14:55:02.9995 +0800 OS Version: macOS 12.4 (21F79) Release Type: User Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: UNKNOWN_0xD at 0x0000000000000000 Exception Codes: 0x000000000000000d, 0x0000000000000000 VM Region Info: 0 is not in any region. Bytes before following region: 4521930752 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> __TEXT 10d873000-110d2b000 [ 52.7M] r-x/r-x SM=COW ...er.app/Runner Exception Note: EXC_CORPSE_NOTIFY Termination Reason: SIGNAL 11 Segmentation fault: 11 Terminating Process: exc handler [95199] Triggered by Thread: 0 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libobjc.A.dylib 0x7fff201a2a28 objc_retain + 8 1 libsystem_blocks.dylib 0x7fff2008c629 _Block_object_assign + 189 2 Flutter 0x117d7334e __copy_helper_block_e8_32o40b + 31 3 libsystem_blocks.dylib 0x7fff2008c397 _Block_copy + 197 4 UIKitCore 0x7fff2564d8f5 +[UIViewAnimationBlockDelegate animationBlockDelegateWithDuration:options:start:completion:] + 161 5 UIKitCore 0x7fff2561bbe1 -[UIViewAnimationState setupWithDuration:delay:view:options:factory:parentState:start:completion:] + 1279 6 UIKitCore 0x7fff2564e3d8 +[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:] + 539 7 UIKitCore 0x7fff2564e7d0 +[UIView(UIViewAnimationWithBlocks) animateWithDuration:animations:completion:] + 30 8 Flutter 0x117d8d423 -[FlutterViewController removeSplashScreenView:] + 178 9 Flutter 0x117d92ae9 std::__1::__function::__func<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'(), std::__1::allocator<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'()>, void ()>::operator()() + 197 10 Flutter 0x1180eeabc fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 164 11 Flutter 0x1180f4c38 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 26 12 CoreFoundation 0x7fff203740fa __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 13 CoreFoundation 0x7fff20373bc8 __CFRunLoopDoTimer + 915 14 CoreFoundation 0x7fff20373189 __CFRunLoopDoTimers + 265 15 CoreFoundation 0x7fff2036d76d __CFRunLoopRun + 2016 16 CoreFoundation 0x7fff2036ca90 CFRunLoopRunSpecific + 562 17 GraphicsServices 0x7fff2cb72c8e GSEventRunModal + 139 18 UIKitCore 0x7fff2508e90e -[UIApplication _run] + 928 19 UIKitCore 0x7fff25093569 UIApplicationMain + 101 20 Runner 0x10d879a8f main + 63 (AppDelegate.swift:7) 21 dyld_sim 0x114cd4f21 start_sim + 10 22 dyld 0x11e45751e start + 462 Thread 1:: com.apple.uikit.eventfetch-thread 0 libsystem_kernel.dylib 0x7fff6faaa97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff6faaace8 mach_msg + 56 2 CoreFoundation 0x7fff20372e58 __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7fff2036d46e __CFRunLoopRun + 1249 4 CoreFoundation 0x7fff2036ca90 CFRunLoopRunSpecific + 562 5 Foundation 0x7fff20827e31 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 6 Foundation 0x7fff208280aa -[NSRunLoop(NSRunLoop) runUntilDate:] + 72 7 UIKitCore 0x7fff25151d1e -[UIEventFetcher threadMain] + 491 8 Foundation 0x7fff20850f89 __NSThread__start__ + 1009 9 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 10 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 2: 0 libsystem_pthread.dylib 0x7fff6fb04f48 start_wqthread + 0 Thread 3: 0 libsystem_pthread.dylib 0x7fff6fb04f48 start_wqthread + 0 Thread 4: 0 libsystem_pthread.dylib 0x7fff6fb04f48 start_wqthread + 0 Thread 5:: io.flutter.1.ui 0 Flutter 0x11845e47c dart::Type::type_class() const + 76 1 Flutter 0x1184334dd dart::Class::IsSubtypeOf(dart::Class const&, dart::TypeArguments const&, dart::Nullability, dart::AbstractType const&, dart::Heap::Space, dart::ZoneGrowableHandlePtrArray*) + 205 2 Flutter 0x118433adc dart::Class::IsSubtypeOf(dart::Class const&, dart::TypeArguments const&, dart::Nullability, dart::AbstractType const&, dart::Heap::Space, dart::ZoneGrowableHandlePtrArray*) + 1740 3 Flutter 0x118433adc dart::Class::IsSubtypeOf(dart::Class const&, dart::TypeArguments const&, dart::Nullability, dart::AbstractType const&, dart::Heap::Space, dart::ZoneGrowableHandlePtrArray*) + 1740 4 Flutter 0x118599314 dart::CidCheckerForRanges::MustInclude(long) + 148 5 Flutter 0x118598daf dart::HierarchyInfo::BuildRangesFor(dart::ClassTable*, dart::MallocGrowableArray*, dart::Class const&, bool, bool) + 1103 6 Flutter 0x11859892a dart::HierarchyInfo::SubtypeRangesForClass(dart::Class const&, bool, bool) + 234 7 Flutter 0x11852ea40 dart::TypeTestingStubGenerator::BuildOptimizedTypeArgumentValueCheck(dart::compiler::Assembler*, dart::HierarchyInfo*, dart::Type const&, long, dart::compiler::Label*) + 832 8 Flutter 0x11852ca2a dart::TypeTestingStubGenerator::BuildOptimizedSubclassRangeCheckWithTypeArguments(dart::compiler::Assembler*, dart::HierarchyInfo*, dart::Type const&, dart::Class const&) + 410 9 Flutter 0x11852c763 dart::TypeTestingStubGenerator::BuildOptimizedTypeTestStubFastCases(dart::compiler::Assembler*, dart::HierarchyInfo*, dart::Type const&, dart::Class const&) + 355 10 Flutter 0x1185306d0 std::__1::__function::__func, dart::CodePtr (dart::compiler::Assembler&)>::operator()(dart::compiler::Assembler&) + 96 11 Flutter 0x11852c51a dart::RetryCompilationWithFarBranches(dart::Thread*, std::__1::function) + 458 12 Flutter 0x11852c2fe dart::TypeTestingStubGenerator::BuildCodeForType(dart::Type const&) + 270 13 Flutter 0x11852c157 dart::TypeTestingStubGenerator::OptimizedCodeForType(dart::AbstractType const&) + 135 14 Flutter 0x11852c0ac dart::TypeTestingStubGenerator::SpecializeStubFor(dart::Thread*, dart::AbstractType const&) + 156 15 Flutter 0x1184ecfe1 dart::DRT_TypeCheck(dart::NativeArguments) + 641 16 ??? 0x11b982593 ??? 17 ??? 0x11b984aab ??? 18 ??? 0x11c6aadc8 ??? 19 ??? 0x11c6aa3a1 ??? 20 ??? 0x11c6aa284 ??? 21 ??? 0x11c42f43f ??? 22 ??? 0x11c42f2c4 ??? 23 ??? 0x11c42ebcd ??? 24 ??? 0x11c452f5d ??? 25 ??? 0x11c452e64 ??? 26 ??? 0x11c42f56d ??? 27 ??? 0x11c42f2c4 ??? 28 ??? 0x11c42ebcd ??? 29 ??? 0x11c47c48a ??? 30 ??? 0x11c47c37d ??? 31 ??? 0x11c47b99c ??? 32 ??? 0x11c47a091 ??? 33 ??? 0x11c479e0d ??? 34 ??? 0x11c425bb8 ??? 35 ??? 0x11c42542e ??? 36 ??? 0x11b9829e2 ??? 37 Flutter 0x1183af6a8 dart::DartEntry::InvokeCode(dart::Code const&, unsigned long, dart::Array const&, dart::Array const&, dart::Thread*) + 296 38 Flutter 0x1183af514 dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long) + 324 39 Flutter 0x1183b182f dart::DartLibraryCalls::HandleMessage(long long, dart::Instance const&) + 319 40 Flutter 0x1183d3d1b dart::IsolateMessageHandler::HandleMessage(std::__1::unique_ptr >) + 923 41 Flutter 0x1183fe5e3 dart::MessageHandler::HandleMessages(dart::MonitorLocker*, bool, bool) + 291 42 Flutter 0x1183fe780 dart::MessageHandler::HandleNextMessage() + 64 43 Flutter 0x1186ceecf Dart_HandleMessage + 239 44 Flutter 0x118200c93 tonic::DartMessageHandler::OnHandleMessage(tonic::DartState*) + 183 45 Flutter 0x118200fce std::__1::__function::__func, void ()>::operator()() + 50 46 Flutter 0x11835701f std::__1::__function::__func)::$_3::operator()(std::__1::function) const::'lambda'(), std::__1::allocator)::$_3::operator()(std::__1::function) const::'lambda'()>, void ()>::operator()() + 43 47 Flutter 0x1180eeabc fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 164 48 Flutter 0x1180f4c38 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 26 49 CoreFoundation 0x7fff203740fa __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 50 CoreFoundation 0x7fff20373bc8 __CFRunLoopDoTimer + 915 51 CoreFoundation 0x7fff20373189 __CFRunLoopDoTimers + 265 52 CoreFoundation 0x7fff2036d76d __CFRunLoopRun + 2016 53 CoreFoundation 0x7fff2036ca90 CFRunLoopRunSpecific + 562 54 Flutter 0x1180f4d75 fml::MessageLoopDarwin::Run() + 65 55 Flutter 0x1180ee9cc fml::MessageLoopImpl::DoRun() + 22 56 Flutter 0x1180f3b9f void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 187 57 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 58 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 6:: io.flutter.1.raster 0 libsystem_kernel.dylib 0x7fff6faaa97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff6faaace8 mach_msg + 56 2 CoreFoundation 0x7fff20372e58 __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7fff2036d46e __CFRunLoopRun + 1249 4 CoreFoundation 0x7fff2036ca90 CFRunLoopRunSpecific + 562 5 Flutter 0x1180f4d75 fml::MessageLoopDarwin::Run() + 65 6 Flutter 0x1180ee9cc fml::MessageLoopImpl::DoRun() + 22 7 Flutter 0x1180f3b9f void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 187 8 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 7:: io.flutter.1.io 0 libsystem_kernel.dylib 0x7fff6faaa97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff6faaace8 mach_msg + 56 2 CoreFoundation 0x7fff20372e58 __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7fff2036d46e __CFRunLoopRun + 1249 4 CoreFoundation 0x7fff2036ca90 CFRunLoopRunSpecific + 562 5 Flutter 0x1180f4d75 fml::MessageLoopDarwin::Run() + 65 6 Flutter 0x1180ee9cc fml::MessageLoopImpl::DoRun() + 22 7 Flutter 0x1180f3b9f void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 187 8 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 8:: io.flutter.1.profiler 0 libsystem_kernel.dylib 0x7fff6faaa97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff6faaace8 mach_msg + 56 2 CoreFoundation 0x7fff20372e58 __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7fff2036d46e __CFRunLoopRun + 1249 4 CoreFoundation 0x7fff2036ca90 CFRunLoopRunSpecific + 562 5 Flutter 0x1180f4d75 fml::MessageLoopDarwin::Run() + 65 6 Flutter 0x1180ee9cc fml::MessageLoopImpl::DoRun() + 22 7 Flutter 0x1180f3b9f void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 187 8 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 9:: io.worker.1 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x1180eba91 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x1180ec26f void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 10:: io.worker.2 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x1180eba91 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x1180ec26f void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 11:: io.worker.3 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x1180eba91 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x1180ec26f void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 12:: io.worker.4 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x1180eba91 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x1180ec26f void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 13:: io.worker.5 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x1180eba91 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x1180ec26f void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 14:: io.worker.6 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x1180eba91 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x1180ec26f void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 15:: io.worker.7 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x1180eba91 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x1180ec26f void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 16:: io.worker.8 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x1180eba91 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x1180ec26f void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 17:: io.worker.9 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x1180eba91 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x1180ec26f void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 18:: io.worker.10 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x1180eba91 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x1180ec26f void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 19:: io.worker.11 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x1180eba91 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x1180ec26f void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 20:: io.worker.12 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x1180eba91 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x1180ec26f void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 21:: dart:io EventHandler 0 libsystem_kernel.dylib 0x7fff6faaf34e kevent + 10 1 Flutter 0x1182f98f8 dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 312 2 Flutter 0x1183185e8 dart::bin::ThreadStart(void*) + 40 3 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 4 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 22:: Dart Profiler ThreadInterrupter 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09aa4 _pthread_cond_wait + 1302 2 Flutter 0x1184a06b6 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x1185254df dart::ThreadInterrupter::ThreadMain(unsigned long) + 447 4 Flutter 0x11849fc9f dart::ThreadStart(void*) + 159 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 23:: Dart Profiler SampleBlockProcessor 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09aa4 _pthread_cond_wait + 1302 2 Flutter 0x1184a06b6 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x1184a6385 dart::SampleBlockProcessor::ThreadMain(unsigned long) + 181 4 Flutter 0x11849fc9f dart::ThreadStart(void*) + 159 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 24:: DartWorker 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09aa4 _pthread_cond_wait + 1302 2 Flutter 0x1184a06b6 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x11852628f dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 559 4 Flutter 0x1185264be dart::ThreadPool::Worker::Main(unsigned long) + 110 5 Flutter 0x11849fc9f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 7 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 25:: DartWorker 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09aa4 _pthread_cond_wait + 1302 2 Flutter 0x1184a06b6 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x11852628f dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 559 4 Flutter 0x1185264be dart::ThreadPool::Worker::Main(unsigned long) + 110 5 Flutter 0x11849fc9f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 7 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 26:: DartWorker 0 Flutter 0x118605740 dart::DeadCodeElimination::EliminateDeadCode(dart::FlowGraph*) + 528 1 Flutter 0x118628a10 dart::CompilerPass_DCE::DoBody(dart::CompilerPassState*) const + 16 2 Flutter 0x118627a7e dart::CompilerPass::Run(dart::CompilerPassState*) const + 414 3 Flutter 0x118627fb5 dart::CompilerPass::RunPipeline(dart::CompilerPass::PipelineMode, dart::CompilerPassState*) + 501 4 Flutter 0x118534e64 dart::CompileParsedFunctionHelper::Compile(dart::CompilationPipeline*) + 1556 5 Flutter 0x1185357c6 dart::CompileFunctionHelper(dart::CompilationPipeline*, dart::Function const&, bool, long) + 950 6 Flutter 0x118535dff dart::Compiler::CompileOptimizedFunction(dart::Thread*, dart::Function const&, long) + 255 7 Flutter 0x1185362e0 dart::BackgroundCompiler::Run() + 224 8 Flutter 0x1185261a8 dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 328 9 Flutter 0x1185264be dart::ThreadPool::Worker::Main(unsigned long) + 110 10 Flutter 0x11849fc9f dart::ThreadStart(void*) + 159 11 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 12 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 27:: DartWorker 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09aa4 _pthread_cond_wait + 1302 2 Flutter 0x1184a06b6 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x1183cf1bf dart::MutatorThreadPool::OnEnterIdleLocked(dart::MonitorLocker*) + 207 4 Flutter 0x1185262dd dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 637 5 Flutter 0x1185264be dart::ThreadPool::Worker::Main(unsigned long) + 110 6 Flutter 0x11849fc9f dart::ThreadStart(void*) + 159 7 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 8 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x8000000000000000 rbx: 0x00007ff2f1858100 rcx: 0x0000600000c61800 rdx: 0x0000000000000003 rdi: 0x00007ff2f1858100 rsi: 0x00007ff2f1858100 rbp: 0x00007ff7b2688ee0 rsp: 0x00007ff7b2688eb8 r8: 0x0000ebb69dd41800 r9: 0x00000000001ff800 r10: 0x00007fff86596808 r11: 0xffffe0084e5d86e0 r12: 0x00007fff201a2700 r13: 0x0000000000000000 r14: 0x0000600000c61820 r15: 0x0000000000000030 rip: 0x00007fff201a2a28 rfl: 0x0000000000010206 cr2: 0x0000000115519000 Logical CPU: 3 Error Code: 0x00000000 Trap Number: 13 Binary Images: 0x7fff20184000 - 0x7fff201b6fff libobjc.A.dylib (*) <76307fcc-13fb-3539-bf35-3df0b3a9f5e6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib 0x7fff2008b000 - 0x7fff2008cfff libsystem_blocks.dylib (*) <4bb52945-3307-32b4-a592-55611303a2a6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_blocks.dylib 0x117d67000 - 0x119926fff io.flutter.flutter (1.0) <3c65f8ee-3c14-30fc-96a1-ac9fa1b29cdc> /Users/USER/Library/Developer/CoreSimulator/Devices/6582186F-8993-4A90-9E6B-0EF417233466/data/Containers/Bundle/Application/25D5A364-C0E3-4253-B510-8BAEE107A429/Runner.app/Frameworks/Flutter.framework/Flutter 0x7fff243b4000 - 0x7fff25970fff com.apple.UIKitCore (1.0) <883bf035-62c9-36ce-9424-07bbbf6e4e51> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x7fff202f1000 - 0x7fff20694fff com.apple.CoreFoundation (6.9) <6cd8003f-fe68-3e98-8a29-cc834000fffd> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x7fff2cb6f000 - 0x7fff2cb77fff com.apple.GraphicsServices (1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x10d873000 - 0x110d2afff com.cjy.yplusplus (0.1.1) <6c3c00cf-05f3-3e1b-92d2-b00c5e7be024> /Users/USER/Library/Developer/CoreSimulator/Devices/6582186F-8993-4A90-9E6B-0EF417233466/data/Containers/Bundle/Application/25D5A364-C0E3-4253-B510-8BAEE107A429/Runner.app/Runner 0x114cd3000 - 0x114d20fff dyld_sim (*) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim 0x11e452000 - 0x11e4bdfff dyld (*) /usr/lib/dyld 0x7fff6faa9000 - 0x7fff6fae0fff libsystem_kernel.dylib (*) <61711d11-e776-3bc3-b9a2-6f9f37cb8499> /usr/lib/system/libsystem_kernel.dylib 0x7fff20704000 - 0x7fff209bcfff com.apple.Foundation (6.9) <6501fa86-9fee-3801-bb0d-ddf117da81f7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation 0x7fff6fb03000 - 0x7fff6fb0efff libsystem_pthread.dylib (*) /usr/lib/system/libsystem_pthread.dylib 0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ??? 0x7fff20276000 - 0x7fff202cbfff libc++.1.dylib (*) <9e605007-8683-3727-8a94-b8794c88b1a3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib EOF ----------- Full Report ----------- {"app_name":"Runner","timestamp":"2022-05-22 14:55:20.00 +0800","app_version":"0.1.1","slice_uuid":"6c3c00cf-05f3-3e1b-92d2-b00c5e7be024","build_version":"127","platform":7,"bundleID":"com.cjy.yplusplus","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.4 (21F79)","incident_id":"2A537FF1-B819-4C5E-B276-5BD683C4867B","name":"Runner"} { "uptime" : 130000, "procLaunch" : "2022-05-22 14:55:02.9995 +0800", "procRole" : "Foreground", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "Macmini8,1", "procStartAbsTime" : 138779791348244, "coalitionID" : 1503, "osVersion" : { "train" : "macOS 12.4", "build" : "21F79", "releaseType" : "User" }, "captureTime" : "2022-05-22 14:55:19.6365 +0800", "incident" : "2A537FF1-B819-4C5E-B276-5BD683C4867B", "bug_type" : "309", "pid" : 95199, "procExitAbsTime" : 138796379217556, "cpuType" : "X86-64", "procName" : "Runner", "procPath" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/6582186F-8993-4A90-9E6B-0EF417233466\/data\/Containers\/Bundle\/Application\/25D5A364-C0E3-4253-B510-8BAEE107A429\/Runner.app\/Runner", "bundleInfo" : {"CFBundleShortVersionString":"0.1.1","CFBundleVersion":"127","CFBundleIdentifier":"com.cjy.yplusplus"}, "storeInfo" : {"deviceIdentifierForVendor":"B8529C6B-3450-5402-BC96-997BDF74742E","thirdParty":true}, "parentProc" : "launchd_sim", "parentPid" : 77905, "coalitionName" : "com.apple.CoreSimulator.SimDevice.6582186F-8993-4A90-9E6B-0EF417233466", "crashReporterKey" : "D400DC26-4F32-86B7-923F-2CF5835D4282", "responsiblePid" : 6576, "responsibleProc" : "SimulatorTrampoline", "wakeTime" : 27665, "bridgeVersion" : {"build":"19P5071","train":"6.5"}, "sleepWakeUUID" : "AB46D723-9C89-4248-AC55-77EFE3215237", "sip" : "disabled", "vmRegionInfo" : "0 is not in any region. Bytes before following region: 4521930752\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 10d873000-110d2b000 [ 52.7M] r-x\/r-x SM=COW ...er.app\/Runner", "isCorpse" : 1, "exception" : {"codes":"0x000000000000000d, 0x0000000000000000","rawCodes":[13,0],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"UNKNOWN_0xD at 0x0000000000000000"}, "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":95199}, "vmregioninfo" : "0 is not in any region. Bytes before following region: 4521930752\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 10d873000-110d2b000 [ 52.7M] r-x\/r-x SM=COW ...er.app\/Runner", "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":30,"task_for_pid":13},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0}, "faultingThread" : 0, "threads" : [{"triggered":true,"id":2800296,"instructionState":{"instructionStream":{"bytes":[69,208,72,139,11,72,137,8,72,139,75,8,72,137,72,8,65,255,71,8,72,131,195,16,73,131,197,240,117,181,76,137,247,72,131,196,8,91,65,92,65,93,65,94,65,95,93,233,30,52,0,0,72,199,4,8,1,0,0,0,72,131,193,16,72,57,203,117,239,72,131,196,8,91,65,92,65,93,65,94,65,95,93,195,15,31,64,0,72,133,255,126,26,72,139,7,246,64,32,4,15,133,18,0,0,0,72,139,53,207,202,64,102,255,37,65,183,231,95,72,137,248,195,144,85,72,137,229,65,87,65,86,65,84,83,72,131,236,16,73,137,255,68,137,248,193,232,9,68,137,251,193,235,4,49,195,131,227,63,72,193,227,6,76,141,37,206,27,65,102,77,141,52,28,76,137,247,190,0,0,5,0,232,27,52,0,0,74,141,60,35,72],"offset":96}},"threadState":{"r13":{"value":0},"rax":{"value":9223372036854775808},"rflags":{"value":66054},"cpu":{"value":3},"r14":{"value":105553129248800},"rsi":{"value":140681410871552},"r8":{"value":259169564497920},"cr2":{"value":4652634112},"rdx":{"value":3},"r10":{"value":140735447394312,"symbolLocation":0,"symbol":"_NSConcreteStackBlock"},"r9":{"value":2095104},"r15":{"value":48},"rbx":{"value":140681410871552},"trap":{"value":13},"err":{"value":0},"r11":{"value":18446708925011953376},"rip":{"value":140733731973672,"matchesCrashFrame":1},"rbp":{"value":140701826846432},"rsp":{"value":140701826846392},"r12":{"value":140733731972864,"symbolLocation":0,"symbol":"objc_release"},"rcx":{"value":105553129248768},"flavor":"x86_THREAD_STATE","rdi":{"value":140681410871552}},"queue":"com.apple.main-thread","frames":[{"imageOffset":125480,"symbol":"objc_retain","symbolLocation":8,"imageIndex":0},{"imageOffset":5673,"symbol":"_Block_object_assign","symbolLocation":189,"imageIndex":1},{"imageOffset":49998,"symbol":"__copy_helper_block_e8_32o40b","symbolLocation":31,"imageIndex":2},{"imageOffset":5015,"symbol":"_Block_copy","symbolLocation":197,"imageIndex":1},{"imageOffset":19503349,"symbol":"+[UIViewAnimationBlockDelegate animationBlockDelegateWithDuration:options:start:completion:]","symbolLocation":161,"imageIndex":3},{"imageOffset":19299297,"symbol":"-[UIViewAnimationState setupWithDuration:delay:view:options:factory:parentState:start:completion:]","symbolLocation":1279,"imageIndex":3},{"imageOffset":19506136,"symbol":"+[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:]","symbolLocation":539,"imageIndex":3},{"imageOffset":19507152,"symbol":"+[UIView(UIViewAnimationWithBlocks) animateWithDuration:animations:completion:]","symbolLocation":30,"imageIndex":3},{"imageOffset":156707,"symbol":"-[FlutterViewController removeSplashScreenView:]","symbolLocation":178,"imageIndex":2},{"imageOffset":178921,"symbol":"std::__1::__function::__func<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'(), std::__1::allocator<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'()>, void ()>::operator()()","symbolLocation":197,"imageIndex":2},{"imageOffset":3701436,"symbol":"fml::MessageLoopImpl::FlushTasks(fml::FlushType)","symbolLocation":164,"imageIndex":2},{"imageOffset":3726392,"symbol":"fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*)","symbolLocation":26,"imageIndex":2},{"imageOffset":536826,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__","symbolLocation":20,"imageIndex":4},{"imageOffset":535496,"symbol":"__CFRunLoopDoTimer","symbolLocation":915,"imageIndex":4},{"imageOffset":532873,"symbol":"__CFRunLoopDoTimers","symbolLocation":265,"imageIndex":4},{"imageOffset":509805,"symbol":"__CFRunLoopRun","symbolLocation":2016,"imageIndex":4},{"imageOffset":506512,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":15502,"symbol":"GSEventRunModal","symbolLocation":139,"imageIndex":5},{"imageOffset":13478158,"symbol":"-[UIApplication _run]","symbolLocation":928,"imageIndex":3},{"imageOffset":13497705,"symbol":"UIApplicationMain","symbolLocation":101,"imageIndex":3},{"imageOffset":27279,"sourceLine":7,"sourceFile":"AppDelegate.swift","symbol":"main","imageIndex":6,"symbolLocation":63},{"imageOffset":7969,"symbol":"start_sim","symbolLocation":10,"imageIndex":7},{"imageOffset":21790,"symbol":"start","symbolLocation":462,"imageIndex":8}]},{"id":2800337,"name":"com.apple.uikit.eventfetch-thread","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":9},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":9},{"imageOffset":532056,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":4},{"imageOffset":509038,"symbol":"__CFRunLoopRun","symbolLocation":1249,"imageIndex":4},{"imageOffset":506512,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":1195569,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":213,"imageIndex":10},{"imageOffset":1196202,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":72,"imageIndex":10},{"imageOffset":14277918,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":491,"imageIndex":3},{"imageOffset":1363849,"symbol":"__NSThread__start__","symbolLocation":1009,"imageIndex":10},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800338,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":2800339,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":2800340,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":2800351,"name":"io.flutter.1.ui","frames":[{"imageOffset":7304316,"symbol":"dart::Type::type_class() const","symbolLocation":76,"imageIndex":2},{"imageOffset":7128285,"symbol":"dart::Class::IsSubtypeOf(dart::Class const&, dart::TypeArguments const&, dart::Nullability, dart::AbstractType const&, dart::Heap::Space, dart::ZoneGrowableHandlePtrArray*)","symbolLocation":205,"imageIndex":2},{"imageOffset":7129820,"symbol":"dart::Class::IsSubtypeOf(dart::Class const&, dart::TypeArguments const&, dart::Nullability, dart::AbstractType const&, dart::Heap::Space, dart::ZoneGrowableHandlePtrArray*)","symbolLocation":1740,"imageIndex":2},{"imageOffset":7129820,"symbol":"dart::Class::IsSubtypeOf(dart::Class const&, dart::TypeArguments const&, dart::Nullability, dart::AbstractType const&, dart::Heap::Space, dart::ZoneGrowableHandlePtrArray*)","symbolLocation":1740,"imageIndex":2},{"imageOffset":8594196,"symbol":"dart::CidCheckerForRanges::MustInclude(long)","symbolLocation":148,"imageIndex":2},{"imageOffset":8592815,"symbol":"dart::HierarchyInfo::BuildRangesFor(dart::ClassTable*, dart::MallocGrowableArray*, dart::Class const&, bool, bool)","symbolLocation":1103,"imageIndex":2},{"imageOffset":8591658,"symbol":"dart::HierarchyInfo::SubtypeRangesForClass(dart::Class const&, bool, bool)","symbolLocation":234,"imageIndex":2},{"imageOffset":8157760,"symbol":"dart::TypeTestingStubGenerator::BuildOptimizedTypeArgumentValueCheck(dart::compiler::Assembler*, dart::HierarchyInfo*, dart::Type const&, long, dart::compiler::Label*)","symbolLocation":832,"imageIndex":2},{"imageOffset":8149546,"symbol":"dart::TypeTestingStubGenerator::BuildOptimizedSubclassRangeCheckWithTypeArguments(dart::compiler::Assembler*, dart::HierarchyInfo*, dart::Type const&, dart::Class const&)","symbolLocation":410,"imageIndex":2},{"imageOffset":8148835,"symbol":"dart::TypeTestingStubGenerator::BuildOptimizedTypeTestStubFastCases(dart::compiler::Assembler*, dart::HierarchyInfo*, dart::Type const&, dart::Class const&)","symbolLocation":355,"imageIndex":2},{"imageOffset":8165072,"symbol":"std::__1::__function::__func, dart::CodePtr (dart::compiler::Assembler&)>::operator()(dart::compiler::Assembler&)","symbolLocation":96,"imageIndex":2},{"imageOffset":8148250,"symbol":"dart::RetryCompilationWithFarBranches(dart::Thread*, std::__1::function)","symbolLocation":458,"imageIndex":2},{"imageOffset":8147710,"symbol":"dart::TypeTestingStubGenerator::BuildCodeForType(dart::Type const&)","symbolLocation":270,"imageIndex":2},{"imageOffset":8147287,"symbol":"dart::TypeTestingStubGenerator::OptimizedCodeForType(dart::AbstractType const&)","symbolLocation":135,"imageIndex":2},{"imageOffset":8147116,"symbol":"dart::TypeTestingStubGenerator::SpecializeStubFor(dart::Thread*, dart::AbstractType const&)","symbolLocation":156,"imageIndex":2},{"imageOffset":7888865,"symbol":"dart::DRT_TypeCheck(dart::NativeArguments)","symbolLocation":641,"imageIndex":2},{"imageOffset":4757923219,"imageIndex":12},{"imageOffset":4757932715,"imageIndex":12},{"imageOffset":4771720648,"imageIndex":12},{"imageOffset":4771718049,"imageIndex":12},{"imageOffset":4771717764,"imageIndex":12},{"imageOffset":4769117247,"imageIndex":12},{"imageOffset":4769116868,"imageIndex":12},{"imageOffset":4769115085,"imageIndex":12},{"imageOffset":4769263453,"imageIndex":12},{"imageOffset":4769263204,"imageIndex":12},{"imageOffset":4769117549,"imageIndex":12},{"imageOffset":4769116868,"imageIndex":12},{"imageOffset":4769115085,"imageIndex":12},{"imageOffset":4769432714,"imageIndex":12},{"imageOffset":4769432445,"imageIndex":12},{"imageOffset":4769429916,"imageIndex":12},{"imageOffset":4769423505,"imageIndex":12},{"imageOffset":4769422861,"imageIndex":12},{"imageOffset":4769078200,"imageIndex":12},{"imageOffset":4769076270,"imageIndex":12},{"imageOffset":4757924322,"imageIndex":12},{"imageOffset":6588072,"symbol":"dart::DartEntry::InvokeCode(dart::Code const&, unsigned long, dart::Array const&, dart::Array const&, dart::Thread*)","symbolLocation":296,"imageIndex":2},{"imageOffset":6587668,"symbol":"dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long)","symbolLocation":324,"imageIndex":2},{"imageOffset":6596655,"symbol":"dart::DartLibraryCalls::HandleMessage(long long, dart::Instance const&)","symbolLocation":319,"imageIndex":2},{"imageOffset":6737179,"symbol":"dart::IsolateMessageHandler::HandleMessage(std::__1::unique_ptr >)","symbolLocation":923,"imageIndex":2},{"imageOffset":6911459,"symbol":"dart::MessageHandler::HandleMessages(dart::MonitorLocker*, bool, bool)","symbolLocation":291,"imageIndex":2},{"imageOffset":6911872,"symbol":"dart::MessageHandler::HandleNextMessage()","symbolLocation":64,"imageIndex":2},{"imageOffset":9862863,"symbol":"Dart_HandleMessage","symbolLocation":239,"imageIndex":2},{"imageOffset":4824211,"symbol":"tonic::DartMessageHandler::OnHandleMessage(tonic::DartState*)","symbolLocation":183,"imageIndex":2},{"imageOffset":4825038,"symbol":"std::__1::__function::__func, void ()>::operator()()","symbolLocation":50,"imageIndex":2},{"imageOffset":6225951,"symbol":"std::__1::__function::__func)::$_3::operator()(std::__1::function) const::'lambda'(), std::__1::allocator)::$_3::operator()(std::__1::function) const::'lambda'()>, void ()>::operator()()","symbolLocation":43,"imageIndex":2},{"imageOffset":3701436,"symbol":"fml::MessageLoopImpl::FlushTasks(fml::FlushType)","symbolLocation":164,"imageIndex":2},{"imageOffset":3726392,"symbol":"fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*)","symbolLocation":26,"imageIndex":2},{"imageOffset":536826,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__","symbolLocation":20,"imageIndex":4},{"imageOffset":535496,"symbol":"__CFRunLoopDoTimer","symbolLocation":915,"imageIndex":4},{"imageOffset":532873,"symbol":"__CFRunLoopDoTimers","symbolLocation":265,"imageIndex":4},{"imageOffset":509805,"symbol":"__CFRunLoopRun","symbolLocation":2016,"imageIndex":4},{"imageOffset":506512,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":3726709,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":2},{"imageOffset":3701196,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":2},{"imageOffset":3722143,"symbol":"void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":187,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800352,"name":"io.flutter.1.raster","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":9},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":9},{"imageOffset":532056,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":4},{"imageOffset":509038,"symbol":"__CFRunLoopRun","symbolLocation":1249,"imageIndex":4},{"imageOffset":506512,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":3726709,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":2},{"imageOffset":3701196,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":2},{"imageOffset":3722143,"symbol":"void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":187,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800353,"name":"io.flutter.1.io","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":9},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":9},{"imageOffset":532056,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":4},{"imageOffset":509038,"symbol":"__CFRunLoopRun","symbolLocation":1249,"imageIndex":4},{"imageOffset":506512,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":3726709,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":2},{"imageOffset":3701196,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":2},{"imageOffset":3722143,"symbol":"void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":187,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800354,"name":"io.flutter.1.profiler","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":9},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":9},{"imageOffset":532056,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":4},{"imageOffset":509038,"symbol":"__CFRunLoopRun","symbolLocation":1249,"imageIndex":4},{"imageOffset":506512,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":3726709,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":2},{"imageOffset":3701196,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":2},{"imageOffset":3722143,"symbol":"void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":187,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800355,"name":"io.worker.1","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3689105,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3691119,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800356,"name":"io.worker.2","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3689105,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3691119,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800357,"name":"io.worker.3","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3689105,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3691119,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800358,"name":"io.worker.4","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3689105,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3691119,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800359,"name":"io.worker.5","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3689105,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3691119,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800360,"name":"io.worker.6","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3689105,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3691119,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800361,"name":"io.worker.7","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3689105,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3691119,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800362,"name":"io.worker.8","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3689105,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3691119,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800363,"name":"io.worker.9","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3689105,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3691119,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800364,"name":"io.worker.10","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3689105,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3691119,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800365,"name":"io.worker.11","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3689105,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3691119,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800366,"name":"io.worker.12","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3689105,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3691119,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800367,"name":"dart:io EventHandler","frames":[{"imageOffset":25422,"symbol":"kevent","symbolLocation":10,"imageIndex":9},{"imageOffset":5843192,"symbol":"dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long)","symbolLocation":312,"imageIndex":2},{"imageOffset":5969384,"symbol":"dart::bin::ThreadStart(void*)","symbolLocation":40,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800368,"name":"Dart Profiler ThreadInterrupter","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":11},{"imageOffset":7575222,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":8119519,"symbol":"dart::ThreadInterrupter::ThreadMain(unsigned long)","symbolLocation":447,"imageIndex":2},{"imageOffset":7572639,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800369,"name":"Dart Profiler SampleBlockProcessor","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":11},{"imageOffset":7575222,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":7598981,"symbol":"dart::SampleBlockProcessor::ThreadMain(unsigned long)","symbolLocation":181,"imageIndex":2},{"imageOffset":7572639,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800370,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":11},{"imageOffset":7575222,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":8123023,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":559,"imageIndex":2},{"imageOffset":8123582,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":110,"imageIndex":2},{"imageOffset":7572639,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800373,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":11},{"imageOffset":7575222,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":8123023,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":559,"imageIndex":2},{"imageOffset":8123582,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":110,"imageIndex":2},{"imageOffset":7572639,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800374,"name":"DartWorker","frames":[{"imageOffset":9037632,"symbol":"dart::DeadCodeElimination::EliminateDeadCode(dart::FlowGraph*)","symbolLocation":528,"imageIndex":2},{"imageOffset":9181712,"symbol":"dart::CompilerPass_DCE::DoBody(dart::CompilerPassState*) const","symbolLocation":16,"imageIndex":2},{"imageOffset":9177726,"symbol":"dart::CompilerPass::Run(dart::CompilerPassState*) const","symbolLocation":414,"imageIndex":2},{"imageOffset":9179061,"symbol":"dart::CompilerPass::RunPipeline(dart::CompilerPass::PipelineMode, dart::CompilerPassState*)","symbolLocation":501,"imageIndex":2},{"imageOffset":8183396,"symbol":"dart::CompileParsedFunctionHelper::Compile(dart::CompilationPipeline*)","symbolLocation":1556,"imageIndex":2},{"imageOffset":8185798,"symbol":"dart::CompileFunctionHelper(dart::CompilationPipeline*, dart::Function const&, bool, long)","symbolLocation":950,"imageIndex":2},{"imageOffset":8187391,"symbol":"dart::Compiler::CompileOptimizedFunction(dart::Thread*, dart::Function const&, long)","symbolLocation":255,"imageIndex":2},{"imageOffset":8188640,"symbol":"dart::BackgroundCompiler::Run()","symbolLocation":224,"imageIndex":2},{"imageOffset":8122792,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":328,"imageIndex":2},{"imageOffset":8123582,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":110,"imageIndex":2},{"imageOffset":7572639,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":2800378,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":11},{"imageOffset":7575222,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":6717887,"symbol":"dart::MutatorThreadPool::OnEnterIdleLocked(dart::MonitorLocker*)","symbolLocation":207,"imageIndex":2},{"imageOffset":8123101,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":637,"imageIndex":2},{"imageOffset":8123582,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":110,"imageIndex":2},{"imageOffset":7572639,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]}], "usedImages" : [ { "source" : "P", "arch" : "x86_64", "base" : 140733731848192, "size" : 208896, "uuid" : "76307fcc-13fb-3539-bf35-3df0b3a9f5e6", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libobjc.A.dylib", "name" : "libobjc.A.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140733730828288, "size" : 8192, "uuid" : "4bb52945-3307-32b4-a592-55611303a2a6", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libsystem_blocks.dylib", "name" : "libsystem_blocks.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 4694896640, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "io.flutter.flutter", "size" : 29097984, "uuid" : "3c65f8ee-3c14-30fc-96a1-ac9fa1b29cdc", "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/6582186F-8993-4A90-9E6B-0EF417233466\/data\/Containers\/Bundle\/Application\/25D5A364-C0E3-4253-B510-8BAEE107A429\/Runner.app\/Frameworks\/Flutter.framework\/Flutter", "name" : "Flutter", "CFBundleVersion" : "1.0" }, { "source" : "P", "arch" : "x86_64", "base" : 140733801250816, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.UIKitCore", "size" : 22794240, "uuid" : "883bf035-62c9-36ce-9424-07bbbf6e4e51", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/UIKitCore.framework\/UIKitCore", "name" : "UIKitCore", "CFBundleVersion" : "5522.2.101" }, { "source" : "P", "arch" : "x86_64", "base" : 140733733343232, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 3817472, "uuid" : "6cd8003f-fe68-3e98-8a29-cc834000fffd", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CoreFoundation.framework\/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "1858.112" }, { "source" : "P", "arch" : "x86_64", "base" : 140733943574528, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.GraphicsServices", "size" : 36864, "uuid" : "a159725e-b44b-30c0-bd7f-15efbd64c083", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GraphicsServices.framework\/GraphicsServices", "name" : "GraphicsServices", "CFBundleVersion" : "1.0" }, { "source" : "P", "arch" : "x86_64", "base" : 4521930752, "CFBundleShortVersionString" : "0.1.1", "CFBundleIdentifier" : "com.cjy.yplusplus", "size" : 55279616, "uuid" : "6c3c00cf-05f3-3e1b-92d2-b00c5e7be024", "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/6582186F-8993-4A90-9E6B-0EF417233466\/data\/Containers\/Bundle\/Application\/25D5A364-C0E3-4253-B510-8BAEE107A429\/Runner.app\/Runner", "name" : "Runner", "CFBundleVersion" : "127" }, { "source" : "P", "arch" : "x86_64", "base" : 4643958784, "size" : 319488, "uuid" : "d5f18ce9-9569-30ea-86b1-355b990260dd", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/dyld_sim", "name" : "dyld_sim" }, { "source" : "P", "arch" : "x86_64", "base" : 4802813952, "size" : 442368, "uuid" : "b70ce1ec-b902-3852-8268-05de00bfa8d5", "path" : "\/usr\/lib\/dyld", "name" : "dyld" }, { "source" : "P", "arch" : "x86_64", "base" : 140735066836992, "size" : 229376, "uuid" : "61711d11-e776-3bc3-b9a2-6f9f37cb8499", "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140733737615360, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.Foundation", "size" : 2854912, "uuid" : "6501fa86-9fee-3801-bb0d-ddf117da81f7", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/Foundation.framework\/Foundation", "name" : "Foundation", "CFBundleVersion" : "1858.112" }, { "source" : "P", "arch" : "x86_64", "base" : 140735067205632, "size" : 49152, "uuid" : "bc574849-1aae-31e7-b350-916dda999d97", "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "size" : 0, "source" : "A", "base" : 0, "uuid" : "00000000-0000-0000-0000-000000000000" }, { "source" : "P", "arch" : "x86_64", "base" : 140733732839424, "size" : 352256, "uuid" : "9e605007-8683-3727-8a94-b8794c88b1a3", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libc++.1.dylib", "name" : "libc++.1.dylib" } ], "sharedCache" : { "base" : 140733730258944, "size" : 3275014144, "uuid" : "5b1d973c-bda7-34f2-a8d5-fef7edd28acf" }, "vmSummary" : "ReadOnly portion of Libraries: Total=1.2G resident=0K(0%) swapped_out_or_unallocated=1.2G(100%)\nWritable regions: Total=2.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.3G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nActivity Tracing 256K 1 \nColorSync 80K 5 \nCoreAnimation 4K 1 \nFoundation 16K 1 \nIOSurface 15.1M 2 \nKernel Alloc Once 8K 1 \nMALLOC 351.3M 62 \nMALLOC guard page 48K 10 \nMALLOC_MEDIUM (reserved) 1.4G 12 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSTACK GUARD 56.1M 28 \nStack 25.2M 28 \nVM_ALLOCATE 4.0G 354 \n__DATA 26.2M 582 \n__DATA_CONST 47.4M 538 \n__DATA_DIRTY 22K 10 \n__FONT_DATA 4K 1 \n__LINKEDIT 602.4M 46 \n__OBJC_RO 63.0M 1 \n__OBJC_RW 3168K 1 \n__TEXT 600.1M 586 \n__UNICODE 592K 1 \ndyld private memory 2048K 2 \nmapped file 192.4M 13 \nshared memory 16K 1 \n=========== ======= ======= \nTOTAL 7.8G 2288 \nTOTAL, minus reserved VM space 6.0G 2288 \n", "legacyInfo" : { "threadTriggered" : { "queue" : "com.apple.main-thread" } }, "trialInfo" : { "rollouts" : [ { "rolloutId" : "6112e14f37f5d11121dcd519", "factorPackIds" : { "SIRI_TEXT_TO_SPEECH" : "62670db041fbd3022330bf19" }, "deploymentId" : 240000116 }, { "rolloutId" : "60356660bbe37970735c5624", "factorPackIds" : { }, "deploymentId" : 240000027 } ], "experiments" : [ ] } } Model: Macmini8,1, BootROM 1731.120.10.0.0 (iBridge: 19.16.15071.0.0,0), 6 processors, 6-Core Intel Core i7, 3.2 GHz, 32 GB, SMC Graphics: Intel UHD Graphics 630, Intel UHD Graphics 630, Built-In Display: G227HQL, 1600 x 900, MirrorOff, Online Display: EB275U, 2048 x 1152, Main, MirrorOff, Online Memory Module: BANK 0/ChannelA-DIMM0, 16 GB, DDR4, 2667 MHz, Samsung, M471A2K43CB1-CTD Memory Module: BANK 2/ChannelB-DIMM0, 16 GB, DDR4, 2667 MHz, Samsung, M471A2K43CB1-CTD AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x7BF), wl0: Jul 12 2021 19:26:30 version 9.30.464.0.32.5.76 FWID 01-45ccefcd Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports Network Service: Ethernet, Ethernet, en0 USB Device: Extreme SSD USB Device: USB31Bus USB Device: USB2.0 Hub USB Device: USB2.0 Hub USB Device: AX68002 USB Device: 2.4G Wireless Mouse USB Device: USB Keyboard USB Device: USB 2.0 BILLBOARD USB Device: T2Bus USB Device: Headset USB Device: Apple T2 Controller Thunderbolt Bus: Mac mini, Apple Inc., 47.5 Thunderbolt Bus: Mac mini, Apple Inc., 47.5 ```
fzyzcjy commented 2 years ago

have a look at FlutterViewController removeSplashScreenView

https://github.com/flutter/flutter/issues/35388

https://github.com/flutter/engine/blob/6a4c45aafafe4dd0cec4926eb3cd96b059307e99/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm#L505

fzyzcjy commented 2 years ago

Is it possible because: we hot-restart, before splash screen finishes?

just a guess.

If so, can we avoid it?

[TODO]

fzyzcjy commented 2 years ago

https://github.com/flutter/flutter/issues/105423

fzyzcjy commented 2 years ago

https://github.com/flutter/flutter/issues/37818

fzyzcjy commented 2 years ago

after all the code fixes, it still crashes sometimes.

``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Incident Identifier: 8F57F213-0432-4CC0-9415-A6E134BE7311 CrashReporter Key: D400DC26-4F32-86B7-923F-2CF5835D4282 Hardware Model: Macmini8,1 Process: Runner [48609] Path: /Users/USER/Library/Developer/CoreSimulator/Devices/6582186F-8993-4A90-9E6B-0EF417233466/data/Containers/Bundle/Application/0D2E228B-8CEE-4F20-A54C-DC6E781D9A55/Runner.app/Runner Identifier: com.cjy.yplusplus Version: 0.1.2 (128) Code Type: X86-64 (Native) Role: Foreground Parent Process: launchd_sim [48295] Coalition: com.apple.CoreSimulator.SimDevice.6582186F-8993-4A90-9E6B-0EF417233466 [1103] Responsible Process: SimulatorTrampoline [952] Date/Time: 2022-07-06 15:08:59.2584 +0800 Launch Time: 2022-07-06 15:07:30.5077 +0800 OS Version: macOS 12.4 (21F79) Release Type: User Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: UNKNOWN_0xD at 0x0000000000000000 Exception Codes: 0x000000000000000d, 0x0000000000000000 VM Region Info: 0 is not in any region. Bytes before following region: 4336607232 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> __TEXT 1027b6000-105c76000 [ 52.8M] r-x/r-x SM=COW ...er.app/Runner Exception Note: EXC_CORPSE_NOTIFY Termination Reason: SIGNAL 11 Segmentation fault: 11 Terminating Process: exc handler [48609] Triggered by Thread: 0 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libobjc.A.dylib 0x7fff201a2a28 objc_retain + 8 1 libsystem_blocks.dylib 0x7fff2008c629 _Block_object_assign + 189 2 Flutter 0x10cc5face __copy_helper_block_e8_32o40b + 31 3 libsystem_blocks.dylib 0x7fff2008c397 _Block_copy + 197 4 UIKitCore 0x7fff2564d8f5 +[UIViewAnimationBlockDelegate animationBlockDelegateWithDuration:options:start:completion:] + 161 5 UIKitCore 0x7fff2561bbe1 -[UIViewAnimationState setupWithDuration:delay:view:options:factory:parentState:start:completion:] + 1279 6 UIKitCore 0x7fff2564e3d8 +[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:] + 539 7 UIKitCore 0x7fff2564e7d0 +[UIView(UIViewAnimationWithBlocks) animateWithDuration:animations:completion:] + 30 8 Flutter 0x10cc79ba3 -[FlutterViewController removeSplashScreenView:] + 178 9 Flutter 0x10cc7f269 std::__1::__function::__func<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'(), std::__1::allocator<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'()>, void ()>::operator()() + 197 10 Flutter 0x10cfdb23c fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 164 11 Flutter 0x10cfe13b8 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 26 12 CoreFoundation 0x7fff203740fa __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 13 CoreFoundation 0x7fff20373bc8 __CFRunLoopDoTimer + 915 14 CoreFoundation 0x7fff20373189 __CFRunLoopDoTimers + 265 15 CoreFoundation 0x7fff2036d76d __CFRunLoopRun + 2016 16 CoreFoundation 0x7fff2036ca90 CFRunLoopRunSpecific + 562 17 GraphicsServices 0x7fff2cb72c8e GSEventRunModal + 139 18 UIKitCore 0x7fff2508e90e -[UIApplication _run] + 928 19 UIKitCore 0x7fff25093569 UIApplicationMain + 101 20 Runner 0x1027bbdbf main + 63 (AppDelegate.swift:7) 21 dyld_sim 0x109c2ff21 start_sim + 10 22 dyld 0x113c3151e start + 462 Thread 1:: com.apple.uikit.eventfetch-thread 0 libsystem_kernel.dylib 0x7fff6faaa97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff6faaace8 mach_msg + 56 2 CoreFoundation 0x7fff20372e58 __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7fff2036d46e __CFRunLoopRun + 1249 4 CoreFoundation 0x7fff2036ca90 CFRunLoopRunSpecific + 562 5 Foundation 0x7fff20827e31 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 6 Foundation 0x7fff208280aa -[NSRunLoop(NSRunLoop) runUntilDate:] + 72 7 UIKitCore 0x7fff25151d1e -[UIEventFetcher threadMain] + 491 8 Foundation 0x7fff20850f89 __NSThread__start__ + 1009 9 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 10 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 2: 0 libsystem_pthread.dylib 0x7fff6fb04f48 start_wqthread + 0 Thread 3:: io.flutter.1.ui 0 Flutter 0x10d5412d3 dart::kernel::KernelReaderHelper::ReadByte() + 51 1 Flutter 0x10d51590a dart::kernel::ConstantReader::ReadConstantInternal(long) + 346 2 Flutter 0x10d515624 dart::kernel::ConstantReader::ReadConstant(long) + 228 3 Flutter 0x10d5165b7 dart::kernel::ConstantReader::ReadConstantInternal(long) + 3591 4 Flutter 0x10d515624 dart::kernel::ConstantReader::ReadConstant(long) + 228 5 Flutter 0x10d515ee6 dart::kernel::ConstantReader::ReadConstantInternal(long) + 1846 6 Flutter 0x10d515624 dart::kernel::ConstantReader::ReadConstant(long) + 228 7 Flutter 0x10d515441 dart::kernel::ConstantReader::ReadConstantExpression() + 81 8 Flutter 0x10d2d67a2 dart::kernel::EvaluateStaticConstFieldInitializer(dart::Field const&) + 562 9 Flutter 0x10d32934e dart::Field::StaticConstFieldValue() const + 238 10 Flutter 0x10d28ed9c dart::ClassFinalizer::AllocateEnumValues(dart::Class const&) + 108 11 Flutter 0x10d28e915 dart::ClassFinalizer::FinalizeClass(dart::Class const&) + 421 12 Flutter 0x10d28f803 dart::ClassFinalizer::LoadClassMembers(dart::Class const&) + 163 13 Flutter 0x10d310e2c dart::Class::EnsureIsFinalized(dart::Thread*) const + 188 14 Flutter 0x10d318a1e dart::Class::EnsureIsAllocateFinalized(dart::Thread*) const + 158 15 Flutter 0x10d5163ae dart::kernel::ConstantReader::ReadConstantInternal(long) + 3070 16 Flutter 0x10d515624 dart::kernel::ConstantReader::ReadConstant(long) + 228 17 Flutter 0x10d5220c6 dart::kernel::StreamingFlowGraphBuilder::BuildConstantExpression(dart::TokenPosition*, dart::kernel::Tag) + 86 18 Flutter 0x10d5271d3 dart::kernel::StreamingFlowGraphBuilder::BuildArgumentsFromActualArguments(dart::Array*) + 195 19 Flutter 0x10d51ee12 dart::kernel::StreamingFlowGraphBuilder::BuildLocalFunctionInvocation(dart::TokenPosition*) + 258 20 Flutter 0x10d51a602 dart::kernel::StreamingFlowGraphBuilder::BuildStatement(dart::TokenPosition*) + 162 21 Flutter 0x10d52280a dart::kernel::StreamingFlowGraphBuilder::BuildBlock(dart::TokenPosition*) + 138 22 Flutter 0x10d522d3a dart::kernel::StreamingFlowGraphBuilder::BuildLabeledStatement(dart::TokenPosition*) + 106 23 Flutter 0x10d52280a dart::kernel::StreamingFlowGraphBuilder::BuildBlock(dart::TokenPosition*) + 138 24 Flutter 0x10d524e90 dart::kernel::StreamingFlowGraphBuilder::BuildTryCatch(dart::TokenPosition*) + 208 25 Flutter 0x10d51b5fc dart::kernel::StreamingFlowGraphBuilder::BuildFunctionBody(dart::Function const&, dart::LocalVariable*, bool) + 252 26 Flutter 0x10d51bc7c dart::kernel::StreamingFlowGraphBuilder::BuildGraphOfFunction(bool) + 748 27 Flutter 0x10d51c15a dart::kernel::StreamingFlowGraphBuilder::BuildGraph() + 330 28 Flutter 0x10d52cb25 dart::kernel::FlowGraphBuilder::BuildGraph() + 101 29 Flutter 0x10d40fbe0 dart::DartCompilationPipeline::BuildFlowGraph(dart::Zone*, dart::ParsedFunction*, dart::ZoneGrowableArray*, long, bool) + 64 30 Flutter 0x10d410a3b dart::CompileParsedFunctionHelper::Compile(dart::CompilationPipeline*) + 955 31 Flutter 0x10d4115f6 dart::CompileFunctionHelper(dart::CompilationPipeline*, dart::Function const&, bool, long) + 950 32 Flutter 0x10d411218 dart::Compiler::CompileFunction(dart::Thread*, dart::Function const&) + 248 33 Flutter 0x10d327297 dart::Function::EnsureHasCode() const + 71 34 Flutter 0x10d40ff6d dart::DRT_CompileFunction(dart::NativeArguments) + 365 35 ??? 0x1108025c3 ??? 36 ??? 0x110802624 ??? 37 ??? 0x11dc3bfa6 ??? 38 ??? 0x11dc3bb03 ??? 39 ??? 0x11dc3b836 ??? 40 ??? 0x11dc3b9de ??? 41 ??? 0x11dc3b836 ??? 42 ??? 0x11dc3b6e1 ??? 43 ??? 0x11dc23888 ??? 44 ??? 0x11a88944d ??? 45 ??? 0x111755b99 ??? 46 ??? 0x111755a2c ??? 47 ??? 0x1117556e6 ??? 48 ??? 0x1117552ee ??? 49 ??? 0x11175500e ??? 50 ??? 0x111754317 ??? 51 ??? 0x111752f0e ??? 52 ??? 0x111748ba6 ??? 53 ??? 0x11dc248fa ??? 54 ??? 0x11a88944d ??? 55 ??? 0x111755b99 ??? 56 ??? 0x111755a2c ??? 57 ??? 0x1117556e6 ??? 58 ??? 0x1117552ee ??? 59 ??? 0x11175500e ??? 60 ??? 0x111754317 ??? 61 ??? 0x111752f0e ??? 62 ??? 0x111748ba6 ??? 63 ??? 0x11dc25034 ??? 64 ??? 0x11a88944d ??? 65 ??? 0x111755b99 ??? 66 ??? 0x111755a2c ??? 67 ??? 0x1117556e6 ??? 68 ??? 0x1117552ee ??? 69 ??? 0x11175500e ??? 70 ??? 0x111754317 ??? 71 ??? 0x111752f0e ??? 72 ??? 0x111752cad ??? 73 ??? 0x11172f211 ??? 74 ??? 0x11172ef79 ??? 75 ??? 0x11172e883 ??? 76 ??? 0x111752b7f ??? 77 ??? 0x111752a7d ??? 78 ??? 0x111752803 ??? 79 ??? 0x11175247b ??? 80 ??? 0x1117523a9 ??? 81 ??? 0x110802a0c ??? 82 Flutter 0x10d299a28 dart::DartEntry::InvokeCode(dart::Code const&, unsigned long, dart::Array const&, dart::Array const&, dart::Thread*) + 296 83 Flutter 0x10d299888 dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long) + 296 84 Flutter 0x10d29a08f dart::DartEntry::InvokeCallable(dart::Thread*, dart::Function const&, dart::Array const&, dart::Array const&) + 335 85 Flutter 0x10d5b6bd1 Dart_InvokeClosure + 993 86 Flutter 0x10d0ed937 tonic::DartMicrotaskQueue::RunMicrotasks() + 153 87 Flutter 0x10cfdb26e fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 214 88 Flutter 0x10cfe13b8 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 26 89 CoreFoundation 0x7fff203740fa __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 90 CoreFoundation 0x7fff20373bc8 __CFRunLoopDoTimer + 915 91 CoreFoundation 0x7fff20373189 __CFRunLoopDoTimers + 265 92 CoreFoundation 0x7fff2036d76d __CFRunLoopRun + 2016 93 CoreFoundation 0x7fff2036ca90 CFRunLoopRunSpecific + 562 94 Flutter 0x10cfe14f5 fml::MessageLoopDarwin::Run() + 65 95 Flutter 0x10cfdb14c fml::MessageLoopImpl::DoRun() + 22 96 Flutter 0x10cfe031f void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 187 97 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 98 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 4:: io.flutter.1.raster 0 libsystem_kernel.dylib 0x7fff6faaa97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff6faaace8 mach_msg + 56 2 CoreFoundation 0x7fff20372e58 __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7fff2036d46e __CFRunLoopRun + 1249 4 CoreFoundation 0x7fff2036ca90 CFRunLoopRunSpecific + 562 5 Flutter 0x10cfe14f5 fml::MessageLoopDarwin::Run() + 65 6 Flutter 0x10cfdb14c fml::MessageLoopImpl::DoRun() + 22 7 Flutter 0x10cfe031f void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 187 8 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 5:: io.flutter.1.io 0 libsystem_kernel.dylib 0x7fff6faaa97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff6faaace8 mach_msg + 56 2 CoreFoundation 0x7fff20372e58 __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7fff2036d46e __CFRunLoopRun + 1249 4 CoreFoundation 0x7fff2036ca90 CFRunLoopRunSpecific + 562 5 Flutter 0x10cfe14f5 fml::MessageLoopDarwin::Run() + 65 6 Flutter 0x10cfdb14c fml::MessageLoopImpl::DoRun() + 22 7 Flutter 0x10cfe031f void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 187 8 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 6:: io.flutter.1.profiler 0 libsystem_kernel.dylib 0x7fff6faaa97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff6faaace8 mach_msg + 56 2 CoreFoundation 0x7fff20372e58 __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7fff2036d46e __CFRunLoopRun + 1249 4 CoreFoundation 0x7fff2036ca90 CFRunLoopRunSpecific + 562 5 Flutter 0x10cfe14f5 fml::MessageLoopDarwin::Run() + 65 6 Flutter 0x10cfdb14c fml::MessageLoopImpl::DoRun() + 22 7 Flutter 0x10cfe031f void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 187 8 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 7:: io.worker.1 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10cfd8211 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10cfd89ef void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 8:: io.worker.2 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10cfd8211 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10cfd89ef void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 9:: io.worker.3 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10cfd8211 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10cfd89ef void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 10:: io.worker.4 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10cfd8211 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10cfd89ef void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 11:: io.worker.5 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10cfd8211 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10cfd89ef void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 12:: io.worker.6 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10cfd8211 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10cfd89ef void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 13:: io.worker.7 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10cfd8211 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10cfd89ef void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 14:: io.worker.8 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10cfd8211 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10cfd89ef void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 15:: io.worker.9 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10cfd8211 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10cfd89ef void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 16:: io.worker.10 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10cfd8211 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10cfd89ef void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 17:: io.worker.11 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10cfd8211 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10cfd89ef void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 18:: io.worker.12 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027e5e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10cfd8211 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10cfd89ef void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 19:: dart:io EventHandler 0 libsystem_kernel.dylib 0x7fff6faaf34e kevent + 10 1 Flutter 0x10d1e62f8 dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 312 2 Flutter 0x10d204fe8 dart::bin::ThreadStart(void*) + 40 3 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 4 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 20:: Dart Profiler ThreadInterrupter 0 libsystem_kernel.dylib 0x7fff6faaa97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff6faaace8 mach_msg + 56 2 libsystem_kernel.dylib 0x7fff6facb296 thread_resume + 80 3 Flutter 0x10d402060 dart::ThreadInterrupter::InterruptThread(dart::OSThread*) + 224 4 Flutter 0x10d401ccf dart::ThreadInterrupter::ThreadMain(unsigned long) + 335 5 Flutter 0x10d37e86f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 7 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 21:: Dart Profiler SampleBlockProcessor 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09aa4 _pthread_cond_wait + 1302 2 Flutter 0x10d37f286 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x10d384ee5 dart::SampleBlockProcessor::ThreadMain(unsigned long) + 181 4 Flutter 0x10d37e86f dart::ThreadStart(void*) + 159 5 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 22:: DartWorker 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09aa4 _pthread_cond_wait + 1302 2 Flutter 0x10d37f286 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x10d402aef dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 559 4 Flutter 0x10d402d1e dart::ThreadPool::Worker::Main(unsigned long) + 110 5 Flutter 0x10d37e86f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 7 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 23:: DartWorker 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09aa4 _pthread_cond_wait + 1302 2 Flutter 0x10d37f286 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x10d2b896f dart::MutatorThreadPool::OnEnterIdleLocked(dart::MonitorLocker*) + 207 4 Flutter 0x10d402b3d dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 637 5 Flutter 0x10d402d1e dart::ThreadPool::Worker::Main(unsigned long) + 110 6 Flutter 0x10d37e86f dart::ThreadStart(void*) + 159 7 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 8 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 24:: DartWorker 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09aa4 _pthread_cond_wait + 1302 2 Flutter 0x10d37f286 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x10d402aef dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 559 4 Flutter 0x10d402d1e dart::ThreadPool::Worker::Main(unsigned long) + 110 5 Flutter 0x10d37e86f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 7 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 25: 0 libsystem_pthread.dylib 0x7fff6fb04f48 start_wqthread + 0 Thread 26:: frb_executor 0 Runner 0x10557de20 alloc::raw_vec::RawVec$LT$T$C$A$GT$::reserve::do_reserve_and_handle::h7b46db20eb1c97fa + 0 (raw_vec.rs:280) 1 Runner 0x102d095d8 alloc::raw_vec::RawVec$LT$T$C$A$GT$::reserve::h9c50871f39ce6099 + 72 (raw_vec.rs:289) 2 Runner 0x102d14162 alloc::vec::Vec$LT$T$C$A$GT$::reserve::h065a0c2863e6f7f3 + 34 (mod.rs:813) 3 Runner 0x102d13d87 alloc::vec::Vec$LT$T$C$A$GT$::append_elements::h0ebd4283eda7d99a + 55 (mod.rs:1798) 4 Runner 0x102d13a12 _$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$alloc..vec..spec_extend..SpecExtend$LT$$RF$T$C$core..slice..iter..Iter$LT$T$GT$$GT$$GT$::spec_extend::h4afd175413a38f0e + 66 (spec_extend.rs:85) 5 Runner 0x102d140ec alloc::vec::Vec$LT$T$C$A$GT$::extend_from_slice::h60f8d62f11bb5478 + 76 (mod.rs:2236) 6 Runner 0x102d18929 alloc::string::String::push_str::h457ca8f81adc2fc1 + 73 (string.rs:850) 7 Runner 0x102d0eedc alloc::str::_$LT$impl$u20$str$GT$::replace::hc2e04d90a19baa17 + 668 (str.rs:297) 8 Runner 0x102d0da21 oslog::to_cstr::hf25b0040bde3d9f9 + 49 (lib.rs:14) 9 Runner 0x102d0db58 oslog::OsLog::new::ha976372bc295bb7e + 40 (lib.rs:59) 10 Runner 0x102d0fdd6 _$LT$oslog..logger..OsLogger$u20$as$u20$log..Log$GT$::log::hbeeb020c6aff2ee6 + 358 (logger.rs:26) 11 Runner 0x102c3b565 _$LT$vision_utils_rs..utils..logger..MyMobileLogger$u20$as$u20$log..Log$GT$::log::h89e180cfc94c509c + 117 (logger.rs:191) 12 Runner 0x102e11df0 _$LT$alloc..boxed..Box$LT$T$GT$$u20$as$u20$log..Log$GT$::log::h73366a00b4b52385 + 48 (lib.rs:1227) 13 Runner 0x102e13373 _$LT$simplelog..loggers..comblog..CombinedLogger$u20$as$u20$log..Log$GT$::log::h216e75735f1e82a4 + 163 (comblog.rs:100) 14 Runner 0x104220ebf log::__private_api_log::h0c0bbbfe4246c0b6 + 463 (lib.rs:1460) 15 Runner 0x1029ab3ea vision_utils_rs::utils::logger::init_logger::_$u7b$$u7b$closure$u7d$$u7d$::hf465247dbb1989ae + 1338 (logger.rs:48) 16 Runner 0x102c38355 std::sync::once::Once::call_once::_$u7b$$u7b$closure$u7d$$u7d$::hf82d3ee956d1d366 + 53 (once.rs:276) 17 Runner 0x10559b4f5 std::sync::once::Once::call_inner::ha1bb607aaef27233 + 757 (once.rs:434) 18 Runner 0x102c3733f std::sync::once::Once::call_once::hffdcedb20bf4f808 + 111 (once.rs:276) 19 Runner 0x102c3ac97 vision_utils_rs::utils::logger::init_logger::h36cf65f3316b554d + 23 (logger.rs:16) 20 Runner 0x1029c6bad vision_utils_rs::misc::setup::setup::h65199777009c6cf8 + 285 (setup.rs:11) 21 Runner 0x102c75253 vision_utils_rs::frb::api::rust_set_up::h491dd3850c8da55d + 115 (api.rs:76) 22 Runner 0x102c2e308 vision_utils_rs::frb::bridge_generated::wire_rust_set_up::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h84713aaaa3ac4f9b + 72 (bridge_generated.rs:37) 23 Runner 0x102aba3b6 _$LT$vision_utils_rs..frb..handler..MyExecutor$u20$as$u20$flutter_rust_bridge..handler..Executor$GT$::execute::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hefe4e416c600e9b5 + 54 (handler.rs:59) 24 Runner 0x102aae0a2 vision_utils_rs::frb::handler::MyExecutor::log_around::h311cd1169c1c8a3f + 370 (handler.rs:30) 25 Runner 0x102ab9408 _$LT$vision_utils_rs..frb..handler..MyExecutor$u20$as$u20$flutter_rust_bridge..handler..Executor$GT$::execute::_$u7b$$u7b$closure$u7d$$u7d$::hb03326f871aa3fd0 + 152 (handler.rs:59) 26 Runner 0x102aca567 _$LT$flutter_rust_bridge..handler..ThreadPoolExecutor$LT$EH$GT$$u20$as$u20$flutter_rust_bridge..handler..Executor$GT$::execute::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h3ce5321447c356b7 + 247 (handler.rs:227) 27 Runner 0x102afe06a std::panicking::try::do_call::h846660da43af9dc1 + 74 (panicking.rs:492) 28 Runner 0x102b057dd __rust_try + 29 29 Runner 0x102af6182 std::panicking::try::h7d6b8b16921adcf4 + 130 (panicking.rs:456) 30 Runner 0x102ae24f5 std::panic::catch_unwind::hbc061a0aa202ed83 + 37 (panic.rs:137) 31 Runner 0x102ac72a0 _$LT$flutter_rust_bridge..handler..ThreadPoolExecutor$LT$EH$GT$$u20$as$u20$flutter_rust_bridge..handler..Executor$GT$::execute::_$u7b$$u7b$closure$u7d$$u7d$::h9cf2b791617a35ee + 192 (handler.rs:224) 32 Runner 0x102ad01db _$LT$F$u20$as$u20$threadpool..FnBox$GT$::call_box::h1a9e4f88fd415bcd + 59 (lib.rs:95) 33 Runner 0x103f4ab06 threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::h31475d19b08af2fd + 774 (lib.rs:769) 34 Runner 0x103f4ac31 std::sys_common::backtrace::__rust_begin_short_backtrace::h46912e70db33fabf + 17 (backtrace.rs:122) 35 Runner 0x103f463d1 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h0c33cfd86404d15a + 17 (mod.rs:498) 36 Runner 0x103f4abd1 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::he3553947b7ac34ca + 17 (unwind_safe.rs:271) 37 Runner 0x103f4afba std::panicking::try::do_call::he21459a85d73b53f + 42 (panicking.rs:492) 38 Runner 0x103f4cd9d __rust_try + 29 39 Runner 0x103f4af02 std::panicking::try::hae4db1db45b79efa + 66 (panicking.rs:456) 40 Runner 0x103f57d41 std::panic::catch_unwind::hd5fb3fc823e4ebce + 17 41 Runner 0x103f461e5 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hc0b4a1fab5af9202 + 309 (mod.rs:497) 42 Runner 0x103f4b151 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h5ab0fe52c94c1d3d + 17 (function.rs:227) 43 Runner 0x1043a77da _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h78add1c03bed1d7d + 6 (boxed.rs:1861) [inlined] 44 Runner 0x1043a77da _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::heb0042f45b0b9be0 + 13 (boxed.rs:1861) [inlined] 45 Runner 0x1043a77da std::sys::unix::thread::Thread::new::thread_start::he0f21dd89714248a + 26 (thread.rs:108) 46 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 47 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 27:: frb_executor 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09a6f _pthread_cond_wait + 1249 2 Runner 0x10437f201 std::sys::unix::locks::pthread_condvar::Condvar::wait::hca0a46f23f5abac2 + 5 (pthread_condvar.rs:82) [inlined] 3 Runner 0x10437f201 std::sys_common::condvar::Condvar::wait::ha988bd4baed9921f + 34 (condvar.rs:43) [inlined] 4 Runner 0x10437f201 std::sync::condvar::Condvar::wait::hb5875f540c30f437 + 34 (condvar.rs:189) [inlined] 5 Runner 0x10437f201 std::sys_common::thread_parker::generic::Parker::park::h978dd6ac43c31df8 + 152 (generic.rs:50) [inlined] 6 Runner 0x10437f201 std::thread::park::h637228a218b34907 + 177 (mod.rs:926) 7 Runner 0x104399465 std::sync::mpsc::blocking::WaitToken::wait::h3bea116938d53a12 + 37 (blocking.rs:68) 8 Runner 0x103f574a9 std::sync::mpsc::oneshot::Packet$LT$T$GT$::recv::h4ce429360e77ab5b + 457 9 Runner 0x103f51e97 std::sync::mpsc::Receiver$LT$T$GT$::recv::h5a0ab9ae19ea6d8b + 855 10 Runner 0x103f4a9e6 threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::h31475d19b08af2fd + 486 (lib.rs:757) 11 Runner 0x103f4ac31 std::sys_common::backtrace::__rust_begin_short_backtrace::h46912e70db33fabf + 17 (backtrace.rs:122) 12 Runner 0x103f463d1 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h0c33cfd86404d15a + 17 (mod.rs:498) 13 Runner 0x103f4abd1 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::he3553947b7ac34ca + 17 (unwind_safe.rs:271) 14 Runner 0x103f4afba std::panicking::try::do_call::he21459a85d73b53f + 42 (panicking.rs:492) 15 Runner 0x103f4cd9d __rust_try + 29 16 Runner 0x103f4af02 std::panicking::try::hae4db1db45b79efa + 66 (panicking.rs:456) 17 Runner 0x103f57d41 std::panic::catch_unwind::hd5fb3fc823e4ebce + 17 18 Runner 0x103f461e5 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hc0b4a1fab5af9202 + 309 (mod.rs:497) 19 Runner 0x103f4b151 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h5ab0fe52c94c1d3d + 17 (function.rs:227) 20 Runner 0x1043a77da _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h78add1c03bed1d7d + 6 (boxed.rs:1861) [inlined] 21 Runner 0x1043a77da _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::heb0042f45b0b9be0 + 13 (boxed.rs:1861) [inlined] 22 Runner 0x1043a77da std::sys::unix::thread::Thread::new::thread_start::he0f21dd89714248a + 26 (thread.rs:108) 23 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 24 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 28:: frb_executor 0 libsystem_kernel.dylib 0x7fff6faacbd2 __psynch_mutexwait + 10 1 libsystem_pthread.dylib 0x7fff6fb06e7e _pthread_mutex_firstfit_lock_wait + 76 2 libsystem_pthread.dylib 0x7fff6fb04cbb _pthread_mutex_firstfit_lock_slow + 205 3 Runner 0x103f4e1bd std::sys::unix::locks::pthread_mutex::Mutex::lock::hd8a8dda58d2d55e9 + 29 (pthread_mutex.rs:63) 4 Runner 0x103f56b74 std::sys_common::mutex::MovableMutex::raw_lock::hb15202596cb303d3 + 20 5 Runner 0x103f48a14 std::sync::mutex::Mutex$LT$T$GT$::lock::h4e71c815a2bbe092 + 36 (mutex.rs:264) 6 Runner 0x103f4a96b threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::h31475d19b08af2fd + 363 (lib.rs:753) 7 Runner 0x103f4ac31 std::sys_common::backtrace::__rust_begin_short_backtrace::h46912e70db33fabf + 17 (backtrace.rs:122) 8 Runner 0x103f463d1 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h0c33cfd86404d15a + 17 (mod.rs:498) 9 Runner 0x103f4abd1 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::he3553947b7ac34ca + 17 (unwind_safe.rs:271) 10 Runner 0x103f4afba std::panicking::try::do_call::he21459a85d73b53f + 42 (panicking.rs:492) 11 Runner 0x103f4cd9d __rust_try + 29 12 Runner 0x103f4af02 std::panicking::try::hae4db1db45b79efa + 66 (panicking.rs:456) 13 Runner 0x103f57d41 std::panic::catch_unwind::hd5fb3fc823e4ebce + 17 14 Runner 0x103f461e5 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hc0b4a1fab5af9202 + 309 (mod.rs:497) 15 Runner 0x103f4b151 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h5ab0fe52c94c1d3d + 17 (function.rs:227) 16 Runner 0x1043a77da _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h78add1c03bed1d7d + 6 (boxed.rs:1861) [inlined] 17 Runner 0x1043a77da _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::heb0042f45b0b9be0 + 13 (boxed.rs:1861) [inlined] 18 Runner 0x1043a77da std::sys::unix::thread::Thread::new::thread_start::he0f21dd89714248a + 26 (thread.rs:108) 19 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 20 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 29:: frb_executor 0 libsystem_kernel.dylib 0x7fff6faacbd2 __psynch_mutexwait + 10 1 libsystem_pthread.dylib 0x7fff6fb06e7e _pthread_mutex_firstfit_lock_wait + 76 2 libsystem_pthread.dylib 0x7fff6fb04cbb _pthread_mutex_firstfit_lock_slow + 205 3 Runner 0x103f4e1bd std::sys::unix::locks::pthread_mutex::Mutex::lock::hd8a8dda58d2d55e9 + 29 (pthread_mutex.rs:63) 4 Runner 0x103f56b74 std::sys_common::mutex::MovableMutex::raw_lock::hb15202596cb303d3 + 20 5 Runner 0x103f48a14 std::sync::mutex::Mutex$LT$T$GT$::lock::h4e71c815a2bbe092 + 36 (mutex.rs:264) 6 Runner 0x103f4a96b threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::h31475d19b08af2fd + 363 (lib.rs:753) 7 Runner 0x103f4ac31 std::sys_common::backtrace::__rust_begin_short_backtrace::h46912e70db33fabf + 17 (backtrace.rs:122) 8 Runner 0x103f463d1 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h0c33cfd86404d15a + 17 (mod.rs:498) 9 Runner 0x103f4abd1 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::he3553947b7ac34ca + 17 (unwind_safe.rs:271) 10 Runner 0x103f4afba std::panicking::try::do_call::he21459a85d73b53f + 42 (panicking.rs:492) 11 Runner 0x103f4cd9d __rust_try + 29 12 Runner 0x103f4af02 std::panicking::try::hae4db1db45b79efa + 66 (panicking.rs:456) 13 Runner 0x103f57d41 std::panic::catch_unwind::hd5fb3fc823e4ebce + 17 14 Runner 0x103f461e5 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hc0b4a1fab5af9202 + 309 (mod.rs:497) 15 Runner 0x103f4b151 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h5ab0fe52c94c1d3d + 17 (function.rs:227) 16 Runner 0x1043a77da _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h78add1c03bed1d7d + 6 (boxed.rs:1861) [inlined] 17 Runner 0x1043a77da _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::heb0042f45b0b9be0 + 13 (boxed.rs:1861) [inlined] 18 Runner 0x1043a77da std::sys::unix::thread::Thread::new::thread_start::he0f21dd89714248a + 26 (thread.rs:108) 19 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 20 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 30:: DartWorker 0 libsystem_kernel.dylib 0x7fff6faad3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff6fb09aa4 _pthread_cond_wait + 1302 2 Flutter 0x10d37f286 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x10d402aef dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 559 4 Flutter 0x10d402d1e dart::ThreadPool::Worker::Main(unsigned long) + 110 5 Flutter 0x10d37e86f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x7fff6fb094e1 _pthread_start + 125 7 libsystem_pthread.dylib 0x7fff6fb04f6b thread_start + 15 Thread 0 crashed with X86 Thread State (64-bit): rax: 0xc000000000000000 rbx: 0x00007fd455308be0 rcx: 0x0000600002275770 rdx: 0x0000000000000003 rdi: 0x00007fd455308be0 rsi: 0x00007fd455308be0 rbp: 0x00007ff7bd745ee0 rsp: 0x00007ff7bd745eb8 r8: 0x0000a68c90785770 r9: 0x00000000001ff800 r10: 0x00007fff86596808 r11: 0xffffe00844b2f650 r12: 0x00007fff201a2700 r13: 0x0000000000000000 r14: 0x0000600002275790 r15: 0x0000000000000030 rip: 0x00007fff201a2a28 rfl: 0x0000000000010202 cr2: 0x00007fd4600105d8 Logical CPU: 1 Error Code: 0x00000000 Trap Number: 13 Binary Images: 0x7fff20184000 - 0x7fff201b6fff libobjc.A.dylib (*) <76307fcc-13fb-3539-bf35-3df0b3a9f5e6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib 0x7fff2008b000 - 0x7fff2008cfff libsystem_blocks.dylib (*) <4bb52945-3307-32b4-a592-55611303a2a6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_blocks.dylib 0x10cc50000 - 0x10e7fffff io.flutter.flutter (1.0) <5a476e7e-da1d-3832-80ed-f664e94aaab6> /Users/USER/Library/Developer/CoreSimulator/Devices/6582186F-8993-4A90-9E6B-0EF417233466/data/Containers/Bundle/Application/0D2E228B-8CEE-4F20-A54C-DC6E781D9A55/Runner.app/Frameworks/Flutter.framework/Flutter 0x7fff243b4000 - 0x7fff25970fff com.apple.UIKitCore (1.0) <883bf035-62c9-36ce-9424-07bbbf6e4e51> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x7fff202f1000 - 0x7fff20694fff com.apple.CoreFoundation (6.9) <6cd8003f-fe68-3e98-8a29-cc834000fffd> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x7fff2cb6f000 - 0x7fff2cb77fff com.apple.GraphicsServices (1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1027b6000 - 0x105c75fff com.cjy.yplusplus (0.1.2) /Users/USER/Library/Developer/CoreSimulator/Devices/6582186F-8993-4A90-9E6B-0EF417233466/data/Containers/Bundle/Application/0D2E228B-8CEE-4F20-A54C-DC6E781D9A55/Runner.app/Runner 0x109c2e000 - 0x109c7bfff dyld_sim (*) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim 0x113c2c000 - 0x113c97fff dyld (*) /usr/lib/dyld 0x7fff6faa9000 - 0x7fff6fae0fff libsystem_kernel.dylib (*) <61711d11-e776-3bc3-b9a2-6f9f37cb8499> /usr/lib/system/libsystem_kernel.dylib 0x7fff20704000 - 0x7fff209bcfff com.apple.Foundation (6.9) <6501fa86-9fee-3801-bb0d-ddf117da81f7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation 0x7fff6fb03000 - 0x7fff6fb0efff libsystem_pthread.dylib (*) /usr/lib/system/libsystem_pthread.dylib 0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ??? 0x7fff20276000 - 0x7fff202cbfff libc++.1.dylib (*) <9e605007-8683-3727-8a94-b8794c88b1a3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib EOF ----------- Full Report ----------- {"app_name":"Runner","timestamp":"2022-07-06 15:09:04.00 +0800","app_version":"0.1.2","slice_uuid":"d8011fc4-6175-3d77-819a-cbc75a8d91c0","build_version":"128","platform":7,"bundleID":"com.cjy.yplusplus","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.4 (21F79)","incident_id":"8F57F213-0432-4CC0-9415-A6E134BE7311","name":"Runner"} { "uptime" : 68000, "procLaunch" : "2022-07-06 15:07:30.5077 +0800", "procRole" : "Foreground", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "Macmini8,1", "procStartAbsTime" : 68830029335709, "coalitionID" : 1103, "osVersion" : { "train" : "macOS 12.4", "build" : "21F79", "releaseType" : "User" }, "captureTime" : "2022-07-06 15:08:59.2584 +0800", "incident" : "8F57F213-0432-4CC0-9415-A6E134BE7311", "bug_type" : "309", "pid" : 48609, "procExitAbsTime" : 68918697808662, "cpuType" : "X86-64", "procName" : "Runner", "procPath" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/6582186F-8993-4A90-9E6B-0EF417233466\/data\/Containers\/Bundle\/Application\/0D2E228B-8CEE-4F20-A54C-DC6E781D9A55\/Runner.app\/Runner", "bundleInfo" : {"CFBundleShortVersionString":"0.1.2","CFBundleVersion":"128","CFBundleIdentifier":"com.cjy.yplusplus"}, "storeInfo" : {"deviceIdentifierForVendor":"B8529C6B-3450-5402-BC96-997BDF74742E","thirdParty":true}, "parentProc" : "launchd_sim", "parentPid" : 48295, "coalitionName" : "com.apple.CoreSimulator.SimDevice.6582186F-8993-4A90-9E6B-0EF417233466", "crashReporterKey" : "D400DC26-4F32-86B7-923F-2CF5835D4282", "responsiblePid" : 952, "responsibleProc" : "SimulatorTrampoline", "wakeTime" : 30978, "bridgeVersion" : {"build":"19P5071","train":"6.5"}, "sleepWakeUUID" : "973D0E08-828C-4154-9B0D-7DD8D6DD9D8A", "sip" : "disabled", "vmRegionInfo" : "0 is not in any region. Bytes before following region: 4336607232\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 1027b6000-105c76000 [ 52.8M] r-x\/r-x SM=COW ...er.app\/Runner", "isCorpse" : 1, "exception" : {"codes":"0x000000000000000d, 0x0000000000000000","rawCodes":[13,0],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"UNKNOWN_0xD at 0x0000000000000000"}, "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":48609}, "vmregioninfo" : "0 is not in any region. Bytes before following region: 4336607232\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 1027b6000-105c76000 [ 52.8M] r-x\/r-x SM=COW ...er.app\/Runner", "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":184,"task_for_pid":28},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0}, "faultingThread" : 0, "threads" : [{"triggered":true,"id":1683822,"instructionState":{"instructionStream":{"bytes":[69,208,72,139,11,72,137,8,72,139,75,8,72,137,72,8,65,255,71,8,72,131,195,16,73,131,197,240,117,181,76,137,247,72,131,196,8,91,65,92,65,93,65,94,65,95,93,233,30,52,0,0,72,199,4,8,1,0,0,0,72,131,193,16,72,57,203,117,239,72,131,196,8,91,65,92,65,93,65,94,65,95,93,195,15,31,64,0,72,133,255,126,26,72,139,7,246,64,32,4,15,133,18,0,0,0,72,139,53,207,202,64,102,255,37,65,183,231,95,72,137,248,195,144,85,72,137,229,65,87,65,86,65,84,83,72,131,236,16,73,137,255,68,137,248,193,232,9,68,137,251,193,235,4,49,195,131,227,63,72,193,227,6,76,141,37,206,27,65,102,77,141,52,28,76,137,247,190,0,0,5,0,232,27,52,0,0,74,141,60,35,72],"offset":96}},"threadState":{"r13":{"value":0},"rax":{"value":13835058055282163712},"rflags":{"value":66050},"cpu":{"value":1},"r14":{"value":105553152399248},"rsi":{"value":140549939039200},"r8":{"value":183122649438064},"cr2":{"value":140550120474072},"rdx":{"value":3},"r10":{"value":140735447394312,"symbolLocation":0,"symbol":"_NSConcreteStackBlock"},"r9":{"value":2095104},"r15":{"value":48},"rbx":{"value":140549939039200},"trap":{"value":13},"err":{"value":0},"r11":{"value":18446708924849780304},"rip":{"value":140733731973672,"matchesCrashFrame":1},"rbp":{"value":140702012169952},"rsp":{"value":140702012169912},"r12":{"value":140733731972864,"symbolLocation":0,"symbol":"objc_release"},"rcx":{"value":105553152399216},"flavor":"x86_THREAD_STATE","rdi":{"value":140549939039200}},"queue":"com.apple.main-thread","frames":[{"imageOffset":125480,"symbol":"objc_retain","symbolLocation":8,"imageIndex":0},{"imageOffset":5673,"symbol":"_Block_object_assign","symbolLocation":189,"imageIndex":1},{"imageOffset":64206,"symbol":"__copy_helper_block_e8_32o40b","symbolLocation":31,"imageIndex":2},{"imageOffset":5015,"symbol":"_Block_copy","symbolLocation":197,"imageIndex":1},{"imageOffset":19503349,"symbol":"+[UIViewAnimationBlockDelegate animationBlockDelegateWithDuration:options:start:completion:]","symbolLocation":161,"imageIndex":3},{"imageOffset":19299297,"symbol":"-[UIViewAnimationState setupWithDuration:delay:view:options:factory:parentState:start:completion:]","symbolLocation":1279,"imageIndex":3},{"imageOffset":19506136,"symbol":"+[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:]","symbolLocation":539,"imageIndex":3},{"imageOffset":19507152,"symbol":"+[UIView(UIViewAnimationWithBlocks) animateWithDuration:animations:completion:]","symbolLocation":30,"imageIndex":3},{"imageOffset":170915,"symbol":"-[FlutterViewController removeSplashScreenView:]","symbolLocation":178,"imageIndex":2},{"imageOffset":193129,"symbol":"std::__1::__function::__func<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'(), std::__1::allocator<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'()>, void ()>::operator()()","symbolLocation":197,"imageIndex":2},{"imageOffset":3715644,"symbol":"fml::MessageLoopImpl::FlushTasks(fml::FlushType)","symbolLocation":164,"imageIndex":2},{"imageOffset":3740600,"symbol":"fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*)","symbolLocation":26,"imageIndex":2},{"imageOffset":536826,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__","symbolLocation":20,"imageIndex":4},{"imageOffset":535496,"symbol":"__CFRunLoopDoTimer","symbolLocation":915,"imageIndex":4},{"imageOffset":532873,"symbol":"__CFRunLoopDoTimers","symbolLocation":265,"imageIndex":4},{"imageOffset":509805,"symbol":"__CFRunLoopRun","symbolLocation":2016,"imageIndex":4},{"imageOffset":506512,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":15502,"symbol":"GSEventRunModal","symbolLocation":139,"imageIndex":5},{"imageOffset":13478158,"symbol":"-[UIApplication _run]","symbolLocation":928,"imageIndex":3},{"imageOffset":13497705,"symbol":"UIApplicationMain","symbolLocation":101,"imageIndex":3},{"imageOffset":23999,"sourceLine":7,"sourceFile":"AppDelegate.swift","symbol":"main","imageIndex":6,"symbolLocation":63},{"imageOffset":7969,"symbol":"start_sim","symbolLocation":10,"imageIndex":7},{"imageOffset":21790,"symbol":"start","symbolLocation":462,"imageIndex":8}]},{"id":1683905,"name":"com.apple.uikit.eventfetch-thread","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":9},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":9},{"imageOffset":532056,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":4},{"imageOffset":509038,"symbol":"__CFRunLoopRun","symbolLocation":1249,"imageIndex":4},{"imageOffset":506512,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":1195569,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":213,"imageIndex":10},{"imageOffset":1196202,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":72,"imageIndex":10},{"imageOffset":14277918,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":491,"imageIndex":3},{"imageOffset":1363849,"symbol":"__NSThread__start__","symbolLocation":1009,"imageIndex":10},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683907,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":1683973,"name":"io.flutter.1.ui","frames":[{"imageOffset":9376467,"symbol":"dart::kernel::KernelReaderHelper::ReadByte()","symbolLocation":51,"imageIndex":2},{"imageOffset":9197834,"symbol":"dart::kernel::ConstantReader::ReadConstantInternal(long)","symbolLocation":346,"imageIndex":2},{"imageOffset":9197092,"symbol":"dart::kernel::ConstantReader::ReadConstant(long)","symbolLocation":228,"imageIndex":2},{"imageOffset":9201079,"symbol":"dart::kernel::ConstantReader::ReadConstantInternal(long)","symbolLocation":3591,"imageIndex":2},{"imageOffset":9197092,"symbol":"dart::kernel::ConstantReader::ReadConstant(long)","symbolLocation":228,"imageIndex":2},{"imageOffset":9199334,"symbol":"dart::kernel::ConstantReader::ReadConstantInternal(long)","symbolLocation":1846,"imageIndex":2},{"imageOffset":9197092,"symbol":"dart::kernel::ConstantReader::ReadConstant(long)","symbolLocation":228,"imageIndex":2},{"imageOffset":9196609,"symbol":"dart::kernel::ConstantReader::ReadConstantExpression()","symbolLocation":81,"imageIndex":2},{"imageOffset":6842274,"symbol":"dart::kernel::EvaluateStaticConstFieldInitializer(dart::Field const&)","symbolLocation":562,"imageIndex":2},{"imageOffset":7181134,"symbol":"dart::Field::StaticConstFieldValue() const","symbolLocation":238,"imageIndex":2},{"imageOffset":6548892,"symbol":"dart::ClassFinalizer::AllocateEnumValues(dart::Class const&)","symbolLocation":108,"imageIndex":2},{"imageOffset":6547733,"symbol":"dart::ClassFinalizer::FinalizeClass(dart::Class const&)","symbolLocation":421,"imageIndex":2},{"imageOffset":6551555,"symbol":"dart::ClassFinalizer::LoadClassMembers(dart::Class const&)","symbolLocation":163,"imageIndex":2},{"imageOffset":7081516,"symbol":"dart::Class::EnsureIsFinalized(dart::Thread*) const","symbolLocation":188,"imageIndex":2},{"imageOffset":7113246,"symbol":"dart::Class::EnsureIsAllocateFinalized(dart::Thread*) const","symbolLocation":158,"imageIndex":2},{"imageOffset":9200558,"symbol":"dart::kernel::ConstantReader::ReadConstantInternal(long)","symbolLocation":3070,"imageIndex":2},{"imageOffset":9197092,"symbol":"dart::kernel::ConstantReader::ReadConstant(long)","symbolLocation":228,"imageIndex":2},{"imageOffset":9248966,"symbol":"dart::kernel::StreamingFlowGraphBuilder::BuildConstantExpression(dart::TokenPosition*, dart::kernel::Tag)","symbolLocation":86,"imageIndex":2},{"imageOffset":9269715,"symbol":"dart::kernel::StreamingFlowGraphBuilder::BuildArgumentsFromActualArguments(dart::Array*)","symbolLocation":195,"imageIndex":2},{"imageOffset":9235986,"symbol":"dart::kernel::StreamingFlowGraphBuilder::BuildLocalFunctionInvocation(dart::TokenPosition*)","symbolLocation":258,"imageIndex":2},{"imageOffset":9217538,"symbol":"dart::kernel::StreamingFlowGraphBuilder::BuildStatement(dart::TokenPosition*)","symbolLocation":162,"imageIndex":2},{"imageOffset":9250826,"symbol":"dart::kernel::StreamingFlowGraphBuilder::BuildBlock(dart::TokenPosition*)","symbolLocation":138,"imageIndex":2},{"imageOffset":9252154,"symbol":"dart::kernel::StreamingFlowGraphBuilder::BuildLabeledStatement(dart::TokenPosition*)","symbolLocation":106,"imageIndex":2},{"imageOffset":9250826,"symbol":"dart::kernel::StreamingFlowGraphBuilder::BuildBlock(dart::TokenPosition*)","symbolLocation":138,"imageIndex":2},{"imageOffset":9260688,"symbol":"dart::kernel::StreamingFlowGraphBuilder::BuildTryCatch(dart::TokenPosition*)","symbolLocation":208,"imageIndex":2},{"imageOffset":9221628,"symbol":"dart::kernel::StreamingFlowGraphBuilder::BuildFunctionBody(dart::Function const&, dart::LocalVariable*, bool)","symbolLocation":252,"imageIndex":2},{"imageOffset":9223292,"symbol":"dart::kernel::StreamingFlowGraphBuilder::BuildGraphOfFunction(bool)","symbolLocation":748,"imageIndex":2},{"imageOffset":9224538,"symbol":"dart::kernel::StreamingFlowGraphBuilder::BuildGraph()","symbolLocation":330,"imageIndex":2},{"imageOffset":9292581,"symbol":"dart::kernel::FlowGraphBuilder::BuildGraph()","symbolLocation":101,"imageIndex":2},{"imageOffset":8125408,"symbol":"dart::DartCompilationPipeline::BuildFlowGraph(dart::Zone*, dart::ParsedFunction*, dart::ZoneGrowableArray*, long, bool)","symbolLocation":64,"imageIndex":2},{"imageOffset":8129083,"symbol":"dart::CompileParsedFunctionHelper::Compile(dart::CompilationPipeline*)","symbolLocation":955,"imageIndex":2},{"imageOffset":8132086,"symbol":"dart::CompileFunctionHelper(dart::CompilationPipeline*, dart::Function const&, bool, long)","symbolLocation":950,"imageIndex":2},{"imageOffset":8131096,"symbol":"dart::Compiler::CompileFunction(dart::Thread*, dart::Function const&)","symbolLocation":248,"imageIndex":2},{"imageOffset":7172759,"symbol":"dart::Function::EnsureHasCode() const","symbolLocation":71,"imageIndex":2},{"imageOffset":8126317,"symbol":"dart::DRT_CompileFunction(dart::NativeArguments)","symbolLocation":365,"imageIndex":2},{"imageOffset":4571801027,"imageIndex":12},{"imageOffset":4571801124,"imageIndex":12},{"imageOffset":4794335142,"imageIndex":12},{"imageOffset":4794333955,"imageIndex":12},{"imageOffset":4794333238,"imageIndex":12},{"imageOffset":4794333662,"imageIndex":12},{"imageOffset":4794333238,"imageIndex":12},{"imageOffset":4794332897,"imageIndex":12},{"imageOffset":4794235016,"imageIndex":12},{"imageOffset":4740125773,"imageIndex":12},{"imageOffset":4587871129,"imageIndex":12},{"imageOffset":4587870764,"imageIndex":12},{"imageOffset":4587869926,"imageIndex":12},{"imageOffset":4587868910,"imageIndex":12},{"imageOffset":4587868174,"imageIndex":12},{"imageOffset":4587864855,"imageIndex":12},{"imageOffset":4587859726,"imageIndex":12},{"imageOffset":4587817894,"imageIndex":12},{"imageOffset":4794239226,"imageIndex":12},{"imageOffset":4740125773,"imageIndex":12},{"imageOffset":4587871129,"imageIndex":12},{"imageOffset":4587870764,"imageIndex":12},{"imageOffset":4587869926,"imageIndex":12},{"imageOffset":4587868910,"imageIndex":12},{"imageOffset":4587868174,"imageIndex":12},{"imageOffset":4587864855,"imageIndex":12},{"imageOffset":4587859726,"imageIndex":12},{"imageOffset":4587817894,"imageIndex":12},{"imageOffset":4794241076,"imageIndex":12},{"imageOffset":4740125773,"imageIndex":12},{"imageOffset":4587871129,"imageIndex":12},{"imageOffset":4587870764,"imageIndex":12},{"imageOffset":4587869926,"imageIndex":12},{"imageOffset":4587868910,"imageIndex":12},{"imageOffset":4587868174,"imageIndex":12},{"imageOffset":4587864855,"imageIndex":12},{"imageOffset":4587859726,"imageIndex":12},{"imageOffset":4587859117,"imageIndex":12},{"imageOffset":4587713041,"imageIndex":12},{"imageOffset":4587712377,"imageIndex":12},{"imageOffset":4587710595,"imageIndex":12},{"imageOffset":4587858815,"imageIndex":12},{"imageOffset":4587858557,"imageIndex":12},{"imageOffset":4587857923,"imageIndex":12},{"imageOffset":4587857019,"imageIndex":12},{"imageOffset":4587856809,"imageIndex":12},{"imageOffset":4571802124,"imageIndex":12},{"imageOffset":6593064,"symbol":"dart::DartEntry::InvokeCode(dart::Code const&, unsigned long, dart::Array const&, dart::Array const&, dart::Thread*)","symbolLocation":296,"imageIndex":2},{"imageOffset":6592648,"symbol":"dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long)","symbolLocation":296,"imageIndex":2},{"imageOffset":6594703,"symbol":"dart::DartEntry::InvokeCallable(dart::Thread*, dart::Function const&, dart::Array const&, dart::Array const&)","symbolLocation":335,"imageIndex":2},{"imageOffset":9858001,"symbol":"Dart_InvokeClosure","symbolLocation":993,"imageIndex":2},{"imageOffset":4839735,"symbol":"tonic::DartMicrotaskQueue::RunMicrotasks()","symbolLocation":153,"imageIndex":2},{"imageOffset":3715694,"symbol":"fml::MessageLoopImpl::FlushTasks(fml::FlushType)","symbolLocation":214,"imageIndex":2},{"imageOffset":3740600,"symbol":"fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*)","symbolLocation":26,"imageIndex":2},{"imageOffset":536826,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__","symbolLocation":20,"imageIndex":4},{"imageOffset":535496,"symbol":"__CFRunLoopDoTimer","symbolLocation":915,"imageIndex":4},{"imageOffset":532873,"symbol":"__CFRunLoopDoTimers","symbolLocation":265,"imageIndex":4},{"imageOffset":509805,"symbol":"__CFRunLoopRun","symbolLocation":2016,"imageIndex":4},{"imageOffset":506512,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":3740917,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":2},{"imageOffset":3715404,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":2},{"imageOffset":3736351,"symbol":"void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":187,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683974,"name":"io.flutter.1.raster","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":9},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":9},{"imageOffset":532056,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":4},{"imageOffset":509038,"symbol":"__CFRunLoopRun","symbolLocation":1249,"imageIndex":4},{"imageOffset":506512,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":3740917,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":2},{"imageOffset":3715404,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":2},{"imageOffset":3736351,"symbol":"void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":187,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683975,"name":"io.flutter.1.io","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":9},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":9},{"imageOffset":532056,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":4},{"imageOffset":509038,"symbol":"__CFRunLoopRun","symbolLocation":1249,"imageIndex":4},{"imageOffset":506512,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":3740917,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":2},{"imageOffset":3715404,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":2},{"imageOffset":3736351,"symbol":"void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":187,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683976,"name":"io.flutter.1.profiler","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":9},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":9},{"imageOffset":532056,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":4},{"imageOffset":509038,"symbol":"__CFRunLoopRun","symbolLocation":1249,"imageIndex":4},{"imageOffset":506512,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":3740917,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":2},{"imageOffset":3715404,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":2},{"imageOffset":3736351,"symbol":"void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":187,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683977,"name":"io.worker.1","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703313,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705327,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683978,"name":"io.worker.2","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703313,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705327,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683979,"name":"io.worker.3","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703313,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705327,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683980,"name":"io.worker.4","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703313,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705327,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683981,"name":"io.worker.5","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703313,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705327,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683982,"name":"io.worker.6","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703313,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705327,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683983,"name":"io.worker.7","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703313,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705327,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683984,"name":"io.worker.8","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703313,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705327,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683985,"name":"io.worker.9","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703313,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705327,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683986,"name":"io.worker.10","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703313,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705327,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683987,"name":"io.worker.11","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703313,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705327,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683988,"name":"io.worker.12","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34274,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3703313,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3705327,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683989,"name":"dart:io EventHandler","frames":[{"imageOffset":25422,"symbol":"kevent","symbolLocation":10,"imageIndex":9},{"imageOffset":5858040,"symbol":"dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long)","symbolLocation":312,"imageIndex":2},{"imageOffset":5984232,"symbol":"dart::bin::ThreadStart(void*)","symbolLocation":40,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683990,"name":"Dart Profiler ThreadInterrupter","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":9},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":9},{"imageOffset":139926,"symbol":"thread_resume","symbolLocation":80,"imageIndex":9},{"imageOffset":8069216,"symbol":"dart::ThreadInterrupter::InterruptThread(dart::OSThread*)","symbolLocation":224,"imageIndex":2},{"imageOffset":8068303,"symbol":"dart::ThreadInterrupter::ThreadMain(unsigned long)","symbolLocation":335,"imageIndex":2},{"imageOffset":7530607,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1683991,"name":"Dart Profiler SampleBlockProcessor","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":11},{"imageOffset":7533190,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":7556837,"symbol":"dart::SampleBlockProcessor::ThreadMain(unsigned long)","symbolLocation":181,"imageIndex":2},{"imageOffset":7530607,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1686712,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":11},{"imageOffset":7533190,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":8071919,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":559,"imageIndex":2},{"imageOffset":8072478,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":110,"imageIndex":2},{"imageOffset":7530607,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1686713,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":11},{"imageOffset":7533190,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":6719855,"symbol":"dart::MutatorThreadPool::OnEnterIdleLocked(dart::MonitorLocker*)","symbolLocation":207,"imageIndex":2},{"imageOffset":8071997,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":637,"imageIndex":2},{"imageOffset":8072478,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":110,"imageIndex":2},{"imageOffset":7530607,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1686715,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":11},{"imageOffset":7533190,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":8071919,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":559,"imageIndex":2},{"imageOffset":8072478,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":110,"imageIndex":2},{"imageOffset":7530607,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1686788,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":1686789,"name":"frb_executor","frames":[{"imageOffset":48004640,"sourceLine":280,"sourceFile":"raw_vec.rs","symbol":"alloc::raw_vec::RawVec$LT$T$C$A$GT$::reserve::do_reserve_and_handle::h7b46db20eb1c97fa","imageIndex":6,"symbolLocation":0},{"imageOffset":5584344,"sourceLine":289,"sourceFile":"raw_vec.rs","symbol":"alloc::raw_vec::RawVec$LT$T$C$A$GT$::reserve::h9c50871f39ce6099","imageIndex":6,"symbolLocation":72},{"imageOffset":5628258,"sourceLine":813,"sourceFile":"mod.rs","symbol":"alloc::vec::Vec$LT$T$C$A$GT$::reserve::h065a0c2863e6f7f3","imageIndex":6,"symbolLocation":34},{"imageOffset":5627271,"sourceLine":1798,"sourceFile":"mod.rs","symbol":"alloc::vec::Vec$LT$T$C$A$GT$::append_elements::h0ebd4283eda7d99a","imageIndex":6,"symbolLocation":55},{"imageOffset":5626386,"sourceLine":85,"sourceFile":"spec_extend.rs","symbol":"_$LT$alloc..vec..Vec$LT$T$C$A$GT$$u20$as$u20$alloc..vec..spec_extend..SpecExtend$LT$$RF$T$C$core..slice..iter..Iter$LT$T$GT$$GT$$GT$::spec_extend::h4afd175413a38f0e","imageIndex":6,"symbolLocation":66},{"imageOffset":5628140,"sourceLine":2236,"sourceFile":"mod.rs","symbol":"alloc::vec::Vec$LT$T$C$A$GT$::extend_from_slice::h60f8d62f11bb5478","imageIndex":6,"symbolLocation":76},{"imageOffset":5646633,"sourceLine":850,"sourceFile":"string.rs","symbol":"alloc::string::String::push_str::h457ca8f81adc2fc1","imageIndex":6,"symbolLocation":73},{"imageOffset":5607132,"sourceLine":297,"sourceFile":"str.rs","symbol":"alloc::str::_$LT$impl$u20$str$GT$::replace::hc2e04d90a19baa17","imageIndex":6,"symbolLocation":668},{"imageOffset":5601825,"sourceLine":14,"sourceFile":"lib.rs","symbol":"oslog::to_cstr::hf25b0040bde3d9f9","imageIndex":6,"symbolLocation":49},{"imageOffset":5602136,"sourceLine":59,"sourceFile":"lib.rs","symbol":"oslog::OsLog::new::ha976372bc295bb7e","imageIndex":6,"symbolLocation":40},{"imageOffset":5610966,"sourceLine":26,"sourceFile":"logger.rs","symbol":"_$LT$oslog..logger..OsLogger$u20$as$u20$log..Log$GT$::log::hbeeb020c6aff2ee6","imageIndex":6,"symbolLocation":358},{"imageOffset":4740453,"sourceLine":191,"sourceFile":"logger.rs","symbol":"_$LT$vision_utils_rs..utils..logger..MyMobileLogger$u20$as$u20$log..Log$GT$::log::h89e180cfc94c509c","imageIndex":6,"symbolLocation":117},{"imageOffset":6667760,"sourceLine":1227,"sourceFile":"lib.rs","symbol":"_$LT$alloc..boxed..Box$LT$T$GT$$u20$as$u20$log..Log$GT$::log::h73366a00b4b52385","imageIndex":6,"symbolLocation":48},{"imageOffset":6673267,"sourceLine":100,"sourceFile":"comblog.rs","symbol":"_$LT$simplelog..loggers..comblog..CombinedLogger$u20$as$u20$log..Log$GT$::log::h216e75735f1e82a4","imageIndex":6,"symbolLocation":163},{"imageOffset":27700927,"sourceLine":1460,"sourceFile":"lib.rs","symbol":"log::__private_api_log::h0c0bbbfe4246c0b6","imageIndex":6,"symbolLocation":463},{"imageOffset":2053098,"sourceLine":48,"sourceFile":"logger.rs","symbol":"vision_utils_rs::utils::logger::init_logger::_$u7b$$u7b$closure$u7d$$u7d$::hf465247dbb1989ae","imageIndex":6,"symbolLocation":1338},{"imageOffset":4727637,"sourceLine":276,"sourceFile":"once.rs","symbol":"std::sync::once::Once::call_once::_$u7b$$u7b$closure$u7d$$u7d$::hf82d3ee956d1d366","imageIndex":6,"symbolLocation":53},{"imageOffset":48125173,"sourceLine":434,"sourceFile":"once.rs","symbol":"std::sync::once::Once::call_inner::ha1bb607aaef27233","imageIndex":6,"symbolLocation":757},{"imageOffset":4723519,"sourceLine":276,"sourceFile":"once.rs","symbol":"std::sync::once::Once::call_once::hffdcedb20bf4f808","imageIndex":6,"symbolLocation":111},{"imageOffset":4738199,"sourceLine":16,"sourceFile":"logger.rs","symbol":"vision_utils_rs::utils::logger::init_logger::h36cf65f3316b554d","imageIndex":6,"symbolLocation":23},{"imageOffset":2165677,"sourceLine":11,"sourceFile":"setup.rs","symbol":"vision_utils_rs::misc::setup::setup::h65199777009c6cf8","imageIndex":6,"symbolLocation":285},{"imageOffset":4977235,"sourceLine":76,"sourceFile":"api.rs","symbol":"vision_utils_rs::frb::api::rust_set_up::h491dd3850c8da55d","imageIndex":6,"symbolLocation":115},{"imageOffset":4686600,"sourceLine":37,"sourceFile":"bridge_generated.rs","symbol":"vision_utils_rs::frb::bridge_generated::wire_rust_set_up::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h84713aaaa3ac4f9b","imageIndex":6,"symbolLocation":72},{"imageOffset":3163062,"sourceLine":59,"sourceFile":"handler.rs","symbol":"_$LT$vision_utils_rs..frb..handler..MyExecutor$u20$as$u20$flutter_rust_bridge..handler..Executor$GT$::execute::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hefe4e416c600e9b5","imageIndex":6,"symbolLocation":54},{"imageOffset":3113122,"sourceLine":30,"sourceFile":"handler.rs","symbol":"vision_utils_rs::frb::handler::MyExecutor::log_around::h311cd1169c1c8a3f","imageIndex":6,"symbolLocation":370},{"imageOffset":3159048,"sourceLine":59,"sourceFile":"handler.rs","symbol":"_$LT$vision_utils_rs..frb..handler..MyExecutor$u20$as$u20$flutter_rust_bridge..handler..Executor$GT$::execute::_$u7b$$u7b$closure$u7d$$u7d$::hb03326f871aa3fd0","imageIndex":6,"symbolLocation":152},{"imageOffset":3229031,"sourceLine":227,"sourceFile":"handler.rs","symbol":"_$LT$flutter_rust_bridge..handler..ThreadPoolExecutor$LT$EH$GT$$u20$as$u20$flutter_rust_bridge..handler..Executor$GT$::execute::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h3ce5321447c356b7","imageIndex":6,"symbolLocation":247},{"imageOffset":3440746,"sourceLine":492,"sourceFile":"panicking.rs","symbol":"std::panicking::try::do_call::h846660da43af9dc1","imageIndex":6,"symbolLocation":74},{"imageOffset":3471325,"symbol":"__rust_try","symbolLocation":29,"imageIndex":6},{"imageOffset":3408258,"sourceLine":456,"sourceFile":"panicking.rs","symbol":"std::panicking::try::h7d6b8b16921adcf4","imageIndex":6,"symbolLocation":130},{"imageOffset":3327221,"sourceLine":137,"sourceFile":"panic.rs","symbol":"std::panic::catch_unwind::hbc061a0aa202ed83","imageIndex":6,"symbolLocation":37},{"imageOffset":3216032,"sourceLine":224,"sourceFile":"handler.rs","symbol":"_$LT$flutter_rust_bridge..handler..ThreadPoolExecutor$LT$EH$GT$$u20$as$u20$flutter_rust_bridge..handler..Executor$GT$::execute::_$u7b$$u7b$closure$u7d$$u7d$::h9cf2b791617a35ee","imageIndex":6,"symbolLocation":192},{"imageOffset":3252699,"sourceLine":95,"sourceFile":"lib.rs","symbol":"_$LT$F$u20$as$u20$threadpool..FnBox$GT$::call_box::h1a9e4f88fd415bcd","imageIndex":6,"symbolLocation":59},{"imageOffset":24726278,"sourceLine":769,"sourceFile":"lib.rs","symbol":"threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::h31475d19b08af2fd","imageIndex":6,"symbolLocation":774},{"imageOffset":24726577,"sourceLine":122,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h46912e70db33fabf","imageIndex":6,"symbolLocation":17},{"imageOffset":24708049,"sourceLine":498,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h0c33cfd86404d15a","imageIndex":6,"symbolLocation":17},{"imageOffset":24726481,"sourceLine":271,"sourceFile":"unwind_safe.rs","symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::he3553947b7ac34ca","imageIndex":6,"symbolLocation":17},{"imageOffset":24727482,"sourceLine":492,"sourceFile":"panicking.rs","symbol":"std::panicking::try::do_call::he21459a85d73b53f","imageIndex":6,"symbolLocation":42},{"imageOffset":24735133,"symbol":"__rust_try","symbolLocation":29,"imageIndex":6},{"imageOffset":24727298,"sourceLine":456,"sourceFile":"panicking.rs","symbol":"std::panicking::try::hae4db1db45b79efa","imageIndex":6,"symbolLocation":66},{"imageOffset":24780097,"symbol":"std::panic::catch_unwind::hd5fb3fc823e4ebce","symbolLocation":17,"imageIndex":6},{"imageOffset":24707557,"sourceLine":497,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hc0b4a1fab5af9202","imageIndex":6,"symbolLocation":309},{"imageOffset":24727889,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h5ab0fe52c94c1d3d","imageIndex":6,"symbolLocation":17},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h78add1c03bed1d7d","inline":true,"imageIndex":6,"imageOffset":29300698,"symbolLocation":6,"sourceLine":1861,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::heb0042f45b0b9be0","inline":true,"imageIndex":6,"imageOffset":29300698,"symbolLocation":13,"sourceLine":1861,"sourceFile":"boxed.rs"},{"imageOffset":29300698,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::he0f21dd89714248a","imageIndex":6,"symbolLocation":26},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1686790,"name":"frb_executor","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"symbol":"std::sys::unix::locks::pthread_condvar::Condvar::wait::hca0a46f23f5abac2","inline":true,"imageIndex":6,"imageOffset":29135361,"symbolLocation":5,"sourceLine":82,"sourceFile":"pthread_condvar.rs"},{"symbol":"std::sys_common::condvar::Condvar::wait::ha988bd4baed9921f","inline":true,"imageIndex":6,"imageOffset":29135361,"symbolLocation":34,"sourceLine":43,"sourceFile":"condvar.rs"},{"symbol":"std::sync::condvar::Condvar::wait::hb5875f540c30f437","inline":true,"imageIndex":6,"imageOffset":29135361,"symbolLocation":34,"sourceLine":189,"sourceFile":"condvar.rs"},{"symbol":"std::sys_common::thread_parker::generic::Parker::park::h978dd6ac43c31df8","inline":true,"imageIndex":6,"imageOffset":29135361,"symbolLocation":152,"sourceLine":50,"sourceFile":"generic.rs"},{"imageOffset":29135361,"sourceLine":926,"sourceFile":"mod.rs","symbol":"std::thread::park::h637228a218b34907","imageIndex":6,"symbolLocation":177},{"imageOffset":29242469,"sourceLine":68,"sourceFile":"blocking.rs","symbol":"std::sync::mpsc::blocking::WaitToken::wait::h3bea116938d53a12","imageIndex":6,"symbolLocation":37},{"imageOffset":24777897,"symbol":"std::sync::mpsc::oneshot::Packet$LT$T$GT$::recv::h4ce429360e77ab5b","symbolLocation":457,"imageIndex":6},{"imageOffset":24755863,"symbol":"std::sync::mpsc::Receiver$LT$T$GT$::recv::h5a0ab9ae19ea6d8b","symbolLocation":855,"imageIndex":6},{"imageOffset":24725990,"sourceLine":757,"sourceFile":"lib.rs","symbol":"threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::h31475d19b08af2fd","imageIndex":6,"symbolLocation":486},{"imageOffset":24726577,"sourceLine":122,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h46912e70db33fabf","imageIndex":6,"symbolLocation":17},{"imageOffset":24708049,"sourceLine":498,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h0c33cfd86404d15a","imageIndex":6,"symbolLocation":17},{"imageOffset":24726481,"sourceLine":271,"sourceFile":"unwind_safe.rs","symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::he3553947b7ac34ca","imageIndex":6,"symbolLocation":17},{"imageOffset":24727482,"sourceLine":492,"sourceFile":"panicking.rs","symbol":"std::panicking::try::do_call::he21459a85d73b53f","imageIndex":6,"symbolLocation":42},{"imageOffset":24735133,"symbol":"__rust_try","symbolLocation":29,"imageIndex":6},{"imageOffset":24727298,"sourceLine":456,"sourceFile":"panicking.rs","symbol":"std::panicking::try::hae4db1db45b79efa","imageIndex":6,"symbolLocation":66},{"imageOffset":24780097,"symbol":"std::panic::catch_unwind::hd5fb3fc823e4ebce","symbolLocation":17,"imageIndex":6},{"imageOffset":24707557,"sourceLine":497,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hc0b4a1fab5af9202","imageIndex":6,"symbolLocation":309},{"imageOffset":24727889,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h5ab0fe52c94c1d3d","imageIndex":6,"symbolLocation":17},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h78add1c03bed1d7d","inline":true,"imageIndex":6,"imageOffset":29300698,"symbolLocation":6,"sourceLine":1861,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::heb0042f45b0b9be0","inline":true,"imageIndex":6,"imageOffset":29300698,"symbolLocation":13,"sourceLine":1861,"sourceFile":"boxed.rs"},{"imageOffset":29300698,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::he0f21dd89714248a","imageIndex":6,"symbolLocation":26},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1686791,"name":"frb_executor","frames":[{"imageOffset":15314,"symbol":"__psynch_mutexwait","symbolLocation":10,"imageIndex":9},{"imageOffset":15998,"symbol":"_pthread_mutex_firstfit_lock_wait","symbolLocation":76,"imageIndex":11},{"imageOffset":7355,"symbol":"_pthread_mutex_firstfit_lock_slow","symbolLocation":205,"imageIndex":11},{"imageOffset":24740285,"sourceLine":63,"sourceFile":"pthread_mutex.rs","symbol":"std::sys::unix::locks::pthread_mutex::Mutex::lock::hd8a8dda58d2d55e9","imageIndex":6,"symbolLocation":29},{"imageOffset":24775540,"symbol":"std::sys_common::mutex::MovableMutex::raw_lock::hb15202596cb303d3","symbolLocation":20,"imageIndex":6},{"imageOffset":24717844,"sourceLine":264,"sourceFile":"mutex.rs","symbol":"std::sync::mutex::Mutex$LT$T$GT$::lock::h4e71c815a2bbe092","imageIndex":6,"symbolLocation":36},{"imageOffset":24725867,"sourceLine":753,"sourceFile":"lib.rs","symbol":"threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::h31475d19b08af2fd","imageIndex":6,"symbolLocation":363},{"imageOffset":24726577,"sourceLine":122,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h46912e70db33fabf","imageIndex":6,"symbolLocation":17},{"imageOffset":24708049,"sourceLine":498,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h0c33cfd86404d15a","imageIndex":6,"symbolLocation":17},{"imageOffset":24726481,"sourceLine":271,"sourceFile":"unwind_safe.rs","symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::he3553947b7ac34ca","imageIndex":6,"symbolLocation":17},{"imageOffset":24727482,"sourceLine":492,"sourceFile":"panicking.rs","symbol":"std::panicking::try::do_call::he21459a85d73b53f","imageIndex":6,"symbolLocation":42},{"imageOffset":24735133,"symbol":"__rust_try","symbolLocation":29,"imageIndex":6},{"imageOffset":24727298,"sourceLine":456,"sourceFile":"panicking.rs","symbol":"std::panicking::try::hae4db1db45b79efa","imageIndex":6,"symbolLocation":66},{"imageOffset":24780097,"symbol":"std::panic::catch_unwind::hd5fb3fc823e4ebce","symbolLocation":17,"imageIndex":6},{"imageOffset":24707557,"sourceLine":497,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hc0b4a1fab5af9202","imageIndex":6,"symbolLocation":309},{"imageOffset":24727889,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h5ab0fe52c94c1d3d","imageIndex":6,"symbolLocation":17},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h78add1c03bed1d7d","inline":true,"imageIndex":6,"imageOffset":29300698,"symbolLocation":6,"sourceLine":1861,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::heb0042f45b0b9be0","inline":true,"imageIndex":6,"imageOffset":29300698,"symbolLocation":13,"sourceLine":1861,"sourceFile":"boxed.rs"},{"imageOffset":29300698,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::he0f21dd89714248a","imageIndex":6,"symbolLocation":26},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1686792,"name":"frb_executor","frames":[{"imageOffset":15314,"symbol":"__psynch_mutexwait","symbolLocation":10,"imageIndex":9},{"imageOffset":15998,"symbol":"_pthread_mutex_firstfit_lock_wait","symbolLocation":76,"imageIndex":11},{"imageOffset":7355,"symbol":"_pthread_mutex_firstfit_lock_slow","symbolLocation":205,"imageIndex":11},{"imageOffset":24740285,"sourceLine":63,"sourceFile":"pthread_mutex.rs","symbol":"std::sys::unix::locks::pthread_mutex::Mutex::lock::hd8a8dda58d2d55e9","imageIndex":6,"symbolLocation":29},{"imageOffset":24775540,"symbol":"std::sys_common::mutex::MovableMutex::raw_lock::hb15202596cb303d3","symbolLocation":20,"imageIndex":6},{"imageOffset":24717844,"sourceLine":264,"sourceFile":"mutex.rs","symbol":"std::sync::mutex::Mutex$LT$T$GT$::lock::h4e71c815a2bbe092","imageIndex":6,"symbolLocation":36},{"imageOffset":24725867,"sourceLine":753,"sourceFile":"lib.rs","symbol":"threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::h31475d19b08af2fd","imageIndex":6,"symbolLocation":363},{"imageOffset":24726577,"sourceLine":122,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h46912e70db33fabf","imageIndex":6,"symbolLocation":17},{"imageOffset":24708049,"sourceLine":498,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h0c33cfd86404d15a","imageIndex":6,"symbolLocation":17},{"imageOffset":24726481,"sourceLine":271,"sourceFile":"unwind_safe.rs","symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::he3553947b7ac34ca","imageIndex":6,"symbolLocation":17},{"imageOffset":24727482,"sourceLine":492,"sourceFile":"panicking.rs","symbol":"std::panicking::try::do_call::he21459a85d73b53f","imageIndex":6,"symbolLocation":42},{"imageOffset":24735133,"symbol":"__rust_try","symbolLocation":29,"imageIndex":6},{"imageOffset":24727298,"sourceLine":456,"sourceFile":"panicking.rs","symbol":"std::panicking::try::hae4db1db45b79efa","imageIndex":6,"symbolLocation":66},{"imageOffset":24780097,"symbol":"std::panic::catch_unwind::hd5fb3fc823e4ebce","symbolLocation":17,"imageIndex":6},{"imageOffset":24707557,"sourceLine":497,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hc0b4a1fab5af9202","imageIndex":6,"symbolLocation":309},{"imageOffset":24727889,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h5ab0fe52c94c1d3d","imageIndex":6,"symbolLocation":17},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h78add1c03bed1d7d","inline":true,"imageIndex":6,"imageOffset":29300698,"symbolLocation":6,"sourceLine":1861,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::heb0042f45b0b9be0","inline":true,"imageIndex":6,"imageOffset":29300698,"symbolLocation":13,"sourceLine":1861,"sourceFile":"boxed.rs"},{"imageOffset":29300698,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::he0f21dd89714248a","imageIndex":6,"symbolLocation":26},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":1686794,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":11},{"imageOffset":7533190,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":8071919,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":559,"imageIndex":2},{"imageOffset":8072478,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":110,"imageIndex":2},{"imageOffset":7530607,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]}], "usedImages" : [ { "source" : "P", "arch" : "x86_64", "base" : 140733731848192, "size" : 208896, "uuid" : "76307fcc-13fb-3539-bf35-3df0b3a9f5e6", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libobjc.A.dylib", "name" : "libobjc.A.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140733730828288, "size" : 8192, "uuid" : "4bb52945-3307-32b4-a592-55611303a2a6", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libsystem_blocks.dylib", "name" : "libsystem_blocks.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 4509204480, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "io.flutter.flutter", "size" : 29032448, "uuid" : "5a476e7e-da1d-3832-80ed-f664e94aaab6", "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/6582186F-8993-4A90-9E6B-0EF417233466\/data\/Containers\/Bundle\/Application\/0D2E228B-8CEE-4F20-A54C-DC6E781D9A55\/Runner.app\/Frameworks\/Flutter.framework\/Flutter", "name" : "Flutter", "CFBundleVersion" : "1.0" }, { "source" : "P", "arch" : "x86_64", "base" : 140733801250816, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.UIKitCore", "size" : 22794240, "uuid" : "883bf035-62c9-36ce-9424-07bbbf6e4e51", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/UIKitCore.framework\/UIKitCore", "name" : "UIKitCore", "CFBundleVersion" : "5522.2.101" }, { "source" : "P", "arch" : "x86_64", "base" : 140733733343232, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 3817472, "uuid" : "6cd8003f-fe68-3e98-8a29-cc834000fffd", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CoreFoundation.framework\/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "1858.112" }, { "source" : "P", "arch" : "x86_64", "base" : 140733943574528, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.GraphicsServices", "size" : 36864, "uuid" : "a159725e-b44b-30c0-bd7f-15efbd64c083", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GraphicsServices.framework\/GraphicsServices", "name" : "GraphicsServices", "CFBundleVersion" : "1.0" }, { "source" : "P", "arch" : "x86_64", "base" : 4336607232, "CFBundleShortVersionString" : "0.1.2", "CFBundleIdentifier" : "com.cjy.yplusplus", "size" : 55312384, "uuid" : "d8011fc4-6175-3d77-819a-cbc75a8d91c0", "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/6582186F-8993-4A90-9E6B-0EF417233466\/data\/Containers\/Bundle\/Application\/0D2E228B-8CEE-4F20-A54C-DC6E781D9A55\/Runner.app\/Runner", "name" : "Runner", "CFBundleVersion" : "128" }, { "source" : "P", "arch" : "x86_64", "base" : 4458733568, "size" : 319488, "uuid" : "d5f18ce9-9569-30ea-86b1-355b990260dd", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/dyld_sim", "name" : "dyld_sim" }, { "source" : "P", "arch" : "x86_64", "base" : 4626497536, "size" : 442368, "uuid" : "b70ce1ec-b902-3852-8268-05de00bfa8d5", "path" : "\/usr\/lib\/dyld", "name" : "dyld" }, { "source" : "P", "arch" : "x86_64", "base" : 140735066836992, "size" : 229376, "uuid" : "61711d11-e776-3bc3-b9a2-6f9f37cb8499", "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140733737615360, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.Foundation", "size" : 2854912, "uuid" : "6501fa86-9fee-3801-bb0d-ddf117da81f7", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/Foundation.framework\/Foundation", "name" : "Foundation", "CFBundleVersion" : "1858.112" }, { "source" : "P", "arch" : "x86_64", "base" : 140735067205632, "size" : 49152, "uuid" : "bc574849-1aae-31e7-b350-916dda999d97", "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "size" : 0, "source" : "A", "base" : 0, "uuid" : "00000000-0000-0000-0000-000000000000" }, { "source" : "P", "arch" : "x86_64", "base" : 140733732839424, "size" : 352256, "uuid" : "9e605007-8683-3727-8a94-b8794c88b1a3", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libc++.1.dylib", "name" : "libc++.1.dylib" } ], "sharedCache" : { "base" : 140733730258944, "size" : 3275014144, "uuid" : "5b1d973c-bda7-34f2-a8d5-fef7edd28acf" }, "vmSummary" : "ReadOnly portion of Libraries: Total=1.2G resident=0K(0%) swapped_out_or_unallocated=1.2G(100%)\nWritable regions: Total=2.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.3G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nActivity Tracing 256K 1 \nColorSync 80K 5 \nCoreAnimation 4K 1 \nFoundation 16K 1 \nIOSurface 15.1M 2 \nKernel Alloc Once 8K 1 \nMALLOC 351.3M 62 \nMALLOC guard page 48K 10 \nMALLOC_MEDIUM (reserved) 1.4G 12 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSTACK GUARD 56.1M 31 \nStack 32.8M 33 \nVM_ALLOCATE 160.6M 391 \n__DATA 26.1M 579 \n__DATA_CONST 47.4M 538 \n__DATA_DIRTY 22K 10 \n__FONT_DATA 4K 1 \n__LINKEDIT 602.4M 43 \n__OBJC_RO 63.0M 1 \n__OBJC_RW 3168K 1 \n__TEXT 600.0M 583 \n__UNICODE 592K 1 \ndyld private memory 2048K 2 \nmapped file 194.8M 13 \nshared memory 16K 1 \n=========== ======= ======= \nTOTAL 3.9G 2324 \nTOTAL, minus reserved VM space 2.1G 2324 \n", "legacyInfo" : { "threadTriggered" : { "queue" : "com.apple.main-thread" } }, "trialInfo" : { "rollouts" : [ { "rolloutId" : "5fb4245a1bbfe8005e33a1e1", "factorPackIds" : { }, "deploymentId" : 240000015 }, { "rolloutId" : "60186475825c62000ccf5450", "factorPackIds" : { "SIRI_VALUE_INFERENCE_CONTACT_RESOLUTION" : "62bdc4218fe09c1632d841e9" }, "deploymentId" : 240000023 } ], "experiments" : [ ] } } ```
fzyzcjy commented 2 years ago

Another guess

Is it because, when the worker is started and hot-restarted, it has not pump any frames?

Experiment: close everything - run worker - run manager - click "connect" and then "run all" in manager -> No crash this time... (since randomly)

Maybe this guess is also wrong

fzyzcjy commented 2 years ago

given that https://github.com/flutter/flutter/issues/37818 is fixed by https://github.com/flutter/engine/pull/34496, we will not face this problem after next (or next-next) flutter release once that PR is in stable branch.

Rohithgilla12 commented 2 years ago

A similar crash happened to me.

``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Incident Identifier: 49945B9E-46F0-49F8-BB0B-60AE4511BC67 CrashReporter Key: 910F4197-8CF6-188F-3F27-61FF7349612A Hardware Model: MacBookPro14,1 Process: Runner [65667] Path: /Users/USER/Library/Developer/CoreSimulator/Devices/DBB94AC7-2D32-4393-97AF-6CBD7B47280D/data/Containers/Bundle/Application/FE7D0417-B56B-4972-8468-481BE1CB875C/Runner.app/Runner Identifier: com.fursure.card.dev Version: 1.0.3 (1) Code Type: X86-64 (Native) Role: Foreground Parent Process: launchd_sim [4276] Coalition: com.apple.CoreSimulator.SimDevice.DBB94AC7-2D32-4393-97AF-6CBD7B47280D [922] Responsible Process: SimulatorTrampoline [4157] Date/Time: 2022-08-04 19:39:15.1926 +0530 Launch Time: 2022-08-04 19:38:52.4704 +0530 OS Version: macOS 12.4 (21F79) Release Type: User Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: UNKNOWN_0xD at 0x0000000000000000 Exception Codes: 0x000000000000000d, 0x0000000000000000 VM Region Info: 0 is not in any region. Bytes before following region: 4334874624 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> __TEXT 10260f000-10264f000 [ 256K] r-x/r-x SM=COW ...er.app/Runner Exception Note: EXC_CORPSE_NOTIFY Termination Reason: SIGNAL 11 Segmentation fault: 11 Terminating Process: exc handler [65667] Triggered by Thread: 0 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libobjc.A.dylib 0x7fff201a2a08 objc_retain + 8 1 libsystem_blocks.dylib 0x7fff2008c629 _Block_object_assign + 189 2 Flutter 0x1068a0ccc __copy_helper_block_e8_32o40b + 31 3 libsystem_blocks.dylib 0x7fff2008c397 _Block_copy + 197 4 UIKitCore 0x7fff2565d7c9 +[UIViewAnimationBlockDelegate animationBlockDelegateWithDuration:options:start:completion:] + 161 5 UIKitCore 0x7fff2562bab5 -[UIViewAnimationState setupWithDuration:delay:view:options:factory:parentState:start:completion:] + 1279 6 UIKitCore 0x7fff2565e2ac +[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:] + 539 7 UIKitCore 0x7fff2565e6a4 +[UIView(UIViewAnimationWithBlocks) animateWithDuration:animations:completion:] + 30 8 Flutter 0x1068bb8c3 -[FlutterViewController removeSplashScreenView:] + 178 9 Flutter 0x1068c150d std::__1::__function::__func<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'(), std::__1::allocator<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'()>, void ()>::operator()() + 197 10 Flutter 0x106bf7615 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 163 11 Flutter 0x106bfd5dc fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 26 12 CoreFoundation 0x7fff20372d6e __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 13 CoreFoundation 0x7fff2037283c __CFRunLoopDoTimer + 915 14 CoreFoundation 0x7fff20371dfd __CFRunLoopDoTimers + 265 15 CoreFoundation 0x7fff2036c3e1 __CFRunLoopRun + 2016 16 CoreFoundation 0x7fff2036b704 CFRunLoopRunSpecific + 562 17 GraphicsServices 0x7fff2cba9c8e GSEventRunModal + 139 18 UIKitCore 0x7fff2509e65a -[UIApplication _run] + 928 19 UIKitCore 0x7fff250a32b5 UIApplicationMain + 101 20 Runner 0x102617e1f main + 63 (AppDelegate.swift:9) 21 dyld_sim 0x1028c4f21 start_sim + 10 22 dyld 0x10a67d51e start + 462 Thread 1:: com.apple.uikit.eventfetch-thread 0 libsystem_kernel.dylib 0x7fff7016c97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff7016cce8 mach_msg + 56 2 CoreFoundation 0x7fff20371acc __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7fff2036c0e2 __CFRunLoopRun + 1249 4 CoreFoundation 0x7fff2036b704 CFRunLoopRunSpecific + 562 5 Foundation 0x7fff20828049 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 6 Foundation 0x7fff208282c2 -[NSRunLoop(NSRunLoop) runUntilDate:] + 72 7 UIKitCore 0x7fff25161bda -[UIEventFetcher threadMain] + 491 8 Foundation 0x7fff208511a1 __NSThread__start__ + 1009 9 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 10 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 2: 0 libsystem_pthread.dylib 0x7fff701c6f48 start_wqthread + 0 Thread 3:: io.flutter.1.ui 0 ??? 0x10a403f80 ??? 1 ??? 0x10b047dc0 ??? 2 ??? 0x10b047caf ??? 3 ??? 0x1127495c1 ??? 4 ??? 0x1127493d0 ??? 5 ??? 0x1127492bb ??? 6 ??? 0x1127495c1 ??? 7 ??? 0x1127493d0 ??? 8 ??? 0x1127492bb ??? 9 ??? 0x1127495c1 ??? 10 ??? 0x1127493d0 ??? 11 ??? 0x1127492bb ??? 12 ??? 0x112745d70 ??? 13 ??? 0x112732851 ??? 14 ??? 0x112731a0e ??? 15 ??? 0x11273115e ??? 16 ??? 0x112730ed9 ??? 17 ??? 0x10b04ebd8 ??? 18 ??? 0x10b04e9a2 ??? 19 ??? 0x113230439 ??? 20 ??? 0x1132302cc ??? 21 ??? 0x113230166 ??? 22 ??? 0x10b04e45e ??? 23 ??? 0x10b04e17e ??? 24 ??? 0x10b044cd7 ??? 25 ??? 0x10b04dc38 ??? 26 ??? 0x112c8b471 ??? 27 ??? 0x112c8b1d9 ??? 28 ??? 0x112c8aae3 ??? 29 ??? 0x11322faaf ??? 30 ??? 0x11322f9ad ??? 31 ??? 0x10b04d9c3 ??? 32 ??? 0x10b04d63b ??? 33 ??? 0x10b04d569 ??? 34 ??? 0x10a402a0c ??? 35 Flutter 0x106ee3768 dart::DartEntry::InvokeCode(dart::Code const&, unsigned long, dart::Array const&, dart::Array const&, dart::Thread*) + 296 36 Flutter 0x106ee35eb dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long) + 299 37 Flutter 0x106ee3dbe dart::DartEntry::InvokeCallable(dart::Thread*, dart::Function const&, dart::Array const&, dart::Array const&) + 334 38 Flutter 0x10721335c Dart_InvokeClosure + 972 39 Flutter 0x106d09b75 tonic::DartMicrotaskQueue::RunMicrotasks() + 153 40 Flutter 0x106bf7647 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 213 41 Flutter 0x106bfd5dc fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 26 42 CoreFoundation 0x7fff20372d6e __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 43 CoreFoundation 0x7fff2037283c __CFRunLoopDoTimer + 915 44 CoreFoundation 0x7fff20371dfd __CFRunLoopDoTimers + 265 45 CoreFoundation 0x7fff2036c3e1 __CFRunLoopRun + 2016 46 CoreFoundation 0x7fff2036b704 CFRunLoopRunSpecific + 562 47 Flutter 0x106bfd719 fml::MessageLoopDarwin::Run() + 65 48 Flutter 0x106bf7526 fml::MessageLoopImpl::DoRun() + 22 49 Flutter 0x106bfc617 void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 169 50 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 51 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 4:: io.flutter.1.raster 0 libsystem_kernel.dylib 0x7fff7016c97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff7016cce8 mach_msg + 56 2 CoreFoundation 0x7fff20371acc __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7fff2036c0e2 __CFRunLoopRun + 1249 4 CoreFoundation 0x7fff2036b704 CFRunLoopRunSpecific + 562 5 Flutter 0x106bfd719 fml::MessageLoopDarwin::Run() + 65 6 Flutter 0x106bf7526 fml::MessageLoopImpl::DoRun() + 22 7 Flutter 0x106bfc617 void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 169 8 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 5:: io.flutter.1.io 0 CoreFoundation 0x7fff2035e7bd CFArrayCreateMutable + 0 1 CoreFoundation 0x7fff20371db3 __CFRunLoopDoTimers + 191 2 CoreFoundation 0x7fff2036c3e1 __CFRunLoopRun + 2016 3 CoreFoundation 0x7fff2036b704 CFRunLoopRunSpecific + 562 4 Flutter 0x106bfd719 fml::MessageLoopDarwin::Run() + 65 5 Flutter 0x106bf7526 fml::MessageLoopImpl::DoRun() + 22 6 Flutter 0x106bfc617 void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 169 7 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 8 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 6:: io.flutter.1.profiler 0 libsystem_kernel.dylib 0x7fff7016c97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff7016cce8 mach_msg + 56 2 CoreFoundation 0x7fff20371acc __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7fff2036c0e2 __CFRunLoopRun + 1249 4 CoreFoundation 0x7fff2036b704 CFRunLoopRunSpecific + 562 5 Flutter 0x106bfd719 fml::MessageLoopDarwin::Run() + 65 6 Flutter 0x106bf7526 fml::MessageLoopImpl::DoRun() + 22 7 Flutter 0x106bfc617 void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 169 8 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 7:: io.worker.1 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027d632 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x106bf4629 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x106bf4de5 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 8:: io.worker.2 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027d632 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x106bf4629 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x106bf4de5 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 9:: io.worker.3 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027d632 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x106bf4629 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x106bf4de5 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 10:: io.worker.4 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027d632 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x106bf4629 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x106bf4de5 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 11:: dart:io EventHandler 0 libsystem_kernel.dylib 0x7fff7017134e kevent + 10 1 Flutter 0x106e04ba8 dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 344 2 Flutter 0x106e23968 dart::bin::ThreadStart(void*) + 40 3 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 4 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 12:: Dart Profiler ThreadInterrupter 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cbaa4 _pthread_cond_wait + 1302 2 Flutter 0x106fc8116 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x10704ba9f dart::ThreadInterrupter::ThreadMain(unsigned long) + 303 4 Flutter 0x106fc770f dart::ThreadStart(void*) + 159 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 13:: Dart Profiler SampleBlockProcessor 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cbaa4 _pthread_cond_wait + 1302 2 Flutter 0x106fc8116 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x106fcd885 dart::SampleBlockProcessor::ThreadMain(unsigned long) + 181 4 Flutter 0x106fc770f dart::ThreadStart(void*) + 159 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 14: 0 libsystem_kernel.dylib 0x7fff7016f2be __semwait_signal + 10 1 libsystem_c.dylib 0x7fff201084a4 nanosleep + 206 2 libsystem_c.dylib 0x7fff20108303 sleep + 48 3 Sentry 0x103d33513 monitorCachedData + 650 (SentryCrashCachedData.c:144) 4 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 15:: SentryCrash Exception Handler (Secondary) 0 libsystem_kernel.dylib 0x7fff7016c97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff7016cce8 mach_msg + 56 2 Sentry 0x103d404b1 handleExceptions + 188 (SentryCrashMonitor_MachException.c:266) 3 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 4 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 16:: DartWorker 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cbaa4 _pthread_cond_wait + 1302 2 Flutter 0x106fc8116 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x106f02e7f dart::MutatorThreadPool::OnEnterIdleLocked(dart::MonitorLocker*) + 207 4 Flutter 0x10704c62d dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 109 5 Flutter 0x10704c9e9 dart::ThreadPool::Worker::Main(unsigned long) + 121 6 Flutter 0x106fc770f dart::ThreadStart(void*) + 159 7 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 8 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 17:: io.sentry.anr-tracker 0 libsystem_kernel.dylib 0x7fff7016f2be __semwait_signal + 10 1 libsystem_c.dylib 0x7fff201084a4 nanosleep + 206 2 Foundation 0x7fff2084fb4a +[NSThread sleepForTimeInterval:] + 163 3 Sentry 0x103d25f5c -[SentryANRTracker detectANRs] + 736 (SentryANRTracker.m:66) 4 Foundation 0x7fff208511a1 __NSThread__start__ + 1009 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 18:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x7fff7016c97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff7016cce8 mach_msg + 56 2 CoreFoundation 0x7fff20371acc __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7fff2036c0e2 __CFRunLoopRun + 1249 4 CoreFoundation 0x7fff2036b704 CFRunLoopRunSpecific + 562 5 CFNetwork 0x7fff240753e0 0x7fff23e41000 + 2311136 6 Foundation 0x7fff208511a1 __NSThread__start__ + 1009 7 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 8 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 19:: DartWorker 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cbaa4 _pthread_cond_wait + 1302 2 Flutter 0x106fc8116 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x10704c7ff dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 575 4 Flutter 0x10704c9e9 dart::ThreadPool::Worker::Main(unsigned long) + 121 5 Flutter 0x106fc770f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 7 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 20:: DartWorker 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cbaa4 _pthread_cond_wait + 1302 2 Flutter 0x106fc8116 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x10704c7ff dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 575 4 Flutter 0x10704c9e9 dart::ThreadPool::Worker::Main(unsigned long) + 121 5 Flutter 0x106fc770f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 7 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 21:: DartWorker 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cbaa4 _pthread_cond_wait + 1302 2 Flutter 0x106fc8116 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x10704c7ff dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 575 4 Flutter 0x10704c9e9 dart::ThreadPool::Worker::Main(unsigned long) + 121 5 Flutter 0x106fc770f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 7 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 22: 0 libsystem_pthread.dylib 0x7fff701c6f48 start_wqthread + 0 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x3000000000000000 rbx: 0x00007fc59f708a40 rcx: 0x0000600002bd03f0 rdx: 0x0000000000000003 rdi: 0x00007fc59f708a40 rsi: 0x00007fc59f708a40 rbp: 0x00007ff7bd8ece80 rsp: 0x00007ff7bd8ece58 r8: 0x0000e985c0e403f0 r9: 0x00000000001ff800 r10: 0x00007fff865be808 r11: 0xffffe008452e3330 r12: 0x00007fff201a26e0 r13: 0x0000000000000000 r14: 0x0000600002bd0410 r15: 0x0000000000000030 rip: 0x00007fff201a2a08 rfl: 0x0000000000010202 cr2: 0x0000000106af906c Logical CPU: 1 Error Code: 0x00000000 Trap Number: 13 Binary Images: 0x7fff20184000 - 0x7fff201b6fff libobjc.A.dylib (*) <791e787b-f11e-36d6-925b-5c10df76d693> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib 0x7fff2008b000 - 0x7fff2008cfff libsystem_blocks.dylib (*) <8af1f919-4203-3722-bdb7-b753cd4ffd41> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_blocks.dylib 0x106893000 - 0x1084bffff io.flutter.flutter (1.0) <4c4c44d1-5555-3144-a19f-51eecd3a60dc> /Users/USER/Library/Developer/CoreSimulator/Devices/DBB94AC7-2D32-4393-97AF-6CBD7B47280D/data/Containers/Bundle/Application/FE7D0417-B56B-4972-8468-481BE1CB875C/Runner.app/Frameworks/Flutter.framework/Flutter 0x7fff243c3000 - 0x7fff25980fff com.apple.UIKitCore (1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x7fff202f0000 - 0x7fff20693fff com.apple.CoreFoundation (6.9) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x7fff2cba6000 - 0x7fff2cbaefff com.apple.GraphicsServices (1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x10260f000 - 0x10264efff com.fursure.card.dev (1.0.3) <0aa4a959-5afb-3e94-b40e-b7fe52ebac93> /Users/USER/Library/Developer/CoreSimulator/Devices/DBB94AC7-2D32-4393-97AF-6CBD7B47280D/data/Containers/Bundle/Application/FE7D0417-B56B-4972-8468-481BE1CB875C/Runner.app/Runner 0x1028c3000 - 0x102910fff dyld_sim (*) <7276a69b-e3b9-3f23-957f-061350a501b4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim 0x10a678000 - 0x10a6e3fff dyld (*) /usr/lib/dyld 0x7fff7016b000 - 0x7fff701a2fff libsystem_kernel.dylib (*) <61711d11-e776-3bc3-b9a2-6f9f37cb8499> /usr/lib/system/libsystem_kernel.dylib 0x7fff20704000 - 0x7fff209bdfff com.apple.Foundation (6.9) <9827fa7d-2500-32d7-aaaf-288e38b126ab> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation 0x7fff701c5000 - 0x7fff701d0fff libsystem_pthread.dylib (*) /usr/lib/system/libsystem_pthread.dylib 0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ??? 0x7fff20275000 - 0x7fff202cafff libc++.1.dylib (*) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib 0x7fff2008d000 - 0x7fff20112fff libsystem_c.dylib (*) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_c.dylib 0x103d1f000 - 0x103daefff org.cocoapods.Sentry (7.18.1) <2a94a95f-7c54-360e-9d89-d3c5bae11b70> /Users/USER/Library/Developer/CoreSimulator/Devices/DBB94AC7-2D32-4393-97AF-6CBD7B47280D/data/Containers/Bundle/Application/FE7D0417-B56B-4972-8468-481BE1CB875C/Runner.app/Frameworks/Sentry.framework/Sentry 0x7fff23e41000 - 0x7fff242a7fff com.apple.CFNetwork (1333.0.4) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CFNetwork.framework/CFNetwork EOF ----------- Full Report ----------- {"app_name":"Runner","timestamp":"2022-08-04 19:39:28.00 +0530","app_version":"1.0.3","slice_uuid":"0aa4a959-5afb-3e94-b40e-b7fe52ebac93","build_version":"1","platform":7,"bundleID":"com.fursure.card.dev","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.4 (21F79)","incident_id":"49945B9E-46F0-49F8-BB0B-60AE4511BC67","name":"Runner"} { "uptime" : 10000, "procLaunch" : "2022-08-04 19:38:52.4704 +0530", "procRole" : "Foreground", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "MacBookPro14,1", "procStartAbsTime" : 10750657516477, "coalitionID" : 922, "osVersion" : { "train" : "macOS 12.4", "build" : "21F79", "releaseType" : "User" }, "captureTime" : "2022-08-04 19:39:15.1926 +0530", "incident" : "49945B9E-46F0-49F8-BB0B-60AE4511BC67", "bug_type" : "309", "pid" : 65667, "procExitAbsTime" : 10773184792431, "cpuType" : "X86-64", "procName" : "Runner", "procPath" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/DBB94AC7-2D32-4393-97AF-6CBD7B47280D\/data\/Containers\/Bundle\/Application\/FE7D0417-B56B-4972-8468-481BE1CB875C\/Runner.app\/Runner", "bundleInfo" : {"CFBundleShortVersionString":"1.0.3","CFBundleVersion":"1","CFBundleIdentifier":"com.fursure.card.dev"}, "storeInfo" : {"deviceIdentifierForVendor":"93E5A5EC-6228-54DD-872E-A8E3DF0E91BF","thirdParty":true}, "parentProc" : "launchd_sim", "parentPid" : 4276, "coalitionName" : "com.apple.CoreSimulator.SimDevice.DBB94AC7-2D32-4393-97AF-6CBD7B47280D", "crashReporterKey" : "910F4197-8CF6-188F-3F27-61FF7349612A", "responsiblePid" : 4157, "responsibleProc" : "SimulatorTrampoline", "wakeTime" : 9206, "sleepWakeUUID" : "512791DB-8EE4-425A-9948-4930837526B1", "sip" : "enabled", "vmRegionInfo" : "0 is not in any region. Bytes before following region: 4334874624\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 10260f000-10264f000 [ 256K] r-x\/r-x SM=COW ...er.app\/Runner", "isCorpse" : 1, "exception" : {"codes":"0x000000000000000d, 0x0000000000000000","rawCodes":[13,0],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"UNKNOWN_0xD at 0x0000000000000000"}, "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":65667}, "vmregioninfo" : "0 is not in any region. Bytes before following region: 4334874624\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n __TEXT 10260f000-10264f000 [ 256K] r-x\/r-x SM=COW ...er.app\/Runner", "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0}, "faultingThread" : 0, "threads" : [{"triggered":true,"id":299452,"instructionState":{"instructionStream":{"bytes":[69,208,72,139,11,72,137,8,72,139,75,8,72,137,72,8,65,255,71,8,72,131,195,16,73,131,197,240,117,181,76,137,247,72,131,196,8,91,65,92,65,93,65,94,65,95,93,233,46,52,0,0,72,199,4,8,1,0,0,0,72,131,193,16,72,57,203,117,239,72,131,196,8,91,65,92,65,93,65,94,65,95,93,195,15,31,64,0,72,133,255,126,26,72,139,7,246,64,32,4,15,133,18,0,0,0,72,139,53,239,74,67,102,255,37,97,183,231,95,72,137,248,195,144,85,72,137,229,65,87,65,86,65,84,83,72,131,236,16,73,137,255,68,137,248,193,232,9,68,137,251,193,235,4,49,195,131,227,63,72,193,227,6,76,141,37,238,155,67,102,77,141,52,28,76,137,247,190,0,0,5,0,232,43,52,0,0,74,141,60,35,72],"offset":96}},"threadState":{"r13":{"value":0},"rax":{"value":3458764513820540928},"rflags":{"value":66050},"cpu":{"value":1},"r14":{"value":105553162208272},"rsi":{"value":140486760237632},"r8":{"value":256760676090864},"cr2":{"value":4407136364},"rdx":{"value":3},"r10":{"value":140735447558152,"symbolLocation":0,"symbol":"_NSConcreteStackBlock"},"r9":{"value":2095104},"r15":{"value":48},"rbx":{"value":140486760237632},"trap":{"value":13},"err":{"value":0},"r11":{"value":18446708924857856816},"rip":{"value":140733731973640,"matchesCrashFrame":1},"rbp":{"value":140702013902464},"rsp":{"value":140702013902424},"r12":{"value":140733731972832,"symbolLocation":0,"symbol":"objc_release"},"rcx":{"value":105553162208240},"flavor":"x86_THREAD_STATE","rdi":{"value":140486760237632}},"queue":"com.apple.main-thread","frames":[{"imageOffset":125448,"symbol":"objc_retain","symbolLocation":8,"imageIndex":0},{"imageOffset":5673,"symbol":"_Block_object_assign","symbolLocation":189,"imageIndex":1},{"imageOffset":56524,"symbol":"__copy_helper_block_e8_32o40b","symbolLocation":31,"imageIndex":2},{"imageOffset":5015,"symbol":"_Block_copy","symbolLocation":197,"imageIndex":1},{"imageOffset":19507145,"symbol":"+[UIViewAnimationBlockDelegate animationBlockDelegateWithDuration:options:start:completion:]","symbolLocation":161,"imageIndex":3},{"imageOffset":19303093,"symbol":"-[UIViewAnimationState setupWithDuration:delay:view:options:factory:parentState:start:completion:]","symbolLocation":1279,"imageIndex":3},{"imageOffset":19509932,"symbol":"+[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:]","symbolLocation":539,"imageIndex":3},{"imageOffset":19510948,"symbol":"+[UIView(UIViewAnimationWithBlocks) animateWithDuration:animations:completion:]","symbolLocation":30,"imageIndex":3},{"imageOffset":166083,"symbol":"-[FlutterViewController removeSplashScreenView:]","symbolLocation":178,"imageIndex":2},{"imageOffset":189709,"symbol":"std::__1::__function::__func<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'(), std::__1::allocator<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'()>, void ()>::operator()()","symbolLocation":197,"imageIndex":2},{"imageOffset":3556885,"symbol":"fml::MessageLoopImpl::FlushTasks(fml::FlushType)","symbolLocation":163,"imageIndex":2},{"imageOffset":3581404,"symbol":"fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*)","symbolLocation":26,"imageIndex":2},{"imageOffset":535918,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__","symbolLocation":20,"imageIndex":4},{"imageOffset":534588,"symbol":"__CFRunLoopDoTimer","symbolLocation":915,"imageIndex":4},{"imageOffset":531965,"symbol":"__CFRunLoopDoTimers","symbolLocation":265,"imageIndex":4},{"imageOffset":508897,"symbol":"__CFRunLoopRun","symbolLocation":2016,"imageIndex":4},{"imageOffset":505604,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":15502,"symbol":"GSEventRunModal","symbolLocation":139,"imageIndex":5},{"imageOffset":13481562,"symbol":"-[UIApplication _run]","symbolLocation":928,"imageIndex":3},{"imageOffset":13501109,"symbol":"UIApplicationMain","symbolLocation":101,"imageIndex":3},{"imageOffset":36383,"sourceLine":9,"sourceFile":"AppDelegate.swift","symbol":"main","imageIndex":6,"symbolLocation":63},{"imageOffset":7969,"symbol":"start_sim","symbolLocation":10,"imageIndex":7},{"imageOffset":21790,"symbol":"start","symbolLocation":462,"imageIndex":8}]},{"id":299534,"name":"com.apple.uikit.eventfetch-thread","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":9},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":9},{"imageOffset":531148,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":4},{"imageOffset":508130,"symbol":"__CFRunLoopRun","symbolLocation":1249,"imageIndex":4},{"imageOffset":505604,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":1196105,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":213,"imageIndex":10},{"imageOffset":1196738,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":72,"imageIndex":10},{"imageOffset":14281690,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":491,"imageIndex":3},{"imageOffset":1364385,"symbol":"__NSThread__start__","symbolLocation":1009,"imageIndex":10},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299535,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":299568,"name":"io.flutter.1.ui","frames":[{"imageOffset":4466950016,"imageIndex":12},{"imageOffset":4479811008,"imageIndex":12},{"imageOffset":4479810735,"imageIndex":12},{"imageOffset":4604597697,"imageIndex":12},{"imageOffset":4604597200,"imageIndex":12},{"imageOffset":4604596923,"imageIndex":12},{"imageOffset":4604597697,"imageIndex":12},{"imageOffset":4604597200,"imageIndex":12},{"imageOffset":4604596923,"imageIndex":12},{"imageOffset":4604597697,"imageIndex":12},{"imageOffset":4604597200,"imageIndex":12},{"imageOffset":4604596923,"imageIndex":12},{"imageOffset":4604583280,"imageIndex":12},{"imageOffset":4604504145,"imageIndex":12},{"imageOffset":4604500494,"imageIndex":12},{"imageOffset":4604498270,"imageIndex":12},{"imageOffset":4604497625,"imageIndex":12},{"imageOffset":4479839192,"imageIndex":12},{"imageOffset":4479838626,"imageIndex":12},{"imageOffset":4616029241,"imageIndex":12},{"imageOffset":4616028876,"imageIndex":12},{"imageOffset":4616028518,"imageIndex":12},{"imageOffset":4479837278,"imageIndex":12},{"imageOffset":4479836542,"imageIndex":12},{"imageOffset":4479798487,"imageIndex":12},{"imageOffset":4479835192,"imageIndex":12},{"imageOffset":4610110577,"imageIndex":12},{"imageOffset":4610109913,"imageIndex":12},{"imageOffset":4610108131,"imageIndex":12},{"imageOffset":4616026799,"imageIndex":12},{"imageOffset":4616026541,"imageIndex":12},{"imageOffset":4479834563,"imageIndex":12},{"imageOffset":4479833659,"imageIndex":12},{"imageOffset":4479833449,"imageIndex":12},{"imageOffset":4466944524,"imageIndex":12},{"imageOffset":6621032,"symbol":"dart::DartEntry::InvokeCode(dart::Code const&, unsigned long, dart::Array const&, dart::Array const&, dart::Thread*)","symbolLocation":296,"imageIndex":2},{"imageOffset":6620651,"symbol":"dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long)","symbolLocation":299,"imageIndex":2},{"imageOffset":6622654,"symbol":"dart::DartEntry::InvokeCallable(dart::Thread*, dart::Function const&, dart::Array const&, dart::Array const&)","symbolLocation":334,"imageIndex":2},{"imageOffset":9962332,"symbol":"Dart_InvokeClosure","symbolLocation":972,"imageIndex":2},{"imageOffset":4680565,"symbol":"tonic::DartMicrotaskQueue::RunMicrotasks()","symbolLocation":153,"imageIndex":2},{"imageOffset":3556935,"symbol":"fml::MessageLoopImpl::FlushTasks(fml::FlushType)","symbolLocation":213,"imageIndex":2},{"imageOffset":3581404,"symbol":"fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*)","symbolLocation":26,"imageIndex":2},{"imageOffset":535918,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__","symbolLocation":20,"imageIndex":4},{"imageOffset":534588,"symbol":"__CFRunLoopDoTimer","symbolLocation":915,"imageIndex":4},{"imageOffset":531965,"symbol":"__CFRunLoopDoTimers","symbolLocation":265,"imageIndex":4},{"imageOffset":508897,"symbol":"__CFRunLoopRun","symbolLocation":2016,"imageIndex":4},{"imageOffset":505604,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":3581721,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":2},{"imageOffset":3556646,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":2},{"imageOffset":3577367,"symbol":"void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":169,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299569,"name":"io.flutter.1.raster","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":9},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":9},{"imageOffset":531148,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":4},{"imageOffset":508130,"symbol":"__CFRunLoopRun","symbolLocation":1249,"imageIndex":4},{"imageOffset":505604,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":3581721,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":2},{"imageOffset":3556646,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":2},{"imageOffset":3577367,"symbol":"void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":169,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299570,"name":"io.flutter.1.io","frames":[{"imageOffset":452541,"symbol":"CFArrayCreateMutable","symbolLocation":0,"imageIndex":4},{"imageOffset":531891,"symbol":"__CFRunLoopDoTimers","symbolLocation":191,"imageIndex":4},{"imageOffset":508897,"symbol":"__CFRunLoopRun","symbolLocation":2016,"imageIndex":4},{"imageOffset":505604,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":3581721,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":2},{"imageOffset":3556646,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":2},{"imageOffset":3577367,"symbol":"void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":169,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299571,"name":"io.flutter.1.profiler","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":9},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":9},{"imageOffset":531148,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":4},{"imageOffset":508130,"symbol":"__CFRunLoopRun","symbolLocation":1249,"imageIndex":4},{"imageOffset":505604,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":3581721,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":2},{"imageOffset":3556646,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":2},{"imageOffset":3577367,"symbol":"void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":169,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299572,"name":"io.worker.1","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34354,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3544617,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3546597,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299573,"name":"io.worker.2","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34354,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3544617,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3546597,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299574,"name":"io.worker.3","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34354,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3544617,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3546597,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299575,"name":"io.worker.4","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":11},{"imageOffset":34354,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":13},{"imageOffset":3544617,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":2},{"imageOffset":3546597,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299576,"name":"dart:io EventHandler","frames":[{"imageOffset":25422,"symbol":"kevent","symbolLocation":10,"imageIndex":9},{"imageOffset":5708712,"symbol":"dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long)","symbolLocation":344,"imageIndex":2},{"imageOffset":5835112,"symbol":"dart::bin::ThreadStart(void*)","symbolLocation":40,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299577,"name":"Dart Profiler ThreadInterrupter","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":11},{"imageOffset":7557398,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":8096415,"symbol":"dart::ThreadInterrupter::ThreadMain(unsigned long)","symbolLocation":303,"imageIndex":2},{"imageOffset":7554831,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299578,"name":"Dart Profiler SampleBlockProcessor","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":11},{"imageOffset":7557398,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":7579781,"symbol":"dart::SampleBlockProcessor::ThreadMain(unsigned long)","symbolLocation":181,"imageIndex":2},{"imageOffset":7554831,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299590,"frames":[{"imageOffset":17086,"symbol":"__semwait_signal","symbolLocation":10,"imageIndex":9},{"imageOffset":504996,"symbol":"nanosleep","symbolLocation":206,"imageIndex":14},{"imageOffset":504579,"symbol":"sleep","symbolLocation":48,"imageIndex":14},{"imageOffset":83219,"sourceLine":144,"sourceFile":"SentryCrashCachedData.c","symbol":"monitorCachedData","imageIndex":15,"symbolLocation":650},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299591,"name":"SentryCrash Exception Handler (Secondary)","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":9},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":9},{"imageOffset":136369,"sourceLine":266,"sourceFile":"SentryCrashMonitor_MachException.c","symbol":"handleExceptions","imageIndex":15,"symbolLocation":188},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299593,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":11},{"imageOffset":7557398,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":6749823,"symbol":"dart::MutatorThreadPool::OnEnterIdleLocked(dart::MonitorLocker*)","symbolLocation":207,"imageIndex":2},{"imageOffset":8099373,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":109,"imageIndex":2},{"imageOffset":8100329,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":121,"imageIndex":2},{"imageOffset":7554831,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299594,"name":"io.sentry.anr-tracker","frames":[{"imageOffset":17086,"symbol":"__semwait_signal","symbolLocation":10,"imageIndex":9},{"imageOffset":504996,"symbol":"nanosleep","symbolLocation":206,"imageIndex":14},{"imageOffset":1358666,"symbol":"+[NSThread sleepForTimeInterval:]","symbolLocation":163,"imageIndex":10},{"imageOffset":28508,"sourceLine":66,"sourceFile":"SentryANRTracker.m","symbol":"-[SentryANRTracker detectANRs]","imageIndex":15,"symbolLocation":736},{"imageOffset":1364385,"symbol":"__NSThread__start__","symbolLocation":1009,"imageIndex":10},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299669,"name":"com.apple.NSURLConnectionLoader","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":9},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":9},{"imageOffset":531148,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":4},{"imageOffset":508130,"symbol":"__CFRunLoopRun","symbolLocation":1249,"imageIndex":4},{"imageOffset":505604,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":4},{"imageOffset":2311136,"imageIndex":16},{"imageOffset":1364385,"symbol":"__NSThread__start__","symbolLocation":1009,"imageIndex":10},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299959,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":11},{"imageOffset":7557398,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":8099839,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":575,"imageIndex":2},{"imageOffset":8100329,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":121,"imageIndex":2},{"imageOffset":7554831,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":299960,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":11},{"imageOffset":7557398,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":8099839,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":575,"imageIndex":2},{"imageOffset":8100329,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":121,"imageIndex":2},{"imageOffset":7554831,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":300004,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":11},{"imageOffset":7557398,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":2},{"imageOffset":8099839,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":575,"imageIndex":2},{"imageOffset":8100329,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":121,"imageIndex":2},{"imageOffset":7554831,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":11},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":11}]},{"id":300023,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]}], "usedImages" : [ { "source" : "P", "arch" : "x86_64", "base" : 140733731848192, "size" : 208896, "uuid" : "791e787b-f11e-36d6-925b-5c10df76d693", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libobjc.A.dylib", "name" : "libobjc.A.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140733730828288, "size" : 8192, "uuid" : "8af1f919-4203-3722-bdb7-b753cd4ffd41", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libsystem_blocks.dylib", "name" : "libsystem_blocks.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 4404621312, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "io.flutter.flutter", "size" : 29544448, "uuid" : "4c4c44d1-5555-3144-a19f-51eecd3a60dc", "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/DBB94AC7-2D32-4393-97AF-6CBD7B47280D\/data\/Containers\/Bundle\/Application\/FE7D0417-B56B-4972-8468-481BE1CB875C\/Runner.app\/Frameworks\/Flutter.framework\/Flutter", "name" : "Flutter", "CFBundleVersion" : "1.0" }, { "source" : "P", "arch" : "x86_64", "base" : 140733801312256, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.UIKitCore", "size" : 22798336, "uuid" : "f710b655-42ee-3939-a3bd-6da0f3758758", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/UIKitCore.framework\/UIKitCore", "name" : "UIKitCore", "CFBundleVersion" : "5612" }, { "source" : "P", "arch" : "x86_64", "base" : 140733733339136, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 3817472, "uuid" : "d7b873d0-2d44-362d-a632-91b54d2dd8c2", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CoreFoundation.framework\/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "1863" }, { "source" : "P", "arch" : "x86_64", "base" : 140733943799808, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.GraphicsServices", "size" : 36864, "uuid" : "d645c3c0-b4f8-31d0-bada-02aea61681d5", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GraphicsServices.framework\/GraphicsServices", "name" : "GraphicsServices", "CFBundleVersion" : "1.0" }, { "source" : "P", "arch" : "x86_64", "base" : 4334874624, "CFBundleShortVersionString" : "1.0.3", "CFBundleIdentifier" : "com.fursure.card.dev", "size" : 262144, "uuid" : "0aa4a959-5afb-3e94-b40e-b7fe52ebac93", "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/DBB94AC7-2D32-4393-97AF-6CBD7B47280D\/data\/Containers\/Bundle\/Application\/FE7D0417-B56B-4972-8468-481BE1CB875C\/Runner.app\/Runner", "name" : "Runner", "CFBundleVersion" : "1" }, { "source" : "P", "arch" : "x86_64", "base" : 4337709056, "size" : 319488, "uuid" : "7276a69b-e3b9-3f23-957f-061350a501b4", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/dyld_sim", "name" : "dyld_sim" }, { "source" : "P", "arch" : "x86_64", "base" : 4469522432, "size" : 442368, "uuid" : "b70ce1ec-b902-3852-8268-05de00bfa8d5", "path" : "\/usr\/lib\/dyld", "name" : "dyld" }, { "source" : "P", "arch" : "x86_64", "base" : 140735073923072, "size" : 229376, "uuid" : "61711d11-e776-3bc3-b9a2-6f9f37cb8499", "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140733737615360, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.Foundation", "size" : 2859008, "uuid" : "9827fa7d-2500-32d7-aaaf-288e38b126ab", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/Foundation.framework\/Foundation", "name" : "Foundation", "CFBundleVersion" : "1863" }, { "source" : "P", "arch" : "x86_64", "base" : 140735074291712, "size" : 49152, "uuid" : "bc574849-1aae-31e7-b350-916dda999d97", "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "size" : 0, "source" : "A", "base" : 0, "uuid" : "00000000-0000-0000-0000-000000000000" }, { "source" : "P", "arch" : "x86_64", "base" : 140733732835328, "size" : 352256, "uuid" : "cca55188-d9dc-33ae-b968-d9a6600c9cbe", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libc++.1.dylib", "name" : "libc++.1.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140733730836480, "size" : 548864, "uuid" : "f6f40b31-302e-3596-97cc-50ae6ce0dc81", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libsystem_c.dylib", "name" : "libsystem_c.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 4359057408, "CFBundleShortVersionString" : "7.18.1", "CFBundleIdentifier" : "org.cocoapods.Sentry", "size" : 589824, "uuid" : "2a94a95f-7c54-360e-9d89-d3c5bae11b70", "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/DBB94AC7-2D32-4393-97AF-6CBD7B47280D\/data\/Containers\/Bundle\/Application\/FE7D0417-B56B-4972-8468-481BE1CB875C\/Runner.app\/Frameworks\/Sentry.framework\/Sentry", "name" : "Sentry", "CFBundleVersion" : "1" }, { "source" : "P", "arch" : "x86_64", "base" : 140733795536896, "CFBundleShortVersionString" : "1333.0.4", "CFBundleIdentifier" : "com.apple.CFNetwork", "size" : 4616192, "uuid" : "c7736999-25a1-3906-878f-42129a17778b", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CFNetwork.framework\/CFNetwork", "name" : "CFNetwork", "CFBundleVersion" : "1333.0.4" } ], "sharedCache" : { "base" : 140733730258944, "size" : 3268706304, "uuid" : "025107fe-a07d-3f7e-8a4c-beba11c4eafc" }, "vmSummary" : "ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)\nWritable regions: Total=719.0M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=719.0M(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nActivity Tracing 256K 1 \nColorSync 80K 5 \nCoreAnimation 4K 1 \nFoundation 16K 1 \nIOSurface 11.8M 2 \nKernel Alloc Once 8K 1 \nMALLOC 185.4M 91 \nMALLOC guard page 48K 10 \nMALLOC_LARGE (reserved) 128K 1 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSQLite page cache 256K 4 \nSTACK GUARD 56.1M 23 \nStack 22.7M 24 \nVM_ALLOCATE 119.5M 299 \n__DATA 24.9M 604 \n__DATA_CONST 48.3M 599 \n__DATA_DIRTY 22K 10 \n__FONT_DATA 4K 1 \n__LINKEDIT 542.7M 63 \n__OBJC_RO 63.1M 1 \n__OBJC_RW 3168K 1 \n__TEXT 554.6M 608 \n__UNICODE 592K 1 \ndyld private memory 2048K 2 \nlibnetwork 128K 8 \nmapped file 108.0M 16 \nshared memory 16K 1 \n=========== ======= ======= \nTOTAL 2.1G 2379 \nTOTAL, minus reserved VM space 1.7G 2379 \n", "legacyInfo" : { "threadTriggered" : { "queue" : "com.apple.main-thread" } }, "trialInfo" : { "rollouts" : [ { "rolloutId" : "5fb4245a1bbfe8005e33a1e1", "factorPackIds" : { }, "deploymentId" : 240000015 }, { "rolloutId" : "5fc94383418129005b4e9ae0", "factorPackIds" : { }, "deploymentId" : 240000425 } ], "experiments" : [ ] } } Model: MacBookPro14,1, BootROM 451.120.7.0.0, 2 processors, Dual-Core Intel Core i7, 2.5 GHz, 16 GB, SMC 2.43f11 Graphics: Intel Iris Plus Graphics 640, Intel Iris Plus Graphics 640, Built-In Display: DELL U2415, 1200 x 1920, MirrorOff, Online Display: XV272U, 2560 x 1440 (QHD/WQHD - Wide Quad High Definition), Main, MirrorOff, Online Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320 Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320 AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x170), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1710.3) AirPort: Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports Network Service: Wi-Fi, AirPort, en0 PCI Card: pci8086,15f0, USB eXtensible Host Controller, Thunderbolt@133,0,0 USB Device: USB30Bus USB Device: USB2.0 Hub USB Device: USB-C Digital AV Multiport Adapter USB Device: USB3.0 Hub USB Device: USB31Bus USB Device: Dell dock USB Device: USB 10/100/1000 LAN USB Device: Dell dock USB Device: 4-Port USB 3.1 Hub USB Device: hub_device USB Device: hub_device USB Device: Dell dock USB Device: Dell dock USB Device: USB-C dongle USB Device: Dell dock USB Device: Dell dock USB Device: USB Audio USB Device: 4-Port USB 2.1 Hub USB Device: hub_device USB Device: hub_device USB Device: Texas Instruments USBtoI2C Solution USB Device: USB Receiver Thunderbolt Bus: MacBook Pro, Apple Inc., 41.5 Thunderbolt Device: WD19TB Thunderbolt Dock, Dell, 3, 40.40 ```
fzyzcjy commented 2 years ago

Good to know that this is not only seen by me. Anyway, flutter seems to have fixed the issue, and I have reported your report there as well just now

Rohithgilla12 commented 2 years ago

Ah, that's cool! It automatically fixes when that fix lands in stable or we upgrade our local projects to master or beta (when it lands)

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

fzyzcjy commented 1 year ago

bump until confirmed

rob-mur commented 1 year ago

Just to say that I'm experiencing this issue in CI even with the latest flutter master. (GitHub actions, ubuntu-lates, Android emulator)

Currently doing some testing to see how often it loses connection, and if there's any benefit to using macos/windows.

If it is very regular I would be in favour of a flutter test version (even if some features are lost). Although got web support to look at first.

fzyzcjy commented 1 year ago

@rob-mur That is a bug of Flutter (not this repo), could you please file a bug there if you still see it?

rob-mur commented 1 year ago

Yep of course, not saying it's your fault at all. I will do if I can get enough consistent log reports - it's not very consistent!

fzyzcjy commented 1 year ago

@rob-mur Take your time :) Maybe link to this issue as well in that bug report so I will know it (and flutter team will know some more context)

rob-mur commented 1 year ago

For now I think my two options are to either just use integration test for CI until they fix this, or to create a stripped down version of this tool for CI which doesn't need the manager/hot restarting. I'm leaning towards the former for now in the hopes they just fix the issue to avoid rewriting your tool!

fzyzcjy commented 1 year ago

I am also looking forward to they fixing this!

rob-mur commented 1 year ago

Hey, they've asked for a minimal repro that doesn't use your tester. Could you please point me towards how you got restart a running app?

(Otherwise I can look it up but it would save me some time!)

fzyzcjy commented 1 year ago

https://github.com/fzyzcjy/flutter_convenient_test/blob/918498156d73207fb1400a5a08982101cf8cbbb1/packages/convenient_test_manager_dart/lib/services/vm_service_wrapper_service.dart#L98

rob-mur commented 1 year ago

Thanks, I'll take a look when I can.

I've also tried recently moving to a hardware accelerated enabled (gpu passthrough + kvm enabled) self hosted Linux container and this seems to have reduced the incidence of the error.

Will keep you posted.

fzyzcjy commented 1 year ago

Btw I also reproduced yesterday. following is the error message.

the error is a little bit different from the one a few month ago indeed - now it is an exception

``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Incident Identifier: 8C4256F5-982E-4171-9B4C-B63CD1DE2C48 CrashReporter Key: 53B6528A-708B-97F1-C8EC-23F5626B537D Hardware Model: Macmini8,1 Process: Runner [29973] Path: /Users/USER/Library/Developer/CoreSimulator/Devices/A7259FE9-9C45-4BD0-8F60-ECA346EC38B5/data/Containers/Bundle/Application/33B4B25B-9B73-4A82-84C8-66A9FF62F3EB/Runner.app/Runner Identifier: com.cjy.yplusplus Version: 0.2.1 (130) Code Type: X86-64 (Native) Role: Foreground Parent Process: launchd_sim [96682] Coalition: com.apple.CoreSimulator.SimDevice.A7259FE9-9C45-4BD0-8F60-ECA346EC38B5 [14868] Responsible Process: SimulatorTrampoline [3862] Date/Time: 2022-10-23 20:35:11.0523 +0800 Launch Time: 2022-10-23 20:32:17.9186 +0800 OS Version: macOS 12.6 (21G115) Release Type: User Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 0 Last Exception Backtrace: 0 CoreFoundation 0x7fff204055f4 __exceptionPreprocess + 226 1 libobjc.A.dylib 0x7fff201a4a45 objc_exception_throw + 48 2 CoreFoundation 0x7fff204145ba +[NSObject(NSObject) instanceMethodSignatureForSelector:] + 0 3 CoreFoundation 0x7fff20409bbf ___forwarding___ + 1471 4 CoreFoundation 0x7fff2040bd48 _CF_forwarding_prep_0 + 120 5 UIKitCore 0x7fff2565e2dd +[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:] + 588 6 UIKitCore 0x7fff2565e6a4 +[UIView(UIViewAnimationWithBlocks) animateWithDuration:animations:completion:] + 30 7 Flutter 0x10ad34b23 -[FlutterViewController removeSplashScreenView:] + 178 8 Flutter 0x10ad3a76d std::__1::__function::__func<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'(), std::__1::allocator<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'()>, void ()>::operator()() + 197 9 Flutter 0x10b070875 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 163 10 Flutter 0x10b07683c fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 26 11 CoreFoundation 0x7fff20372d6e __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 12 CoreFoundation 0x7fff2037283c __CFRunLoopDoTimer + 915 13 CoreFoundation 0x7fff20371dfd __CFRunLoopDoTimers + 265 14 CoreFoundation 0x7fff2036c3e1 __CFRunLoopRun + 2016 15 CoreFoundation 0x7fff2036b704 CFRunLoopRunSpecific + 562 16 GraphicsServices 0x7fff2cba9c8e GSEventRunModal + 139 17 UIKitCore 0x7fff2509e65a -[UIApplication _run] + 928 18 UIKitCore 0x7fff250a32b5 UIApplicationMain + 101 19 Runner 0x1005be3ff main + 63 (AppDelegate.swift:7) 20 dyld_sim 0x107c17f21 start_sim + 10 21 dyld 0x11243b52e start + 462 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x7fff7017300e __pthread_kill + 10 1 libsystem_pthread.dylib 0x7fff701cb1ff pthread_kill + 263 2 libsystem_c.dylib 0x7fff2010b6b7 abort + 130 3 libc++abi.dylib 0x7fff2025a5a2 abort_message + 241 4 libc++abi.dylib 0x7fff2024b73d demangling_terminate_handler() + 266 5 libobjc.A.dylib 0x7fff20189d74 _objc_terminate() + 96 6 libc++abi.dylib 0x7fff202599c7 std::__terminate(void (*)()) + 8 7 libc++abi.dylib 0x7fff2025c204 __cxa_rethrow + 99 8 libobjc.A.dylib 0x7fff201a4baf objc_exception_rethrow + 37 9 CoreFoundation 0x7fff2036b825 CFRunLoopRunSpecific + 851 10 GraphicsServices 0x7fff2cba9c8e GSEventRunModal + 139 11 UIKitCore 0x7fff2509e65a -[UIApplication _run] + 928 12 UIKitCore 0x7fff250a32b5 UIApplicationMain + 101 13 Runner 0x1005be3ff main + 63 (AppDelegate.swift:7) 14 dyld_sim 0x107c17f21 start_sim + 10 15 dyld 0x11243b52e start + 462 Thread 1: 0 libsystem_pthread.dylib 0x7fff701c6f48 start_wqthread + 0 Thread 2:: com.apple.uikit.eventfetch-thread 0 libsystem_kernel.dylib 0x7fff7016c97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff7016cce8 mach_msg + 56 2 CoreFoundation 0x7fff20371acc __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7fff2036c0e2 __CFRunLoopRun + 1249 4 CoreFoundation 0x7fff2036b704 CFRunLoopRunSpecific + 562 5 Foundation 0x7fff20828049 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 6 Foundation 0x7fff208282c2 -[NSRunLoop(NSRunLoop) runUntilDate:] + 72 7 UIKitCore 0x7fff25161bda -[UIEventFetcher threadMain] + 491 8 Foundation 0x7fff208511a1 __NSThread__start__ + 1009 9 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 10 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 3:: io.flutter.1.ui 0 Flutter 0x10b4b54c7 dart::StackFrameIterator::NextFrame() + 519 1 Flutter 0x10b4946b4 dart::InlineCacheMissHandler(dart::Thread*, dart::Zone*, dart::GrowableArray const&, dart::ICData const&, dart::NativeArguments) + 68 2 Flutter 0x10b48ed4d dart::DRT_InlineCacheMissHandlerOneArg(dart::NativeArguments) + 605 3 ??? 0x10e8825c3 ??? 4 ??? 0x10e883563 ??? 5 ??? 0x11c083c70 ??? 6 ??? 0x11c083834 ??? 7 ??? 0x11c080a72 ??? 8 ??? 0x11bbffdfd ??? 9 ??? 0x11bbc538b ??? 10 ??? 0x11baa9bc6 ??? 11 ??? 0x11baa0277 ??? 12 ??? 0x11ba9f61a ??? 13 ??? 0x11baab5c7 ??? 14 ??? 0x11baaa46b ??? 15 ??? 0x11baa9eb0 ??? 16 ??? 0x11baa9bc6 ??? 17 ??? 0x11baa0277 ??? 18 ??? 0x11ba9f61a ??? 19 ??? 0x11baab5c7 ??? 20 ??? 0x11baaa46b ??? 21 ??? 0x11baa9eb0 ??? 22 ??? 0x11baa9bc6 ??? 23 ??? 0x11baa0277 ??? 24 ??? 0x11ba9f61a ??? 25 ??? 0x11baa111f ??? 26 ??? 0x11baa0277 ??? 27 ??? 0x11ba9f61a ??? 28 ??? 0x11baab5c7 ??? 29 ??? 0x11bbc6140 ??? 30 ??? 0x11baaa46b ??? 31 ??? 0x11baa9eb0 ??? 32 ??? 0x11bbc5696 ??? 33 ??? 0x11baa9bc6 ??? 34 ??? 0x11baa0277 ??? 35 ??? 0x11ba9f61a ??? 36 ??? 0x11baa111f ??? 37 ??? 0x11baa0277 ??? 38 ??? 0x11bbeac86 ??? 39 ??? 0x11bacd8c8 ??? 40 ??? 0x11baa0277 ??? 41 ??? 0x11ba9f61a ??? 42 ??? 0x11baab5c7 ??? 43 ??? 0x11baaa46b ??? 44 ??? 0x11baa9eb0 ??? 45 ??? 0x11baa9bc6 ??? 46 ??? 0x11baa0277 ??? 47 ??? 0x11ba9f61a ??? 48 ??? 0x11baab5c7 ??? 49 ??? 0x11baaa46b ??? 50 ??? 0x11baa9eb0 ??? 51 ??? 0x11baa9bc6 ??? 52 ??? 0x11baa0277 ??? 53 ??? 0x11ba9f61a ??? 54 ??? 0x11baab5c7 ??? 55 ??? 0x11baaa46b ??? 56 ??? 0x11baa9eb0 ??? 57 ??? 0x11baa9bc6 ??? 58 ??? 0x11bbcfed4 ??? 59 ??? 0x11baa0277 ??? 60 ??? 0x11ba9f61a ??? 61 ??? 0x11baab5c7 ??? 62 ??? 0x11baaa46b ??? 63 ??? 0x11baa9eb0 ??? 64 ??? 0x11baa9bc6 ??? 65 ??? 0x11baa0277 ??? 66 ??? 0x11ba9f61a ??? 67 ??? 0x11baa111f ??? 68 ??? 0x11baa0277 ??? 69 ??? 0x11ba9f61a ??? 70 ??? 0x11baa111f ??? 71 ??? 0x11baa0277 ??? 72 ??? 0x11ba9f61a ??? 73 ??? 0x11baab5c7 ??? 74 ??? 0x11baaa46b ??? 75 ??? 0x11baa9eb0 ??? 76 ??? 0x11baa9bc6 ??? 77 ??? 0x11baa0277 ??? 78 ??? 0x11ba9f61a ??? 79 ??? 0x11baab5c7 ??? 80 ??? 0x11baaa46b ??? 81 ??? 0x11baa9eb0 ??? 82 ??? 0x11baa9bc6 ??? 83 ??? 0x11baa0277 ??? 84 ??? 0x11ba9f61a ??? 85 ??? 0x11baa111f ??? 86 ??? 0x11baa0277 ??? 87 ??? 0x11ba9f61a ??? 88 ??? 0x11baab5c7 ??? 89 ??? 0x11baaa46b ??? 90 ??? 0x11baa9eb0 ??? 91 ??? 0x11baa9bc6 ??? 92 ??? 0x11baa0277 ??? 93 ??? 0x11ba9f61a ??? 94 ??? 0x11baab5c7 ??? 95 ??? 0x11bbc6140 ??? 96 ??? 0x11baaa46b ??? 97 ??? 0x11baa9eb0 ??? 98 ??? 0x11bbc5696 ??? 99 ??? 0x11baa9bc6 ??? 100 ??? 0x11baa0277 ??? 101 ??? 0x11ba9f61a ??? 102 ??? 0x11baab5c7 ??? 103 ??? 0x11baaa46b ??? 104 ??? 0x11baa9eb0 ??? 105 ??? 0x11baa9bc6 ??? 106 ??? 0x11baa0277 ??? 107 ??? 0x11ba9f61a ??? 108 ??? 0x11baab5c7 ??? 109 ??? 0x11bbc6140 ??? 110 ??? 0x11baaa46b ??? 111 ??? 0x11baa9eb0 ??? 112 ??? 0x11bbc5696 ??? 113 ??? 0x11baa9bc6 ??? 114 ??? 0x11baa0277 ??? 115 ??? 0x11ba9f61a ??? 116 ??? 0x11baab5c7 ??? 117 ??? 0x11baaa46b ??? 118 ??? 0x11baa9eb0 ??? 119 ??? 0x11baa9bc6 ??? 120 ??? 0x11baa0277 ??? 121 ??? 0x11ba9f61a ??? 122 ??? 0x11baab5c7 ??? 123 ??? 0x11baaa46b ??? 124 ??? 0x11baa9eb0 ??? 125 ??? 0x11baa9bc6 ??? 126 ??? 0x11baa0277 ??? 127 ??? 0x11ba9f51e ??? 128 ??? 0x11bbb7b5c ??? 129 ??? 0x11ba9f186 ??? 130 ??? 0x11ba9e367 ??? 131 ??? 0x11bbb2e46 ??? 132 ??? 0x11bbb2ae0 ??? 133 ??? 0x11baaa46b ??? 134 ??? 0x11ba95efe ??? 135 ??? 0x11badd9d8 ??? 136 ??? 0x11badd470 ??? 137 ??? 0x11badd3ad ??? 138 ??? 0x11badcebf ??? 139 ??? 0x11badbd7f ??? 140 ??? 0x11badb632 ??? 141 ??? 0x11b5662c2 ??? 142 ??? 0x11b5660ca ??? 143 ??? 0x119c07861 ??? 144 ??? 0x119c075c9 ??? 145 ??? 0x119c06ed3 ??? 146 ??? 0x11a3acc9f ??? 147 ??? 0x10ee1579e ??? 148 ??? 0x11b565f65 ??? 149 ??? 0x11b565e6f ??? 150 ??? 0x11b565dc9 ??? 151 ??? 0x10e882a0c ??? 152 Flutter 0x10b35c4e8 dart::DartEntry::InvokeCode(dart::Code const&, unsigned long, dart::Array const&, dart::Array const&, dart::Thread*) + 296 153 Flutter 0x10b35c36b dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long) + 299 154 Flutter 0x10b35cb3e dart::DartEntry::InvokeCallable(dart::Thread*, dart::Function const&, dart::Array const&, dart::Array const&) + 334 155 Flutter 0x10b68c13c Dart_InvokeClosure + 972 156 Flutter 0x10b18542b tonic::DartInvokeVoid(_Dart_Handle*) + 15 157 Flutter 0x10b275b82 flutter::PlatformConfiguration::BeginFrame(fml::TimePoint, unsigned long long) + 302 158 Flutter 0x10b30d797 flutter::RuntimeController::BeginFrame(fml::TimePoint, unsigned long long) + 43 159 Flutter 0x10b15745a flutter::Animator::BeginFrame(std::__1::unique_ptr >) + 458 160 Flutter 0x10b15a441 std::__1::__function::__func, void (std::__1::unique_ptr >)>::operator()(std::__1::unique_ptr >&&) + 99 161 Flutter 0x10b17f9af std::__1::__function::__func, void ()>::operator()() + 117 162 Flutter 0x10b070875 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 163 163 Flutter 0x10b07683c fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 26 164 CoreFoundation 0x7fff20372d6e __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 165 CoreFoundation 0x7fff2037283c __CFRunLoopDoTimer + 915 166 CoreFoundation 0x7fff20371dfd __CFRunLoopDoTimers + 265 167 CoreFoundation 0x7fff2036c3e1 __CFRunLoopRun + 2016 168 CoreFoundation 0x7fff2036b704 CFRunLoopRunSpecific + 562 169 Flutter 0x10b076979 fml::MessageLoopDarwin::Run() + 65 170 Flutter 0x10b070786 fml::MessageLoopImpl::DoRun() + 22 171 Flutter 0x10b075877 void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 169 172 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 173 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 4:: io.flutter.1.raster 0 libsystem_kernel.dylib 0x7fff7016c97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff7016cce8 mach_msg + 56 2 CoreFoundation 0x7fff20371acc __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7fff2036c0e2 __CFRunLoopRun + 1249 4 CoreFoundation 0x7fff2036b704 CFRunLoopRunSpecific + 562 5 Flutter 0x10b076979 fml::MessageLoopDarwin::Run() + 65 6 Flutter 0x10b070786 fml::MessageLoopImpl::DoRun() + 22 7 Flutter 0x10b075877 void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 169 8 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 5:: io.flutter.1.io 0 libsystem_kernel.dylib 0x7fff7016c97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff7016cce8 mach_msg + 56 2 CoreFoundation 0x7fff20371acc __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7fff2036c0e2 __CFRunLoopRun + 1249 4 CoreFoundation 0x7fff2036b704 CFRunLoopRunSpecific + 562 5 Flutter 0x10b076979 fml::MessageLoopDarwin::Run() + 65 6 Flutter 0x10b070786 fml::MessageLoopImpl::DoRun() + 22 7 Flutter 0x10b075877 void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 169 8 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 6:: io.flutter.1.profiler 0 libsystem_kernel.dylib 0x7fff7016c97a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7fff7016cce8 mach_msg + 56 2 CoreFoundation 0x7fff20371acc __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7fff2036c0e2 __CFRunLoopRun + 1249 4 CoreFoundation 0x7fff2036b704 CFRunLoopRunSpecific + 562 5 Flutter 0x10b076979 fml::MessageLoopDarwin::Run() + 65 6 Flutter 0x10b070786 fml::MessageLoopImpl::DoRun() + 22 7 Flutter 0x10b075877 void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*) + 169 8 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 7:: io.worker.1 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027d632 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10b06d889 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10b06e045 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 8:: io.worker.2 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027d632 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10b06d889 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10b06e045 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 9:: io.worker.3 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027d632 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10b06d889 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10b06e045 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 10:: io.worker.4 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027d632 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10b06d889 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10b06e045 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 11:: io.worker.5 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027d632 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10b06d889 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10b06e045 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 12:: io.worker.6 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027d632 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10b06d889 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10b06e045 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 13:: io.worker.7 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027d632 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10b06d889 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10b06e045 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 14:: io.worker.8 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027d632 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10b06d889 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10b06e045 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 15:: io.worker.9 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027d632 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10b06d889 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10b06e045 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 16:: io.worker.10 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027d632 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10b06d889 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10b06e045 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 17:: io.worker.11 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027d632 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10b06d889 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10b06e045 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 18:: io.worker.12 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 libc++.1.dylib 0x7fff2027d632 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 Flutter 0x10b06d889 fml::ConcurrentMessageLoop::WorkerMain() + 187 4 Flutter 0x10b06e045 void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*) + 190 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 19:: dart:io EventHandler 0 libsystem_kernel.dylib 0x7fff7017134e kevent + 10 1 Flutter 0x10b27d928 dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 344 2 Flutter 0x10b29c6e8 dart::bin::ThreadStart(void*) + 40 3 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 4 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 20:: Dart Profiler ThreadInterrupter 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cbaa4 _pthread_cond_wait + 1302 2 Flutter 0x10b440e96 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x10b4c481f dart::ThreadInterrupter::ThreadMain(unsigned long) + 303 4 Flutter 0x10b44048f dart::ThreadStart(void*) + 159 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 21:: Dart Profiler SampleBlockProcessor 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cbaa4 _pthread_cond_wait + 1302 2 Flutter 0x10b440e96 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x10b446605 dart::SampleBlockProcessor::ThreadMain(unsigned long) + 181 4 Flutter 0x10b44048f dart::ThreadStart(void*) + 159 5 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 22:: DartWorker 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cbaa4 _pthread_cond_wait + 1302 2 Flutter 0x10b440e96 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x10b37bbff dart::MutatorThreadPool::OnEnterIdleLocked(dart::MonitorLocker*) + 207 4 Flutter 0x10b4c53ad dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 109 5 Flutter 0x10b4c5769 dart::ThreadPool::Worker::Main(unsigned long) + 121 6 Flutter 0x10b44048f dart::ThreadStart(void*) + 159 7 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 8 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 23:: DartWorker 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cbaa4 _pthread_cond_wait + 1302 2 Flutter 0x10b440e96 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x10b4c557f dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 575 4 Flutter 0x10b4c5769 dart::ThreadPool::Worker::Main(unsigned long) + 121 5 Flutter 0x10b44048f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 7 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 24:: DartWorker 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cbaa4 _pthread_cond_wait + 1302 2 Flutter 0x10b440e96 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x10b4c557f dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 575 4 Flutter 0x10b4c5769 dart::ThreadPool::Worker::Main(unsigned long) + 121 5 Flutter 0x10b44048f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 7 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 25:: DartWorker 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cbaa4 _pthread_cond_wait + 1302 2 Flutter 0x10b440e96 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x10b4c557f dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 575 4 Flutter 0x10b4c5769 dart::ThreadPool::Worker::Main(unsigned long) + 121 5 Flutter 0x10b44048f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 7 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 26: 0 libsystem_pthread.dylib 0x7fff701c6f48 start_wqthread + 0 Thread 27:: frb_executor 0 libsystem_kernel.dylib 0x7fff7016ebd2 __psynch_mutexwait + 10 1 libsystem_pthread.dylib 0x7fff701c8e7e _pthread_mutex_firstfit_lock_wait + 76 2 libsystem_pthread.dylib 0x7fff701c6cbb _pthread_mutex_firstfit_lock_slow + 205 3 Runner 0x101d8a26d std::sys::unix::locks::pthread_mutex::Mutex::lock::h0d461aabab2697bc + 29 4 Runner 0x101d89dfe std::sys_common::mutex::MovableMutex::raw_lock::h2aca872d8e56af84 + 30 5 Runner 0x101d96b34 std::sync::mutex::Mutex$LT$T$GT$::lock::hf122b843aa72f86f + 36 6 Runner 0x101d84f9b threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::h5891a0ebbd3f8a3d + 363 (lib.rs:753) 7 Runner 0x101d89f31 std::sys_common::backtrace::__rust_begin_short_backtrace::h74c4aa4d5374af09 + 17 8 Runner 0x101d83591 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h4014504b766bda0c + 17 (mod.rs:505) 9 Runner 0x101d89d51 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h5df5e0305da99264 + 17 10 Runner 0x101d86d2a std::panicking::try::do_call::hb3e40a10abbd6382 + 42 (panicking.rs:492) 11 Runner 0x101d899fd __rust_try + 29 12 Runner 0x101d86c72 std::panicking::try::h8cb11d5b7d720002 + 66 (panicking.rs:456) 13 Runner 0x101d86b71 std::panic::catch_unwind::h757d97d5f5508489 + 17 (panic.rs:137) 14 Runner 0x101d83405 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hb0f2e5b01f6b6837 + 293 (mod.rs:504) 15 Runner 0x101d86fa1 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h6c5d052c027ca8b2 + 17 (function.rs:248) 16 Runner 0x1021e7e2a _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h8cd88be21e4b69af + 6 (boxed.rs:1935) [inlined] 17 Runner 0x1021e7e2a _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hd25d3853b19b078e + 13 (boxed.rs:1935) [inlined] 18 Runner 0x1021e7e2a std::sys::unix::thread::Thread::new::thread_start::h718fcea7881a6993 + 26 (thread.rs:108) 19 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 20 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 28:: frb_executor 0 libsystem_kernel.dylib 0x7fff7016ebd2 __psynch_mutexwait + 10 1 libsystem_pthread.dylib 0x7fff701c8e7e _pthread_mutex_firstfit_lock_wait + 76 2 libsystem_pthread.dylib 0x7fff701c6cbb _pthread_mutex_firstfit_lock_slow + 205 3 Runner 0x101d8a26d std::sys::unix::locks::pthread_mutex::Mutex::lock::h0d461aabab2697bc + 29 4 Runner 0x101d89dfe std::sys_common::mutex::MovableMutex::raw_lock::h2aca872d8e56af84 + 30 5 Runner 0x101d96b34 std::sync::mutex::Mutex$LT$T$GT$::lock::hf122b843aa72f86f + 36 6 Runner 0x101d84f9b threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::h5891a0ebbd3f8a3d + 363 (lib.rs:753) 7 Runner 0x101d89f31 std::sys_common::backtrace::__rust_begin_short_backtrace::h74c4aa4d5374af09 + 17 8 Runner 0x101d83591 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h4014504b766bda0c + 17 (mod.rs:505) 9 Runner 0x101d89d51 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h5df5e0305da99264 + 17 10 Runner 0x101d86d2a std::panicking::try::do_call::hb3e40a10abbd6382 + 42 (panicking.rs:492) 11 Runner 0x101d899fd __rust_try + 29 12 Runner 0x101d86c72 std::panicking::try::h8cb11d5b7d720002 + 66 (panicking.rs:456) 13 Runner 0x101d86b71 std::panic::catch_unwind::h757d97d5f5508489 + 17 (panic.rs:137) 14 Runner 0x101d83405 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hb0f2e5b01f6b6837 + 293 (mod.rs:504) 15 Runner 0x101d86fa1 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h6c5d052c027ca8b2 + 17 (function.rs:248) 16 Runner 0x1021e7e2a _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h8cd88be21e4b69af + 6 (boxed.rs:1935) [inlined] 17 Runner 0x1021e7e2a _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hd25d3853b19b078e + 13 (boxed.rs:1935) [inlined] 18 Runner 0x1021e7e2a std::sys::unix::thread::Thread::new::thread_start::h718fcea7881a6993 + 26 (thread.rs:108) 19 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 20 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 29:: frb_executor 0 libsystem_kernel.dylib 0x7fff7016ebd2 __psynch_mutexwait + 10 1 libsystem_pthread.dylib 0x7fff701c8e7e _pthread_mutex_firstfit_lock_wait + 76 2 libsystem_pthread.dylib 0x7fff701c6cbb _pthread_mutex_firstfit_lock_slow + 205 3 Runner 0x101d8a26d std::sys::unix::locks::pthread_mutex::Mutex::lock::h0d461aabab2697bc + 29 4 Runner 0x101d89dfe std::sys_common::mutex::MovableMutex::raw_lock::h2aca872d8e56af84 + 30 5 Runner 0x101d96b34 std::sync::mutex::Mutex$LT$T$GT$::lock::hf122b843aa72f86f + 36 6 Runner 0x101d84f9b threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::h5891a0ebbd3f8a3d + 363 (lib.rs:753) 7 Runner 0x101d89f31 std::sys_common::backtrace::__rust_begin_short_backtrace::h74c4aa4d5374af09 + 17 8 Runner 0x101d83591 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h4014504b766bda0c + 17 (mod.rs:505) 9 Runner 0x101d89d51 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h5df5e0305da99264 + 17 10 Runner 0x101d86d2a std::panicking::try::do_call::hb3e40a10abbd6382 + 42 (panicking.rs:492) 11 Runner 0x101d899fd __rust_try + 29 12 Runner 0x101d86c72 std::panicking::try::h8cb11d5b7d720002 + 66 (panicking.rs:456) 13 Runner 0x101d86b71 std::panic::catch_unwind::h757d97d5f5508489 + 17 (panic.rs:137) 14 Runner 0x101d83405 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hb0f2e5b01f6b6837 + 293 (mod.rs:504) 15 Runner 0x101d86fa1 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h6c5d052c027ca8b2 + 17 (function.rs:248) 16 Runner 0x1021e7e2a _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h8cd88be21e4b69af + 6 (boxed.rs:1935) [inlined] 17 Runner 0x1021e7e2a _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hd25d3853b19b078e + 13 (boxed.rs:1935) [inlined] 18 Runner 0x1021e7e2a std::sys::unix::thread::Thread::new::thread_start::h718fcea7881a6993 + 26 (thread.rs:108) 19 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 20 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 30:: frb_executor 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 Runner 0x1021c099b std::sys::unix::thread_parker::wait::hb1b64e899588e35f + 11 (thread_parker.rs:41) [inlined] 3 Runner 0x1021c099b std::sys::unix::thread_parker::Parker::park::hd048887321f76cea + 62 (thread_parker.rs:183) [inlined] 4 Runner 0x1021c099b std::thread::park::hbd513f7f7b1b04ef + 91 (mod.rs:933) 5 Runner 0x1021d9fa5 std::sync::mpsc::blocking::WaitToken::wait::heb565e77a2f0e01d + 37 (blocking.rs:67) 6 Runner 0x101d8c1fa std::sync::mpsc::stream::Packet$LT$T$GT$::recv::h94d16bddfe384007 + 506 7 Runner 0x101d8d753 std::sync::mpsc::Receiver$LT$T$GT$::recv::h605257278e30d787 + 499 8 Runner 0x101d85016 threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::h5891a0ebbd3f8a3d + 486 (lib.rs:757) 9 Runner 0x101d89f31 std::sys_common::backtrace::__rust_begin_short_backtrace::h74c4aa4d5374af09 + 17 10 Runner 0x101d83591 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h4014504b766bda0c + 17 (mod.rs:505) 11 Runner 0x101d89d51 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h5df5e0305da99264 + 17 12 Runner 0x101d86d2a std::panicking::try::do_call::hb3e40a10abbd6382 + 42 (panicking.rs:492) 13 Runner 0x101d899fd __rust_try + 29 14 Runner 0x101d86c72 std::panicking::try::h8cb11d5b7d720002 + 66 (panicking.rs:456) 15 Runner 0x101d86b71 std::panic::catch_unwind::h757d97d5f5508489 + 17 (panic.rs:137) 16 Runner 0x101d83405 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hb0f2e5b01f6b6837 + 293 (mod.rs:504) 17 Runner 0x101d86fa1 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h6c5d052c027ca8b2 + 17 (function.rs:248) 18 Runner 0x1021e7e2a _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h8cd88be21e4b69af + 6 (boxed.rs:1935) [inlined] 19 Runner 0x1021e7e2a _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hd25d3853b19b078e + 13 (boxed.rs:1935) [inlined] 20 Runner 0x1021e7e2a std::sys::unix::thread::Thread::new::thread_start::h718fcea7881a6993 + 26 (thread.rs:108) 21 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 22 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 31:: DartWorker 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cbaa4 _pthread_cond_wait + 1302 2 Flutter 0x10b440e96 dart::Monitor::WaitMicros(long long) + 134 3 Flutter 0x10b4c557f dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*) + 575 4 Flutter 0x10b4c5769 dart::ThreadPool::Worker::Main(unsigned long) + 121 5 Flutter 0x10b44048f dart::ThreadStart(void*) + 159 6 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 7 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 32:: sentry-transport 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 Runner 0x1021c099b std::sys::unix::thread_parker::wait::hb1b64e899588e35f + 11 (thread_parker.rs:41) [inlined] 3 Runner 0x1021c099b std::sys::unix::thread_parker::Parker::park::hd048887321f76cea + 62 (thread_parker.rs:183) [inlined] 4 Runner 0x1021c099b std::thread::park::hbd513f7f7b1b04ef + 91 (mod.rs:933) 5 Runner 0x1021d9fa5 std::sync::mpsc::blocking::WaitToken::wait::heb565e77a2f0e01d + 37 (blocking.rs:67) 6 Runner 0x100ee89c5 std::sync::mpsc::sync::wait::h3679d8926e1648e3 + 389 7 Runner 0x100ee6403 std::sync::mpsc::sync::Packet$LT$T$GT$::recv::hd5312daabd9ca971 + 403 8 Runner 0x100ef025c std::sync::mpsc::Receiver$LT$T$GT$::recv::h097d58e01150c34e + 252 9 Runner 0x100ef215d _$LT$std..sync..mpsc..IntoIter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::h433abb2177ea18e7 + 29 10 Runner 0x100ee3ae2 sentry::transports::thread::TransportThread::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hf33c6eb01f7a3a83 + 418 11 Runner 0x100eee910 _$LT$core..future..from_generator..GenFuture$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h1c00e2c436b1fc00 + 80 12 Runner 0x100ecab16 _$LT$core..pin..Pin$LT$P$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h7d2e2d60eec2bbe7 + 70 (future.rs:124) 13 Runner 0x100eed4da tokio::runtime::basic_scheduler::Inner$LT$P$GT$::block_on::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::he384dc925cd8fed5 + 58 14 Runner 0x100ef1880 tokio::coop::with_budget::_$u7b$$u7b$closure$u7d$$u7d$::h3d42d4836fd0a255 + 176 15 Runner 0x100ee123e std::thread::local::LocalKey$LT$T$GT$::try_with::hc0902661abaf0486 + 206 16 Runner 0x100ee094c std::thread::local::LocalKey$LT$T$GT$::with::hb9c11c96e6bc940b + 44 17 Runner 0x100eecc7e tokio::runtime::basic_scheduler::Inner$LT$P$GT$::block_on::_$u7b$$u7b$closure$u7d$$u7d$::h7d141aeecb4fe5f9 + 750 18 Runner 0x100eedc91 tokio::runtime::basic_scheduler::enter::_$u7b$$u7b$closure$u7d$$u7d$::h9e0ebee011e5f1f3 + 49 19 Runner 0x100eca719 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::h93a37fd35c00fec0 + 153 (scoped_tls.rs:61) 20 Runner 0x100eedc1b tokio::runtime::basic_scheduler::enter::h8668271e3d3ad2aa + 715 21 Runner 0x100eec97d tokio::runtime::basic_scheduler::Inner$LT$P$GT$::block_on::h39013c2d70c79b02 + 29 22 Runner 0x100eed554 tokio::runtime::basic_scheduler::InnerGuard$LT$P$GT$::block_on::h5fe6627b5e21a575 + 100 23 Runner 0x100eed637 tokio::runtime::basic_scheduler::BasicScheduler$LT$P$GT$::block_on::h4454c77c92de80d5 + 199 24 Runner 0x100ee2d67 tokio::runtime::Runtime::block_on::hc41bf56cf25076cf + 199 25 Runner 0x100ee38cd sentry::transports::thread::TransportThread::new::_$u7b$$u7b$closure$u7d$$u7d$::h85a2a0d3b7532185 + 461 26 Runner 0x100eda292 std::sys_common::backtrace::__rust_begin_short_backtrace::h32c6c390313479d7 + 34 27 Runner 0x100ee9d42 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hd0a0ad1d5800eda7 + 34 28 Runner 0x100ecdea2 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2d24619f97884751 + 34 (unwind_safe.rs:271) 29 Runner 0x100ecf134 std::panicking::try::do_call::h22670b725a59c6e5 + 68 (panicking.rs:492) 30 Runner 0x100ed3e0d __rust_try + 29 31 Runner 0x100ecf06f std::panicking::try::h1930786fac178a31 + 127 (panicking.rs:456) 32 Runner 0x100ec3262 std::panic::catch_unwind::h8467e46ff866c127 + 34 (panic.rs:137) 33 Runner 0x100ee9bae std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hb102881fc2679145 + 350 34 Runner 0x100ef6251 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h01af6e7d5df95ccc + 17 35 Runner 0x1021e7e2a _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h8cd88be21e4b69af + 6 (boxed.rs:1935) [inlined] 36 Runner 0x1021e7e2a _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hd25d3853b19b078e + 13 (boxed.rs:1935) [inlined] 37 Runner 0x1021e7e2a std::sys::unix::thread::Thread::new::thread_start::h718fcea7881a6993 + 26 (thread.rs:108) 38 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 39 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 33:: sentry-session-flusher 0 libsystem_kernel.dylib 0x7fff7016f3ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7fff701cba6f _pthread_cond_wait + 1249 2 Runner 0x1021e8a3f std::sys::unix::locks::pthread_condvar::Condvar::wait_timeout::h768032430d0c1634 + 255 (pthread_condvar.rs:190) 3 Runner 0x10189dd7d std::sys_common::condvar::Condvar::wait_timeout::hfa7fdea18aa81b57 + 93 (condvar.rs:54) 4 Runner 0x101881885 std::sync::condvar::Condvar::wait_timeout::hb51060c0a2074b03 + 165 (condvar.rs:387) 5 Runner 0x1018614e0 sentry_core::session::SessionFlusher::new::_$u7b$$u7b$closure$u7d$$u7d$::hb117508e2de14a3e + 432 (session.rs:216) 6 Runner 0x101869248 std::sys_common::backtrace::__rust_begin_short_backtrace::h7de51fc7d53215df + 40 (backtrace.rs:122) 7 Runner 0x1018ac878 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hfa753c8374e90632 + 40 (mod.rs:505) 8 Runner 0x1018691f8 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h61fe48a02ad91172 + 40 (unwind_safe.rs:271) 9 Runner 0x10185dfa1 std::panicking::try::do_call::h0a28deda050ca874 + 65 (panicking.rs:492) 10 Runner 0x10186311d __rust_try + 29 11 Runner 0x10185dee5 std::panicking::try::he4cba23dbf1f0047 + 133 (panicking.rs:456) 12 Runner 0x1018a9db8 std::panic::catch_unwind::h1bac3f5777253946 + 40 (panic.rs:137) 13 Runner 0x1018ac681 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h8d000797aeddba87 + 337 (mod.rs:504) 14 Runner 0x10189ed81 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h6ff8f040c181c669 + 17 (function.rs:248) 15 Runner 0x1021e7e2a _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h8cd88be21e4b69af + 6 (boxed.rs:1935) [inlined] 16 Runner 0x1021e7e2a _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hd25d3853b19b078e + 13 (boxed.rs:1935) [inlined] 17 Runner 0x1021e7e2a std::sys::unix::thread::Thread::new::thread_start::h718fcea7881a6993 + 26 (thread.rs:108) 18 libsystem_pthread.dylib 0x7fff701cb4e1 _pthread_start + 125 19 libsystem_pthread.dylib 0x7fff701c6f6b thread_start + 15 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00000001124b6600 rcx: 0x00007ff7bf943aa8 rdx: 0x0000000000000000 rdi: 0x0000000000000103 rsi: 0x0000000000000006 rbp: 0x00007ff7bf943ad0 rsp: 0x00007ff7bf943aa8 r8: 0x00007ff7bf943970 r9: 0x00007ff7bf943bd0 r10: 0x0000000000000000 r11: 0x0000000000000246 r12: 0x0000000000000103 r13: 0x0000003000000008 r14: 0x0000000000000006 r15: 0x0000000000000016 rip: 0x00007fff7017300e rfl: 0x0000000000000246 cr2: 0x00007fff200f9000 Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133 Binary Images: 0x7fff7016b000 - 0x7fff701a2fff libsystem_kernel.dylib (*) <8cc28466-fd2f-3c80-9834-9525b7beac19> /usr/lib/system/libsystem_kernel.dylib 0x7fff701c5000 - 0x7fff701d0fff libsystem_pthread.dylib (*) /usr/lib/system/libsystem_pthread.dylib 0x7fff2008d000 - 0x7fff20112fff libsystem_c.dylib (*) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_c.dylib 0x7fff2024a000 - 0x7fff2025ffff libc++abi.dylib (*) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++abi.dylib 0x7fff20184000 - 0x7fff201b6fff libobjc.A.dylib (*) <791e787b-f11e-36d6-925b-5c10df76d693> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib 0x7fff202f0000 - 0x7fff20693fff com.apple.CoreFoundation (6.9) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x7fff2cba6000 - 0x7fff2cbaefff com.apple.GraphicsServices (1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x7fff243c3000 - 0x7fff25980fff com.apple.UIKitCore (1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x1005ba000 - 0x103abdfff com.cjy.yplusplus (0.2.1) <12efd4f4-e18e-3760-abc4-61d33f4f0e0e> /Users/USER/Library/Developer/CoreSimulator/Devices/A7259FE9-9C45-4BD0-8F60-ECA346EC38B5/data/Containers/Bundle/Application/33B4B25B-9B73-4A82-84C8-66A9FF62F3EB/Runner.app/Runner 0x107c16000 - 0x107c63fff dyld_sim (*) <7276a69b-e3b9-3f23-957f-061350a501b4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim 0x112436000 - 0x1124a1fff dyld (*) <71febccd-d9dc-3599-9971-2b3407c588a8> /usr/lib/dyld 0x7fff20704000 - 0x7fff209bdfff com.apple.Foundation (6.9) <9827fa7d-2500-32d7-aaaf-288e38b126ab> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation 0x10ad0c000 - 0x10c938fff io.flutter.flutter (1.0) <4c4c4466-5555-3144-a13c-1718f717445e> /Users/USER/Library/Developer/CoreSimulator/Devices/A7259FE9-9C45-4BD0-8F60-ECA346EC38B5/data/Containers/Bundle/Application/33B4B25B-9B73-4A82-84C8-66A9FF62F3EB/Runner.app/Frameworks/Flutter.framework/Flutter 0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ??? 0x7fff20275000 - 0x7fff202cafff libc++.1.dylib (*) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib EOF ----------- Full Report ----------- {"app_name":"Runner","timestamp":"2022-10-23 20:35:36.00 +0800","app_version":"0.2.1","slice_uuid":"12efd4f4-e18e-3760-abc4-61d33f4f0e0e","build_version":"130","platform":7,"bundleID":"com.cjy.yplusplus","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.6 (21G115)","incident_id":"8C4256F5-982E-4171-9B4C-B63CD1DE2C48","name":"Runner"} { "uptime" : 100000, "procLaunch" : "2022-10-23 20:32:17.9186 +0800", "procRole" : "Foreground", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "Macmini8,1", "procStartAbsTime" : 105902179606144, "coalitionID" : 14868, "osVersion" : { "train" : "macOS 12.6", "build" : "21G115", "releaseType" : "User" }, "captureTime" : "2022-10-23 20:35:11.0523 +0800", "incident" : "8C4256F5-982E-4171-9B4C-B63CD1DE2C48", "bug_type" : "309", "pid" : 29973, "procExitAbsTime" : 106075227045988, "cpuType" : "X86-64", "procName" : "Runner", "procPath" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/A7259FE9-9C45-4BD0-8F60-ECA346EC38B5\/data\/Containers\/Bundle\/Application\/33B4B25B-9B73-4A82-84C8-66A9FF62F3EB\/Runner.app\/Runner", "bundleInfo" : {"CFBundleShortVersionString":"0.2.1","CFBundleVersion":"130","CFBundleIdentifier":"com.cjy.yplusplus"}, "storeInfo" : {"deviceIdentifierForVendor":"7AA98491-1B15-59D3-8B8C-B46EDD868A61","thirdParty":true}, "parentProc" : "launchd_sim", "parentPid" : 96682, "coalitionName" : "com.apple.CoreSimulator.SimDevice.A7259FE9-9C45-4BD0-8F60-ECA346EC38B5", "crashReporterKey" : "53B6528A-708B-97F1-C8EC-23F5626B537D", "responsiblePid" : 3862, "responsibleProc" : "SimulatorTrampoline", "wakeTime" : 17282, "bridgeVersion" : {"build":"19P6067","train":"6.6"}, "sleepWakeUUID" : "9DC9B4D1-F42D-400E-BDA6-158607C90AC9", "sip" : "enabled", "isCorpse" : 1, "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"}, "asiBacktraces" : ["0 CoreFoundation 0x00007fff20405604 __exceptionPreprocess + 242\n1 libobjc.A.dylib 0x00007fff201a4a45 objc_exception_throw + 48\n2 CoreFoundation 0x00007fff204145ba +[NSObject(NSObject) instanceMethodSignatureForSelector:] + 0\n3 CoreFoundation 0x00007fff20409bbf ___forwarding___ + 1471\n4 CoreFoundation 0x00007fff2040bd48 _CF_forwarding_prep_0 + 120\n5 UIKitCore 0x00007fff2565e2dd +[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:] + 588\n6 UIKitCore 0x00007fff2565e6a4 +[UIView(UIViewAnimationWithBlocks) animateWithDuration:animations:completion:] + 30\n7 Flutter 0x000000010ad34b23 -[FlutterViewController removeSplashScreenView:] + 178\n8 Flutter 0x000000010ad3a76d _ZNSt3__110__function6__funcIZZ50-[FlutterViewController installFirstFrameCallback]ENK3$_0clEvEUlvE_NS_9allocatorIS3_EEFvvEEclEv + 197\n9 Flutter 0x000000010b070875 _ZN3fml15MessageLoopImpl10FlushTasksENS_9FlushTypeE + 163\n10 Flutter 0x000000010b07683c _ZN3fml17MessageLoopDarwin11OnTimerFireEP16__CFRunLoopTimerPS0_ + 26\n11 CoreFoundation 0x00007fff20372d6e __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20\n12 CoreFoundation 0x00007fff2037283c __CFRunLoopDoTimer + 915\n13 CoreFoundation 0x00007fff20371dfd __CFRunLoopDoTimers + 265\n14 CoreFoundation 0x00007fff2036c3e1 __CFRunLoopRun + 2016\n15 CoreFoundation 0x00007fff2036b704 CFRunLoopRunSpecific + 562\n16 GraphicsServices 0x00007fff2cba9c8e GSEventRunModal + 139\n17 UIKitCore 0x00007fff2509e65a -[UIApplication _run] + 928\n18 UIKitCore 0x00007fff250a32b5 UIApplicationMain + 101\n19 Runner 0x00000001005be3ff main + 63\n20 dyld 0x0000000107c17f21 start_sim + 10\n21 ??? 0x000000011243b52e 0x0 + 4601394478"], "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":1},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0}, "lastExceptionBacktrace" : [{"imageOffset":1136116,"symbol":"__exceptionPreprocess","symbolLocation":226,"imageIndex":5},{"imageOffset":133701,"symbol":"objc_exception_throw","symbolLocation":48,"imageIndex":4},{"imageOffset":1197498,"symbol":"+[NSObject(NSObject) instanceMethodSignatureForSelector:]","symbolLocation":0,"imageIndex":5},{"imageOffset":1153983,"symbol":"___forwarding___","symbolLocation":1471,"imageIndex":5},{"imageOffset":1162568,"symbol":"_CF_forwarding_prep_0","symbolLocation":120,"imageIndex":5},{"imageOffset":19509981,"symbol":"+[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:]","symbolLocation":588,"imageIndex":7},{"imageOffset":19510948,"symbol":"+[UIView(UIViewAnimationWithBlocks) animateWithDuration:animations:completion:]","symbolLocation":30,"imageIndex":7},{"imageOffset":166691,"symbol":"-[FlutterViewController removeSplashScreenView:]","symbolLocation":178,"imageIndex":12},{"imageOffset":190317,"symbol":"std::__1::__function::__func<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'(), std::__1::allocator<-[FlutterViewController installFirstFrameCallback]::$_0::operator()() const::'lambda'()>, void ()>::operator()()","symbolLocation":197,"imageIndex":12},{"imageOffset":3557493,"symbol":"fml::MessageLoopImpl::FlushTasks(fml::FlushType)","symbolLocation":163,"imageIndex":12},{"imageOffset":3582012,"symbol":"fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*)","symbolLocation":26,"imageIndex":12},{"imageOffset":535918,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__","symbolLocation":20,"imageIndex":5},{"imageOffset":534588,"symbol":"__CFRunLoopDoTimer","symbolLocation":915,"imageIndex":5},{"imageOffset":531965,"symbol":"__CFRunLoopDoTimers","symbolLocation":265,"imageIndex":5},{"imageOffset":508897,"symbol":"__CFRunLoopRun","symbolLocation":2016,"imageIndex":5},{"imageOffset":505604,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":5},{"imageOffset":15502,"symbol":"GSEventRunModal","symbolLocation":139,"imageIndex":6},{"imageOffset":13481562,"symbol":"-[UIApplication _run]","symbolLocation":928,"imageIndex":7},{"imageOffset":13501109,"symbol":"UIApplicationMain","symbolLocation":101,"imageIndex":7},{"imageOffset":17407,"sourceLine":7,"sourceFile":"AppDelegate.swift","symbol":"main","imageIndex":8,"symbolLocation":63},{"imageOffset":7969,"symbol":"start_sim","symbolLocation":10,"imageIndex":9},{"imageOffset":21806,"symbol":"start","symbolLocation":462,"imageIndex":10}], "faultingThread" : 0, "threads" : [{"triggered":true,"id":1916538,"threadState":{"r13":{"value":206158430216},"rax":{"value":0},"rflags":{"value":582},"cpu":{"value":0},"r14":{"value":6},"rsi":{"value":6},"r8":{"value":140702047811952},"cr2":{"value":140733731278848},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":140702047812560},"r15":{"value":22},"rbx":{"value":4601898496,"symbolLocation":0,"symbol":"_main_thread"},"trap":{"value":133},"err":{"value":33554760},"r11":{"value":582},"rip":{"value":140735073955854,"matchesCrashFrame":1},"rbp":{"value":140702047812304},"rsp":{"value":140702047812264},"r12":{"value":259},"rcx":{"value":140702047812264},"flavor":"x86_THREAD_STATE","rdi":{"value":259}},"queue":"com.apple.main-thread","frames":[{"imageOffset":32782,"symbol":"__pthread_kill","symbolLocation":10,"imageIndex":0},{"imageOffset":25087,"symbol":"pthread_kill","symbolLocation":263,"imageIndex":1},{"imageOffset":517815,"symbol":"abort","symbolLocation":130,"imageIndex":2},{"imageOffset":66978,"symbol":"abort_message","symbolLocation":241,"imageIndex":3},{"imageOffset":5949,"symbol":"demangling_terminate_handler()","symbolLocation":266,"imageIndex":3},{"imageOffset":23924,"symbol":"_objc_terminate()","symbolLocation":96,"imageIndex":4},{"imageOffset":63943,"symbol":"std::__terminate(void (*)())","symbolLocation":8,"imageIndex":3},{"imageOffset":74244,"symbol":"__cxa_rethrow","symbolLocation":99,"imageIndex":3},{"imageOffset":134063,"symbol":"objc_exception_rethrow","symbolLocation":37,"imageIndex":4},{"imageOffset":505893,"symbol":"CFRunLoopRunSpecific","symbolLocation":851,"imageIndex":5},{"imageOffset":15502,"symbol":"GSEventRunModal","symbolLocation":139,"imageIndex":6},{"imageOffset":13481562,"symbol":"-[UIApplication _run]","symbolLocation":928,"imageIndex":7},{"imageOffset":13501109,"symbol":"UIApplicationMain","symbolLocation":101,"imageIndex":7},{"imageOffset":17407,"sourceLine":7,"sourceFile":"AppDelegate.swift","symbol":"main","imageIndex":8,"symbolLocation":63},{"imageOffset":7969,"symbol":"start_sim","symbolLocation":10,"imageIndex":9},{"imageOffset":21806,"symbol":"start","symbolLocation":462,"imageIndex":10}]},{"id":1916590,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":1916592,"name":"com.apple.uikit.eventfetch-thread","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":531148,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":5},{"imageOffset":508130,"symbol":"__CFRunLoopRun","symbolLocation":1249,"imageIndex":5},{"imageOffset":505604,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":5},{"imageOffset":1196105,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":213,"imageIndex":11},{"imageOffset":1196738,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":72,"imageIndex":11},{"imageOffset":14281690,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":491,"imageIndex":7},{"imageOffset":1364385,"symbol":"__NSThread__start__","symbolLocation":1009,"imageIndex":11},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916608,"name":"io.flutter.1.ui","frames":[{"imageOffset":8033479,"symbol":"dart::StackFrameIterator::NextFrame()","symbolLocation":519,"imageIndex":12},{"imageOffset":7898804,"symbol":"dart::InlineCacheMissHandler(dart::Thread*, dart::Zone*, dart::GrowableArray const&, dart::ICData const&, dart::NativeArguments)","symbolLocation":68,"imageIndex":12},{"imageOffset":7875917,"symbol":"dart::DRT_InlineCacheMissHandlerOneArg(dart::NativeArguments)","symbolLocation":605,"imageIndex":12},{"imageOffset":4538770883,"imageIndex":13},{"imageOffset":4538774883,"imageIndex":13},{"imageOffset":4765269104,"imageIndex":13},{"imageOffset":4765268020,"imageIndex":13},{"imageOffset":4765256306,"imageIndex":13},{"imageOffset":4760534525,"imageIndex":13},{"imageOffset":4760294283,"imageIndex":13},{"imageOffset":4759133126,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759139783,"imageIndex":13},{"imageOffset":4759135339,"imageIndex":13},{"imageOffset":4759133872,"imageIndex":13},{"imageOffset":4759133126,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759139783,"imageIndex":13},{"imageOffset":4759135339,"imageIndex":13},{"imageOffset":4759133872,"imageIndex":13},{"imageOffset":4759133126,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759097631,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759139783,"imageIndex":13},{"imageOffset":4760297792,"imageIndex":13},{"imageOffset":4759135339,"imageIndex":13},{"imageOffset":4759133872,"imageIndex":13},{"imageOffset":4760295062,"imageIndex":13},{"imageOffset":4759133126,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759097631,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4760448134,"imageIndex":13},{"imageOffset":4759279816,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759139783,"imageIndex":13},{"imageOffset":4759135339,"imageIndex":13},{"imageOffset":4759133872,"imageIndex":13},{"imageOffset":4759133126,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759139783,"imageIndex":13},{"imageOffset":4759135339,"imageIndex":13},{"imageOffset":4759133872,"imageIndex":13},{"imageOffset":4759133126,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759139783,"imageIndex":13},{"imageOffset":4759135339,"imageIndex":13},{"imageOffset":4759133872,"imageIndex":13},{"imageOffset":4759133126,"imageIndex":13},{"imageOffset":4760338132,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759139783,"imageIndex":13},{"imageOffset":4759135339,"imageIndex":13},{"imageOffset":4759133872,"imageIndex":13},{"imageOffset":4759133126,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759097631,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759097631,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759139783,"imageIndex":13},{"imageOffset":4759135339,"imageIndex":13},{"imageOffset":4759133872,"imageIndex":13},{"imageOffset":4759133126,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759139783,"imageIndex":13},{"imageOffset":4759135339,"imageIndex":13},{"imageOffset":4759133872,"imageIndex":13},{"imageOffset":4759133126,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759097631,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759139783,"imageIndex":13},{"imageOffset":4759135339,"imageIndex":13},{"imageOffset":4759133872,"imageIndex":13},{"imageOffset":4759133126,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759139783,"imageIndex":13},{"imageOffset":4760297792,"imageIndex":13},{"imageOffset":4759135339,"imageIndex":13},{"imageOffset":4759133872,"imageIndex":13},{"imageOffset":4760295062,"imageIndex":13},{"imageOffset":4759133126,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759139783,"imageIndex":13},{"imageOffset":4759135339,"imageIndex":13},{"imageOffset":4759133872,"imageIndex":13},{"imageOffset":4759133126,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759139783,"imageIndex":13},{"imageOffset":4760297792,"imageIndex":13},{"imageOffset":4759135339,"imageIndex":13},{"imageOffset":4759133872,"imageIndex":13},{"imageOffset":4760295062,"imageIndex":13},{"imageOffset":4759133126,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759139783,"imageIndex":13},{"imageOffset":4759135339,"imageIndex":13},{"imageOffset":4759133872,"imageIndex":13},{"imageOffset":4759133126,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090714,"imageIndex":13},{"imageOffset":4759139783,"imageIndex":13},{"imageOffset":4759135339,"imageIndex":13},{"imageOffset":4759133872,"imageIndex":13},{"imageOffset":4759133126,"imageIndex":13},{"imageOffset":4759093879,"imageIndex":13},{"imageOffset":4759090462,"imageIndex":13},{"imageOffset":4760238940,"imageIndex":13},{"imageOffset":4759089542,"imageIndex":13},{"imageOffset":4759085927,"imageIndex":13},{"imageOffset":4760219206,"imageIndex":13},{"imageOffset":4760218336,"imageIndex":13},{"imageOffset":4759135339,"imageIndex":13},{"imageOffset":4759052030,"imageIndex":13},{"imageOffset":4759345624,"imageIndex":13},{"imageOffset":4759344240,"imageIndex":13},{"imageOffset":4759344045,"imageIndex":13},{"imageOffset":4759342783,"imageIndex":13},{"imageOffset":4759338367,"imageIndex":13},{"imageOffset":4759336498,"imageIndex":13},{"imageOffset":4753613506,"imageIndex":13},{"imageOffset":4753613002,"imageIndex":13},{"imageOffset":4727011425,"imageIndex":13},{"imageOffset":4727010761,"imageIndex":13},{"imageOffset":4727008979,"imageIndex":13},{"imageOffset":4735028383,"imageIndex":13},{"imageOffset":4544616350,"imageIndex":13},{"imageOffset":4753612645,"imageIndex":13},{"imageOffset":4753612399,"imageIndex":13},{"imageOffset":4753612233,"imageIndex":13},{"imageOffset":4538771980,"imageIndex":13},{"imageOffset":6620392,"symbol":"dart::DartEntry::InvokeCode(dart::Code const&, unsigned long, dart::Array const&, dart::Array const&, dart::Thread*)","symbolLocation":296,"imageIndex":12},{"imageOffset":6620011,"symbol":"dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long)","symbolLocation":299,"imageIndex":12},{"imageOffset":6622014,"symbol":"dart::DartEntry::InvokeCallable(dart::Thread*, dart::Function const&, dart::Array const&, dart::Array const&)","symbolLocation":334,"imageIndex":12},{"imageOffset":9961788,"symbol":"Dart_InvokeClosure","symbolLocation":972,"imageIndex":12},{"imageOffset":4690987,"symbol":"tonic::DartInvokeVoid(_Dart_Handle*)","symbolLocation":15,"imageIndex":12},{"imageOffset":5675906,"symbol":"flutter::PlatformConfiguration::BeginFrame(fml::TimePoint, unsigned long long)","symbolLocation":302,"imageIndex":12},{"imageOffset":6297495,"symbol":"flutter::RuntimeController::BeginFrame(fml::TimePoint, unsigned long long)","symbolLocation":43,"imageIndex":12},{"imageOffset":4502618,"symbol":"flutter::Animator::BeginFrame(std::__1::unique_ptr >)","symbolLocation":458,"imageIndex":12},{"imageOffset":4514881,"symbol":"std::__1::__function::__func, void (std::__1::unique_ptr >)>::operator()(std::__1::unique_ptr >&&)","symbolLocation":99,"imageIndex":12},{"imageOffset":4667823,"symbol":"std::__1::__function::__func, void ()>::operator()()","symbolLocation":117,"imageIndex":12},{"imageOffset":3557493,"symbol":"fml::MessageLoopImpl::FlushTasks(fml::FlushType)","symbolLocation":163,"imageIndex":12},{"imageOffset":3582012,"symbol":"fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*)","symbolLocation":26,"imageIndex":12},{"imageOffset":535918,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__","symbolLocation":20,"imageIndex":5},{"imageOffset":534588,"symbol":"__CFRunLoopDoTimer","symbolLocation":915,"imageIndex":5},{"imageOffset":531965,"symbol":"__CFRunLoopDoTimers","symbolLocation":265,"imageIndex":5},{"imageOffset":508897,"symbol":"__CFRunLoopRun","symbolLocation":2016,"imageIndex":5},{"imageOffset":505604,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":5},{"imageOffset":3582329,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":12},{"imageOffset":3557254,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":12},{"imageOffset":3577975,"symbol":"void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":169,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916609,"name":"io.flutter.1.raster","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":531148,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":5},{"imageOffset":508130,"symbol":"__CFRunLoopRun","symbolLocation":1249,"imageIndex":5},{"imageOffset":505604,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":5},{"imageOffset":3582329,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":12},{"imageOffset":3557254,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":12},{"imageOffset":3577975,"symbol":"void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":169,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916610,"name":"io.flutter.1.io","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":531148,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":5},{"imageOffset":508130,"symbol":"__CFRunLoopRun","symbolLocation":1249,"imageIndex":5},{"imageOffset":505604,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":5},{"imageOffset":3582329,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":12},{"imageOffset":3557254,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":12},{"imageOffset":3577975,"symbol":"void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":169,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916611,"name":"io.flutter.1.profiler","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":531148,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":5},{"imageOffset":508130,"symbol":"__CFRunLoopRun","symbolLocation":1249,"imageIndex":5},{"imageOffset":505604,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":5},{"imageOffset":3582329,"symbol":"fml::MessageLoopDarwin::Run()","symbolLocation":65,"imageIndex":12},{"imageOffset":3557254,"symbol":"fml::MessageLoopImpl::DoRun()","symbolLocation":22,"imageIndex":12},{"imageOffset":3577975,"symbol":"void* std::__1::__thread_proxy >, fml::Thread::Thread(std::__1::function const&, fml::Thread::ThreadConfig const&)::$_0> >(void*)","symbolLocation":169,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916612,"name":"io.worker.1","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":34354,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":14},{"imageOffset":3545225,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":12},{"imageOffset":3547205,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916613,"name":"io.worker.2","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":34354,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":14},{"imageOffset":3545225,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":12},{"imageOffset":3547205,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916614,"name":"io.worker.3","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":34354,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":14},{"imageOffset":3545225,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":12},{"imageOffset":3547205,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916615,"name":"io.worker.4","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":34354,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":14},{"imageOffset":3545225,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":12},{"imageOffset":3547205,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916616,"name":"io.worker.5","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":34354,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":14},{"imageOffset":3545225,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":12},{"imageOffset":3547205,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916617,"name":"io.worker.6","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":34354,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":14},{"imageOffset":3545225,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":12},{"imageOffset":3547205,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916618,"name":"io.worker.7","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":34354,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":14},{"imageOffset":3545225,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":12},{"imageOffset":3547205,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916619,"name":"io.worker.8","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":34354,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":14},{"imageOffset":3545225,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":12},{"imageOffset":3547205,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916620,"name":"io.worker.9","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":34354,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":14},{"imageOffset":3545225,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":12},{"imageOffset":3547205,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916621,"name":"io.worker.10","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":34354,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":14},{"imageOffset":3545225,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":12},{"imageOffset":3547205,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916622,"name":"io.worker.11","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":34354,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":14},{"imageOffset":3545225,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":12},{"imageOffset":3547205,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916623,"name":"io.worker.12","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":34354,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":14},{"imageOffset":3545225,"symbol":"fml::ConcurrentMessageLoop::WorkerMain()","symbolLocation":187,"imageIndex":12},{"imageOffset":3547205,"symbol":"void* std::__1::__thread_proxy >, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0> >(void*)","symbolLocation":190,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916624,"name":"dart:io EventHandler","frames":[{"imageOffset":25422,"symbol":"kevent","symbolLocation":10,"imageIndex":0},{"imageOffset":5708072,"symbol":"dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long)","symbolLocation":344,"imageIndex":12},{"imageOffset":5834472,"symbol":"dart::bin::ThreadStart(void*)","symbolLocation":40,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916625,"name":"Dart Profiler ThreadInterrupter","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":1},{"imageOffset":7556758,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":12},{"imageOffset":8095775,"symbol":"dart::ThreadInterrupter::ThreadMain(unsigned long)","symbolLocation":303,"imageIndex":12},{"imageOffset":7554191,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916626,"name":"Dart Profiler SampleBlockProcessor","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":1},{"imageOffset":7556758,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":12},{"imageOffset":7579141,"symbol":"dart::SampleBlockProcessor::ThreadMain(unsigned long)","symbolLocation":181,"imageIndex":12},{"imageOffset":7554191,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1916635,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":1},{"imageOffset":7556758,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":12},{"imageOffset":6749183,"symbol":"dart::MutatorThreadPool::OnEnterIdleLocked(dart::MonitorLocker*)","symbolLocation":207,"imageIndex":12},{"imageOffset":8098733,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":109,"imageIndex":12},{"imageOffset":8099689,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":121,"imageIndex":12},{"imageOffset":7554191,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1919498,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":1},{"imageOffset":7556758,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":12},{"imageOffset":8099199,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":575,"imageIndex":12},{"imageOffset":8099689,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":121,"imageIndex":12},{"imageOffset":7554191,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1920954,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":1},{"imageOffset":7556758,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":12},{"imageOffset":8099199,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":575,"imageIndex":12},{"imageOffset":8099689,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":121,"imageIndex":12},{"imageOffset":7554191,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1921148,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":1},{"imageOffset":7556758,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":12},{"imageOffset":8099199,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":575,"imageIndex":12},{"imageOffset":8099689,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":121,"imageIndex":12},{"imageOffset":7554191,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1921237,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":1921241,"name":"frb_executor","frames":[{"imageOffset":15314,"symbol":"__psynch_mutexwait","symbolLocation":10,"imageIndex":0},{"imageOffset":15998,"symbol":"_pthread_mutex_firstfit_lock_wait","symbolLocation":76,"imageIndex":1},{"imageOffset":7355,"symbol":"_pthread_mutex_firstfit_lock_slow","symbolLocation":205,"imageIndex":1},{"imageOffset":24969837,"symbol":"std::sys::unix::locks::pthread_mutex::Mutex::lock::h0d461aabab2697bc","symbolLocation":29,"imageIndex":8},{"imageOffset":24968702,"symbol":"std::sys_common::mutex::MovableMutex::raw_lock::h2aca872d8e56af84","symbolLocation":30,"imageIndex":8},{"imageOffset":25021236,"symbol":"std::sync::mutex::Mutex$LT$T$GT$::lock::hf122b843aa72f86f","symbolLocation":36,"imageIndex":8},{"imageOffset":24948635,"sourceLine":753,"sourceFile":"lib.rs","symbol":"threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::h5891a0ebbd3f8a3d","imageIndex":8,"symbolLocation":363},{"imageOffset":24969009,"symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h74c4aa4d5374af09","symbolLocation":17,"imageIndex":8},{"imageOffset":24941969,"sourceLine":505,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h4014504b766bda0c","imageIndex":8,"symbolLocation":17},{"imageOffset":24968529,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h5df5e0305da99264","symbolLocation":17,"imageIndex":8},{"imageOffset":24956202,"sourceLine":492,"sourceFile":"panicking.rs","symbol":"std::panicking::try::do_call::hb3e40a10abbd6382","imageIndex":8,"symbolLocation":42},{"imageOffset":24967677,"symbol":"__rust_try","symbolLocation":29,"imageIndex":8},{"imageOffset":24956018,"sourceLine":456,"sourceFile":"panicking.rs","symbol":"std::panicking::try::h8cb11d5b7d720002","imageIndex":8,"symbolLocation":66},{"imageOffset":24955761,"sourceLine":137,"sourceFile":"panic.rs","symbol":"std::panic::catch_unwind::h757d97d5f5508489","imageIndex":8,"symbolLocation":17},{"imageOffset":24941573,"sourceLine":504,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hb0f2e5b01f6b6837","imageIndex":8,"symbolLocation":293},{"imageOffset":24956833,"sourceLine":248,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h6c5d052c027ca8b2","imageIndex":8,"symbolLocation":17},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h8cd88be21e4b69af","inline":true,"imageIndex":8,"imageOffset":29548074,"symbolLocation":6,"sourceLine":1935,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hd25d3853b19b078e","inline":true,"imageIndex":8,"imageOffset":29548074,"symbolLocation":13,"sourceLine":1935,"sourceFile":"boxed.rs"},{"imageOffset":29548074,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::h718fcea7881a6993","imageIndex":8,"symbolLocation":26},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1921242,"name":"frb_executor","frames":[{"imageOffset":15314,"symbol":"__psynch_mutexwait","symbolLocation":10,"imageIndex":0},{"imageOffset":15998,"symbol":"_pthread_mutex_firstfit_lock_wait","symbolLocation":76,"imageIndex":1},{"imageOffset":7355,"symbol":"_pthread_mutex_firstfit_lock_slow","symbolLocation":205,"imageIndex":1},{"imageOffset":24969837,"symbol":"std::sys::unix::locks::pthread_mutex::Mutex::lock::h0d461aabab2697bc","symbolLocation":29,"imageIndex":8},{"imageOffset":24968702,"symbol":"std::sys_common::mutex::MovableMutex::raw_lock::h2aca872d8e56af84","symbolLocation":30,"imageIndex":8},{"imageOffset":25021236,"symbol":"std::sync::mutex::Mutex$LT$T$GT$::lock::hf122b843aa72f86f","symbolLocation":36,"imageIndex":8},{"imageOffset":24948635,"sourceLine":753,"sourceFile":"lib.rs","symbol":"threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::h5891a0ebbd3f8a3d","imageIndex":8,"symbolLocation":363},{"imageOffset":24969009,"symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h74c4aa4d5374af09","symbolLocation":17,"imageIndex":8},{"imageOffset":24941969,"sourceLine":505,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h4014504b766bda0c","imageIndex":8,"symbolLocation":17},{"imageOffset":24968529,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h5df5e0305da99264","symbolLocation":17,"imageIndex":8},{"imageOffset":24956202,"sourceLine":492,"sourceFile":"panicking.rs","symbol":"std::panicking::try::do_call::hb3e40a10abbd6382","imageIndex":8,"symbolLocation":42},{"imageOffset":24967677,"symbol":"__rust_try","symbolLocation":29,"imageIndex":8},{"imageOffset":24956018,"sourceLine":456,"sourceFile":"panicking.rs","symbol":"std::panicking::try::h8cb11d5b7d720002","imageIndex":8,"symbolLocation":66},{"imageOffset":24955761,"sourceLine":137,"sourceFile":"panic.rs","symbol":"std::panic::catch_unwind::h757d97d5f5508489","imageIndex":8,"symbolLocation":17},{"imageOffset":24941573,"sourceLine":504,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hb0f2e5b01f6b6837","imageIndex":8,"symbolLocation":293},{"imageOffset":24956833,"sourceLine":248,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h6c5d052c027ca8b2","imageIndex":8,"symbolLocation":17},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h8cd88be21e4b69af","inline":true,"imageIndex":8,"imageOffset":29548074,"symbolLocation":6,"sourceLine":1935,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hd25d3853b19b078e","inline":true,"imageIndex":8,"imageOffset":29548074,"symbolLocation":13,"sourceLine":1935,"sourceFile":"boxed.rs"},{"imageOffset":29548074,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::h718fcea7881a6993","imageIndex":8,"symbolLocation":26},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1921243,"name":"frb_executor","frames":[{"imageOffset":15314,"symbol":"__psynch_mutexwait","symbolLocation":10,"imageIndex":0},{"imageOffset":15998,"symbol":"_pthread_mutex_firstfit_lock_wait","symbolLocation":76,"imageIndex":1},{"imageOffset":7355,"symbol":"_pthread_mutex_firstfit_lock_slow","symbolLocation":205,"imageIndex":1},{"imageOffset":24969837,"symbol":"std::sys::unix::locks::pthread_mutex::Mutex::lock::h0d461aabab2697bc","symbolLocation":29,"imageIndex":8},{"imageOffset":24968702,"symbol":"std::sys_common::mutex::MovableMutex::raw_lock::h2aca872d8e56af84","symbolLocation":30,"imageIndex":8},{"imageOffset":25021236,"symbol":"std::sync::mutex::Mutex$LT$T$GT$::lock::hf122b843aa72f86f","symbolLocation":36,"imageIndex":8},{"imageOffset":24948635,"sourceLine":753,"sourceFile":"lib.rs","symbol":"threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::h5891a0ebbd3f8a3d","imageIndex":8,"symbolLocation":363},{"imageOffset":24969009,"symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h74c4aa4d5374af09","symbolLocation":17,"imageIndex":8},{"imageOffset":24941969,"sourceLine":505,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h4014504b766bda0c","imageIndex":8,"symbolLocation":17},{"imageOffset":24968529,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h5df5e0305da99264","symbolLocation":17,"imageIndex":8},{"imageOffset":24956202,"sourceLine":492,"sourceFile":"panicking.rs","symbol":"std::panicking::try::do_call::hb3e40a10abbd6382","imageIndex":8,"symbolLocation":42},{"imageOffset":24967677,"symbol":"__rust_try","symbolLocation":29,"imageIndex":8},{"imageOffset":24956018,"sourceLine":456,"sourceFile":"panicking.rs","symbol":"std::panicking::try::h8cb11d5b7d720002","imageIndex":8,"symbolLocation":66},{"imageOffset":24955761,"sourceLine":137,"sourceFile":"panic.rs","symbol":"std::panic::catch_unwind::h757d97d5f5508489","imageIndex":8,"symbolLocation":17},{"imageOffset":24941573,"sourceLine":504,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hb0f2e5b01f6b6837","imageIndex":8,"symbolLocation":293},{"imageOffset":24956833,"sourceLine":248,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h6c5d052c027ca8b2","imageIndex":8,"symbolLocation":17},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h8cd88be21e4b69af","inline":true,"imageIndex":8,"imageOffset":29548074,"symbolLocation":6,"sourceLine":1935,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hd25d3853b19b078e","inline":true,"imageIndex":8,"imageOffset":29548074,"symbolLocation":13,"sourceLine":1935,"sourceFile":"boxed.rs"},{"imageOffset":29548074,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::h718fcea7881a6993","imageIndex":8,"symbolLocation":26},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1921244,"name":"frb_executor","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"symbol":"std::sys::unix::thread_parker::wait::hb1b64e899588e35f","inline":true,"imageIndex":8,"imageOffset":29387163,"symbolLocation":11,"sourceLine":41,"sourceFile":"thread_parker.rs"},{"symbol":"std::sys::unix::thread_parker::Parker::park::hd048887321f76cea","inline":true,"imageIndex":8,"imageOffset":29387163,"symbolLocation":62,"sourceLine":183,"sourceFile":"thread_parker.rs"},{"imageOffset":29387163,"sourceLine":933,"sourceFile":"mod.rs","symbol":"std::thread::park::hbd513f7f7b1b04ef","imageIndex":8,"symbolLocation":91},{"imageOffset":29491109,"sourceLine":67,"sourceFile":"blocking.rs","symbol":"std::sync::mpsc::blocking::WaitToken::wait::heb565e77a2f0e01d","imageIndex":8,"symbolLocation":37},{"imageOffset":24977914,"symbol":"std::sync::mpsc::stream::Packet$LT$T$GT$::recv::h94d16bddfe384007","symbolLocation":506,"imageIndex":8},{"imageOffset":24983379,"symbol":"std::sync::mpsc::Receiver$LT$T$GT$::recv::h605257278e30d787","symbolLocation":499,"imageIndex":8},{"imageOffset":24948758,"sourceLine":757,"sourceFile":"lib.rs","symbol":"threadpool::spawn_in_pool::_$u7b$$u7b$closure$u7d$$u7d$::h5891a0ebbd3f8a3d","imageIndex":8,"symbolLocation":486},{"imageOffset":24969009,"symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h74c4aa4d5374af09","symbolLocation":17,"imageIndex":8},{"imageOffset":24941969,"sourceLine":505,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h4014504b766bda0c","imageIndex":8,"symbolLocation":17},{"imageOffset":24968529,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h5df5e0305da99264","symbolLocation":17,"imageIndex":8},{"imageOffset":24956202,"sourceLine":492,"sourceFile":"panicking.rs","symbol":"std::panicking::try::do_call::hb3e40a10abbd6382","imageIndex":8,"symbolLocation":42},{"imageOffset":24967677,"symbol":"__rust_try","symbolLocation":29,"imageIndex":8},{"imageOffset":24956018,"sourceLine":456,"sourceFile":"panicking.rs","symbol":"std::panicking::try::h8cb11d5b7d720002","imageIndex":8,"symbolLocation":66},{"imageOffset":24955761,"sourceLine":137,"sourceFile":"panic.rs","symbol":"std::panic::catch_unwind::h757d97d5f5508489","imageIndex":8,"symbolLocation":17},{"imageOffset":24941573,"sourceLine":504,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hb0f2e5b01f6b6837","imageIndex":8,"symbolLocation":293},{"imageOffset":24956833,"sourceLine":248,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h6c5d052c027ca8b2","imageIndex":8,"symbolLocation":17},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h8cd88be21e4b69af","inline":true,"imageIndex":8,"imageOffset":29548074,"symbolLocation":6,"sourceLine":1935,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hd25d3853b19b078e","inline":true,"imageIndex":8,"imageOffset":29548074,"symbolLocation":13,"sourceLine":1935,"sourceFile":"boxed.rs"},{"imageOffset":29548074,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::h718fcea7881a6993","imageIndex":8,"symbolLocation":26},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1921245,"name":"DartWorker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27300,"symbol":"_pthread_cond_wait","symbolLocation":1302,"imageIndex":1},{"imageOffset":7556758,"symbol":"dart::Monitor::WaitMicros(long long)","symbolLocation":134,"imageIndex":12},{"imageOffset":8099199,"symbol":"dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)","symbolLocation":575,"imageIndex":12},{"imageOffset":8099689,"symbol":"dart::ThreadPool::Worker::Main(unsigned long)","symbolLocation":121,"imageIndex":12},{"imageOffset":7554191,"symbol":"dart::ThreadStart(void*)","symbolLocation":159,"imageIndex":12},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1921246,"name":"sentry-transport","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"symbol":"std::sys::unix::thread_parker::wait::hb1b64e899588e35f","inline":true,"imageIndex":8,"imageOffset":29387163,"symbolLocation":11,"sourceLine":41,"sourceFile":"thread_parker.rs"},{"symbol":"std::sys::unix::thread_parker::Parker::park::hd048887321f76cea","inline":true,"imageIndex":8,"imageOffset":29387163,"symbolLocation":62,"sourceLine":183,"sourceFile":"thread_parker.rs"},{"imageOffset":29387163,"sourceLine":933,"sourceFile":"mod.rs","symbol":"std::thread::park::hbd513f7f7b1b04ef","imageIndex":8,"symbolLocation":91},{"imageOffset":29491109,"sourceLine":67,"sourceFile":"blocking.rs","symbol":"std::sync::mpsc::blocking::WaitToken::wait::heb565e77a2f0e01d","imageIndex":8,"symbolLocation":37},{"imageOffset":9628101,"symbol":"std::sync::mpsc::sync::wait::h3679d8926e1648e3","symbolLocation":389,"imageIndex":8},{"imageOffset":9618435,"symbol":"std::sync::mpsc::sync::Packet$LT$T$GT$::recv::hd5312daabd9ca971","symbolLocation":403,"imageIndex":8},{"imageOffset":9658972,"symbol":"std::sync::mpsc::Receiver$LT$T$GT$::recv::h097d58e01150c34e","symbolLocation":252,"imageIndex":8},{"imageOffset":9666909,"symbol":"_$LT$std..sync..mpsc..IntoIter$LT$T$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::h433abb2177ea18e7","symbolLocation":29,"imageIndex":8},{"imageOffset":9607906,"symbol":"sentry::transports::thread::TransportThread::new::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hf33c6eb01f7a3a83","symbolLocation":418,"imageIndex":8},{"imageOffset":9652496,"symbol":"_$LT$core..future..from_generator..GenFuture$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h1c00e2c436b1fc00","symbolLocation":80,"imageIndex":8},{"imageOffset":9505558,"sourceLine":124,"sourceFile":"future.rs","symbol":"_$LT$core..pin..Pin$LT$P$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h7d2e2d60eec2bbe7","imageIndex":8,"symbolLocation":70},{"imageOffset":9647322,"symbol":"tokio::runtime::basic_scheduler::Inner$LT$P$GT$::block_on::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::he384dc925cd8fed5","symbolLocation":58,"imageIndex":8},{"imageOffset":9664640,"symbol":"tokio::coop::with_budget::_$u7b$$u7b$closure$u7d$$u7d$::h3d42d4836fd0a255","symbolLocation":176,"imageIndex":8},{"imageOffset":9597502,"symbol":"std::thread::local::LocalKey$LT$T$GT$::try_with::hc0902661abaf0486","symbolLocation":206,"imageIndex":8},{"imageOffset":9595212,"symbol":"std::thread::local::LocalKey$LT$T$GT$::with::hb9c11c96e6bc940b","symbolLocation":44,"imageIndex":8},{"imageOffset":9645182,"symbol":"tokio::runtime::basic_scheduler::Inner$LT$P$GT$::block_on::_$u7b$$u7b$closure$u7d$$u7d$::h7d141aeecb4fe5f9","symbolLocation":750,"imageIndex":8},{"imageOffset":9649297,"symbol":"tokio::runtime::basic_scheduler::enter::_$u7b$$u7b$closure$u7d$$u7d$::h9e0ebee011e5f1f3","symbolLocation":49,"imageIndex":8},{"imageOffset":9504537,"sourceLine":61,"sourceFile":"scoped_tls.rs","symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::h93a37fd35c00fec0","imageIndex":8,"symbolLocation":153},{"imageOffset":9649179,"symbol":"tokio::runtime::basic_scheduler::enter::h8668271e3d3ad2aa","symbolLocation":715,"imageIndex":8},{"imageOffset":9644413,"symbol":"tokio::runtime::basic_scheduler::Inner$LT$P$GT$::block_on::h39013c2d70c79b02","symbolLocation":29,"imageIndex":8},{"imageOffset":9647444,"symbol":"tokio::runtime::basic_scheduler::InnerGuard$LT$P$GT$::block_on::h5fe6627b5e21a575","symbolLocation":100,"imageIndex":8},{"imageOffset":9647671,"symbol":"tokio::runtime::basic_scheduler::BasicScheduler$LT$P$GT$::block_on::h4454c77c92de80d5","symbolLocation":199,"imageIndex":8},{"imageOffset":9604455,"symbol":"tokio::runtime::Runtime::block_on::hc41bf56cf25076cf","symbolLocation":199,"imageIndex":8},{"imageOffset":9607373,"symbol":"sentry::transports::thread::TransportThread::new::_$u7b$$u7b$closure$u7d$$u7d$::h85a2a0d3b7532185","symbolLocation":461,"imageIndex":8},{"imageOffset":9568914,"symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h32c6c390313479d7","symbolLocation":34,"imageIndex":8},{"imageOffset":9633090,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hd0a0ad1d5800eda7","symbolLocation":34,"imageIndex":8},{"imageOffset":9518754,"sourceLine":271,"sourceFile":"unwind_safe.rs","symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h2d24619f97884751","imageIndex":8,"symbolLocation":34},{"imageOffset":9523508,"sourceLine":492,"sourceFile":"panicking.rs","symbol":"std::panicking::try::do_call::h22670b725a59c6e5","imageIndex":8,"symbolLocation":68},{"imageOffset":9543181,"symbol":"__rust_try","symbolLocation":29,"imageIndex":8},{"imageOffset":9523311,"sourceLine":456,"sourceFile":"panicking.rs","symbol":"std::panicking::try::h1930786fac178a31","imageIndex":8,"symbolLocation":127},{"imageOffset":9474658,"sourceLine":137,"sourceFile":"panic.rs","symbol":"std::panic::catch_unwind::h8467e46ff866c127","imageIndex":8,"symbolLocation":34},{"imageOffset":9632686,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hb102881fc2679145","symbolLocation":350,"imageIndex":8},{"imageOffset":9683537,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h01af6e7d5df95ccc","symbolLocation":17,"imageIndex":8},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h8cd88be21e4b69af","inline":true,"imageIndex":8,"imageOffset":29548074,"symbolLocation":6,"sourceLine":1935,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hd25d3853b19b078e","inline":true,"imageIndex":8,"imageOffset":29548074,"symbolLocation":13,"sourceLine":1935,"sourceFile":"boxed.rs"},{"imageOffset":29548074,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::h718fcea7881a6993","imageIndex":8,"symbolLocation":26},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1921247,"name":"sentry-session-flusher","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":29551167,"sourceLine":190,"sourceFile":"pthread_condvar.rs","symbol":"std::sys::unix::locks::pthread_condvar::Condvar::wait_timeout::h768032430d0c1634","imageIndex":8,"symbolLocation":255},{"imageOffset":19807613,"sourceLine":54,"sourceFile":"condvar.rs","symbol":"std::sys_common::condvar::Condvar::wait_timeout::hfa7fdea18aa81b57","imageIndex":8,"symbolLocation":93},{"imageOffset":19691653,"sourceLine":387,"sourceFile":"condvar.rs","symbol":"std::sync::condvar::Condvar::wait_timeout::hb51060c0a2074b03","imageIndex":8,"symbolLocation":165},{"imageOffset":19559648,"sourceLine":216,"sourceFile":"session.rs","symbol":"sentry_core::session::SessionFlusher::new::_$u7b$$u7b$closure$u7d$$u7d$::hb117508e2de14a3e","imageIndex":8,"symbolLocation":432},{"imageOffset":19591752,"sourceLine":122,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h7de51fc7d53215df","imageIndex":8,"symbolLocation":40},{"imageOffset":19867768,"sourceLine":505,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hfa753c8374e90632","imageIndex":8,"symbolLocation":40},{"imageOffset":19591672,"sourceLine":271,"sourceFile":"unwind_safe.rs","symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h61fe48a02ad91172","imageIndex":8,"symbolLocation":40},{"imageOffset":19546017,"sourceLine":492,"sourceFile":"panicking.rs","symbol":"std::panicking::try::do_call::h0a28deda050ca874","imageIndex":8,"symbolLocation":65},{"imageOffset":19566877,"symbol":"__rust_try","symbolLocation":29,"imageIndex":8},{"imageOffset":19545829,"sourceLine":456,"sourceFile":"panicking.rs","symbol":"std::panicking::try::he4cba23dbf1f0047","imageIndex":8,"symbolLocation":133},{"imageOffset":19856824,"sourceLine":137,"sourceFile":"panic.rs","symbol":"std::panic::catch_unwind::h1bac3f5777253946","imageIndex":8,"symbolLocation":40},{"imageOffset":19867265,"sourceLine":504,"sourceFile":"mod.rs","symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::h8d000797aeddba87","imageIndex":8,"symbolLocation":337},{"imageOffset":19811713,"sourceLine":248,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h6ff8f040c181c669","imageIndex":8,"symbolLocation":17},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h8cd88be21e4b69af","inline":true,"imageIndex":8,"imageOffset":29548074,"symbolLocation":6,"sourceLine":1935,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::hd25d3853b19b078e","inline":true,"imageIndex":8,"imageOffset":29548074,"symbolLocation":13,"sourceLine":1935,"sourceFile":"boxed.rs"},{"imageOffset":29548074,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::h718fcea7881a6993","imageIndex":8,"symbolLocation":26},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]}], "usedImages" : [ { "source" : "P", "arch" : "x86_64", "base" : 140735073923072, "size" : 229376, "uuid" : "8cc28466-fd2f-3c80-9834-9525b7beac19", "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140735074291712, "size" : 49152, "uuid" : "b5454e27-e8c7-3fdb-b77f-714f1e82e70b", "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140733730836480, "size" : 548864, "uuid" : "f6f40b31-302e-3596-97cc-50ae6ce0dc81", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libsystem_c.dylib", "name" : "libsystem_c.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140733732659200, "size" : 90112, "uuid" : "cded5a16-ddfd-3e76-930d-5ef8c7519435", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libc++abi.dylib", "name" : "libc++abi.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140733731848192, "size" : 208896, "uuid" : "791e787b-f11e-36d6-925b-5c10df76d693", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libobjc.A.dylib", "name" : "libobjc.A.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140733733339136, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 3817472, "uuid" : "d7b873d0-2d44-362d-a632-91b54d2dd8c2", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CoreFoundation.framework\/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "1863" }, { "source" : "P", "arch" : "x86_64", "base" : 140733943799808, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.GraphicsServices", "size" : 36864, "uuid" : "d645c3c0-b4f8-31d0-bada-02aea61681d5", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GraphicsServices.framework\/GraphicsServices", "name" : "GraphicsServices", "CFBundleVersion" : "1.0" }, { "source" : "P", "arch" : "x86_64", "base" : 140733801312256, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.UIKitCore", "size" : 22798336, "uuid" : "f710b655-42ee-3939-a3bd-6da0f3758758", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/UIKitCore.framework\/UIKitCore", "name" : "UIKitCore", "CFBundleVersion" : "5612" }, { "source" : "P", "arch" : "x86_64", "base" : 4300972032, "CFBundleShortVersionString" : "0.2.1", "CFBundleIdentifier" : "com.cjy.yplusplus", "size" : 55590912, "uuid" : "12efd4f4-e18e-3760-abc4-61d33f4f0e0e", "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/A7259FE9-9C45-4BD0-8F60-ECA346EC38B5\/data\/Containers\/Bundle\/Application\/33B4B25B-9B73-4A82-84C8-66A9FF62F3EB\/Runner.app\/Runner", "name" : "Runner", "CFBundleVersion" : "130" }, { "source" : "P", "arch" : "x86_64", "base" : 4425080832, "size" : 319488, "uuid" : "7276a69b-e3b9-3f23-957f-061350a501b4", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/dyld_sim", "name" : "dyld_sim" }, { "source" : "P", "arch" : "x86_64", "base" : 4601372672, "size" : 442368, "uuid" : "71febccd-d9dc-3599-9971-2b3407c588a8", "path" : "\/usr\/lib\/dyld", "name" : "dyld" }, { "source" : "P", "arch" : "x86_64", "base" : 140733737615360, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.Foundation", "size" : 2859008, "uuid" : "9827fa7d-2500-32d7-aaaf-288e38b126ab", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/Foundation.framework\/Foundation", "name" : "Foundation", "CFBundleVersion" : "1863" }, { "source" : "P", "arch" : "x86_64", "base" : 4476420096, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "io.flutter.flutter", "size" : 29544448, "uuid" : "4c4c4466-5555-3144-a13c-1718f717445e", "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/A7259FE9-9C45-4BD0-8F60-ECA346EC38B5\/data\/Containers\/Bundle\/Application\/33B4B25B-9B73-4A82-84C8-66A9FF62F3EB\/Runner.app\/Frameworks\/Flutter.framework\/Flutter", "name" : "Flutter", "CFBundleVersion" : "1.0" }, { "size" : 0, "source" : "A", "base" : 0, "uuid" : "00000000-0000-0000-0000-000000000000" }, { "source" : "P", "arch" : "x86_64", "base" : 140733732835328, "size" : 352256, "uuid" : "cca55188-d9dc-33ae-b968-d9a6600c9cbe", "path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libc++.1.dylib", "name" : "libc++.1.dylib" } ], "sharedCache" : { "base" : 140733730258944, "size" : 3268706304, "uuid" : "e4560ce9-6317-3296-b897-f271c7b3a503" }, "vmSummary" : "ReadOnly portion of Libraries: Total=1.2G resident=0K(0%) swapped_out_or_unallocated=1.2G(100%)\nWritable regions: Total=2.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.3G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nActivity Tracing 256K 1 \nColorSync 80K 5 \nCoreAnimation 4K 1 \nFoundation 16K 1 \nIOSurface 15.1M 2 \nKernel Alloc Once 8K 1 \nMALLOC 372.3M 62 \nMALLOC guard page 48K 10 \nMALLOC_MEDIUM (reserved) 1.4G 12 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSTACK GUARD 56.1M 34 \nStack 37.8M 35 \nVM_ALLOCATE 166.4M 402 \n__DATA 26.3M 579 \n__DATA_CONST 47.4M 538 \n__DATA_DIRTY 22K 10 \n__FONT_DATA 4K 1 \n__LINKEDIT 597.6M 43 \n__OBJC_RO 63.1M 1 \n__OBJC_RW 3168K 1 \n__TEXT 603.4M 583 \n__UNICODE 592K 1 \ndyld private memory 2048K 2 \nmapped file 199.1M 13 \nshared memory 16K 1 \n=========== ======= ======= \nTOTAL 3.9G 2340 \nTOTAL, minus reserved VM space 2.1G 2340 \n", "legacyInfo" : { "threadTriggered" : { "queue" : "com.apple.main-thread" } }, "trialInfo" : { "rollouts" : [ { "rolloutId" : "5ffde50ce2aacd000d47a95f", "factorPackIds" : { }, "deploymentId" : 240000207 }, { "rolloutId" : "6112dda2fc54bc3389840642", "factorPackIds" : { "SIRI_DICTATION_ASSETS" : "620aec83b02b354d3afd2f50" }, "deploymentId" : 240000145 } ], "experiments" : [ ] } } Model: Macmini8,1, BootROM 1731.140.2.0.0 (iBridge: 19.16.16067.0.0,0), 6 processors, 6-Core Intel Core i7, 3.2 GHz, 32 GB, SMC Graphics: Intel UHD Graphics 630, Intel UHD Graphics 630, Built-In Display: G227HQL, 1920 x 1080 (1080p FHD - Full High Definition), MirrorOff, Online Display: EB275U, 2560 x 1440 (QHD/WQHD - Wide Quad High Definition), Main, MirrorOff, Online Memory Module: BANK 0/ChannelA-DIMM0, 16 GB, DDR4, 2667 MHz, Samsung, M471A2K43CB1-CTD Memory Module: BANK 2/ChannelB-DIMM0, 16 GB, DDR4, 2667 MHz, Samsung, M471A2K43CB1-CTD AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x7BF), wl0: Jul 12 2021 19:26:30 version 9.30.464.0.32.5.76 FWID 01-45ccefcd Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports Network Service: Ethernet, Ethernet, en0 USB Device: Extreme SSD USB Device: USB31Bus USB Device: USB 2.0 BILLBOARD USB Device: USB2.0 Hub USB Device: USB2.0 Hub USB Device: AX68002 USB Device: USB Receiver USB Device: USB Keyboard USB Device: T2Bus USB Device: Headset USB Device: Apple T2 Controller Thunderbolt Bus: Mac mini, Apple Inc., 47.5 Thunderbolt Bus: Mac mini, Apple Inc., 47.5
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 1 year ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new issue.