Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.42.0 #2830

Merged
merged 60 commits into from
Nov 27, 2020
Merged

Release 1.42.0 #2830

merged 60 commits into from
Nov 27, 2020

Conversation

cameronvoell
Copy link
Contributor

@cameronvoell cameronvoell commented Nov 23, 2020

Release for Gutenberg Mobile 1.42.0

Related PRs

Extra PRs that Landed After the Release Was Cut

Changes

Test plan

  • Use the main WP apps to test the changes above.
  • Smoke test the main WP apps for general writing flow.

Release Submission Checklist

  • Approve and run optional Android and iOS UI tests
  • Check if RELEASE-NOTES.txt and gutenberg/packages/react-native-editor/CHANGELOG.md are updated with all the changes that made it to the release.
  • Bundle package of the release is updated.

etoledom and others added 30 commits October 19, 2020 16:09
Add support for Story block rendering on mobile gutenberg
…gutenberg-eedb83d

Bump gutenberg from `7903feb` to `eedb83d`
…tories-block

Stories: moved __DEV__ flag to contact-info block availability declaration only
…gutenberg-c811fb7

Bump gutenberg from `eedb83d` to `c811fb7`
…ettings (#2742)

* Bump jetpack from `898c8d7` to `2f5322f`

Bumps [jetpack](https://github.com/Automattic/jetpack) from `898c8d7` to `2f5322f`.
- [Release notes](https://github.com/Automattic/jetpack/releases)
- [Commits](Automattic/jetpack@898c8d7...2f5322f)

Signed-off-by: dependabot[bot] <[email protected]>

* Update ref and notes

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…jetpack-2077bf2

Bump jetpack from `2f5322f` to `2077bf2`
…gutenberg-132a69f

Bump gutenberg from `ff54fa9` to `132a69f`
…gutenberg-15948eb

Bump gutenberg from `132a69f` to `15948eb`
…gutenberg-980b34e

Bump gutenberg from `15948eb` to `980b34e`
@lukewalczak
Copy link
Contributor

Customize Gradient color

I've created a PR fixing that :)

@cameronvoell
Copy link
Contributor Author

Customize Gradient color

I've created a PR fixing that :)

Thanks @lukewalczak! fix has been cherry-picked and tested successfully. 🙇

@Tug
Copy link
Contributor

Tug commented Nov 25, 2020

iOS sanity tests are all passing.

Picking gradient background for the cover block is failing though (not part of the test cases):

Sounds related to the bug @dratwas reported for android, though the error is different and it seems to be happening with the latest gutenberg commit

@lukewalczak
Copy link
Contributor

@Tug Could you please add steps to reproduce it, so I will check it in the morning ✌️?

@Tug
Copy link
Contributor

Tug commented Nov 25, 2020

Sure.
On WordPress-iOS, gutenberg commit 674708a1a197913b377770afd1cd038e4be9ccd2:

  • Add a cover block
  • Tap on it, pick any color for the background
  • Paragraph block should be selected
  • Tap on the background
  • Tap on the cog on the bottom right of the block
  • Tap on color
  • Tap on Gradient
  • Get the error message
  • Dismissing it cause a failure of the whole editor, only way to resolve it is to reload

@lukewalczak
Copy link
Contributor

Hmm, I've downloaded the latest ipa from wp-ios release PR and I'm not able to reproduce it 🤔

@Tug
Copy link
Contributor

Tug commented Nov 25, 2020

Just tried from the IPA and I did have a crash on my physical device (iPhone 12 pro). Pasted the log here but I don't think it's telling us anything.

Crash log
Incident Identifier: C7E535BB-3016-413C-B7B9-18D115175567
CrashReporter Key:   d0b1781f5e9ed93ecb4b938fa4d6fac72314692e
Hardware Model:      iPhone13,3
Process:             WordPress [3943]
Path:                /private/var/containers/Bundle/Application/3E366C53-3DD4-40F7-BF7E-0C5BD02F137D/WordPress.app/WordPress
Identifier:          org.wordpress.alpha
Version:             38366 (16.2)
AppStoreTools:       12A7403
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           org.wordpress.alpha [765]

Date/Time: 2020-11-25 23:56:00.2643 +0100
Launch Time: 2020-11-25 23:54:54.5145 +0100
OS Version: iPhone OS 14.2.1 (18B121)
Release Type: User
Baseband Version: 1.14.06
Report Version: 104

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 20

Application Specific Information:
abort() called

Last Exception Backtrace:
0 CoreFoundation 0x1922cc878 _exceptionPreprocess + 220
1 libobjc.A.dylib 0x1a6822c50 objc_exception_throw + 59
2 WordPress 0x103551fd4 0x1028b4000 + 13230036
3 WordPress 0x10335a754 0x1028b4000 + 11167572
4 CoreFoundation 0x1922d18f4 invoking
+ 147
5 CoreFoundation 0x1921a8df8 -[NSInvocation invoke] + 447
6 CoreFoundation 0x1921a93cc -[NSInvocation invokeWithTarget:] + 79
7 WordPress 0x103584130 0x1028b4000 + 13435184
8 WordPress 0x1035862c4 0x1028b4000 + 13443780
9 WordPress 0x103586028 0x1028b4000 + 13443112
10 libdispatch.dylib 0x191ebf24c _dispatch_call_block_and_release + 31
11 libdispatch.dylib 0x191ec0db0 _dispatch_client_callout + 19
12 libdispatch.dylib 0x191ec810c _dispatch_lane_serial_drain + 579
13 libdispatch.dylib 0x191ec8c5c _dispatch_lane_invoke + 407
14 libdispatch.dylib 0x191ed2d78 _dispatch_workloop_worker_thread + 707
15 libsystem_pthread.dylib 0x1db6e4804 _pthread_wqthread + 275
16 libsystem_pthread.dylib 0x1db6eb75c start_wqthread + 7

Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0:
0 QuartzCore 0x000000019574ff98 CA::AttrList::get+ 1904536 (unsigned int, _CAValueType, void*) const + 24
1 QuartzCore 0x000000019578e82c CAObject_defaultValueForAtom + 84
2 QuartzCore 0x000000019578e82c CAObject_defaultValueForAtom + 84
3 QuartzCore 0x00000001956dad9c CA::Layer::default_value+ 1424796 (unsigned int, _CAValueType, void*) + 136
4 QuartzCore 0x00000001956d8364 CA::Layer::getter+ 1413988 (unsigned int, _CAValueType, void*) + 128
5 QuartzCore 0x00000001956dc040 -[CALayer filters] + 52
6 UIKitCore 0x00000001940bf584 UIAccessibilityUpdateInvertColorsFilters + 388
7 UIKitCore 0x00000001951bebf0 -[UIView+ 17873904 (Internal) _didMoveFromWindow:toWindow:] + 1452
8 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
9 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
10 UIKitCore 0x000000019513991c -[UIScrollView _didMoveFromWindow:toWindow:] + 96
11 UIKitCore 0x0000000194ff1274 -[UITextView _didMoveFromWindow:toWindow:] + 100
12 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
13 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
14 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
15 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
16 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
17 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
18 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
19 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
20 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
21 UIKitCore 0x000000019513991c -[UIScrollView _didMoveFromWindow:toWindow:] + 96
22 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
23 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
24 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
25 UIKitCore 0x000000019513991c -[UIScrollView _didMoveFromWindow:toWindow:] + 96
26 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
27 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
28 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
29 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
30 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
31 UIKitCore 0x00000001951be8e8 -[UIView+ 17873128 (Internal) _didMoveFromWindow:toWindow:] + 676
32 UIKitCore 0x00000001951b21f0 __45-[UIView+ 17822192 (Hierarchy) _postMovedFromSuperview:]_block_invoke + 140
33 CoreAutoLayout 0x00000001a6ac251c -[NSISEngine withBehaviors:performModifications:] + 88
34 UIKitCore 0x00000001951b20f8 -[UIView+ 17821944 (Hierarchy) _postMovedFromSuperview:] + 836
35 UIKitCore 0x00000001951afdf0 __UIViewWasRemovedFromSuperview + 168
36 UIKitCore 0x00000001951af80c -[UIView+ 17811468 (Hierarchy) removeFromSuperview] + 388
37 WordPress 0x00000001035c2864 0x1028b4000 + 13690980
38 WordPress 0x00000001035ac770 0x1028b4000 + 13600624
39 WordPress 0x00000001035ad804 0x1028b4000 + 13604868
40 WordPress 0x00000001035ad668 0x1028b4000 + 13604456
41 WordPress 0x00000001035af2a8 0x1028b4000 + 13611688
42 WordPress 0x00000001035af3a4 0x1028b4000 + 13611940
43 libdispatch.dylib 0x0000000191ebf24c _dispatch_call_block_and_release + 32
44 libdispatch.dylib 0x0000000191ec0db0 _dispatch_client_callout + 20
45 libdispatch.dylib 0x0000000191ece7ac _dispatch_main_queue_callback_4CF + 836
46 CoreFoundation 0x000000019224811c CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16
47 CoreFoundation 0x0000000192242120 __CFRunLoopRun + 2508
48 CoreFoundation 0x000000019224121c CFRunLoopRunSpecific + 600
49 GraphicsServices 0x00000001a92c0784 GSEventRunModal + 164
50 UIKitCore 0x0000000194c7a200 -[UIApplication _run] + 1072
51 UIKitCore 0x0000000194c7fa74 UIApplicationMain + 168
52 WordPress 0x00000001029be494 0x1028b4000 + 1090708
53 libdyld.dylib 0x0000000191f016c0 start + 4

Thread 1:
0 libsystem_pthread.dylib 0x00000001db6eb754 start_wqthread + 0

Thread 2 name: com.apple.uikit.eventfetch-thread
Thread 2:
0 libsystem_kernel.dylib 0x00000001bf1a72d0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001bf1a6660 mach_msg + 76
2 CoreFoundation 0x0000000192247c30 __CFRunLoopServiceMachPort + 380
3 CoreFoundation 0x0000000192241c14 __CFRunLoopRun + 1216
4 CoreFoundation 0x000000019224121c CFRunLoopRunSpecific + 600
5 Foundation 0x00000001934eddf0 -[NSRunLoop+ 36336 (NSRunLoop) runMode:beforeDate:] + 232
6 Foundation 0x00000001934edcbc -[NSRunLoop+ 36028 (NSRunLoop) runUntilDate:] + 92
7 UIKitCore 0x0000000194d2dfe4 -[UIEventFetcher threadMain] + 516
8 Foundation 0x000000019365fa34 NSThread__start + 864
9 libsystem_pthread.dylib 0x00000001db6e2b40 _pthread_start + 320
10 libsystem_pthread.dylib 0x00000001db6eb768 thread_start + 8

Thread 3:
0 libsystem_kernel.dylib 0x00000001bf1cb814 __semwait_signal + 8
1 libsystem_c.dylib 0x000000019b5ed710 nanosleep + 216
2 libsystem_c.dylib 0x000000019b5ed4f4 sleep + 48
3 Sentry 0x00000001046a87d0 0x104698000 + 67536
4 libsystem_pthread.dylib 0x00000001db6e2b40 _pthread_start + 320
5 libsystem_pthread.dylib 0x00000001db6eb768 thread_start + 8

Thread 4 name: SentryCrash Exception Handler (Secondary)
Thread 4:
0 libsystem_kernel.dylib 0x00000001bf1a72d0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001bf1a6660 mach_msg + 76
2 libsystem_kernel.dylib 0x00000001bf1c4dd4 thread_suspend + 84
3 Sentry 0x00000001046b3e40 0x104698000 + 114240
4 libsystem_pthread.dylib 0x00000001db6e2b40 _pthread_start + 320
5 libsystem_pthread.dylib 0x00000001db6eb768 thread_start + 8

Thread 5 name: SentryCrash Exception Handler (Primary)
Thread 5:
0 libsystem_kernel.dylib 0x00000001bf1a72d0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001bf1a66d8 mach_msg + 196
2 Sentry 0x00000001046b3e6c 0x104698000 + 114284
3 libsystem_pthread.dylib 0x00000001db6e2b40 _pthread_start + 320
4 libsystem_pthread.dylib 0x00000001db6eb768 thread_start + 8

Thread 6 name: JavaScriptCore bmalloc scavenger
Thread 6:
0 libsystem_kernel.dylib 0x00000001bf1cb1ac __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001db6e6458 _pthread_cond_wait + 1192
2 libc++.1.dylib 0x00000001a68c3328 std::__1::condition_variable::wait+ 54056 (std::__1::unique_lockstd::__1::mutex&) + 28
3 JavaScriptCore 0x000000019c501c04 void std::__1::condition_variable_any::wait<std::__1::unique_lockbmalloc::Mutex >+ 15453188 (std::__1::unique_lockbmalloc::Mutex&) + 108
4 JavaScriptCore 0x000000019c5062d0 bmalloc::Scavenger::threadRunLoop+ 15471312 () + 208
5 JavaScriptCore 0x000000019c505edc bmalloc::Scavenger::Scavenger+ 15470300 (std::__1::scoped_lockbmalloc::Mutex const&) + 0
6 JavaScriptCore 0x000000019c5073f4 std::__1::__thread_specific_ptrstd::__1::__thread_struct::set_pointer+ 15475700 (std::__1::__thread_struct*) + 0
7 libsystem_pthread.dylib 0x00000001db6e2b40 _pthread_start + 320
8 libsystem_pthread.dylib 0x00000001db6eb768 thread_start + 8

Thread 7:
0 libsystem_pthread.dylib 0x00000001db6eb754 start_wqthread + 0

Thread 8 name: com.apple.CFStream.LegacyThread
Thread 8:
0 libsystem_kernel.dylib 0x00000001bf1a72d0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001bf1a6660 mach_msg + 76
2 CoreFoundation 0x0000000192247c30 __CFRunLoopServiceMachPort + 380
3 CoreFoundation 0x0000000192241c14 __CFRunLoopRun + 1216
4 CoreFoundation 0x000000019224121c CFRunLoopRunSpecific + 600
5 CoreFoundation 0x0000000192264f38 _legacyStreamRunLoop_workThread + 280
6 libsystem_pthread.dylib 0x00000001db6e2b40 _pthread_start + 320
7 libsystem_pthread.dylib 0x00000001db6eb768 thread_start + 8

Thread 9 name: com.apple.NSURLConnectionLoader
Thread 9:
0 libsystem_kernel.dylib 0x00000001bf1a72d0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001bf1a6660 mach_msg + 76
2 CoreFoundation 0x0000000192247c30 __CFRunLoopServiceMachPort + 380
3 CoreFoundation 0x0000000192241c14 __CFRunLoopRun + 1216
4 CoreFoundation 0x000000019224121c CFRunLoopRunSpecific + 600
5 CFNetwork 0x0000000192b14410 0x1928c8000 + 2409488
6 Foundation 0x000000019365fa34 NSThread__start + 864
7 libsystem_pthread.dylib 0x00000001db6e2b40 _pthread_start + 320
8 libsystem_pthread.dylib 0x00000001db6eb768 thread_start + 8

Thread 10 name: com.apple.CFSocket.private
Thread 10:
0 libsystem_kernel.dylib 0x00000001bf1cb70c __select + 8
1 CoreFoundation 0x00000001922548a8 __CFSocketManager + 636
2 libsystem_pthread.dylib 0x00000001db6e2b40 _pthread_start + 320
3 libsystem_pthread.dylib 0x00000001db6eb768 thread_start + 8

Thread 11:
0 libsystem_pthread.dylib 0x00000001db6eb754 start_wqthread + 0

Thread 12 name: AVAudioSession Notify Thread
Thread 12:
0 libsystem_kernel.dylib 0x00000001bf1a72d0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001bf1a6660 mach_msg + 76
2 CoreFoundation 0x0000000192247c30 __CFRunLoopServiceMachPort + 380
3 CoreFoundation 0x0000000192241c14 __CFRunLoopRun + 1216
4 CoreFoundation 0x000000019224121c CFRunLoopRunSpecific + 600
5 AudioSession 0x0000000199ca30c4 GenericRunLoopThread::Entry+ 53444 (void*) + 164
6 AudioSession 0x0000000199ca525c CAPThread::Entry+ 62044 (CAPThread*) + 92
7 libsystem_pthread.dylib 0x00000001db6e2b40 _pthread_start + 320
8 libsystem_pthread.dylib 0x00000001db6eb768 thread_start + 8

Thread 13 name: com.facebook.react.JavaScript
Thread 13:
0 libsystem_kernel.dylib 0x00000001bf1a72d0 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001bf1a6660 mach_msg + 76
2 CoreFoundation 0x0000000192247c30 __CFRunLoopServiceMachPort + 380
3 CoreFoundation 0x0000000192241c14 __CFRunLoopRun + 1216
4 CoreFoundation 0x000000019224121c CFRunLoopRunSpecific + 600
5 WordPress 0x0000000103564cf4 0x1028b4000 + 13307124
6 Foundation 0x000000019365fa34 NSThread__start + 864
7 libsystem_pthread.dylib 0x00000001db6e2b40 _pthread_start + 320
8 libsystem_pthread.dylib 0x00000001db6eb768 thread_start + 8

Thread 14 name: Heap Helper Thread
Thread 14:
0 libsystem_kernel.dylib 0x00000001bf1cb1ac __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001db6e6458 _pthread_cond_wait + 1192
2 JavaScriptCore 0x000000019c48fbe4 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 14986212 ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3 JavaScriptCore 0x000000019bd4b0b0 bool WTF::Condition::waitUntilWTF::Lock+ 7364784 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4 JavaScriptCore 0x000000019c45d234 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call+ 14778932 () + 208
5 JavaScriptCore 0x000000019c4b3d54 WTF::Thread::entryPoint+ 15134036 (WTF::Thread::NewThreadContext*) + 316
6 JavaScriptCore 0x000000019c4b6518 WTF::wtfThreadEntryPoint+ 15144216 (void*) + 16
7 libsystem_pthread.dylib 0x00000001db6e2b40 _pthread_start + 320
8 libsystem_pthread.dylib 0x00000001db6eb768 thread_start + 8

Thread 15 name: Heap Helper Thread
Thread 15:
0 libsystem_kernel.dylib 0x00000001bf1cb1ac __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001db6e6458 _pthread_cond_wait + 1192
2 JavaScriptCore 0x000000019c48fbe4 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 14986212 ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3 JavaScriptCore 0x000000019bd4b0b0 bool WTF::Condition::waitUntilWTF::Lock+ 7364784 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4 JavaScriptCore 0x000000019c45d234 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call+ 14778932 () + 208
5 JavaScriptCore 0x000000019c4b3d54 WTF::Thread::entryPoint+ 15134036 (WTF::Thread::NewThreadContext*) + 316
6 JavaScriptCore 0x000000019c4b6518 WTF::wtfThreadEntryPoint+ 15144216 (void*) + 16
7 libsystem_pthread.dylib 0x00000001db6e2b40 _pthread_start + 320
8 libsystem_pthread.dylib 0x00000001db6eb768 thread_start + 8

Thread 16 name: Heap Helper Thread
Thread 16:
0 libsystem_kernel.dylib 0x00000001bf1cb1ac __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001db6e6458 _pthread_cond_wait + 1192
2 JavaScriptCore 0x000000019c48fbe4 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 14986212 ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3 JavaScriptCore 0x000000019bd4b0b0 bool WTF::Condition::waitUntilWTF::Lock+ 7364784 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4 JavaScriptCore 0x000000019c45d234 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call+ 14778932 () + 208
5 JavaScriptCore 0x000000019c4b3d54 WTF::Thread::entryPoint+ 15134036 (WTF::Thread::NewThreadContext*) + 316
6 JavaScriptCore 0x000000019c4b6518 WTF::wtfThreadEntryPoint+ 15144216 (void*) + 16
7 libsystem_pthread.dylib 0x00000001db6e2b40 _pthread_start + 320
8 libsystem_pthread.dylib 0x00000001db6eb768 thread_start + 8

Thread 17 name: Heap Helper Thread
Thread 17:
0 libsystem_kernel.dylib 0x00000001bf1cb1ac __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001db6e6458 _pthread_cond_wait + 1192
2 JavaScriptCore 0x000000019c48fbe4 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 14986212 ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3 JavaScriptCore 0x000000019bd4b0b0 bool WTF::Condition::waitUntilWTF::Lock+ 7364784 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4 JavaScriptCore 0x000000019c45d234 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call+ 14778932 () + 208
5 JavaScriptCore 0x000000019c4b3d54 WTF::Thread::entryPoint+ 15134036 (WTF::Thread::NewThreadContext*) + 316
6 JavaScriptCore 0x000000019c4b6518 WTF::wtfThreadEntryPoint+ 15144216 (void*) + 16
7 libsystem_pthread.dylib 0x00000001db6e2b40 _pthread_start + 320
8 libsystem_pthread.dylib 0x00000001db6eb768 thread_start + 8

Thread 18 name: Heap Helper Thread
Thread 18:
0 libsystem_kernel.dylib 0x00000001bf1cb1ac __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001db6e6458 _pthread_cond_wait + 1192
2 JavaScriptCore 0x000000019c48fbe4 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 14986212 ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3 JavaScriptCore 0x000000019bd4b0b0 bool WTF::Condition::waitUntilWTF::Lock+ 7364784 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4 JavaScriptCore 0x000000019c45d234 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call+ 14778932 () + 208
5 JavaScriptCore 0x000000019c4b3d54 WTF::Thread::entryPoint+ 15134036 (WTF::Thread::NewThreadContext*) + 316
6 JavaScriptCore 0x000000019c4b6518 WTF::wtfThreadEntryPoint+ 15144216 (void*) + 16
7 libsystem_pthread.dylib 0x00000001db6e2b40 _pthread_start + 320
8 libsystem_pthread.dylib 0x00000001db6eb768 thread_start + 8

Thread 19 name: JSC Heap Collector Thread
Thread 19:
0 libsystem_kernel.dylib 0x00000001bf1cb1ac __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x00000001db6e6458 _pthread_cond_wait + 1192
2 JavaScriptCore 0x000000019c48fbe4 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 14986212 ()> const&, WTF::TimeWithDynamicClockType const&) + 2780
3 JavaScriptCore 0x000000019bd4b0b0 bool WTF::Condition::waitUntilWTF::Lock+ 7364784 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 196
4 JavaScriptCore 0x000000019c45d234 WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call+ 14778932 () + 208
5 JavaScriptCore 0x000000019c4b3d54 WTF::Thread::entryPoint+ 15134036 (WTF::Thread::NewThreadContext*) + 316
6 JavaScriptCore 0x000000019c4b6518 WTF::wtfThreadEntryPoint+ 15144216 (void*) + 16
7 libsystem_pthread.dylib 0x00000001db6e2b40 _pthread_start + 320
8 libsystem_pthread.dylib 0x00000001db6eb768 thread_start + 8

Thread 20 name: Dispatch queue: com.facebook.react.ExceptionsManagerQueue
Thread 20 Crashed:
0 libsystem_kernel.dylib 0x00000001bf1cb414 __pthread_kill + 8
1 libsystem_pthread.dylib 0x00000001db6e3b40 pthread_kill + 272
2 libsystem_c.dylib 0x000000019b5f0b74 abort + 104
3 libc++abi.dylib 0x00000001a6928cf8 __cxxabiv1::__aligned_malloc_with_fallback+ 81144 (unsigned long) + 0
4 libc++abi.dylib 0x00000001a6919e4c demangling_unexpected_handler+ 20044 () + 0
5 libobjc.A.dylib 0x00000001a6822f64 _objc_terminate+ 28516 () + 144
6 Sentry 0x00000001046b319c 0x104698000 + 111004
7 libc++abi.dylib 0x00000001a69280e0 std::__terminate(void (*)+ 78048 ()) + 20
8 libc++abi.dylib 0x00000001a692806c std::terminate+ 77932 () + 44
9 libdispatch.dylib 0x0000000191ec0dc4 _dispatch_client_callout + 40
10 libdispatch.dylib 0x0000000191ec810c _dispatch_lane_serial_drain + 580
11 libdispatch.dylib 0x0000000191ec8c5c _dispatch_lane_invoke + 408
12 libdispatch.dylib 0x0000000191ed2d78 _dispatch_workloop_worker_thread + 708
13 libsystem_pthread.dylib 0x00000001db6e4804 _pthread_wqthread + 276
14 libsystem_pthread.dylib 0x00000001db6eb75c start_wqthread + 8

Thread 21:
0 libsystem_pthread.dylib 0x00000001db6eb754 start_wqthread + 0

Thread 22:
0 libsystem_pthread.dylib 0x00000001db6eb754 start_wqthread + 0

Thread 20 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000
x4: 0x000000016d6e9a50 x5: 0x000000016d6ea000 x6: 0x000000000000006e x7: 0x0000000000000b00
x8: 0x00000000000005b9 x9: 0x092caaeda00a9a9c x10: 0x0000000000000002 x11: 0x0000000000000003
x12: 0x0000000000000000 x13: 0x0000000000000001 x14: 0x0000000000000010 x15: 0x000000000000001a
x16: 0x0000000000000148 x17: 0x000000016d6eb000 x18: 0x0000000000000000 x19: 0x0000000000000006
x20: 0x000000000001d327 x21: 0x000000016d6eb0e0 x22: 0x00000001f1ae0380 x23: 0x0000000000000000
x24: 0x0000000000000114 x25: 0x000000016d6eb0e0 x26: 0x00000002823924c0 x27: 0x0000000000000000
x28: 0x00000002823924c0 fp: 0x000000016d6e9f60 lr: 0x00000001db6e3b40
sp: 0x000000016d6e9f40 pc: 0x00000001bf1cb414 cpsr: 0x40001000
esr: 0x56000080 Address size fault

Binary Images:
0x1028b4000 - 0x103c03fff WordPress arm64 <531d1f5c5ae1339595f3783c81f3fd38> /var/containers/Bundle/Application/3E366C53-3DD4-40F7-BF7E-0C5BD02F137D/WordPress.app/WordPress
0x104238000 - 0x10425ffff MessagingAPI arm64 /var/containers/Bundle/Application/3E366C53-3DD4-40F7-BF7E-0C5BD02F137D/WordPress.app/Frameworks/MessagingAPI.framework/MessagingAPI
0x104280000 - 0x1042effff dyld arm64e /usr/lib/dyld
0x104370000 - 0x104397fff MessagingSDK arm64 /var/containers/Bundle/Application/3E366C53-3DD4-40F7-BF7E-0C5BD02F137D/WordPress.app/Frameworks/MessagingSDK.framework/MessagingSDK
0x1043b8000 - 0x1043bffff SDKConfigurations arm64 /var/containers/Bundle/Application/3E366C53-3DD4-40F7-BF7E-0C5BD02F137D/WordPress.app/Frameworks/SDKConfigurations.framework/SDKConfigurations
0x1043d0000 - 0x1043dffff WordPressFlux arm64 <3cd077951b5833baa363e91bd0663357> /var/containers/Bundle/Application/3E366C53-3DD4-40F7-BF7E-0C5BD02F137D/WordPress.app/Frameworks/WordPressFlux.framework/WordPressFlux
0x104564000 - 0x10462bfff CommonUISDK arm64 /var/containers/Bundle/Application/3E366C53-3DD4-40F7-BF7E-0C5BD02F137D/WordPress.app/Frameworks/CommonUISDK.framework/CommonUISDK
0x104698000 - 0x1046dbfff Sentry arm64 <4ab462368abc310cb188b23e0929e0d3> /var/containers/Bundle/Application/3E366C53-3DD4-40F7-BF7E-0C5BD02F137D/WordPress.app/Frameworks/Sentry.framework/Sentry
0x104754000 - 0x1047abfff SupportProvidersSDK arm64 <4363182f06db3c27b374c62bfedfe90e> /var/containers/Bundle/Application/3E366C53-3DD4-40F7-BF7E-0C5BD02F137D/WordPress.app/Frameworks/SupportProvidersSDK.framework/SupportProvidersSDK
0x104804000 - 0x104963fff SupportSDK arm64 <2d289eb54eb73fcb909428a14bf7a74d> /var/containers/Bundle/Application/3E366C53-3DD4-40F7-BF7E-0C5BD02F137D/WordPress.app/Frameworks/SupportSDK.framework/SupportSDK
0x1049f4000 - 0x104a63fff ZendeskCoreSDK arm64 /var/containers/Bundle/Application/3E366C53-3DD4-40F7-BF7E-0C5BD02F137D/WordPress.app/Frameworks/ZendeskCoreSDK.framework/ZendeskCoreSDK
0x104e60000 - 0x104e6bfff libobjc-trampolines.dylib arm64e <5b114f71d1313a50bd45b8b8d1c45874> /usr/lib/libobjc-trampolines.dylib
0x191ebd000 - 0x191efffff libdispatch.dylib arm64e <3277bf1eb99436099b30e0186bbf3c25> /usr/lib/system/libdispatch.dylib
0x191f00000 - 0x191f3afff libdyld.dylib arm64e /usr/lib/system/libdyld.dylib
0x191f3b000 - 0x1921a6fff libicucore.A.dylib arm64e <844c0712322438dcb019d7d4bbbddf17> /usr/lib/libicucore.A.dylib
0x1921a7000 - 0x192560fff CoreFoundation arm64e /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x192561000 - 0x19270bfff CoreServices arm64e /System/Library/Frameworks/CoreServices.framework/CoreServices
0x19270c000 - 0x192754fff WirelessDiagnostics arm64e <7bcb1847440837d3ad100dae2432129e> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x192755000 - 0x1927cffff SystemConfiguration arm64e <98796725fd6c39b6af67b09485215996> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1927d0000 - 0x1928c7fff CoreTelephony arm64e /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1928c8000 - 0x192d5ffff CFNetwork arm64e /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x192d60000 - 0x19346dfff libnetwork.dylib arm64e <267d1486bbbd34efbc93d51b2460b9e9> /usr/lib/libnetwork.dylib
0x19346e000 - 0x1934e4fff Accounts arm64e <6c32f1bd45c730a9b5955eac14fb5142> /System/Library/Frameworks/Accounts.framework/Accounts
0x1934e5000 - 0x1937a0fff Foundation arm64e <5c24ee4a344736bd99106f4d9616d692> /System/Library/Frameworks/Foundation.framework/Foundation
0x1937a1000 - 0x193b00fff ImageIO arm64e /System/Library/Frameworks/ImageIO.framework/ImageIO
0x193b01000 - 0x193b19fff libCGInterfaces.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x193b1a000 - 0x1940b2fff CoreGraphics arm64e <5fbf586867c23779be8102182faff4b0> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1940b3000 - 0x19555efff UIKitCore arm64e <05147936b8753ef394db9c8869bb0e34> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x19555f000 - 0x19557efff libAccessibility.dylib arm64e /usr/lib/libAccessibility.dylib
0x19557f000 - 0x195803fff QuartzCore arm64e /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x195804000 - 0x19586ffff BackBoardServices arm64e <4827f4d1b8c13c59a7f6d4549556356a> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x195870000 - 0x1958fdfff TextInput arm64e /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1958fe000 - 0x195966fff libusrtcp.dylib arm64e <157f55277d0d353885e0e52dcc8880af> /usr/lib/libusrtcp.dylib
0x195967000 - 0x195d11fff AppleMediaServices arm64e <0730033388b33f75adcd8563e99a152d> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x195d12000 - 0x195e8dfff libswiftFoundation.dylib arm64e /usr/lib/swift/libswiftFoundation.dylib
0x195e8e000 - 0x1962bdfff libswiftCore.dylib arm64e /usr/lib/swift/libswiftCore.dylib
0x1962be000 - 0x1962d4fff UIKitServices arm64e <4ad58e2b1d973bc38aeaedce472d1cbd> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1962d5000 - 0x19642cfff Preferences arm64e <3cd6d9dd89b03d1aa984f3c2ba0228e2> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x19642d000 - 0x196654fff ContactsUI arm64e <2fa15bc15ff237ac88421922536022a0> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x196655000 - 0x19680cfff CoreText arm64e <23e3ce6676ae327db8257c97f0e3040c> /System/Library/Frameworks/CoreText.framework/CoreText
0x19680d000 - 0x196826fff ExtensionKit arm64e /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit
0x19683d000 - 0x1968c1fff BaseBoard arm64e <196f87078daf3d1d9ad7d4bed13a52e4> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1968c2000 - 0x196aedfff CoreDuet arm64e /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x196aee000 - 0x196c50fff Contacts arm64e <4671df0589543d748023781f4c54b608> /System/Library/Frameworks/Contacts.framework/Contacts
0x196c51000 - 0x198199fff GeoServices arm64e <7d172128f360377e804d9e62bf2816c1> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x19819a000 - 0x198223fff CoreLocation arm64e <68712751802736b88d1663c960b5e538> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x198224000 - 0x1983d2fff CloudKit arm64e <677f0a1d7af63109bc94c1585125bea7> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1983d3000 - 0x198751fff CoreData arm64e <53032278931538119959fb2f6f908fc6> /System/Library/Frameworks/CoreData.framework/CoreData
0x19943c000 - 0x199446fff libswiftCoreGraphics.dylib arm64e /usr/lib/swift/libswiftCoreGraphics.dylib
0x199447000 - 0x199486fff AppSupport arm64e <1c385e6e58ca3a5d86fba83231c95921> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x199487000 - 0x1995b0fff ManagedConfiguration arm64e <79eecde1535d3f8bbc152cf108680dd5> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1995b1000 - 0x199622fff IMFoundation arm64e /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x199623000 - 0x199733fff IDS arm64e <20667a7b432439129836b58f24f44105> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x199734000 - 0x19987ffff Security arm64e /System/Library/Frameworks/Security.framework/Security
0x199880000 - 0x199c95fff MediaPlayer arm64e <5ccc16fc11ba3fceb9044f1a4f9b45d3> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x199c96000 - 0x199caefff AudioSession arm64e <06325a11a821335292c6284edabfbc15> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
0x199caf000 - 0x199e4efff AVFCore arm64e <9c33e4c688093247bb1c4c42e305232f> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
0x199e4f000 - 0x19a3f5fff Intents arm64e <22d0efb49fa13fdca600181ed377cf80> /System/Library/Frameworks/Intents.framework/Intents
0x19a3f6000 - 0x19a444fff TextInputUI arm64e <83dacb3e655c303b9de8ba1f72c42848> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x19a445000 - 0x19a75cfff CoreImage arm64e /System/Library/Frameworks/CoreImage.framework/CoreImage
0x19a75d000 - 0x19a81afff ColorSync arm64e <8a6bf2629d5e3949978438df7fc9104d> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x19a81b000 - 0x19a856fff CoreVideo arm64e <1447324facb03725a7c97f6d0f663073> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x19a857000 - 0x19b02cfff MediaToolbox arm64e /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x19b02d000 - 0x19b12dfff CoreMedia arm64e /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x19b12e000 - 0x19b398fff AudioToolbox arm64e <336301a02ead366092da724ab7a9f370> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x19b399000 - 0x19b3e9fff CoreHaptics arm64e <1d611347327d33818c2ec40dbb144bc5> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x19b3ea000 - 0x19b44afff UserActivity arm64e /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x19b44b000 - 0x19b553fff UIFoundation arm64e /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x19b554000 - 0x19b579fff libsystem_info.dylib arm64e <952b88883aae33c0a5323871881da0ae> /usr/lib/system/libsystem_info.dylib
0x19b57a000 - 0x19b5f8fff libsystem_c.dylib arm64e <41d8b3b520073b5c8291ce0ce64af7c0> /usr/lib/system/libsystem_c.dylib
0x19b5f9000 - 0x19b644fff RunningBoardServices arm64e <981369de1c023ab2b5ad506af395018f> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x19b645000 - 0x19c5f5fff JavaScriptCore arm64e /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x19cbc2000 - 0x19cc53fff ContactsFoundation arm64e /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x19cc54000 - 0x19ce98fff HealthKit arm64e <23f9515271753359bb6e2ab2f36e2273> /System/Library/Frameworks/HealthKit.framework/HealthKit
0x19ce99000 - 0x19cebcfff ProactiveEventTracker arm64e <2014296bdc3c3abbaabedfc4d8a9cca8> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x19cebd000 - 0x19cf07fff Lexicon arm64e <8c16b8d7bc8736c39461b708e43c6979> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x19cf08000 - 0x19cf75fff PersonalizationPortrait arm64e <26c3e63290773f3aa8978cf05d9dfd6a> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x19cf76000 - 0x19cfc6fff CoreDuetContext arm64e <7b40af0ebdc238e49d7b34df1fcceb96> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x19cfc7000 - 0x19d072fff IOKit arm64e <73f214d5f1003f8cb4178f482c44214e> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x19d073000 - 0x19d083fff DataMigration arm64e /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x19d084000 - 0x19d0e1fff SpringBoardServices arm64e <7923a908efde3545851b7644ee614117> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x19d0e2000 - 0x19d0f4fff ContextKit arm64e /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x19d0f5000 - 0x19d35afff CoreMotion arm64e <7a5d78df574b3eeab03e93af4a2c445c> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x19d35b000 - 0x19d4a0fff EventKit arm64e <04ede0aa27cb39ab940c652608fce7f9> /System/Library/Frameworks/EventKit.framework/EventKit
0x19d9fe000 - 0x19dc91fff MediaRemote arm64e <706d3e66bbbd3b67a57a77eb04a64a4b> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x19dc92000 - 0x19de3afff CoreUtils arm64e /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x19de3b000 - 0x19de51fff FamilyCircle arm64e <6f2b149e863d3cf3bd2cd80d110d98de> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x19de52000 - 0x19dec2fff CoreSpotlight arm64e <2bde4d16dd873592b2a8d780c1e38eaa> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x19e2cf000 - 0x19e46ffff AssistantServices arm64e /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x19e470000 - 0x19e536fff CoreUI arm64e /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x19e537000 - 0x19e582fff SafariSafeBrowsing arm64e /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x19e583000 - 0x19ecf8fff WebKit arm64e <0164473348d93666ab3d725c43b71cb4> /System/Library/Frameworks/WebKit.framework/WebKit
0x19ecf9000 - 0x1a115dfff WebCore arm64e <9fb90b9144ab3e6999ce546c8c889e76> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1a115e000 - 0x1a11bcfff libMobileGestalt.dylib arm64e /usr/lib/libMobileGestalt.dylib
0x1a11bd000 - 0x1a11d9fff CommonUtilities arm64e /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1a11da000 - 0x1a1347fff IDSFoundation arm64e /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1a1348000 - 0x1a144cfff IMSharedUtilities arm64e <8d988761f31830588ed3f574fccb6a8a> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1a144d000 - 0x1a14f7fff CoreSuggestions arm64e <6411e8979a4b344f9101a171cdd1f9cd> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1a14f8000 - 0x1a1596fff AddressBookLegacy arm64e /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1a1597000 - 0x1a15cafff UserNotifications arm64e /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1a15cb000 - 0x1a1657fff FrontBoardServices arm64e /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1a1658000 - 0x1a167bfff libsystem_malloc.dylib arm64e /usr/lib/system/libsystem_malloc.dylib
0x1a167c000 - 0x1a1957fff MapKit arm64e <81996676082e37b0b7cf7ea8e77e3db6> /System/Library/Frameworks/MapKit.framework/MapKit
0x1a1958000 - 0x1a2129fff VectorKit arm64e /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1a212a000 - 0x1a21bcfff AuthKit arm64e /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1a21bd000 - 0x1a2251fff AppleAccount arm64e <4204215c323e3b52a776993e75071910> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1a2252000 - 0x1a2354fff AVFAudio arm64e <531618325a1c3c33af536816b1d1c2c5> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1a2355000 - 0x1a25c0fff AudioToolboxCore arm64e /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1a25f2000 - 0x1a28a5fff StoreServices arm64e <7520baa395ee343e90009b8b068639c8> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1a28a6000 - 0x1a2a2efff Sharing arm64e /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1a2a2f000 - 0x1a2ad5fff ShareSheet arm64e /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1a2ad6000 - 0x1a2bc5fff CoreParsec arm64e /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1a2bc6000 - 0x1a2c10fff PhotoFoundation arm64e <13164f89a13d3150b0c7f85561371e78> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1a2c11000 - 0x1a2e61fff Photos arm64e <05a846600cb733149e624d723fb3278b> /System/Library/Frameworks/Photos.framework/Photos
0x1a2e62000 - 0x1a3593fff PhotoLibraryServices arm64e <5222f435c3a63ecdaa0c7e6c7fe4d03d> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1a3594000 - 0x1a3655fff AssetsLibraryServices arm64e <48396fa2548438f4bc5a589fe789fb0a> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1a3656000 - 0x1a36a7fff MobileBackup arm64e /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1a36a8000 - 0x1a36bcfff MSUDataAccessor arm64e <1c3907ce41ad36309c9a3418269e96d0> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
0x1a36bd000 - 0x1a36e3fff MobileAsset arm64e /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1a36e4000 - 0x1a36f3fff libsystem_networkextension.dylib arm64e <24d587df9db9373fa1829c6c5f69fbc8> /usr/lib/system/libsystem_networkextension.dylib
0x1a36f4000 - 0x1a3945fff NetworkExtension arm64e <7ac80cf832e036d5bc42ebbec342d1af> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1a3973000 - 0x1a3d3cfff CoreML arm64e <3b711086a2eb38bdb8e93560f0291758> /System/Library/Frameworks/CoreML.framework/CoreML
0x1a3d3d000 - 0x1a44c1fff Espresso arm64e <97fef9db244332f8b2ea5d8cc39f5fa8> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1a44c2000 - 0x1a45bffff VideoToolbox arm64e /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1a45c0000 - 0x1a460bfff OnBoardingKit arm64e <5309c7bb663e39c7a954a311f9d6de83> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1a470a000 - 0x1a471bfff AXCoreUtilities arm64e /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1a5611000 - 0x1a5787fff Montreal arm64e /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1a5788000 - 0x1a589cfff LanguageModeling arm64e /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1a589d000 - 0x1a58a5fff InternationalSupport arm64e <2c388cf5fcf33c7287ef2722b5dc425e> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1a58a6000 - 0x1a5afafff iTunesCloud arm64e <1a97d57e3d1b3c1b809a67ff39432f9d> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1a5afb000 - 0x1a5b3cfff libswiftUIKit.dylib arm64e <8aa46e2fd9b03e3bb0002cc75f0ec9c0> /usr/lib/swift/libswiftUIKit.dylib
0x1a5c58000 - 0x1a5d01fff CalendarDatabase arm64e <40347f5f0f9e3668a459be89fc32d29f> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1a5d02000 - 0x1a5d51fff Notes arm64e <8383e35aa08139e49a538890f8bd7dee> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x1a5d52000 - 0x1a5e31fff LinkPresentation arm64e <631a9a5dac31370285142fa1d840121d> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1a5e32000 - 0x1a5f55fff Combine arm64e /System/Library/Frameworks/Combine.framework/Combine
0x1a5fe4000 - 0x1a5ff5fff UniformTypeIdentifiers arm64e <7f27c250b622344a9d5294869043304a> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
0x1a5ff6000 - 0x1a6078fff CloudDocs arm64e /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1a6079000 - 0x1a6278fff Message arm64e <2249a907a6b93b9fbe5326b4a33028b4> /System/Library/PrivateFrameworks/Message.framework/Message
0x1a6279000 - 0x1a62f8fff EmailFoundation arm64e /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x1a6595000 - 0x1a65d1fff MediaServices arm64e /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1a65d2000 - 0x1a673efff SearchFoundation arm64e <36da79caa9c7368987c91ec58cdb397b> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1a673f000 - 0x1a679afff WebBookmarks arm64e /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1a681c000 - 0x1a6852fff libobjc.A.dylib arm64e <282fd01c1437349bae1a2eff32859670> /usr/lib/libobjc.A.dylib
0x1a6853000 - 0x1a68b5fff LoggingSupport arm64e <156505e355a636b2ac5aadc43aaa0448> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1a68b6000 - 0x1a6914fff libc++.1.dylib arm64e <540a1413a396391a83dbfe9ee2bc1413> /usr/lib/libc++.1.dylib
0x1a6915000 - 0x1a692efff libc++abi.dylib arm64e <44a88d84a05435cdbaed93bd792990ab> /usr/lib/libc++abi.dylib
0x1a692f000 - 0x1a6971fff SetupAssistant arm64e /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1a6972000 - 0x1a698cfff OctagonTrust arm64e <5a9c1d61fd1334a39f2f24c3584c0ab9> /System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust
0x1a6ab2000 - 0x1a6af5fff CoreAutoLayout arm64e <42d414ddf9b538aa98fb89fa71c952fa> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
0x1a6af6000 - 0x1a6c54fff Network arm64e <8bd5299e8c953974be90e1bc68051c94> /System/Library/Frameworks/Network.framework/Network
0x1a6c55000 - 0x1a6c8bfff MobileKeyBag arm64e <3fdf1dfdb0603c2989e11f25def200fd> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1a6ecd000 - 0x1a6ee1fff BaseBoardUI arm64e <238e1edaf3f9309889573aca11a1601e> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1a6ee2000 - 0x1a6f94fff libvDSP.dylib arm64e <97919760f4313342a4339f60c012efeb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1a6f95000 - 0x1a6fc8fff libAudioToolboxUtility.dylib arm64e <5d96fa7f071331e5be77e36816ec884c> /usr/lib/libAudioToolboxUtility.dylib
0x1a7195000 - 0x1a7221fff CoreNLP arm64e <082ab669b28430eca3b0c0d2075799e8> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1a7222000 - 0x1a733cfff FileProvider arm64e <837422b0fdb2379aba3dabae17cfd66d> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1a733d000 - 0x1a734dfff BiomeStorage arm64e /System/Library/PrivateFrameworks/BiomeStorage.framework/BiomeStorage
0x1a734e000 - 0x1a7366fff libswiftDispatch.dylib arm64e <9b8336a1651a3f4bbfef1b22e424a29a> /usr/lib/swift/libswiftDispatch.dylib
0x1a7367000 - 0x1a739dfff DataDetectorsCore arm64e <7270badd070c31d0ba382c88d86665aa> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1a739e000 - 0x1a742efff Symbolication arm64e <92c59ae0a084347489ec51e75d1e9722> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1a742f000 - 0x1a744cfff CrashReporterSupport arm64e <012daa6ec5523a3483eb9ab77e4b737a> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1a748c000 - 0x1a755dfff TelephonyUtilities arm64e <38840f53b4b93d339542cf82830fd077> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1a7597000 - 0x1a7782fff MPSNeuralNetwork arm64e <8f57a915cad530579febd66886f15bc9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1a7783000 - 0x1a77d8fff MPSCore arm64e /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1a7935000 - 0x1a79a2fff CalendarFoundation arm64e <30f7b3cebedc3cfbae2e7b17759dda94> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1a7a06000 - 0x1a7af2fff NLP arm64e /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1a7af3000 - 0x1a7b1bfff AppSupportUI arm64e <8d9a8aa15c8230bca76bfd98633bedeb> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1a7b25000 - 0x1a7b7afff FTServices arm64e <08de47ac8c1b3acfa6ac5526175508fa> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1a7b7b000 - 0x1a7c2bfff libboringssl.dylib arm64e <6323c8b4e8de3628815bdc09daa662e7> /usr/lib/libboringssl.dylib
0x1a7c2c000 - 0x1a7c43fff ProtocolBuffer arm64e <7d8c52408219342f95be0602a19661de> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1a7c44000 - 0x1a7d50fff AVKit arm64e <4f4a5c93887f30b5bade390ecd0fbe7a> /System/Library/Frameworks/AVKit.framework/AVKit
0x1a7ec4000 - 0x1a7ed3fff AssertionServices arm64e <9744262405dc374a90194c2520e5f3cd> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1a7ed4000 - 0x1a7efdfff CloudServices arm64e <4e3092a0c61c39e18e1a217f552ca21d> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x1a7f50000 - 0x1a8030fff Metal arm64e <7eba2500a6bb3049adf3bb6649b0e3ca> /System/Library/Frameworks/Metal.framework/Metal
0x1a8031000 - 0x1a817cfff MediaExperience arm64e /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1a8589000 - 0x1a859ffff libsystem_trace.dylib arm64e <4cc641303c003e0d9f9329f250e62552> /usr/lib/system/libsystem_trace.dylib
0x1a85a0000 - 0x1a85d1fff CoreServicesInternal arm64e <80fdcdbd058437fc8f7911cc43b0401e> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1a85d2000 - 0x1a863afff SafariCore arm64e /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1a863b000 - 0x1a8872fff SafariShared arm64e /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1a8873000 - 0x1a890ffff AppStoreDaemon arm64e <8f3015067d2b35c09f00e913753e4b8f> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1a8d24000 - 0x1a8d6cfff ContactsAutocompleteUI arm64e <323a3853f4f9397a96846f628ea5a68e> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
0x1a8d6d000 - 0x1a8eabfff MessageUI arm64e <5994c803760631c78b286be1b7cb058f> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x1a91d2000 - 0x1a9275fff SAObjects arm64e <07932a7a94323b8e817a1389c26b686e> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1a9276000 - 0x1a92bcfff VoiceServices arm64e <88a8cb2388af3b319ca491f79faad445> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1a92bd000 - 0x1a92c5fff GraphicsServices arm64e /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1a92c6000 - 0x1a931cfff DeviceManagement arm64e <02644568f141359a8f533a421b20b7bf> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1a931d000 - 0x1a9495fff Translation arm64e <2437b74c08563e3391983db4c0e25e3c> /System/Library/PrivateFrameworks/Translation.framework/Translation
0x1a9496000 - 0x1a94abfff PowerLog arm64e <5d44ee361a573a0f849cd6beffa79b02> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1a94ac000 - 0x1a94d5fff DuetActivityScheduler arm64e <45591a4bd657328397f96607fb828c3c> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1aad52000 - 0x1aafeffff Vision arm64e /System/Library/Frameworks/Vision.framework/Vision
0x1aaff0000 - 0x1ab04cfff DataAccess arm64e /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1ab04d000 - 0x1ab0bbfff ProactiveSupport arm64e <2b02f4e6a8b634238586882d89aaff91> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1ab0e9000 - 0x1ab108fff ApplePushService arm64e /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1ab109000 - 0x1ab132fff BoardServices arm64e <77316d31a9c330faa15c36e9480551bc> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1ab133000 - 0x1ab13ffff libswiftCloudKit.dylib arm64e /usr/lib/swift/libswiftCloudKit.dylib
0x1ab29f000 - 0x1ab2cffff libncurses.5.4.dylib arm64e /usr/lib/libncurses.5.4.dylib
0x1ab2d0000 - 0x1ab31efff OSAnalytics arm64e /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1ab31f000 - 0x1ab3a7fff CoreBluetooth arm64e <54977589c17131b3bb129e58987cbeac> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1ab591000 - 0x1ab5d6fff TemplateKit arm64e <5bfb153751b5344e81b9856000e204df> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
0x1ab5d7000 - 0x1ab60cfff MobileInstallation arm64e <6d1f04bb59123d149f2ede2d2d3d75c1> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1ab60d000 - 0x1ab69bfff libTelephonyUtilDynamic.dylib arm64e <5a9d29cff0523cd9b6dba5763611b94f> /usr/lib/libTelephonyUtilDynamic.dylib
0x1ab69c000 - 0x1ab70bfff NanoRegistry arm64e <91e1b16b28e03d2f918684c5e58d5b5b> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1ab70c000 - 0x1ab7eefff SpringBoardFoundation arm64e /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x1ab7ef000 - 0x1ab80dfff CoreMaterial arm64e /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1ab80e000 - 0x1ab882fff SpringBoardUIServices arm64e <092d9afa3b0d3edfbe033ece70ce19ad> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0x1ab883000 - 0x1aba0cfff libsqlite3.dylib arm64e <8d5e6b031eb130a39baf1ca70bacc372> /usr/lib/libsqlite3.dylib
0x1aba0d000 - 0x1abad1fff AVFCapture arm64e /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
0x1abad2000 - 0x1abe21fff CMCapture arm64e <46eeaeff64ea3b7d965e76b5908f032b> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
0x1abf80000 - 0x1ac1defff MobileSpotlightIndex arm64e <388a4a36f0d03907bfc9fa394f809f91> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1ac1df000 - 0x1ac288fff Email arm64e <585161ba45d8341191019ff8f82343d2> /System/Library/PrivateFrameworks/Email.framework/Email
0x1ac2ef000 - 0x1ac4d4fff EventKitUI arm64e /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1ac60a000 - 0x1ac614fff libsystem_notify.dylib arm64e <94a64f0e93bc34a49da750227bb11e7d> /usr/lib/system/libsystem_notify.dylib
0x1ac615000 - 0x1ac65afff CryptoTokenKit arm64e <4a0f3265f569378cb3525f370f17a5ac> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1ac6c8000 - 0x1ac738fff libcorecrypto.dylib arm64e <8e5a940be1f2393f98fb3c11ca9d7af1> /usr/lib/system/libcorecrypto.dylib
0x1ac739000 - 0x1ac75dfff UserManagement arm64e <9de84926582f3f1396b93727ec7352c4> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1ac83a000 - 0x1ac850fff libsystem_asl.dylib arm64e /usr/lib/system/libsystem_asl.dylib
0x1ac851000 - 0x1ac875fff AppSSO arm64e <75d38b83cdd13184a56a4943f4246e27> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1ac876000 - 0x1ac893fff SharedWebCredentials arm64e <0cf9964501a03342879bebac063ecb44> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1ac894000 - 0x1aca81fff SafariServices arm64e <9052ea6b254f3f519d34aaaee21565b8> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1acad8000 - 0x1acb10fff DataAccessExpress arm64e /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1acb11000 - 0x1acb48fff CoreServicesStore arm64e <076898ab5fb830398e3b27506126ba4b> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1acb49000 - 0x1acb6efff CoreAnalytics arm64e <0a6e0f29ed4c393385f411112b49355b> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1acb6f000 - 0x1acb7afff SymptomAnalytics arm64e <232c8335dd803d9d96df286a12717e9b> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1acd6d000 - 0x1acd7dfff NanoPreferencesSync arm64e /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1ad5a8000 - 0x1ad5d4fff IconServices arm64e <1fefb8bca4b1319a8f6cd4762169681d> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1ad662000 - 0x1ad721fff QuickLook arm64e /System/Library/Frameworks/QuickLook.framework/QuickLook
0x1ae07a000 - 0x1ae341fff vImage arm64e <5fb545f9e9d332cc81a355d4c9bb880d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1aefe8000 - 0x1af1c8fff IMCore arm64e /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1af2c3000 - 0x1af2dafff IAP arm64e <30ec59ef5eba3c50b8be5e6692abb860> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x1af2db000 - 0x1af334fff ktrace arm64e /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1af650000 - 0x1af65efff Celestial arm64e <00aeba1f574637f0984b61ac24956e02> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1af6d1000 - 0x1af70afff TelephonyUI arm64e /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x1af70b000 - 0x1af754fff Pegasus arm64e <390c6c539d253865aa2901de169c7064> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1af755000 - 0x1af8b8fff WebKitLegacy arm64e /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1af92c000 - 0x1af9a3fff ClassKit arm64e <23a16d3064ab340f9f3fed083a2b18a4> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1af9a4000 - 0x1af9ebfff StoreKit arm64e /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1b087c000 - 0x1b0886fff IOMobileFramebuffer arm64e <63c1e7be31663cfda08b7d8128d4e97c> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1b0887000 - 0x1b08fefff ScreenTimeCore arm64e /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1b09ad000 - 0x1b0b35fff CloudPhotoLibrary arm64e <66af182d30e8366cafc9fd633d7e6539> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1b0b36000 - 0x1b0e07fff MusicLibrary arm64e /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1b0e08000 - 0x1b0e72fff CallKit arm64e <4a17a33510743258bd858f7a79b73525> /System/Library/Frameworks/CallKit.framework/CallKit
0x1b0f19000 - 0x1b0f39fff PrototypeTools arm64e <4e97be2ee39b3a7584ae3d6d728e0caa> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1b0f3a000 - 0x1b0f67fff PersistentConnection arm64e /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1b104d000 - 0x1b106dfff BiomeStreams arm64e <95c3372494953dc99aae84484856a84d> /System/Library/PrivateFrameworks/BiomeStreams.framework/BiomeStreams
0x1b108a000 - 0x1b1348fff PencilKit arm64e <117a8b16d9b2396c88880b4ce9b581c6> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1b13f4000 - 0x1b1405fff libswiftUniformTypeIdentifiers.dylib arm64e <508fffa025b333b99984560789497c56> /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib
0x1b1406000 - 0x1b158afff CoreSpeech arm64e <6bebf8e28a1b388eb9b8a5d7ba257b85> /System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech
0x1b158b000 - 0x1b16e3fff IMDPersistence arm64e <113c3efb23603eef9a43258d84115066> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1b1947000 - 0x1b1a02fff SafariSharedUI arm64e <54eff86d403d37119ea66acda1e6b80e> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI
0x1b1a20000 - 0x1b1a36fff AppSSOCore arm64e <1c1432c99af13d519da74f63e0746c96> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1b1a42000 - 0x1b1a59fff CoreFollowUp arm64e <20a7b6fcead3350dbcecc814a81df1bb> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1b1a5a000 - 0x1b1ad3fff Rapport arm64e <44ded582498c3a57a4f7abdb23ea224b> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1b1bb6000 - 0x1b1bc8fff Categories arm64e <474669066c043ba09a23c8d1df49bc05> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1b1e9c000 - 0x1b1ec3fff LocationSupport arm64e <9d8855fe37393a24bbab3d4e76bc9acd> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1b1ec4000 - 0x1b1ef8fff iCalendar arm64e <2fc4dee4bf80367e8a4342ad3662d28f> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1b1f25000 - 0x1b2034fff ConfigurationEngineModel arm64e /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1b2035000 - 0x1b205ffff CacheDelete arm64e <138ac9da1d403ce799c65ba1fb40bbbf> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1b2060000 - 0x1b20ddfff CVNLP arm64e <0e85c9e0ffd93c0681519d0a82dd866a> /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP
0x1b20de000 - 0x1b2120fff AdCore arm64e <415fc1858cd038ac9a3c70cbbc23f845> /System/Library/PrivateFrameworks/AdCore.framework/AdCore
0x1b223a000 - 0x1b223cfff OSAServicesClient arm64e <84221a68b21e3502b82f84c94ad26ee7> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1b223d000 - 0x1b223ffff BiomeFoundation arm64e <5ac396aec270357bb362f20d2b891aad> /System/Library/PrivateFrameworks/BiomeFoundation.framework/BiomeFoundation
0x1b2240000 - 0x1b229afff ProtectedCloudStorage arm64e <29cc7c700ce03a59b6a1d3455cab774d> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1b229b000 - 0x1b22d3fff C2 arm64e <5a0774b8b1e132af8c1026ec50dde08e> /System/Library/PrivateFrameworks/C2.framework/C2
0x1b22d4000 - 0x1b232bfff DifferentialPrivacy arm64e <2f8e75a9a5dc3065b03203683f704531> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1b2511000 - 0x1b2cf5fff EmbeddedAcousticRecognition arm64e <107fdc3006883277a7de475b6d39431b> /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition
0x1b2cf6000 - 0x1b2d6ffff SiriInstrumentation arm64e <69571dfc0cf834658bda37ff6755872e> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1b2d70000 - 0x1b2db4fff BiometricKit arm64e <9734ad9cd03d30499fce53c0b1aaf7de> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1b2dfc000 - 0x1b2eb1fff CoreSymbolication arm64e <954762d29e123e34b471bd6dcb9a574f> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1b2f28000 - 0x1b2fd9fff SpeakerRecognition arm64e <4d96568496ee3e7ea025aaf94fe996e2> /System/Library/PrivateFrameworks/SpeakerRecognition.framework/SpeakerRecognition
0x1b3642000 - 0x1b3643fff MessageSupport arm64e <2e86b953426635ee82fc7245b22cf66a> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1b3644000 - 0x1b3656fff IOSurface arm64e <5dffebfea4823ad79be8e6a90b48af4d> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1b3657000 - 0x1b36b8fff MobileWiFi arm64e <18d519d1ec90350b8dc1bfcba45b5bc7> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1b36bd000 - 0x1b36defff DataDeliveryServices arm64e <700163ac4cf334128adfcde9ca4c64ac> /System/Library/PrivateFrameworks/DataDeliveryServices.framework/DataDeliveryServices
0x1b3abf000 - 0x1b3adbfff DoNotDisturb arm64e <5abc16eae0d63be0904a503b0ea8f774> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x1b3b48000 - 0x1b3bf1fff MMCS arm64e <9012d28a7b23387d894aae29051ac112> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1b3c68000 - 0x1b3ca3fff libGLImage.dylib arm64e <9c29d9d8bdf93cfcbefe7cdc973e6347> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1b3ca4000 - 0x1b3cabfff libsystem_symptoms.dylib arm64e <3bfbc8597697318ba51c93ce93998184> /usr/lib/system/libsystem_symptoms.dylib
0x1b3cf1000 - 0x1b4251fff CoreAudio arm64e <5b9f4eac9bda3cdab15737003aa2941b> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1b4252000 - 0x1b4269fff ContactsDonation arm64e /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1b426a000 - 0x1b4288fff IntentsCore arm64e /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
0x1b432f000 - 0x1b4367fff ImageCaptureCore arm64e <8aa2c50fd7b9357f8840273cfe8d2273> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1b44cd000 - 0x1b4619fff Navigation arm64e <18b88879f48a3d1993383cedc201cf3a> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1b461a000 - 0x1b4637fff SafariFoundation arm64e <7c4281144fea3065a08af2616e7e7c6e> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1b47be000 - 0x1b47d2fff MaterialKit arm64e /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1b48e6000 - 0x1b48f6fff CoreAUC arm64e <40b962c8f93938a5896616ace7160756> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1b5118000 - 0x1b5129fff SettingsFoundation arm64e <800ca3683d4435fda6b1c27a00a4b9aa> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1b5899000 - 0x1b5abbfff RawCamera arm64e <9fabcd42890a35beb21ccf9b80499bb8> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1b5b29000 - 0x1b5b89fff ToneLibrary arm64e <89f2224bd0c83a6dbdcb91bfb25d15dd> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1b5bf6000 - 0x1b5c5efff iAd arm64e <8606ced6c1c03c7a9c52591a3aea4245> /System/Library/Frameworks/iAd.framework/iAd
0x1b63e2000 - 0x1b63effff MediaSafetyNet arm64e <34ef1af0b3a23b61ac9e8d081bbbe7c4> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet
0x1b63f0000 - 0x1b642dfff TimeSync arm64e /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync
0x1b64c5000 - 0x1b6509fff ExposureNotification arm64e /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
0x1b6b91000 - 0x1b6b9afff CoreTime arm64e <6ca04258877e323083716a08a4355207> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1b756d000 - 0x1b766dfff TextRecognition arm64e <41856e3c8d6a30d399728be956bed4ac> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1b7783000 - 0x1b778cfff ContextKitExtraction arm64e <8e76a030982437b9b060134a2404cbd5> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
0x1b7869000 - 0x1b786bfff libswiftObjectiveC.dylib arm64e /usr/lib/swift/libswiftObjectiveC.dylib
0x1b786c000 - 0x1b7ab5fff libmorphun.dylib arm64e <5d433d80c07b3ecfa948bc3244be0cc9> /usr/lib/libmorphun.dylib
0x1b80de000 - 0x1b8149fff EmailCore arm64e <833bd87bd6e83bcaa060fdd279fca2e1> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1b8a94000 - 0x1b8ae0fff MIME arm64e <811cbc29c6a9319da3f2e70f53713643> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1b8dc5000 - 0x1b8ddbfff MailServices arm64e <507986f06f6234b0a8d2d1c2f8fbcfdf> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1b8e5f000 - 0x1b8ee3fff CoreDAV arm64e /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1b908a000 - 0x1b90c6fff CalendarUIKit arm64e /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1b90c7000 - 0x1b90d6fff MobileIcons arm64e <2824819666923b6cb04cd857938118fd> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1b94c5000 - 0x1b9598fff ProofReader arm64e <4517165ee79b32c3ac036a2353ae6343> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1ba7c5000 - 0x1ba7cffff MallocStackLogging arm64e <1999968e5c0c3d23b4bb13a646bf02ee> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1ba83b000 - 0x1baa0bfff EmailDaemon arm64e <319f928024293758baf6522c8b894231> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
0x1baa0c000 - 0x1baa57fff MetadataUtilities arm64e /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1bafc5000 - 0x1baff4fff MailSupport arm64e <60cdf3e28a623b36b86bfab8994696c4> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1bb184000 - 0x1bb1e3fff CoreLocationProtobuf arm64e <4766381daa153619836a933d9eb61faf> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1bb3f8000 - 0x1bb42afff Bom arm64e /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1bb45d000 - 0x1bb464fff PushKit arm64e /System/Library/Frameworks/PushKit.framework/PushKit
0x1bb465000 - 0x1bb4d2fff PhotosFormats arm64e <0c10683c233c315289325147dc5da6a9> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1bb66d000 - 0x1bb6fdfff Quagga arm64e /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1bb6fe000 - 0x1bb706fff StudyLog arm64e <661715f078e037ce8df4a601b017c25a> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1bc6e1000 - 0x1bc722fff NaturalLanguage arm64e <2c43d251a3203915b1f191a5cc2cea5f> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1bd1bf000 - 0x1bd1dffff MediaStream arm64e <4532c3753f113280a4a7e11ae19cae0a> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1bde66000 - 0x1bde8ffff MediaConversionService arm64e <7218a7f7027835b2a40990c348043f21> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1bdfe5000 - 0x1be127fff CoreHandwriting arm64e /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1be8d9000 - 0x1be8e4fff AppleIDAuthSupport arm64e /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1be8f4000 - 0x1be90dfff LocalAuthentication arm64e <163267374c1f3c509f15aeb1df0f9e40> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1be90e000 - 0x1be914fff IOAccelerator arm64e /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1becff000 - 0x1bed09fff CloudPhotoServices arm64e <65bbbbbc640e3c20aae6f1ae3ca0bc62> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1bed4e000 - 0x1bede6fff iTunesStore arm64e /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1bf1a3000 - 0x1bf1d4fff libsystem_kernel.dylib arm64e <03a89b86f9473933b6a1edb0c6a2055e> /usr/lib/system/libsystem_kernel.dylib
0x1bf417000 - 0x1bf521fff ResponseKit arm64e /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1bf522000 - 0x1bf55cfff EmojiFoundation arm64e <44470452c0033209bc270fc07ae4e55a> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1bfb93000 - 0x1bfba0fff FontServices arm64e /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1bfd4e000 - 0x1bfd5afff MediaAccessibility arm64e <5a3cee683a5d335297a0a6c71f9c4064> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1bfd9d000 - 0x1c0359fff SiriTTS arm64e <063d20a358a433c49a39e925380b72e0> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1c035a000 - 0x1c0368fff SetupAssistantSupport arm64e /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1c046d000 - 0x1c049ffff VirtualGarage arm64e /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage
0x1c04a0000 - 0x1c04c6fff NetAppsUtilities arm64e <870922d2fc2736d6b428a3b8f5cd5db1> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
0x1c04c7000 - 0x1c052bfff Osprey arm64e /System/Library/PrivateFrameworks/Osprey.framework/Osprey
0x1c1700000 - 0x1c1710fff libdscsym.dylib arm64e <4893348a6d743a2fa57dd446932416ec> /usr/lib/libdscsym.dylib
0x1c1711000 - 0x1c1722fff HangTracer arm64e <3c2762d85c6c3e41ba3bcf5102def196> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1c18df000 - 0x1c199dfff SampleAnalysis arm64e <1e463b1d6a21337784dacb8cb177a790> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1c199e000 - 0x1c19cdfff PlugInKit arm64e /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1c1a76000 - 0x1c1a77fff libSystem.B.dylib arm64e /usr/lib/libSystem.B.dylib
0x1c1d80000 - 0x1c1d8cfff MobileActivation arm64e <45580d4b7eac38779f8c647430c44ca2> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1c1d8d000 - 0x1c1de5fff CalendarDaemon arm64e /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1c1ee5000 - 0x1c1f55fff libarchive.2.dylib arm64e /usr/lib/libarchive.2.dylib
0x1c1f56000 - 0x1c1f7afff libtailspin.dylib arm64e /usr/lib/libtailspin.dylib
0x1c1f7b000 - 0x1c242ffff libBNNS.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1c2430000 - 0x1c2472fff SharedUtils arm64e <53a26646cbc339298cf165d211c1d3a3> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1c2493000 - 0x1c2664fff iAdCore arm64e /System/Library/PrivateFrameworks/iAdCore.framework/iAdCore
0x1c2726000 - 0x1c272bfff libsysdiagnose.dylib arm64e <6bf124532be33b6ca62e95abe9babb7f> /usr/lib/libsysdiagnose.dylib
0x1c2769000 - 0x1c2876fff CoreMediaStream arm64e /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1c2a86000 - 0x1c2a86fff AVFoundation arm64e /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1c2a87000 - 0x1c2a87fff Accelerate arm64e <74aa649bc97032dd9bd132f2fc2abcc4> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1c2a88000 - 0x1c2ce2fff libBLAS.dylib arm64e <84d4e8edefe2348b8ac41930db9c45e9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1c2ce3000 - 0x1c318dfff libLAPACK.dylib arm64e <0de1dbbe91073787a9fb07d01e826141> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1c318e000 - 0x1c31a2fff libLinearAlgebra.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1c31a3000 - 0x1c31a7fff libQuadrature.dylib arm64e <78bf43f525223d89948baf63dd80efae> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1c31a8000 - 0x1c320afff libSparse.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1c320b000 - 0x1c321cfff libSparseBLAS.dylib arm64e <4e33b73f140f38ae8d817824e9b2747f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1c321d000 - 0x1c3275fff libvMisc.dylib arm64e <0e03a86ca0eb349b8eec5a4714f27dcc> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1c3276000 - 0x1c3276fff vecLib arm64e <11c9dacb411036f0b6d477f84730b6ce> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1c327b000 - 0x1c327cfff AdSupport arm64e <7763017304b73c358db817d963c2a18f> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1c32b3000 - 0x1c32c4fff AssetsLibrary arm64e /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1c33da000 - 0x1c33f7fff AuthenticationServices arm64e <08159ebd79c53f1d9b03d4e1750a916a> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1c34ed000 - 0x1c3556fff CoreMIDI arm64e /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1c3a8a000 - 0x1c3aa1fff ExternalAccessory arm64e <185304fc1faa37a2b9f499bf5545705e> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1c3ae0000 - 0x1c3b0dfff GSS arm64e /System/Library/Frameworks/GSS.framework/GSS
0x1c3c76000 - 0x1c3dc9fff MLCompute arm64e <745f50d790ad3da2b37f62a7772758a7> /System/Library/Frameworks/MLCompute.framework/MLCompute
0x1c3df2000 - 0x1c3e0bfff MetalKit arm64e <2069b340b16d37919865eb19ce9bc0d7> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1c3e0c000 - 0x1c3e92fff MPSImage arm64e <839ad16e85713e68a065b32c8600e74a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1c3e93000 - 0x1c3eb9fff MPSMatrix arm64e <77bbabf3e8163a3196110a96cba6681a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1c3eba000 - 0x1c3ef4fff MPSNDArray arm64e /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1c3ef5000 - 0x1c3f3dfff MPSRayIntersector arm64e /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1c3f3e000 - 0x1c3f3efff MetalPerformanceShaders arm64e <728f55e4f7883d0c91dc94c51b6518e1> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1c42db000 - 0x1c42dbfff MobileCoreServices arm64e /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1c4dbb000 - 0x1c4dc8fff NotificationCenter arm64e <6153734cde923b1f849655d219a7e2dc> /System/Library/Frameworks/NotificationCenter.framework/NotificationCenter
0x1c4ed5000 - 0x1c4eddfff OpenGLES arm64e /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1c4ede000 - 0x1c4edffff libCVMSPluginSupport.dylib arm64e /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1c4ee0000 - 0x1c4ee6fff libCoreFSCache.dylib arm64e /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1c4ee7000 - 0x1c4eecfff libCoreVMClient.dylib arm64e /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1c4eed000 - 0x1c4ef6fff libGFXShared.dylib arm64e <98b2d42900463caaa822fcbe67a73e61> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1c50b1000 - 0x1c5178fff PDFKit arm64e /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1c5188000 - 0x1c51c6fff QuickLookThumbnailing arm64e <396622658373348eb0375c6f9ec089ef> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1c5894000 - 0x1c59e1fff SoundAnalysis arm64e <98eca939dfac3ba8b54f39fd4b655efd> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
0x1c59e2000 - 0x1c59f1fff Speech arm64e <7d00b2fc03f23269841124bd22f19c0e> /System/Library/Frameworks/Speech.framework/Speech
0x1c5b15000 - 0x1c5b15fff UIKit arm64e /System/Library/Frameworks/UIKit.framework/UIKit
0x1c5b1f000 - 0x1c5beafff VideoSubscriberAccount arm64e <9d26c5a946893904822c43da331dee3a> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1c5beb000 - 0x1c67c2fff libfaceCore.dylib arm64e <950e84a4346738bfab41c7131371dd0d> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
0x1c67dd000 - 0x1c67ddfff VisionKit arm64e /System/Library/Frameworks/VisionKit.framework/VisionKit
0x1c67de000 - 0x1c681afff WatchConnectivity arm64e /System/Library/Frameworks/WatchConnectivity.framework/WatchConnectivity
0x1c6d24000 - 0x1c6d27fff AFKUser arm64e <4075bcc7534d3995b9c4f5e8c61ca001> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
0x1c6dec000 - 0x1c7073fff ANECompiler arm64e <5dceca9aa6cf3fb0bc42bd22b14b1e20> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1c7074000 - 0x1c7088fff ANEServices arm64e <7f89a3fc76bb32feb540abf3ebe679a8> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1c708d000 - 0x1c714afff APFS arm64e /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1c714b000 - 0x1c7151fff ASEProcessing arm64e <9cfc6cc4913c3796a6ef85183673b7a7> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1c7966000 - 0x1c7968fff AdAnalytics arm64e <2e134c657bd233f88616a1a3e1632c85> /System/Library/PrivateFrameworks/AdAnalytics.framework/AdAnalytics
0x1c7969000 - 0x1c796dfff AdPlatforms arm64e <97f19f33428d3554bfc09919965e0123> /System/Library/PrivateFrameworks/AdPlatforms.framework/AdPlatforms
0x1c7979000 - 0x1c797efff AggregateDictionary arm64e <840b2d8740b73096ac2854b0324b0236> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1c7b0e000 - 0x1c7be7fff AirPlaySync arm64e /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync
0x1c7cf3000 - 0x1c7d0ffff AlgosScoreFramework arm64e <099cff8464783591a5f6797acd5aad1a> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework
0x1c7e41000 - 0x1c7e64fff AppConduit arm64e /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1c7f4a000 - 0x1c7f54fff AppStoreOverlays arm64e /System/Library/PrivateFrameworks/AppStoreOverlays.framework/AppStoreOverlays
0x1c9262000 - 0x1c9271fff AppleFSCompression arm64e <048cc4b1ab3f34c9ab7c27c7851b7308> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1c927e000 - 0x1c928cfff AppleIDSSOAuthentication arm64e <1a836c5e769a3baa869e8cc716e6d5a5> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1c928d000 - 0x1c92d2fff AppleJPEG arm64e <9c267a32e291376d9cf9d2b057a03092> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1c9357000 - 0x1c936bfff AppleNeuralEngine arm64e <6e0b144cf77331f587e636cfd823b933> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1c9375000 - 0x1c9399fff AppleSauce arm64e <0712594411d7338b99b364d8a23657f1> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1c93ca000 - 0x1c93e8fff AssetCacheServices arm64e <5876d666318d3d3d84c67c0fcbeb0b39> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1c9553000 - 0x1c95b3fff AuthKitUI arm64e <292d27b4022d31b3988d04109fa11d88> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1c961f000 - 0x1c9620fff BackgroundTaskAgent arm64e <461e91ae627334eda22795092a342a62> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1c9644000 - 0x1c965dfff BiomePubSub arm64e /System/Library/PrivateFrameworks/BiomePubSub.framework/BiomePubSub
0x1c994c000 - 0x1c995bfff BluetoothManager arm64e /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1c9c02000 - 0x1c9c0cfff CMCaptureCore arm64e /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
0x1c9c0d000 - 0x1c9c24fff CPAnalytics arm64e <18dee3b0912d3fd1bdc58d791517b4d6> /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics
0x1c9c27000 - 0x1c9c36fff CPMS arm64e /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1c9c37000 - 0x1c9c47fff CTCarrierSpace arm64e <0ee9699a98f53562832d8a2635221563> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1c9f5d000 - 0x1c9f68fff CaptiveNetwork arm64e /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1ca091000 - 0x1ca0cefff Catalyst arm64e /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1ca0f4000 - 0x1ca119fff CellularPlanManager arm64e <0a30bbeac881333186caa3cba0de2bad> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1ca132000 - 0x1ca13afff CertUI arm64e /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1ca143000 - 0x1ca193fff ChunkingLibrary arm64e <5b5929f417cd39be8ed328162885c49a> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1ca5b9000 - 0x1ca5c0fff CommonAuth arm64e <0f964234098d309f8cd37583ae1ff37c> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1ca5c1000 - 0x1ca5c5fff CommunicationsFilter arm64e <6680a065737e359bbe67efd6a696820a> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1ca69b000 - 0x1ca69efff ConstantClasses arm64e <80fc270c0d79391b9c0c5da532b3f4b3> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1ca6a8000 - 0x1ca6e9fff ContactsAutocomplete arm64e /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1ca6f0000 - 0x1ca76dfff ContactsUICore arm64e /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1ca8f3000 - 0x1ca9e9fff CoreBrightness arm64e <183d0aabf92c32ab882de297aeac2ce5> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1caa57000 - 0x1caa66fff CoreDuetDaemonProtocol arm64e <3614ade3fe0439b196f425570c99a228> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1caa69000 - 0x1caa6bfff CoreDuetDebugLogging arm64e /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1caa7a000 - 0x1caa8cfff CoreEmoji arm64e <669020e2a66832599e42911c65fd55bd> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1cb0b8000 - 0x1cb0bcfff CoreOptimization arm64e /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1cb0bd000 - 0x1cb17afff CorePDF arm64e <28af8adf67333c3491b95585603ea7ef> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1cb17b000 - 0x1cb183fff CorePhoneNumbers arm64e /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1cb184000 - 0x1cb1dbfff CorePrediction arm64e <09b49e20fa1133998553ac12ebc33b3e> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1cbb1d000 - 0x1cbb28fff CoreRecents arm64e <20bf2677abec389d9c1149ba49b146a1> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1cbb29000 - 0x1cbb95fff CoreRecognition arm64e <66755e20b3f5369bb91430fc41474ee6> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1cbb96000 - 0x1cbbaefff CoreSDB arm64e /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1cbbaf000 - 0x1cbbd9fff CoreSVG arm64e <73b63c9b248a3a668d78e64cf7798037> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1cbda0000 - 0x1cbda4fff DAAPKit arm64e /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1cbdc2000 - 0x1cbdcffff DCIMServices arm64e <5afb4df27a17373c8dbd20e0d8d6b3cd> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1cbde6000 - 0x1cbe24fff DataDetectorsNaturalLanguage arm64e <28b6fbb33c313c3ba820db8de4e6ee89> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1cbe82000 - 0x1cbeacfff DeviceIdentity arm64e <95a29223a0eb30439cfb1c033009c78e> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1cbfdf000 - 0x1cc016fff DistributedEvaluation arm64e <948ef712e6ce390e81e42e5693284bfe> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1cc06e000 - 0x1cc140fff DocumentCamera arm64e <8eda25e903a83b78a28827cd772d4d81> /System/Library/PrivateFrameworks/DocumentCamera.framework/DocumentCamera
0x1cc141000 - 0x1cc17dfff DocumentManager arm64e /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1cc17e000 - 0x1cc19efff DocumentManagerCore arm64e /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1cc229000 - 0x1cc22bfff DragUI arm64e /System/Library/PrivateFrameworks/DragUI.framework/DragUI
0x1cc25b000 - 0x1cc28cfff EAP8021X arm64e <98ddaf68f0a23f6cb958c38f15d138ef> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1cc2a3000 - 0x1cc2adfff EmailAddressing arm64e /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1cc2bc000 - 0x1cc2d1fff Engram arm64e /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1cc411000 - 0x1cc418fff ExtensionFoundation arm64e <269d853002d13a54b9c94eb26a8882da> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation
0x1cc5ab000 - 0x1cc5b3fff FSEvents arm64e <5f28548c32e53109afe47309238372be> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1cc5b4000 - 0x1cc5d3fff FTAWD arm64e /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1cc5d4000 - 0x1cc5d7fff FTClientServices arm64e /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1cc5d8000 - 0x1cc9ecfff FaceCore arm64e <4334968753a13d5a8834ec84144809ed> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1cc9f5000 - 0x1cc9fafff FeatureFlagsSupport arm64e <3a4e0c7117963d4e8387c1ff89e6f780> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport
0x1cc9fb000 - 0x1cca04fff FeedbackLogger arm64e <26cbd725ed953e0ba6a71c9d4ddde787> /System/Library/PrivateFrameworks/FeedbackLogger.framework/FeedbackLogger
0x1ccba7000 - 0x1ccce9fff libFontParser.dylib arm64e /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1cccea000 - 0x1cccf2fff libGSFont.dylib arm64e /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1cccf3000 - 0x1ccd30fff libGSFontCache.dylib arm64e <237c5373a70b3af5873043acb16928ce> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1ccd98000 - 0x1ccda5fff libhvf.dylib arm64e <4f8941fcc09531739dd8aa71ac32520d> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1ccdcd000 - 0x1ccde5fff Futhark arm64e <9ab415234d0f353593d039cf503c4116> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1cda67000 - 0x1cda86fff GenerationalStorage arm64e /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1cda87000 - 0x1cda94fff GraphVisualizer arm64e <099248751c7231c6ab204ffc011190e3> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1cdac1000 - 0x1cdacdfff HID arm64e <306002d363ad304580d7a28aa7332d0c> /System/Library/PrivateFrameworks/HID.framework/HID
0x1cdd34000 - 0x1cdda6fff Heimdal arm64e <7af44b197bcf31d2aa9fa07ac6e51d31> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1ce094000 - 0x1ce10efff HomeSharing arm64e /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1ce168000 - 0x1ce16efff IDSKVStore arm64e <1487d053f143356ba705e908003e1c63> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1ce499000 - 0x1ce4a2fff IOKitten arm64e <70c5721ae9723082be896c07c0f8362d> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten
0x1ce4a3000 - 0x1ce4a5fff IOSurfaceAccelerator arm64e <60a192f2fc893709b0919bba3f3a9b38> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1ce4d0000 - 0x1ce4d7fff IdleTimerServices arm64e <9370e4f6ec0136d9ab773c36d8c51cfc> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1ce4e0000 - 0x1ce4e6fff IncomingCallFilter arm64e /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1ce5ac000 - 0x1ce5b9fff IntentsFoundation arm64e <3c45718f0a453d80a5039479539acd06> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1ce5d4000 - 0x1ce5d6fff InternationalTextSearch arm64e <91aa7da2e75c3d069aee9e1c05ab4364> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1ce5d7000 - 0x1ce5f4fff IntlPreferences arm64e /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1ce868000 - 0x1ce86afff LimitAdTracking arm64e <90196d2a2e2131938fe46089b1dd28b2> /System/Library/PrivateFrameworks/LimitAdTracking.framework/LimitAdTracking
0x1ce86b000 - 0x1ce872fff LinguisticData arm64e /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1ce8c5000 - 0x1ce8fefff LocalAuthenticationPrivateUI arm64e /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
0x1ceac2000 - 0x1ceac2fff Marco arm64e <11434dfcf8ef33a0aa354c743636729a> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1ced8f000 - 0x1cf05ffff MediaLibraryCore arm64e /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1cf060000 - 0x1cf0edfff MediaPlatform arm64e <1743610ee824302090c88a5dceecba33> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1cf4f4000 - 0x1cf5c6fff MetalTools arm64e <0b9155e555963929a5402436bf91033d> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
0x1cf5e8000 - 0x1cf640fff MetricsKit arm64e /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1cf651000 - 0x1cf665fff MobileBluetooth arm64e <5671cc2b65b53b8893028ec4d5b910d2> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1cf686000 - 0x1cf688fff MobileObliteration arm64e /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x1cf6e8000 - 0x1cf6eefff MobileSystemServices arm64e /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1cfaa9000 - 0x1cfaaffff Netrb arm64e <2f7d24627a1d3671accb7d16ac366230> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1cfb70000 - 0x1cfb8afff NetworkStatistics arm64e /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1cfc66000 - 0x1cfca7fff OTSVG arm64e <9404de3d832034f1b478e6770df08133> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1d02f4000 - 0x1d02f6fff ParsecSubscriptionServiceSupport arm64e <91323730c8ca33d5bd8c275696261341> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1d02fb000 - 0x1d0327fff Pasteboard arm64e /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1d0359000 - 0x1d0365fff PersonaKit arm64e <249defa4d60536ab95633411c5152dc1> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1d0366000 - 0x1d0373fff PersonaUI arm64e <216bbab1fe103e3e8782217cebd9fa12> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1d0396000 - 0x1d0396fff PhoneNumbers arm64e <86c4c5ac0c473ad5a0bf1553cbd6475f> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1d0566000 - 0x1d05a4fff PhotosImagingFoundation arm64e <5a65e8e09a9f3cad988f8b7417450368> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1d05a5000 - 0x1d05f1fff PhysicsKit arm64e <2bf284a56cd93fafa781052f138ed23d> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1d06af000 - 0x1d06bafff PointerUIServices arm64e <98b284a44d7331f68134ab06b550f6e3> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1d1b0f000 - 0x1d1b17fff ProgressUI arm64e <9c784cd577643fd989e8389a9edb0482> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x1d1b18000 - 0x1d1b25fff PrototypeToolsUI arm64e <9d729dcfee1e3b71aacd5284d9b0f94d> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1d1b92000 - 0x1d1ba8fff QuickLookSupport arm64e /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x1d1bad000 - 0x1d1bb8fff RTCReporting arm64e /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1d1f07000 - 0x1d1f19fff RemoteTextInput arm64e /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1d1f1a000 - 0x1d1f83fff RemoteUI arm64e <70e070052f67351a925b1db0bb844aef> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1d1fbc000 - 0x1d1fc0fff RevealCore arm64e <21531817d31139d2a11016daad1edec2> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1d1fd7000 - 0x1d2363fff SDAPI arm64e <6ec280f9da4a361983922610c21654d6> /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI
0x1d28d2000 - 0x1d28dcfff SignpostCollection arm64e <4749311960ce3f2e9631dfc0e545cccc> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1d28dd000 - 0x1d28ddfff SignpostMetrics arm64e <756c0ec9c2d43a55bbfcf00ea5e70cab> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1d28df000 - 0x1d291ffff SignpostSupport arm64e <8c380de32ff8337486735f9aec07e507> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1d339b000 - 0x1d339bfff SoftLinking arm64e <803c8c8c00ad3eeb924177ac8b2a0178> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
0x1d389d000 - 0x1d38dbfff StreamingZip arm64e <0980eaae9fa03af294a320d05543706f> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1d38e3000 - 0x1d38edfff SymptomDiagnosticReporter arm64e <541c5fe212bb3a36b7f5eb3cc0a8f764> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1d391f000 - 0x1d393bfff SymptomPresentationFeed arm64e <4325a8c8518e30939f83bd7cb3ef9893> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1d397b000 - 0x1d398bfff TCC arm64e /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1d4294000 - 0x1d4348fff TextureIO arm64e /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1d4555000 - 0x1d4561fff TransparencyDetailsView arm64e <86970eb707703726b42f9624d7fa887d> /System/Library/PrivateFrameworks/TransparencyDetailsView.framework/TransparencyDetailsView
0x1d4575000 - 0x1d457cfff URLFormatting arm64e <6b66226ec8c634f3bd667a4af030a07c> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1d4b5a000 - 0x1d4b84fff UsageTracking arm64e <6a4f61796af3393b85de8e040aed84e5> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1d56be000 - 0x1d5787fff VoiceTrigger arm64e <230337c7b5143f3e903bd333237cb71f> /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger
0x1d584e000 - 0x1d584ffff WatchdogClient arm64e <69e04563b89834cda36b91aa7fc5076b> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1d5b36000 - 0x1d6272fff libwebrtc.dylib arm64e <4505d3294bbd38fea867f0f9114e55b0> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1d62f1000 - 0x1d6308fff WebUI arm64e <45f510c9f7813aad9cea0a8b4d38fc56> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1d6849000 - 0x1d684cfff XCTTargetBootstrap arm64e /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1d68d0000 - 0x1d68effff caulk arm64e /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1d6904000 - 0x1d6912fff iAdServices arm64e <8579e46168d93077a73ad95ae4081572> /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices
0x1d8e64000 - 0x1d8e69fff kperf arm64e <08ef6ced017e334dbfb52a12f911cc49> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1d8e6a000 - 0x1d8e72fff kperfdata arm64e /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1d8e73000 - 0x1d8e89fff libEDR arm64e <92fae9563a1e3aa49562c9ec8d93f705> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1d8ea2000 - 0x1d8eb3fff perfdata arm64e /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1d8eb4000 - 0x1d8ee5fff vCard arm64e /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1d9814000 - 0x1d9850fff libAWDSupport.dylib arm64e /usr/lib/libAWDSupport.dylib
0x1d9851000 - 0x1d9c0cfff libAWDSupportFramework.dylib arm64e <6005634d8044335099a30c7269ac6215> /usr/lib/libAWDSupportFramework.dylib
0x1d9d8f000 - 0x1d9d9efff libAudioStatistics.dylib arm64e /usr/lib/libAudioStatistics.dylib
0x1d9f3e000 - 0x1d9f71fff libCRFSuite.dylib arm64e /usr/lib/libCRFSuite.dylib
0x1d9f72000 - 0x1d9f73fff libCTGreenTeaLogger.dylib arm64e /usr/lib/libCTGreenTeaLogger.dylib
0x1d9f74000 - 0x1d9f7efff libChineseTokenizer.dylib arm64e <83ce9fc370093b4e89580e4e79515060> /usr/lib/libChineseTokenizer.dylib
0x1da235000 - 0x1da23cfff libIOReport.dylib arm64e <06af496860ad388fb6c71aadaf1ec289> /usr/lib/libIOReport.dylib
0x1da2b3000 - 0x1da2bafff libMatch.1.dylib arm64e <013fc0b90d5733a38c5fcafb4f531ca3> /usr/lib/libMatch.1.dylib
0x1da3cc000 - 0x1da3cdfff libThaiTokenizer.dylib arm64e <26ff6d4218fa3564ae85769e475085fe> /usr/lib/libThaiTokenizer.dylib
0x1da642000 - 0x1da644fff libapp_launch_measurement.dylib arm64e <60872b49564b34dba96053ff633a44d7> /usr/lib/libapp_launch_measurement.dylib
0x1da645000 - 0x1da65bfff libapple_nghttp2.dylib arm64e /usr/lib/libapple_nghttp2.dylib
0x1da65c000 - 0x1da6edfff libate.dylib arm64e /usr/lib/libate.dylib
0x1da77f000 - 0x1da78ffff libbsm.0.dylib arm64e /usr/lib/libbsm.0.dylib
0x1da790000 - 0x1da79cfff libbz2.1.0.dylib arm64e /usr/lib/libbz2.1.0.dylib
0x1da79d000 - 0x1da79dfff libcharset.1.dylib arm64e /usr/lib/libcharset.1.dylib
0x1da79e000 - 0x1da7affff libcmph.dylib arm64e <100ce5367c1531e093feb698ed397d75> /usr/lib/libcmph.dylib
0x1da7b0000 - 0x1da7c7fff libcompression.dylib arm64e /usr/lib/libcompression.dylib
0x1da7c8000 - 0x1da7defff libcoretls.dylib arm64e <5a15ba424e8c32c1852b6bf5b0b9f5e6> /usr/lib/libcoretls.dylib
0x1da7df000 - 0x1da7e0fff libcoretls_cfhelpers.dylib arm64e <6b34095b1eb73897a7ce5cd164b1ba59> /usr/lib/libcoretls_cfhelpers.dylib
0x1da804000 - 0x1da80bfff libcupolicy.dylib arm64e /usr/lib/libcupolicy.dylib
0x1da80c000 - 0x1da813fff libdns_services.dylib arm64e <1e6278dfd78a3cfda791ec582596d6ab> /usr/lib/libdns_services.dylib
0x1da814000 - 0x1da831fff libedit.3.dylib arm64e <6ad9bd206dd935d6825ed286b68e50c3> /usr/lib/libedit.3.dylib
0x1da832000 - 0x1da832fff libenergytrace.dylib arm64e <1f82a4e41bb13b2bbec15c8fa895bcae> /usr/lib/libenergytrace.dylib
0x1da833000 - 0x1da84cfff libexpat.1.dylib arm64e <0337d28ff1203b9785468cf81228b4f4> /usr/lib/libexpat.1.dylib
0x1da877000 - 0x1da87bfff libgermantok.dylib arm64e <616d3bc7c70031c8b64cac33f622f695> /usr/lib/libgermantok.dylib
0x1da87c000 - 0x1da881fff libheimdal-asn1.dylib arm64e <2cf60e4c59493c18991607cfd599cc25> /usr/lib/libheimdal-asn1.dylib
0x1da882000 - 0x1da977fff libiconv.2.dylib arm64e <96c33c0a1c3e36129f5f9c5a06aa8ee6> /usr/lib/libiconv.2.dylib
0x1da996000 - 0x1da997fff liblangid.dylib arm64e /usr/lib/liblangid.dylib
0x1da998000 - 0x1da9a3fff liblockdown.dylib arm64e <9d9e7c37660e30a1a876d6033629fcc0> /usr/lib/liblockdown.dylib
0x1da9a4000 - 0x1da9bcfff liblzma.5.dylib arm64e <0bcf3933a36f3b92abee3c5b5476b489> /usr/lib/liblzma.5.dylib
0x1da9eb000 - 0x1daa40fff libmecab.dylib arm64e /usr/lib/libmecab.dylib
0x1daa41000 - 0x1dac78fff libmecabra.dylib arm64e <51b1d8e4aa9a3b8fb09571b4290539c4> /usr/lib/libmecabra.dylib
0x1dac79000 - 0x1dac8bfff libmis.dylib arm64e /usr/lib/libmis.dylib
0x1dac8c000 - 0x1daca1fff libnetworkextension.dylib arm64e /usr/lib/libnetworkextension.dylib
0x1db04c000 - 0x1db086fff libpcap.A.dylib arm64e <1a8ae5ac32ba3816a9b5917e402a1515> /usr/lib/libpcap.A.dylib
0x1db087000 - 0x1db095fff libperfcheck.dylib arm64e <76d92bc0ad533f27a19d6fc816595eeb> /usr/lib/libperfcheck.dylib
0x1db09d000 - 0x1db0affff libprequelite.dylib arm64e <0769f4c5597d3a8cabb3dd2f4150832b> /usr/lib/libprequelite.dylib
0x1db0b0000 - 0x1db0c2fff libprotobuf-lite.dylib arm64e /usr/lib/libprotobuf-lite.dylib
0x1db0c3000 - 0x1db125fff libprotobuf.dylib arm64e <6bae89e501373fcba31ec70c089f6281> /usr/lib/libprotobuf.dylib
0x1db126000 - 0x1db185fff libquic.dylib arm64e /usr/lib/libquic.dylib
0x1db186000 - 0x1db19efff libresolv.9.dylib arm64e <543fc2cd008c3ead84a72f434ea8f8e7> /usr/lib/libresolv.9.dylib
0x1db19f000 - 0x1db1a1fff libsandbox.1.dylib arm64e <56c512172a463088bb0b92b35f973c32> /usr/lib/libsandbox.1.dylib
0x1db1eb000 - 0x1db1eefff libutil.dylib arm64e /usr/lib/libutil.dylib
0x1db1ef000 - 0x1db2dafff libxml2.2.dylib arm64e <69f58a5d55e3350384fc69de109a27b8> /usr/lib/libxml2.2.dylib
0x1db2df000 - 0x1db308fff libxslt.1.dylib arm64e /usr/lib/libxslt.1.dylib
0x1db309000 - 0x1db31afff libz.1.dylib arm64e /usr/lib/libz.1.dylib
0x1db354000 - 0x1db356fff liblog_network.dylib arm64e <0fd0495af55a38bfb78626a6f8461066> /usr/lib/log/liblog_network.dylib
0x1db35f000 - 0x1db366fff libswiftAVFoundation.dylib arm64e /usr/lib/swift/libswiftAVFoundation.dylib
0x1db367000 - 0x1db3d3fff libswiftAccelerate.dylib arm64e /usr/lib/swift/libswiftAccelerate.dylib
0x1db3ee000 - 0x1db3eefff libswiftAssetsLibrary.dylib arm64e /usr/lib/swift/libswiftAssetsLibrary.dylib
0x1db3f3000 - 0x1db3f9fff libswiftCompression.dylib arm64e /usr/lib/swift/libswiftCompression.dylib
0x1db3fd000 - 0x1db405fff libswiftCoreAudio.dylib arm64e <3ae66f831a6a32c68d5e8c67597507a0> /usr/lib/swift/libswiftCoreAudio.dylib
0x1db406000 - 0x1db40afff libswiftCoreData.dylib arm64e /usr/lib/swift/libswiftCoreData.dylib
0x1db40b000 - 0x1db40bfff libswiftCoreFoundation.dylib arm64e /usr/lib/swift/libswiftCoreFoundation.dylib
0x1db40c000 - 0x1db40cfff libswiftCoreImage.dylib arm64e <2f4436c77bbf34c2b132397b372116a0> /usr/lib/swift/libswiftCoreImage.dylib
0x1db40d000 - 0x1db40ffff libswiftCoreLocation.dylib arm64e <26fb85604b203871917280402835e5e6> /usr/lib/swift/libswiftCoreLocation.dylib
0x1db410000 - 0x1db419fff libswiftCoreMIDI.dylib arm64e <7deb515ba613306aa3019a03d4839830> /usr/lib/swift/libswiftCoreMIDI.dylib
0x1db41e000 - 0x1db458fff libswiftCoreMedia.dylib arm64e <612db1deac3d3a308c3acbe62372c0f0> /usr/lib/swift/libswiftCoreMedia.dylib
0x1db465000 - 0x1db46efff libswiftDarwin.dylib arm64e /usr/lib/swift/libswiftDarwin.dylib
0x1db475000 - 0x1db47ffff libswiftIntents.dylib arm64e <37b4e026e76e33c4a9b68806a8eccb52> /usr/lib/swift/libswiftIntents.dylib
0x1db48d000 - 0x1db491fff libswiftMetal.dylib arm64e <99dd89b366e13530a3123bed8bca906b> /usr/lib/swift/libswiftMetal.dylib
0x1db4f3000 - 0x1db4fdfff libswiftPencilKit.dylib arm64e <9070d27e4c893f6ba3911f5076be1076> /usr/lib/swift/libswiftPencilKit.dylib
0x1db4fe000 - 0x1db4fefff libswiftPhotos.dylib arm64e <251383f3680533f695d0f818e0835c05> /usr/lib/swift/libswiftPhotos.dylib
0x1db504000 - 0x1db505fff libswiftQuartzCore.dylib arm64e <23de89cbe5f7339d8113ab6ffba1a49a> /usr/lib/swift/libswiftQuartzCore.dylib
0x1db542000 - 0x1db544fff libswiftWebKit.dylib arm64e /usr/lib/swift/libswiftWebKit.dylib
0x1db545000 - 0x1db557fff libswiftos.dylib arm64e <3950d74d55163bda8a239bece3c6c600> /usr/lib/swift/libswiftos.dylib
0x1db558000 - 0x1db56bfff libswiftsimd.dylib arm64e /usr/lib/swift/libswiftsimd.dylib
0x1db56c000 - 0x1db571fff libcache.dylib arm64e /usr/lib/system/libcache.dylib
0x1db572000 - 0x1db57ffff libcommonCrypto.dylib arm64e /usr/lib/system/libcommonCrypto.dylib
0x1db580000 - 0x1db583fff libcompiler_rt.dylib arm64e <94009075862d337481ebc6ce2f19c920> /usr/lib/system/libcompiler_rt.dylib
0x1db584000 - 0x1db58cfff libcopyfile.dylib arm64e /usr/lib/system/libcopyfile.dylib
0x1db66c000 - 0x1db66cfff liblaunch.dylib arm64e <910b87c7ffbc3870ad492c33c6bac42f> /usr/lib/system/liblaunch.dylib
0x1db66d000 - 0x1db672fff libmacho.dylib arm64e <6135fd257d293340b73a89f4f47bebc0> /usr/lib/system/libmacho.dylib
0x1db673000 - 0x1db675fff libremovefile.dylib arm64e /usr/lib/system/libremovefile.dylib
0x1db676000 - 0x1db677fff libsystem_blocks.dylib arm64e <0264eb2280a734bb89228396234ae825> /usr/lib/system/libsystem_blocks.dylib
0x1db678000 - 0x1db67afff libsystem_collections.dylib arm64e <511397d6929531aea7e0a3dd5eb3dd22> /usr/lib/system/libsystem_collections.dylib
0x1db67b000 - 0x1db67ffff libsystem_configuration.dylib arm64e /usr/lib/system/libsystem_configuration.dylib
0x1db680000 - 0x1db692fff libsystem_containermanager.dylib arm64e /usr/lib/system/libsystem_containermanager.dylib
0x1db693000 - 0x1db694fff libsystem_coreservices.dylib arm64e /usr/lib/system/libsystem_coreservices.dylib
0x1db695000 - 0x1db69efff libsystem_darwin.dylib arm64e <3811e6bc768d37d3ab928af58f302dd9> /usr/lib/system/libsystem_darwin.dylib
0x1db69f000 - 0x1db6a7fff libsystem_dnssd.dylib arm64e /usr/lib/system/libsystem_dnssd.dylib
0x1db6a8000 - 0x1db6aafff libsystem_featureflags.dylib arm64e /usr/lib/system/libsystem_featureflags.dylib
0x1db6ab000 - 0x1db6d8fff libsystem_m.dylib arm64e <588d2652ea2d38ca87da2abd2d4d2a13> /usr/lib/system/libsystem_m.dylib
0x1db6d9000 - 0x1db6dffff libsystem_platform.dylib arm64e <73f3e4590f823377a7d1ef05cae41c0a> /usr/lib/system/libsystem_platform.dylib
0x1db6e0000 - 0x1db6e0fff libsystem_product_info_filter.dylib arm64e <1ac730a9de2f32dfa875392aa0007ef2> /usr/lib/system/libsystem_product_info_filter.dylib
0x1db6e1000 - 0x1db6ecfff libsystem_pthread.dylib arm64e <677a4a3539f3303e8c653fa891a75caf> /usr/lib/system/libsystem_pthread.dylib
0x1db6ed000 - 0x1db6f0fff libsystem_sandbox.dylib arm64e <4e4d7b23761d3615acb01746f670d335> /usr/lib/system/libsystem_sandbox.dylib
0x1db6f1000 - 0x1db6fbfff libunwind.dylib arm64e <056b2b8f555b3f75a9a98b6c42648ddd> /usr/lib/system/libunwind.dylib
0x1db6fc000 - 0x1db732fff libxpc.dylib arm64e <71a903b4e73136b6bfdaba9e03b53e8c> /usr/lib/system/libxpc.dylib
0x1dd055000 - 0x1dd067fff SpotlightLinguistics arm64e /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics

EOF

@lukewalczak
Copy link
Contributor

Which theme are you using?

@Tug
Copy link
Contributor

Tug commented Nov 26, 2020

I'm on Spearhead. Indeed switching to Twenty Twenty fixes it.

@lukewalczak
Copy link
Contributor

I'm going to check why app crashes when mentioned theme is active.

@ceyhun
Copy link
Contributor

ceyhun commented Nov 26, 2020

I was also able to reproduce switching to Spearhead theme. Works fine on Twenty Twenty.

Tested with iPhone 11 Pro, iOS 14.2.

@Tug Tug mentioned this pull request Nov 27, 2020
3 tasks
Copy link
Contributor

@Tug Tug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Tested on both WPAndroid and WPiOS to make sure the gradient bug is fix.
I also tested various color picker flows to make sure and saw no bugs.
I think this is ready to 🚢

Copy link
Contributor

@ceyhun ceyhun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@cameronvoell cameronvoell merged commit 6fed9ea into trunk Nov 27, 2020
@cameronvoell cameronvoell deleted the release/1.42.0 branch November 27, 2020 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants