AudioToolBox crash report only in iOS 12.3 above OS apple devices

From iOS 12.3 and above iOS versions we are getting AudioToolBox crashes, we do not know why these crashes are happening. We have Crashlytics Crash report but we are not able to debug the issue with the help of Crashlytics crash report.

I have attached the Crashlytics crash report.

Background of our application :

Our application streams the video using RTSP url and VLC mobile kit. even when the application is sent to the background the streaming continues and the stream will try to reconnect when the stream disconnects due to some error.

While streaming the video in the background we show the user a red bar on the user iPhone.

We tried different scenarios to reproduce the issue some of them are

1) we checked if it is happening when we receive a mobile call when the user is streaming

2) We checked if interruptions from other streaming applications are causing the issue

3) We checked if Siri or getting a face time call is creating the crash

We tried all the above mentioned in debugging, as well as release, builds

find the crash report details below

Jul 2019 11:18:45 GMT # Date: 2019-07-04T10:59:00Z # OS Version: 12.3.1 (16F203) # Device: iPhone 8 # RAM Free: 9.6% # Disk Free: 53.9%


  #22. Crashed: com.apple.coreaudio.auremoteio
  0 AudioToolbox 0x18c489058 SampleRateConverter::SetProperty(unsigned int, unsigned int, void const*) + 192
  1 AudioToolbox 0x18c669580 AudioConverterSetProperty + 96
  2 AudioToolbox 0x18c51c638 AUConverterBase::SetupConverter(unsigned int, bool) + 1340
  3 AudioToolbox 0x18c3fe948 AURemoteIO::SetupConverter(unsigned int, bool) + 224
  4 AudioToolbox 0x18c51aed8 AUConverterBase::SetupAllConverters(bool, unsigned int) + 104
  5 AudioToolbox 0x18c400a0c AURemoteIO::IOFormatsChanged(int) + 1420
  6 AudioToolbox 0x18c402afc __AURIOCallbackReceiver_IOFormatsChanged_block_invoke + 96
  7 libdispatch.dylib 0x187f80a38 _dispatch_call_block_and_release + 24
  8 libdispatch.dylib 0x187f817d4 _dispatch_client_callout + 16
  9 libdispatch.dylib 0x187f5cdec _dispatch_lane_serial_drain$VARIANT$armv81 + 548
  10 libdispatch.dylib 0x187f5d92c _dispatch_lane_invoke$VARIANT$armv81 + 408
  11 libdispatch.dylib 0x187f65e08 _dispatch_workloop_worker_thread + 584
  12 libsystem_pthread.dylib 0x188161114 _pthread_wqthread + 304
  13 libsystem_pthread.dylib 0x188163cd4 start_wqthread + 4

  --

  #0. com.apple.main-thread
  0 AppName 0x101169978 _gnutls_ext_deinit + 417 (extensions.c:417)
  1 AppName 0x10116f750 _gnutls_global_deinit + 416 (global.c:416)
  2 (Missing) 0x1032313c0 (Missing)
  3 (Missing) 0x10321a7b8 (Missing)
  4 libsystem_c.dylib 0x188038bb4 __cxa_finalize_ranges + 384
  5 libsystem_c.dylib 0x188038ec4 exit + 24
  6 UIKitCore 0x1b4e4ed2c -[UIApplication terminateWithSuccess] + 466
  7 UIKitCore 0x1b470adb4 __98-[__UICanvasLifecycleMonitor_Compatability deactivateEventsOnly:withContext:forceExit:completion:]_block_invoke.261 + 344
  8 UIKitCore 0x1b4e52dec _runAfterCACommitDeferredBlocks + 296
  9 UIKitCore 0x1b4e4193c _cleanUpAfterCAFlushAndRunDeferredBlocks + 352
  10 UIKitCore 0x1b4e6e7ac _afterCACommitHandler + 116
  11 CoreFoundation 0x1884d25f8 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 32
  12 CoreFoundation 0x1884cd320 __CFRunLoopDoObservers + 412
  13 CoreFoundation 0x1884cd89c __CFRunLoopRun + 1228
  14 CoreFoundation 0x1884cd0b0 CFRunLoopRunSpecific + 436
  15 GraphicsServices 0x18a6cd79c GSEventRunModal + 104
  16 UIKitCore 0x1b4e47978 UIApplicationMain + 212
  17 AppName 0x1007fd1f4 main + 24 (AppDelegate.swift:24)
  18 libdyld.dylib 0x187f928e0 start + 4

  #1. com.apple.uikit.eventfetch-thread
  0 libsystem_kernel.dylib 0x1880d30f4 mach_msg_trap + 8
  1 libsystem_kernel.dylib 0x1880d25a0 mach_msg + 72
  2 CoreFoundation 0x1884d2a10 __CFRunLoopServiceMachPort + 236
  3 CoreFoundation 0x1884cd920 __CFRunLoopRun + 1360
  4 CoreFoundation 0x1884cd0b0 CFRunLoopRunSpecific + 436
  5 Foundation 0x188e9afac -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300
  6 Foundation 0x188e9ae3c -[NSRunLoop(NSRunLoop) runUntilDate:] + 96
  7 UIKitCore 0x1b4f2d494 -[UIEventFetcher threadMain] + 136
  8 Foundation 0x188fc76a4 __NSThread__start__ + 984
  9 libsystem_pthread.dylib 0x1881602c0 _pthread_body + 128
  10 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  11 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #2. GAIThread
  0 libsystem_kernel.dylib 0x1880d30f4 mach_msg_trap + 8
  1 libsystem_kernel.dylib 0x1880d25a0 mach_msg + 72
  2 CoreFoundation 0x1884d2a10 __CFRunLoopServiceMachPort + 236
  3 CoreFoundation 0x1884cd920 __CFRunLoopRun + 1360
  4 CoreFoundation 0x1884cd0b0 CFRunLoopRunSpecific + 436
  5 Foundation 0x188e9afac -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300
  6 Foundation 0x188ed646c -[NSRunLoop(NSRunLoop) run] + 88
  7 AppName 0x100bc9d14 +[GAI threadMain:] + 4345896212
  8 Foundation 0x188fc76a4 __NSThread__start__ + 984
  9 libsystem_pthread.dylib 0x1881602c0 _pthread_body + 128
  10 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  11 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #3. com.apple.CFSocket.private
  0 libsystem_kernel.dylib 0x1880de328 __select + 8
  1 CoreFoundation 0x1884db6f4 __CFSocketManager + 620
  2 libsystem_pthread.dylib 0x1881602c0 _pthread_body + 128
  3 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  4 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #4. com.twitter.crashlytics.ios.MachExceptionServer
  0 AppName 0x100aded58 CLSProcessRecordAllThreads + 4344933720
  1 AppName 0x100adf140 CLSProcessRecordAllThreads + 4344934720
  2 AppName 0x100ace9bc CLSHandler + 4344867260
  3 AppName 0x100ac9d9c CLSMachExceptionServer + 4344847772
  4 libsystem_pthread.dylib 0x1881602c0 _pthread_body + 128
  5 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  6 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #5. AVAudioSession Notify Thread
  0 libsystem_kernel.dylib 0x1880d30f4 mach_msg_trap + 8
  1 libsystem_kernel.dylib 0x1880d25a0 mach_msg + 72
  2 CoreFoundation 0x1884d2a10 __CFRunLoopServiceMachPort + 236
  3 CoreFoundation 0x1884cd920 __CFRunLoopRun + 1360
  4 CoreFoundation 0x1884cd0b0 CFRunLoopRunSpecific + 436
  5 AVFAudio 0x18e3b5334 GenericRunLoopThread::Entry(void*) + 156
  6 AVFAudio 0x18e3dfc60 CAPThread::Entry(CAPThread*) + 88
  7 libsystem_pthread.dylib 0x1881602c0 _pthread_body + 128
  8 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  9 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #6. com.apple.NSURLConnectionLoader
  0 libsystem_kernel.dylib 0x1880d30f4 mach_msg_trap + 8
  1 libsystem_kernel.dylib 0x1880d25a0 mach_msg + 72
  2 CoreFoundation 0x1884d2a10 __CFRunLoopServiceMachPort + 236
  3 CoreFoundation 0x1884cd920 __CFRunLoopRun + 1360
  4 CoreFoundation 0x1884cd0b0 CFRunLoopRunSpecific + 436
  5 CFNetwork 0x188ae674c -[__CoreSchedulingSetRunnable runForever] + 216
  6 Foundation 0x188fc76a4 __NSThread__start__ + 984
  7 libsystem_pthread.dylib 0x1881602c0 _pthread_body + 128
  8 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  9 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #7. Thread
  0 libsystem_kernel.dylib 0x1880dffd8 poll + 8
  1 CustomSDK 0x103661de8 _lws_plat_service_tsi + 236
  2 CustomSDK 0x1036a3554 websocket_worker + 60
  3 libsystem_pthread.dylib 0x1881602c0 _pthread_body + 128
  4 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  5 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #8. Thread
  0 libsystem_kernel.dylib 0x1880de9d4 __ulock_wait + 8
  1 libdispatch.dylib 0x187f50c20 _dispatch_ulock_wait + 56
  2 libdispatch.dylib 0x187f50d58 _dispatch_thread_event_wait_slow$VARIANT$armv81 + 48
  3 libdispatch.dylib 0x187f628a8 __DISPATCH_WAIT_FOR_QUEUE__ + 336
  4 libdispatch.dylib 0x187f624a8 _dispatch_sync_f_slow + 140
  5 AppName 0x100c397e0 -[VLCEventManager startEventLoop] + 220 (VLCEventManager.m:220)
  6 AppName 0x100c3916c EventDispatcherMainLoop + 97 (VLCEventManager.m:97)
  7 libsystem_pthread.dylib 0x1881602c0 _pthread_body + 128
  8 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  9 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #9. Thread
  0 libsystem_kernel.dylib 0x1880d30f4 mach_msg_trap + 8
  1 libsystem_kernel.dylib 0x1880d25a0 mach_msg + 72
  2 CoreFoundation 0x1884d2a10 __CFRunLoopServiceMachPort + 236
  3 CoreFoundation 0x1884cd920 __CFRunLoopRun + 1360
  4 CoreFoundation 0x1884cd0b0 CFRunLoopRunSpecific + 436
  5 CustomSDK 0x103634e60 -[P2PCamera worker] + 88
  6 Foundation 0x188fc76a4 __NSThread__start__ + 984
  7 libsystem_pthread.dylib 0x1881602c0 _pthread_body + 128
  8 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  9 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #10. Thread
  0 libsystem_kernel.dylib 0x1880de328 __select + 8
  1 CustomSDK 0x103776534 pj_sock_select + 84
  2 CustomSDK 0x103772340 pj_ioqueue_poll + 196
  3 CustomSDK 0x103699bc4 _pjice_worker_thread + 172
  4 CustomSDK 0x10377329c thread_main + 84
  5 libsystem_pthread.dylib 0x1881602c0 _pthread_body + 128
  6 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  7 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #11. Thread
  0 libsystem_kernel.dylib 0x1880de328 __select + 8
  1 CustomSDK 0x103776534 pj_sock_select + 84
  2 CustomSDK 0x103772340 pj_ioqueue_poll + 196
  3 CustomSDK 0x103699bc4 _pjice_worker_thread + 172
  4 CustomSDK 0x10377329c thread_main + 84
  5 libsystem_pthread.dylib 0x1881602c0 _pthread_body + 128
  6 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  7 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #12. Thread
  0 libsystem_kernel.dylib 0x1880de328 __select + 8
  1 CustomSDK 0x103776534 pj_sock_select + 84
  2 CustomSDK 0x103772340 pj_ioqueue_poll + 196
  3 CustomSDK 0x103699bc4 _pjice_worker_thread + 172
  4 CustomSDK 0x10377329c thread_main + 84
  5 libsystem_pthread.dylib 0x1881602c0 _pthread_body + 128
  6 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  7 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #13. Thread
  0 libsystem_kernel.dylib 0x1880de400 __semwait_signal + 8
  1 libsystem_c.dylib 0x18805556c nanosleep + 212
  2 libsystem_c.dylib 0x18805536c sleep + 44
  3 CustomSDK 0x103697a08 _port_forward_conn_thread + 132
  4 libsystem_pthread.dylib 0x1881602c0 _pthread_body + 128
  5 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  6 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #14. Thread
  0 libsystem_kernel.dylib 0x1880de328 __select + 8
  1 CustomSDK 0x103697e88 _port_forward_io_thread + 740
  2 libsystem_pthread.dylib 0x1881602c0 _pthread_body + 128
  3 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  4 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #15. Thread
  0 libsystem_kernel.dylib 0x1880de328 __select + 8
  1 AppName 0x101be7740 BasicTaskScheduler::SingleStep(unsigned int) + 91 (BasicTaskScheduler.cpp:91)
  2 AppName 0x101be70d0 BasicTaskScheduler0::doEventLoop(char volatile*) + 79 (BasicTaskScheduler0.cpp:79)
  3 AppName 0x101d6086c Demux(demux_t*) + 1420 (live555.cpp:1420)
  4 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  5 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #16. Thread
  0 libsystem_kernel.dylib 0x1880ddee4 __psynch_cvwait + 8
  1 libsystem_pthread.dylib 0x18815d4d8 _pthread_cond_wait$VARIANT$armv81 + 680
  2 AppName 0x100cc08a8 vlc_cond_timedwait + 263 (thread.c:263)
  3 AppName 0x100cbff40 vlc_timer_thread + 85 (timer.c:85)
  4 libsystem_pthread.dylib 0x1881602c0 _pthread_body + 128
  5 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  6 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #17. Thread
  0 libsystem_kernel.dylib 0x1880d3130 semaphore_wait_trap + 8
  1 AppName 0x100c93ad4 aout_DecPlay + 212 (dec.c:212)
  2 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  3 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #18. Thread
  0 libsystem_kernel.dylib 0x1880ddee4 __psynch_cvwait + 8
  1 libsystem_pthread.dylib 0x18815d4a4 _pthread_cond_wait$VARIANT$armv81 + 628
  2 AppName 0x100c78220 DecoderThread + 1596 (decoder.c:1596)
  3 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  4 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #19. AURemoteIO::IOThread
  0 libsystem_kernel.dylib 0x1880d30f4 mach_msg_trap + 8
  1 libsystem_kernel.dylib 0x1880d25a0 mach_msg + 72
  2 AudioToolbox 0x18c401890 AURemoteIO::IOThread::Run() + 256
  3 AudioToolbox 0x18c406800 AURemoteIO::IOThread::Entry(void*) + 76
  4 AudioToolbox 0x18c7d94f8 CAPThread::Entry(CAPThread*) + 88
  5 libsystem_pthread.dylib 0x1881602c0 _pthread_body + 128
  6 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  7 libsystem_pthread.dylib 0x188163cdc thread_start + 4

  #20. Thread
  0 libsystem_kernel.dylib 0x1880deb74 __workq_kernreturn + 8
  1 libsystem_pthread.dylib 0x1881611f8 _pthread_wqthread + 532
  2 libsystem_pthread.dylib 0x188163cd4 start_wqthread + 4

  #21. Thread
  0 libsystem_kernel.dylib 0x1880deb74 __workq_kernreturn + 8
  1 libsystem_pthread.dylib 0x188161138 _pthread_wqthread + 340
  2 libsystem_pthread.dylib 0x188163cd4 start_wqthread + 4

  #22. Crashed: com.apple.coreaudio.auremoteio
  0 AudioToolbox 0x18c489058 SampleRateConverter::SetProperty(unsigned int, unsigned int, void const*) + 192
  1 AudioToolbox 0x18c669580 AudioConverterSetProperty + 96
  2 AudioToolbox 0x18c51c638 AUConverterBase::SetupConverter(unsigned int, bool) + 1340
  3 AudioToolbox 0x18c3fe948 AURemoteIO::SetupConverter(unsigned int, bool) + 224
  4 AudioToolbox 0x18c51aed8 AUConverterBase::SetupAllConverters(bool, unsigned int) + 104
  5 AudioToolbox 0x18c400a0c AURemoteIO::IOFormatsChanged(int) + 1420
  6 AudioToolbox 0x18c402afc __AURIOCallbackReceiver_IOFormatsChanged_block_invoke + 96
  7 libdispatch.dylib 0x187f80a38 _dispatch_call_block_and_release + 24
  8 libdispatch.dylib 0x187f817d4 _dispatch_client_callout + 16
  9 libdispatch.dylib 0x187f5cdec _dispatch_lane_serial_drain$VARIANT$armv81 + 548
  10 libdispatch.dylib 0x187f5d92c _dispatch_lane_invoke$VARIANT$armv81 + 408
  11 libdispatch.dylib 0x187f65e08 _dispatch_workloop_worker_thread + 584
  12 libsystem_pthread.dylib 0x188161114 _pthread_wqthread + 304
  13 libsystem_pthread.dylib 0x188163cd4 start_wqthread + 4

  #23. Thread
  0 libsystem_kernel.dylib 0x1880deb74 __workq_kernreturn + 8
  1 libsystem_pthread.dylib 0x188161138 _pthread_wqthread + 340
  2 libsystem_pthread.dylib 0x188163cd4 start_wqthread + 4

  #24. Thread
  0 libsystem_kernel.dylib 0x1880deb74 __workq_kernreturn + 8
  1 libsystem_pthread.dylib 0x1881611f8 _pthread_wqthread + 532
  2 libsystem_pthread.dylib 0x188163cd4 start_wqthread + 4

  #25. Thread
  0 libsystem_kernel.dylib 0x1880deb74 __workq_kernreturn + 8
  1 libsystem_pthread.dylib 0x1881611f8 _pthread_wqthread + 532
  2 libsystem_pthread.dylib 0x188163cd4 start_wqthread + 4

  #26. AURemoteIO::IOThread
  0 libsystem_kernel.dylib 0x1880d30f4 mach_msg_trap + 8
  1 libsystem_kernel.dylib 0x1880d25a0 mach_msg + 72
  2 AudioToolbox 0x18c401890 AURemoteIO::IOThread::Run() + 256
  3 AudioToolbox 0x18c406800 AURemoteIO::IOThread::Entry(void*) + 76
  4 AudioToolbox 0x18c7d94f8 CAPThread::Entry(CAPThread*) + 88
  5 libsystem_pthread.dylib 0x1881602c0 _pthread_body + 128
  6 libsystem_pthread.dylib 0x188160220 _pthread_start + 44
  7 libsystem_pthread.dylib 0x188163cdc thread_start + 4

Replies

I have the same problem
Did you manage to solve this issue?

Did you manage to solve this issue?

I was out of the office when this came through the first time, so I didn’t get a chance to take a look. If testBL doesn’t get back to you, please post an Apple crash report for the crash.

Note Use the

<>
button to format it as a code block.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Any update on original post by testBL? I have the same issue.

Any update on original post by testBL?

To offer any insight into this, I need to see an Apple crash report.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Please find below the Apple crash report for the original post by testBL.


Incident Identifier: 43ED258D-98D0-4052-B17A-11E6B5F0BA84
CrashReporter Key:   e4081783ce7b54dc45169f14f9dbda7998ac20dc
Hardware Model:      iPhone11,6
Process:             testapp [3469]
Path:                /private/var/containers/Bundle/Application/8D1D2A97-35EA-44EC-BE52-3858A686029D/testapp.app/testapp
Identifier:          com.testapp.testapp
Version:             2.1.102 (2.1.102)
AppStoreTools:       10G3
AppVariant:          1:iPhone11,6:12.2
Code Type:           ARM-64 (Native)
Role:                Non UI
Parent Process:      launchd [1]
Coalition:           com.testapp.testapp [908]




Date/Time:           2019-09-07 02:54:34.9694 -0400
Launch Time:         2019-09-07 01:27:10.4619 -0400
OS Version:          iPhone OS 12.4.1 (16G102)
Baseband Version:    1.06.02
Report Version:      104


Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000
VM Region Info: 0 is not in any region.  Bytes before following region: 4340137984
      REGION TYPE                      START - END             [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                 0000000102b14000-0000000102b18000 [   16K] r-x/r-x SM=COW  ...stestapp


Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [3469]
Triggered by Thread:  31


Thread 0:
0   testapp           0x00000001031ea380 TagLib::ByteVector::~ByteVector() + 0 (tbytevector.cpp:383)
1   libsystem_c.dylib             0x00000001fbe6b1f4 exit + 28 (exit.c:81)
2   UIKitCore                     0x00000002297b0ea8 -[UIApplication _terminateWithStatus:] + 472 (UIApplication.m:6458)
3   UIKitCore                     0x000000022903b924 __98-[__UICanvasLifecycleMonitor_Compatability deactivateEventsOnly:withContext:forceExit:complet... + 368 (_UICanvasLifecycleMonitor.m:527)
4   UIKitCore                     0x00000002297b51fc _runAfterCACommitDeferredBlocks + 304 (UIApplication.m:2750)
5   UIKitCore                     0x00000002297a33bc _cleanUpAfterCAFlushAndRunDeferredBlocks + 356 (UIApplication.m:2728)
6   UIKitCore                     0x00000002297d1a3c _afterCACommitHandler + 120 (UIApplication.m:2780)
7   CoreFoundation                 0x00000001fc30e0e8 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 36 (CFRunLoop.c:1822)
8   CoreFoundation                 0x00000001fc308be0 __CFRunLoopDoObservers + 416 (CFRunLoop.c:1932)
9   CoreFoundation                 0x00000001fc309140 __CFRunLoopRun + 1212 (CFRunLoop.c:2950)
10  CoreFoundation                 0x00000001fc308964 CFRunLoopRunSpecific + 452 (CFRunLoop.c:3247)
11  GraphicsServices               0x00000001fe549d8c GSEventRunModal + 108 (GSEvent.c:2245)
12  UIKitCore                     0x00000002297a9758 UIApplicationMain + 216 (UIApplication.m:4353)
13  testapp           0x0000000102b298e4 main + 68 (AppDelegate.swift:24)
14  libdyld.dylib                 0x00000001fbdc4fd8 start + 4


Thread 1 name:
Thread 1:
0   libsystem_kernel.dylib         0x00000001fbf05c60 mach_msg_trap + 8
1   CoreFoundation                 0x00000001fc30e520 __CFRunLoopServiceMachPort + 240 (CFRunLoop.c:2615)
2   CoreFoundation                 0x00000001fc3091c4 __CFRunLoopRun + 1344 (CFRunLoop.c:2971)
3   CoreFoundation                 0x00000001fc308964 CFRunLoopRunSpecific + 452 (CFRunLoop.c:3247)
4   Foundation                     0x00000001fcce9a1c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304 (NSRunLoop.m:367)
5   Foundation                     0x00000001fcce98a4 -[NSRunLoop(NSRunLoop) runUntilDate:] + 100 (NSRunLoop.m:411)
6   UIKitCore                     0x000000022989536c -[UIEventFetcher threadMain] + 140 (UIEventFetcher.m:606)
7   Foundation                     0x00000001fcce861c -[NSThread main] + 72 (NSThread.m:1212)
8   Foundation                     0x00000001fce1ec54 __NSThread__start__ + 988 (NSThread.m:1175)
9   libsystem_pthread.dylib       0x00000001fbf87908 _pthread_body + 132 (pthread.c:857)
10  libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
11  libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib         0x00000001fbf05c60 mach_msg_trap + 8
1   CoreFoundation                 0x00000001fc30e520 __CFRunLoopServiceMachPort + 240 (CFRunLoop.c:2615)
2   CoreFoundation                 0x00000001fc3091c4 __CFRunLoopRun + 1344 (CFRunLoop.c:2971)
3   CoreFoundation                 0x00000001fc308964 CFRunLoopRunSpecific + 452 (CFRunLoop.c:3247)
4   Foundation                     0x00000001fcce9a1c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304 (NSRunLoop.m:367)
5   Foundation                     0x00000001fcd263b0 -[NSRunLoop(NSRunLoop) run] + 92 (NSRunLoop.m:389)
6   testapp           0x0000000102ed7f14 +[GAI threadMain:] + 64
7   Foundation                     0x00000001fcce861c -[NSThread main] + 72 (NSThread.m:1212)
8   Foundation                     0x00000001fce1ec54 __NSThread__start__ + 988 (NSThread.m:1175)
9   libsystem_pthread.dylib       0x00000001fbf87908 _pthread_body + 132 (pthread.c:857)
10  libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
11  libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib         0x00000001fbf05c60 mach_msg_trap + 8
1   CoreFoundation                 0x00000001fc30e520 __CFRunLoopServiceMachPort + 240 (CFRunLoop.c:2615)
2   CoreFoundation                 0x00000001fc3091c4 __CFRunLoopRun + 1344 (CFRunLoop.c:2971)
3   CoreFoundation                 0x00000001fc308964 CFRunLoopRunSpecific + 452 (CFRunLoop.c:3247)
4   CFNetwork                     0x00000001fc92bc88 -[__CoreSchedulingSetRunnable runForever] + 208 (CoreSchedulingSet.mm:1365)
5   Foundation                     0x00000001fcce861c -[NSThread main] + 72 (NSThread.m:1212)
6   Foundation                     0x00000001fce1ec54 __NSThread__start__ + 988 (NSThread.m:1175)
7   libsystem_pthread.dylib       0x00000001fbf87908 _pthread_body + 132 (pthread.c:857)
8   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
9   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib         0x00000001fbf11318 __select + 8
1   libsystem_pthread.dylib       0x00000001fbf87908 _pthread_body + 132 (pthread.c:857)
2   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
3   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib         0x00000001fbf13910 write + 8
1   testapp           0x0000000102dd8d18 CLSMachExceptionServer + 904
2   libsystem_pthread.dylib       0x00000001fbf87908 _pthread_body + 132 (pthread.c:857)
3   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
4   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib         0x00000001fbf05c60 mach_msg_trap + 8
1   CoreFoundation                 0x00000001fc30e520 __CFRunLoopServiceMachPort + 240 (CFRunLoop.c:2615)
2   CoreFoundation                 0x00000001fc3091c4 __CFRunLoopRun + 1344 (CFRunLoop.c:2971)
3   CoreFoundation                 0x00000001fc308964 CFRunLoopRunSpecific + 452 (CFRunLoop.c:3247)
4   AVFAudio                       0x0000000202355294 GenericRunLoopThread::Entry(void*) + 160 (GenericRunLoopThread.h:92)
5   AVFAudio                       0x000000020237fedc CAPThread::Entry(CAPThread*) + 92
6   libsystem_pthread.dylib       0x00000001fbf87908 _pthread_body + 132 (pthread.c:857)
7   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
8   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 7:
0   libsystem_kernel.dylib         0x00000001fbf12fc8 poll + 8
1   CustomSDK                         0x000000010596beb8 websocket_worker + 60
2   libsystem_pthread.dylib       0x00000001fbf87908 _pthread_body + 132 (pthread.c:857)
3   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
4   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 8:
0   libsystem_kernel.dylib         0x00000001fbf119c4 __ulock_wait + 8
1   libdispatch.dylib             0x00000001fbd8e37c _dispatch_thread_event_wait_slow + 52 (lock.c:506)
2   libdispatch.dylib             0x00000001fbd9a6c0 __DISPATCH_WAIT_FOR_QUEUE__ + 340 (lock.h:309)
3   libdispatch.dylib             0x00000001fbd9a2a8 _dispatch_sync_f_slow + 144 (queue.c:1724)
4   testapp           0x0000000102f479e0 -[VLCEventManager startEventLoop] + 1544 (VLCEventManager.m:217)
5   testapp           0x0000000102f4736c EventDispatcherMainLoop + 20 (VLCEventManager.m:94)
6   libsystem_pthread.dylib       0x00000001fbf87908 _pthread_body + 132 (pthread.c:857)
7   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
8   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 9:
0   libsystem_kernel.dylib         0x00000001fbf05c60 mach_msg_trap + 8
1   CoreFoundation                 0x00000001fc30e520 __CFRunLoopServiceMachPort + 240 (CFRunLoop.c:2615)
2   CoreFoundation                 0x00000001fc3091c4 __CFRunLoopRun + 1344 (CFRunLoop.c:2971)
3   CoreFoundation                 0x00000001fc308964 CFRunLoopRunSpecific + 452 (CFRunLoop.c:3247)
4   CustomSDK                         0x00000001058fcd30 -[P2PCamera worker] + 88 (P2PCamera.m:141)
5   Foundation                     0x00000001fcce861c -[NSThread main] + 72 (NSThread.m:1212)
6   Foundation                     0x00000001fce1ec54 __NSThread__start__ + 988 (NSThread.m:1175)
7   libsystem_pthread.dylib       0x00000001fbf87908 _pthread_body + 132 (pthread.c:857)
8   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
9   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 10:
0   libsystem_kernel.dylib         0x00000001fbf11318 __select + 8
1   CustomSDK                         0x0000000105a3a620 pj_ioqueue_poll + 196
2   CustomSDK                         0x0000000105961edc _pjice_worker_thread + 208
3   CustomSDK                         0x0000000105a3b57c thread_main + 84
4   libsystem_pthread.dylib       0x00000001fbf87908 _pthread_body + 132 (pthread.c:857)
5   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
6   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 11:
0   libsystem_kernel.dylib         0x00000001fbf11318 __select + 8
1   CustomSDK                         0x0000000105a3a620 pj_ioqueue_poll + 196
2   CustomSDK                         0x0000000105961edc _pjice_worker_thread + 208
3   CustomSDK                         0x0000000105a3b57c thread_main + 84
4   libsystem_pthread.dylib       0x00000001fbf87908 _pthread_body + 132 (pthread.c:857)
5   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
6   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 12:
0   libsystem_kernel.dylib         0x00000001fbf11318 __select + 8
1   CustomSDK                         0x0000000105a3a620 pj_ioqueue_poll + 196
2   CustomSDK                         0x0000000105961edc _pjice_worker_thread + 208
3   CustomSDK                         0x0000000105a3b57c thread_main + 84
4   libsystem_pthread.dylib       0x00000001fbf87908 _pthread_body + 132 (pthread.c:857)
5   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
6   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 13:
0   libsystem_kernel.dylib         0x00000001fbf113f0 __semwait_signal + 8
1   libsystem_c.dylib             0x00000001fbe87af0 sleep + 48 (sleep.c:62)
2   CustomSDK                         0x000000010595faa4 _port_forward_conn_thread + 132
3   libsystem_pthread.dylib       0x00000001fbf87908 _pthread_body + 132 (pthread.c:857)
4   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
5   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 14:
0   libsystem_kernel.dylib         0x00000001fbf11318 __select + 8
1   libsystem_pthread.dylib       0x00000001fbf87908 _pthread_body + 132 (pthread.c:857)
2   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
3   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 15:
0   libsystem_kernel.dylib         0x00000001fbf11318 __select + 8
1   testapp           0x0000000103ef52d0 BasicTaskScheduler0::doEventLoop(char volatile*) + 44 (BasicTaskScheduler0.cpp:80)
2   testapp           0x000000010406ea6c Demux(demux_t*) + 1004 (live555.cpp:1417)
3   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
4   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 16:
0   libsystem_kernel.dylib         0x00000001fbf10ed4 __psynch_cvwait + 8
1   testapp           0x0000000102fceaa8 vlc_cond_timedwait + 164 (thread.c:263)
2   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
3   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 17:
0   libsystem_kernel.dylib         0x00000001fbf05c9c semaphore_wait_trap + 8
1   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
2   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 18:
0   libsystem_kernel.dylib         0x00000001fbf10ed4 __psynch_cvwait + 8
1   testapp           0x0000000102f86420 DecoderThread + 684 (decoder.c:0)
2   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
3   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 19 name:
Thread 19:
0   libsystem_kernel.dylib         0x00000001fbf05c60 mach_msg_trap + 8
1   AudioToolbox                   0x0000000200343330 AURemoteIO::IOThread::Run() + 260 (AURemoteIO.cpp:1846)
2   AudioToolbox                   0x00000002003484bc AURemoteIO::IOThread::Entry(void*) + 80 (AURemoteIO.h:312)
3   AudioToolbox                   0x00000002007372c0 CAPThread::Entry(CAPThread*) + 92
4   libsystem_pthread.dylib       0x00000001fbf87908 _pthread_body + 132 (pthread.c:857)
5   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
6   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 20:
0   libsystem_kernel.dylib         0x00000001fbf10ed4 __psynch_cvwait + 8
1   testapp           0x0000000103c34b70 frame_worker_thread + 112 (pthread_frame.c:177)
2   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
3   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 21:
0   libsystem_kernel.dylib         0x00000001fbf10ed4 __psynch_cvwait + 8
1   testapp           0x0000000103c34b70 frame_worker_thread + 112 (pthread_frame.c:177)
2   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
3   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 22:
0   libsystem_kernel.dylib         0x00000001fbf10ed4 __psynch_cvwait + 8
1   testapp           0x0000000103c34b70 frame_worker_thread + 112 (pthread_frame.c:177)
2   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
3   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 23:
0   libsystem_kernel.dylib         0x00000001fbf10ed4 __psynch_cvwait + 8
1   testapp           0x0000000103c34b70 frame_worker_thread + 112 (pthread_frame.c:177)
2   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
3   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 24:
0   libsystem_kernel.dylib         0x00000001fbf10ed4 __psynch_cvwait + 8
1   testapp           0x0000000103c34b70 frame_worker_thread + 112 (pthread_frame.c:177)
2   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
3   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 25:
0   testapp           0x000000010395aad8 get_pixel_format + 332 (h264_slice.c:0)
1   testapp           0x0000000103955b20 ff_h264_queue_decode_slice + 5332 (h264_slice.c:1050)
2   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
3   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 26:
0   libsystem_kernel.dylib         0x00000001fbf05cb4 semaphore_timedwait_trap + 8
1   libdispatch.dylib             0x00000001fbd8e9ec _dispatch_semaphore_wait_slow + 76 (semaphore.c:116)
2   CoreLocation                   0x0000000203234fac CLClientInvokeCallback(__CLClient*, CLClientEvent, objc_object*) + 388 (CLClient.mm:763)
3   CoreLocation                   0x000000020323a15c invocation function for block in _CLClientCreateConnection(__CLClient*) + 688 (CLClient.mm:1194)
4   CoreLocation                   0x0000000203294e4c invocation function for block in CLConnectionClient::setDefaultMessageHandler(void (std::__1::sha... + 72 (CLConnectionClient.mm:372)
5   CoreLocation                   0x0000000203294dd4 invocation function for block in CLConnectionClient::setDefaultMessageHandler(void (std::__1::sha... + 160 (CLCallbackDropManager.h:46)
6   CoreLocation                   0x00000002032903ec CLConnection::handleMessage(std::__1::shared_ptr) + 180 (CLConnection.mm:151)
7   CoreLocation                   0x0000000203290308 invocation function for block in CLConnection::initializeConnection_nl() + 64 (CLConnection.mm:131)
8   CoreLocation                   0x0000000203292410 invocation function for block in setEventHandler(NSObject<os_xpc_object>*, void (std::__1::shared... + 436 (CLConnection.mm:266)
9   libxpc.dylib                   0x00000001fbfc3470 _xpc_connection_call_event_handler + 80 (connection.c:630)
10  libxpc.dylib                   0x00000001fbfc37e0 _xpc_connection_mach_event + 864 (connection.c:1241)
11  libdispatch.dylib             0x00000001fbd8d954 _dispatch_client_callout4 + 20 (object.m:551)
12  libdispatch.dylib             0x00000001fbda3eac _dispatch_mach_msg_invoke + 336 (mach.c:2147)
13  libdispatch.dylib             0x00000001fbd94ca8 _dispatch_lane_serial_drain + 252 (inline_internal.h:2482)
14  libdispatch.dylib             0x00000001fbda4e68 _dispatch_mach_invoke2 + 256 (mach.c:2459)
15  libdispatch.dylib             0x00000001fbda4abc _dispatch_mach_invoke + 424 (inline_internal.h:1808)
16  libdispatch.dylib             0x00000001fbd94ca8 _dispatch_lane_serial_drain + 252 (inline_internal.h:2482)
17  libdispatch.dylib             0x00000001fbd95918 _dispatch_lane_invoke + 364 (inline_internal.h:1808)
18  libdispatch.dylib             0x00000001fbd9dcc0 _dispatch_workloop_worker_thread + 588 (queue.c:5889)
19  libsystem_pthread.dylib       0x00000001fbf89a98 _pthread_wqthread + 308 (pthread.c:0)
20  libsystem_pthread.dylib       0x00000001fbf8fdc4 start_wqthread + 4


Thread 27:
0   libsystem_kernel.dylib         0x00000001fbf05cb4 semaphore_timedwait_trap + 8
1   libdispatch.dylib             0x00000001fbd8e9ec _dispatch_semaphore_wait_slow + 76 (semaphore.c:116)
2   CoreLocation                   0x0000000203234fac CLClientInvokeCallback(__CLClient*, CLClientEvent, objc_object*) + 388 (CLClient.mm:763)
3   CoreLocation                   0x000000020323a15c invocation function for block in _CLClientCreateConnection(__CLClient*) + 688 (CLClient.mm:1194)
4   CoreLocation                   0x0000000203294e4c invocation function for block in CLConnectionClient::setDefaultMessageHandler(void (std::__1::sha... + 72 (CLConnectionClient.mm:372)
5   CoreLocation                   0x0000000203294dd4 invocation function for block in CLConnectionClient::setDefaultMessageHandler(void (std::__1::sha... + 160 (CLCallbackDropManager.h:46)
6   CoreLocation                   0x00000002032903ec CLConnection::handleMessage(std::__1::shared_ptr) + 180 (CLConnection.mm:151)
7   CoreLocation                   0x0000000203290308 invocation function for block in CLConnection::initializeConnection_nl() + 64 (CLConnection.mm:131)
8   CoreLocation                   0x0000000203292410 invocation function for block in setEventHandler(NSObject<os_xpc_object>*, void (std::__1::shared... + 436 (CLConnection.mm:266)
9   libxpc.dylib                   0x00000001fbfc3470 _xpc_connection_call_event_handler + 80 (connection.c:630)
10  libxpc.dylib                   0x00000001fbfc37e0 _xpc_connection_mach_event + 864 (connection.c:1241)
11  libdispatch.dylib             0x00000001fbd8d954 _dispatch_client_callout4 + 20 (object.m:551)
12  libdispatch.dylib             0x00000001fbda3eac _dispatch_mach_msg_invoke + 336 (mach.c:2147)
13  libdispatch.dylib             0x00000001fbd94ca8 _dispatch_lane_serial_drain + 252 (inline_internal.h:2482)
14  libdispatch.dylib             0x00000001fbda4e68 _dispatch_mach_invoke2 + 256 (mach.c:2459)
15  libdispatch.dylib             0x00000001fbda4abc _dispatch_mach_invoke + 424 (inline_internal.h:1808)
16  libdispatch.dylib             0x00000001fbd94ca8 _dispatch_lane_serial_drain + 252 (inline_internal.h:2482)
17  libdispatch.dylib             0x00000001fbd95918 _dispatch_lane_invoke + 364 (inline_internal.h:1808)
18  libdispatch.dylib             0x00000001fbd9dcc0 _dispatch_workloop_worker_thread + 588 (queue.c:5889)
19  libsystem_pthread.dylib       0x00000001fbf89a98 _pthread_wqthread + 308 (pthread.c:0)
20  libsystem_pthread.dylib       0x00000001fbf8fdc4 start_wqthread + 4


Thread 28:
0   libsystem_pthread.dylib       0x00000001fbf8fdc0 start_wqthread + 0


Thread 29:
0   libsystem_pthread.dylib       0x00000001fbf8fdc0 start_wqthread + 0


Thread 30:
0   libsystem_pthread.dylib       0x00000001fbf8fdc0 start_wqthread + 0


Thread 31 Crashed:
0   AudioToolbox                   0x00000002003cd9ec SampleRateConverter::SetProperty(unsigned int, unsigned int, void const*) + 204 (SampleRateConverter.cpp:397)
1   AudioToolbox                   0x00000002003ca6fc AudioConverterChain::SetProperty(unsigned int, unsigned int, void const*) + 380 (CompositeAudioConverter.cpp:0)
2   AudioToolbox                   0x00000002005c1034 AudioConverterSetProperty + 104 (AudioConverter.cpp:319)
3   AudioToolbox                   0x0000000200464a04 AUConverterBase::SetupConverter(unsigned int, bool) + 1352 (AUInputFormatConverter2.h:186)
4   AudioToolbox                   0x00000002003403c4 AURemoteIO::SetupConverter(unsigned int, bool) + 232 (AURemoteIO.cpp:1343)
5   AudioToolbox                   0x0000000200463158 AUConverterBase::SetupAllConverters(bool, unsigned int) + 124 (AUConverterBase.cpp:434)
6   AudioToolbox                   0x0000000200342508 AURemoteIO::IOFormatsChanged(int) + 1452 (AURemoteIO.cpp:1624)
7   AudioToolbox                   0x0000000200344650 __AURIOCallbackReceiver_IOFormatsChanged_block_invoke + 104 (AURemoteIO.cpp:2135)
8   libdispatch.dylib             0x00000001fbd8c308 _dispatch_call_block_and_release + 32 (init.c:1372)
9   libdispatch.dylib             0x00000001fbd8d888 _dispatch_client_callout + 20 (object.m:511)
10  libdispatch.dylib             0x00000001fbd94dd4 _dispatch_lane_serial_drain + 552 (inline_internal.h:2441)
11  libdispatch.dylib             0x00000001fbd95918 _dispatch_lane_invoke + 364 (inline_internal.h:1808)
12  libdispatch.dylib             0x00000001fbd9dcc0 _dispatch_workloop_worker_thread + 588 (queue.c:5889)
13  libsystem_pthread.dylib       0x00000001fbf89a98 _pthread_wqthread + 308 (pthread.c:0)
14  libsystem_pthread.dylib       0x00000001fbf8fdc4 start_wqthread + 4


Thread 32:
0   libsystem_pthread.dylib       0x00000001fbf8fdc0 start_wqthread + 0


Thread 33:
0   libsystem_kernel.dylib         0x00000001fbf10ed4 __psynch_cvwait + 8
1   testapp           0x0000000102fceaa8 vlc_cond_timedwait + 164 (thread.c:263)
2   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
3   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Threa
Thread 34:
0   libsystem_kernel.dylib         0x00000001fbf05c60 mach_msg_trap + 8
1   AudioToolbox                   0x0000000200343330 AURemoteIO::IOThread::Run() + 260 (AURemoteIO.cpp:1846)
2   AudioToolbox                   0x00000002003484bc AURemoteIO::IOThread::Entry(void*) + 80 (AURemoteIO.h:312)
3   AudioToolbox                   0x00000002007372c0 CAPThread::Entry(CAPThread*) + 92
4   libsystem_pthread.dylib       0x00000001fbf87908 _pthread_body + 132 (pthread.c:857)
5   libsystem_pthread.dylib       0x00000001fbf87864 _pthread_start + 48 (pthread.c:884)
6   libsystem_pthread.dylib       0x00000001fbf8fdcc thread_start + 4


Thread 31 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000070726d6d   x2: 0x0000000000000004   x3: 0x000000016e4d209c
    x4: 0x000000011fb21520   x5: 0x0000000000000014   x6: 0x0000000000000040   x7: 0x0000000000000890
    x8: 0x0000000070726d6d   x9: 0x00000002003cd920  x10: 0x0000000000000000  x11: 0x0000000000000003
   x12: 0x0000000000000018  x13: 0x0000000000d8d07b  x14: 0x0000000000000006  x15: 0x00000000000000c0
   x16: 0x0000000080000000  x17: 0x0000000052400000  x18: 0x0000000000000000  x19: 0x0000000123ebd020
   x20: 0x000000016e4d209c  x21: 0x0000000070726d6d  x22: 0x0000000000000004  x23: 0x0000000070726d6d
   x24: 0x0000000073726361  x25: 0x000000007072696d  x26: 0x0000000000000000  x27: 0x000000022d724240
   x28: 0x00000002367102b0   fp: 0x000000016e4d1f70   lr: 0x00586f02003ca6fc
    sp: 0x000000016e4d1f60   pc: 0x00000002003cd9ec cpsr: 0x60000000


Binary Images:
0x102b14000 - 0x1047c7fff testapp arm64   /var/containers/Bundle/Application/8D1D2A97-35EA-44EC-BE52-3858A686029D/testapp.app/testapp
0x1054a0000 - 0x105557fff Apptentive arm64   /var/containers/Bundle/Application/8D1D2A97-35EA-44EC-BE52-3858A686029D/testapp.app/Frameworks/Apptentive.framework/Apptentive
0x105668000 - 0x105673fff nanopb arm64  <8df9f6cfebe43520a869bd0b6c092f3d> /var/containers/Bundle/Application/8D1D2A97-35EA-44EC-BE52-3858A686029D/testapp.app/Frameworks/nanopb.framework/nanopb
0x105698000 - 0x1056f3fff dyld arm64e  <8235e4bf8b703da69833d6fd991966b3> /usr/lib/dyld
0x10575c000 - 0x105773fff GoogleUtilities arm64  <74f8c5846d6835b8a02a66f46c8963a0> /var/containers/Bundle/Application/8D1D2A97-35EA-44EC-BE52-3858A686029D/testapp.app/Frameworks/GoogleUtilities.framework/GoogleUtilities
0x10579c000 - 0x1057f3fff Protobuf arm64  <6bdeb9388d8e38e484c502fa8702f4e0> /var/containers/Bundle/Application/8D1D2A97-35EA-44EC-BE52-3858A686029D/testapp.app/Frameworks/Protobuf.framework/Protobuf
0x105894000 - 0x1058affff DorelCustomFramework arm64   /var/containers/Bundle/Application/8D1D2A97-35EA-44EC-BE52-3858A686029D/testapp.app/Frameworks/DorelCustomFramework.framework/DorelCustomFramework
0x1058e4000 - 0x105ab7fff CustomSDK arm64  <1f9d95ef80ab3d4293bd3090520e65a8> /var/containers/Bundle/Application/8D1D2A97-35EA-44EC-BE52-3858A686029D/testapp.app/Frameworks/CustomSDK.framework/CustomSDK
0x105c70000 - 0x105c7bfff libobjc-trampolines.dylib arm64e   /usr/lib/libobjc-trampolines.dylib
0x1fb50f000 - 0x1fb510fff libSystem.B.dylib arm64e  <3232abc44d0b350b91e4372e4b97a7e3> /usr/lib/libSystem.B.dylib
0x1fb511000 - 0x1fb569fff libc++.1.dylib arm64e   /usr/lib/libc++.1.dylib
0x1fb56a000 - 0x1fb57dfff libc++abi.dylib arm64e  <7c824a7ad71b3c368ab16c7ece88e15e> /usr/lib/libc++abi.dylib
0x1fb57e000 - 0x1fbd05fff libobjc.A.dylib arm64e   /usr/lib/libobjc.A.dylib
0x1fbd06000 - 0x1fbd0afff libcache.dylib arm64e   /usr/lib/system/libcache.dylib
0x1fbd0b000 - 0x1fbd16fff libcommonCrypto.dylib arm64e  <23637b31c4a13122b0b8e881766db89e> /usr/lib/system/libcommonCrypto.dylib
0x1fbd17000 - 0x1fbd1afff libcompiler_rt.dylib arm64e  <4a6a8c9a64773fcfaadf87f7ea372fd1> /usr/lib/system/libcompiler_rt.dylib
0x1fbd1b000 - 0x1fbd23fff libcopyfile.dylib arm64e  <8039305e9f733efc9567b5ec638fe57f> /usr/lib/system/libcopyfile.dylib
0x1fbd24000 - 0x1fbd88fff libcorecrypto.dylib arm64e   /usr/lib/system/libcorecrypto.dylib
0x1fbd89000 - 0x1fbdc3fff libdispatch.dylib arm64e  <9bd843073b6a3b55af071d3566e62949> /usr/lib/system/libdispatch.dylib
0x1fbdc4000 - 0x1fbdeefff libdyld.dylib arm64e  <5666efd3f0dd3b1cae0b0fac7e92121c> /usr/lib/system/libdyld.dylib
0x1fbdef000 - 0x1fbdeffff liblaunch.dylib arm64e  <1fba029148b43d50890e5de9087a9e14> /usr/lib/system/liblaunch.dylib
0x1fbdf0000 - 0x1fbdf5fff libmacho.dylib arm64e  <54bfbb1b83dc32eea96366055f020f07> /usr/lib/system/libmacho.dylib
0x1fbdf6000 - 0x1fbdf7fff libremovefile.dylib arm64e  <40bcfa0769003519bd1f7da26c112023> /usr/lib/system/libremovefile.dylib
0x1fbdf8000 - 0x1fbe0ffff libsystem_asl.dylib arm64e   /usr/lib/system/libsystem_asl.dylib
0x1fbe10000 - 0x1fbe10fff libsystem_blocks.dylib arm64e  <736168c0cbc137c695962e4deb6c0543> /usr/lib/system/libsystem_blocks.dylib
0x1fbe11000 - 0x1fbe90fff libsystem_c.dylib arm64e  <75ac4c9d5bee3060b6da8cfa1bddb2a2> /usr/lib/system/libsystem_c.dylib
0x1fbe91000 - 0x1fbe95fff libsystem_configuration.dylib arm64e  <17fccf2b32293851ac6195c170891e2a> /usr/lib/system/libsystem_configuration.dylib
0x1fbe96000 - 0x1fbe9cfff libsystem_containermanager.dylib arm64e   /usr/lib/system/libsystem_containermanager.dylib
0x1fbe9d000 - 0x1fbe9efff libsystem_coreservices.dylib arm64e  <786f52436b513c9bb8d381dbf84eda2c> /usr/lib/system/libsystem_coreservices.dylib
0x1fbe9f000 - 0x1fbea5fff libsystem_darwin.dylib arm64e  <92172b82e4ec34f1a526d6cf5bdae0a5> /usr/lib/system/libsystem_darwin.dylib
0x1fbea6000 - 0x1fbeacfff libsystem_dnssd.dylib arm64e  <88f2520e57cb379c99df505d24152464> /usr/lib/system/libsystem_dnssd.dylib
0x1fbead000 - 0x1fbeecfff libsystem_info.dylib arm64e   /usr/lib/system/libsystem_info.dylib
0x1fbeed000 - 0x1fbf18fff libsystem_kernel.dylib arm64e  <0b4662a19e86370bbc7d38aba1840df1> /usr/lib/system/libsystem_kernel.dylib
0x1fbf19000 - 0x1fbf46fff libsystem_m.dylib arm64e  <4e6f0320da2039aa88a45474adf9aa25> /usr/lib/system/libsystem_m.dylib
0x1fbf47000 - 0x1fbf6bfff libsystem_malloc.dylib arm64e  <44a074204d4e36059619a2cc9df7b204> /usr/lib/system/libsystem_malloc.dylib
0x1fbf6c000 - 0x1fbf77fff libsystem_networkextension.dylib arm64e  <9c80d51b6b6e31b5aa6016daf0924624> /usr/lib/system/libsystem_networkextension.dylib
0x1fbf78000 - 0x1fbf7efff libsystem_notify.dylib arm64e  <2da4348cf18a3b97a2cbd802839cdf9d> /usr/lib/system/libsystem_notify.dylib
0x1fbf7f000 - 0x1fbf85fff libsystem_platform.dylib arm64e   /usr/lib/system/libsystem_platform.dylib
0x1fbf86000 - 0x1fbf90fff libsystem_pthread.dylib arm64e  <92bd43ed7fb13aa5a8697f5ebd64cf93> /usr/lib/system/libsystem_pthread.dylib
0x1fbf91000 - 0x1fbf93fff libsystem_sandbox.dylib arm64e   /usr/lib/system/libsystem_sandbox.dylib
0x1fbf94000 - 0x1fbf9bfff libsystem_symptoms.dylib arm64e  <8c3aca466aa53a0a850e724e407e7305> /usr/lib/system/libsystem_symptoms.dylib
0x1fbf9c000 - 0x1fbfb0fff libsystem_trace.dylib arm64e  <65151ab3122439489b4b6024484d2fe0> /usr/lib/system/libsystem_trace.dylib
0x1fbfb1000 - 0x1fbfb6fff libunwind.dylib arm64e  <252dce3fa8f63521a43d40a1fc51a4f8> /usr/lib/system/libunwind.dylib
0x1fbfb7000 - 0x1fbfe5fff libxpc.dylib arm64e   /usr/lib/system/libxpc.dylib
0x1fbfe6000 - 0x1fc24efff libicucore.A.dylib arm64e  <97eee2de71c5371eb1e5dc3d9a142da4> /usr/lib/libicucore.A.dylib
0x1fc24f000 - 0x1fc260fff libz.1.dylib arm64e   /usr/lib/libz.1.dylib
0x1fc261000 - 0x1fc5c4fff CoreFoundation arm64e   /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1fc5c5000 - 0x1fc5d5fff libbsm.0.dylib arm64e   /usr/lib/libbsm.0.dylib
0x1fc5d6000 - 0x1fc5d6fff libenergytrace.dylib arm64e  <3a39bb95080836c895e79a0e0828a62b> /usr/lib/libenergytrace.dylib
0x1fc5d7000 - 0x1fc667fff IOKit arm64e   /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1fc668000 - 0x1fc752fff libxml2.2.dylib arm64e   /usr/lib/libxml2.2.dylib
0x1fc753000 - 0x1fc760fff libbz2.1.0.dylib arm64e   /usr/lib/libbz2.1.0.dylib
0x1fc761000 - 0x1fc779fff liblzma.5.dylib arm64e  <6516c42e1ea1328f814285253e7357aa> /usr/lib/liblzma.5.dylib
0x1fc77a000 - 0x1fc8f3fff libsqlite3.dylib arm64e   /usr/lib/libsqlite3.dylib
0x1fc8f4000 - 0x1fc929fff libMobileGestalt.dylib arm64e   /usr/lib/libMobileGestalt.dylib
0x1fc92a000 - 0x1fcce1fff CFNetwork arm64e  <7bac5947136d32178a2c8ba7bb9ed387> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1fcce2000 - 0x1fcfdcfff Foundation arm64e  <94e29ad955f532de9be2aefc282a4878> /System/Library/Frameworks/Foundation.framework/Foundation
0x1fcfdd000 - 0x1fd0f3fff Security arm64e  <0f262a3d95d436ec88c0330791cdf46e> /System/Library/Frameworks/Security.framework/Security
0x1fd0f4000 - 0x1fd15dfff SystemConfiguration arm64e  <31c6354f99de3a869d508df1733535b7> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1fd15e000 - 0x1fd190fff libCRFSuite.dylib arm64e  <3722583ea27137f7bb2c8921db2f1bd3> /usr/lib/libCRFSuite.dylib
0x1fd191000 - 0x1fd1a7fff libapple_nghttp2.dylib arm64e  <57bb3ef0ecfd3e1c8ffb9e1b26eadb58> /usr/lib/libapple_nghttp2.dylib
0x1fd1a8000 - 0x1fd1d1fff libarchive.2.dylib arm64e   /usr/lib/libarchive.2.dylib
0x1fd1d2000 - 0x1fd29afff libboringssl.dylib arm64e   /usr/lib/libboringssl.dylib
0x1fd29b000 - 0x1fd2b1fff libcoretls.dylib arm64e   /usr/lib/libcoretls.dylib
0x1fd2b2000 - 0x1fd2b3fff libcoretls_cfhelpers.dylib arm64e  <662ef556b2b63b0b9ad62a070c97fe46> /usr/lib/libcoretls_cfhelpers.dylib
0x1fd2b4000 - 0x1fd2b5fff liblangid.dylib arm64e   /usr/lib/liblangid.dylib
0x1fd2b6000 - 0x1fd62bfff libnetwork.dylib arm64e  <2ff76d0761b334e388292f05d5d5d4f1> /usr/lib/libnetwork.dylib
0x1fd62c000 - 0x1fd665fff libpcap.A.dylib arm64e   /usr/lib/libpcap.A.dylib
0x1fd666000 - 0x1fd6c3fff libusrtcp.dylib arm64e  <65b120e609a6364d95959b05ffcf9340> /usr/lib/libusrtcp.dylib
0x1fd6c4000 - 0x1fd6d0fff IOSurface arm64e   /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1fd6d1000 - 0x1fd784fff libBLAS.dylib arm64e  <6ff88803523835c2a099213aad6d52bc> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1fd785000 - 0x1fdaa2fff libLAPACK.dylib arm64e  <24d822e17a3437efb6e60a333f2543ca> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1fdaa3000 - 0x1fdd12fff vImage arm64e  <32162390cc613ad890791f2a1852d2b2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1fdd13000 - 0x1fdd24fff libSparseBLAS.dylib arm64e  <2cedb9acd7f83cce80d83939579da4f3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1fdd25000 - 0x1fdd7ffff libvMisc.dylib arm64e   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1fdd80000 - 0x1fddaefff libBNNS.dylib arm64e   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1fddaf000 - 0x1fddc3fff libLinearAlgebra.dylib arm64e  <9578c2dcd1c33be68bd6e75f40e04d95> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1fddc4000 - 0x1fddc8fff libQuadrature.dylib arm64e   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1fddc9000 - 0x1fde37fff libSparse.dylib arm64e  <839c702747ea383da7176bf32a3c1445> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1fde38000 - 0x1fdec8fff libvDSP.dylib arm64e   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1fdec9000 - 0x1fdec9fff vecLib arm64e  <8b237e6d198d3b7385c7502b39f51a2b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1fdeca000 - 0x1fdecafff Accelerate arm64e   /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1fdecb000 - 0x1fdee3fff libcompression.dylib arm64e  <8a2a0856152b3810847afa93294332bc> /usr/lib/libcompression.dylib
0x1fdee4000 - 0x1fe48bfff CoreGraphics arm64e   /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1fe48c000 - 0x1fe491fff IOAccelerator arm64e   /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1fe492000 - 0x1fe497fff libCoreFSCache.dylib arm64e   /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1fe498000 - 0x1fe53efff Metal arm64e   /System/Library/Frameworks/Metal.framework/Metal
0x1fe53f000 - 0x1fe551fff GraphicsServices arm64e  <76e795a126ce361ebb0ce1a8b674bddb> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1fe552000 - 0x1fe552fff MobileCoreServices arm64e  <7229b97b51143028bcfa1cff570cda2d> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1fe553000 - 0x1fe555fff IOSurfaceAccelerator arm64e  <82de12c3c22333f187d9ca317a191afa> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1fe556000 - 0x1fe598fff AppleJPEG arm64e   /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1fe599000 - 0x1feb36fff ImageIO arm64e   /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1feb37000 - 0x1feba8fff BaseBoard arm64e  <2a899d132306318aadd2226d86a082ca> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1feba9000 - 0x1febbffff AssertionServices arm64e  <703ae00378ef397ea8f9703294e3ffdb> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1febc0000 - 0x1febc8fff CorePhoneNumbers arm64e  <241ec29540fc3cbc897d71b03c7f0c9b> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1febc9000 - 0x1fec0dfff AppSupport arm64e   /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1fec0e000 - 0x1fec26fff CrashReporterSupport arm64e  <9cc15d781f20331cb5f6180c0d15de8d> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1fec27000 - 0x1fec2cfff AggregateDictionary arm64e   /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1fec2d000 - 0x1feca7fff libTelephonyUtilDynamic.dylib arm64e  <3b91d893c3c534a4b907a97579693cd7> /usr/lib/libTelephonyUtilDynamic.dylib
0x1feca8000 - 0x1fecc7fff ProtocolBuffer arm64e   /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1fecc8000 - 0x1fecf7fff MobileKeyBag arm64e  <8fdc867fd22b38d084d0f883bffe463e> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1fecf8000 - 0x1fed34fff BackBoardServices arm64e  <50caea0e732e385898a0c5e3db050c61> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1fed35000 - 0x1fed9bfff FrontBoardServices arm64e  <8a9e835d767b3c1487524934faa1ba97> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1fed9c000 - 0x1fede3fff SpringBoardServices arm64e   /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1fede4000 - 0x1fedf7fff PowerLog arm64e  <7f7bd99ead8d38c1bd08e8b431d55e81> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1fedf8000 - 0x1fee13fff CommonUtilities arm64e  <73b67139aff13eefb4ec719d83ae65ae> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1fee14000 - 0x1fee1ffff liblockdown.dylib arm64e   /usr/lib/liblockdown.dylib
0x1fee20000 - 0x1ff14bfff CoreData arm64e  <2f8299a3a0e936018e9e0e30d4acbfce> /System/Library/Frameworks/CoreData.framework/CoreData
0x1ff14c000 - 0x1ff153fff TCC arm64e  <746c0c6d677b3173bb4813e8e249f4e1> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1ff154000 - 0x1ff15bfff libcupolicy.dylib arm64e  <0a2cba3c8b7b3d1199c57ba4526e178b> /usr/lib/libcupolicy.dylib
0x1ff15c000 - 0x1ff230fff CoreTelephony arm64e   /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1ff231000 - 0x1ff28bfff Accounts arm64e  <0b3736b079663044b21f3ceb65fe0013> /System/Library/Frameworks/Accounts.framework/Accounts
0x1ff28c000 - 0x1ff2affff AppleSauce arm64e  <30b809ae1fc23bccb8febd30e5e0d0c5> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1ff2b0000 - 0x1ff2bafff DataMigration arm64e  <2d3681c1451f3ab584c08142bf95b664> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1ff2bb000 - 0x1ff2c1fff Netrb arm64e  <0f9f8ff92a703e2a8af3381f54a4723e> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1ff2c2000 - 0x1ff2f3fff PersistentConnection arm64e   /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1ff2f4000 - 0x1ff303fff libmis.dylib arm64e  <74dde10eca5737afa801cdddff5aedc3> /usr/lib/libmis.dylib
0x1ff304000 - 0x1ff40ffff ManagedConfiguration arm64e  <2e91bf3143a23aec95b3a02d46822519> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1ff410000 - 0x1ff415fff libReverseProxyDevice.dylib arm64e  <78bf6665adc73eab9aa384ec38a6abe7> /usr/lib/libReverseProxyDevice.dylib
0x1ff416000 - 0x1ff428fff libamsupport.dylib arm64e   /usr/lib/libamsupport.dylib
0x1ff429000 - 0x1ff42efff libCoreVMClient.dylib arm64e   /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1ff42f000 - 0x1ff430fff libCVMSPluginSupport.dylib arm64e  <0941df7a72283c7ea2b01137aefea12e> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1ff431000 - 0x1ff434fff libutil.dylib arm64e   /usr/lib/libutil.dylib
0x1ff435000 - 0x1ff473fff libGLImage.dylib arm64e  <42a3d36513903a35b8c242e8b5b585b1> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1ff474000 - 0x1ff4f2fff APFS arm64e  <9ba7be23cd4e32108cb099b5dc1a8ea4> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1ff4f3000 - 0x1ff524fff MediaKit arm64e  <1afd6f3dfa313567b14078419c799996> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x1ff525000 - 0x1ff53ffff libSERestoreInfo.dylib arm64e  <48b8d23b59893ca3b1d9c2a2d9d8cc33> /usr/lib/updaters/libSERestoreInfo.dylib
0x1ff546000 - 0x1ff584fff DiskImages arm64e  <63af3a3388c83ce4a2a1456902ea2985> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1ff585000 - 0x1ff58efff libGFXShared.dylib arm64e  <5e8b64457df93dfaad3d667563e80bb2> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1ff58f000 - 0x1ff5ddfff libauthinstall.dylib arm64e  <2e0e71d413453828a0884d19306b2328> /usr/lib/libauthinstall.dylib
0x1ff5de000 - 0x1ff5e7fff IOMobileFramebuffer arm64e  <4103eff15ec53d82979ab91a19a74829> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1ff5e8000 - 0x1ff5f4fff OpenGLES arm64e  <258fbe63eb6c34dd8a38b4f4e8de0f76> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1ff5f5000 - 0x1ff716fff ColorSync arm64e   /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1ff717000 - 0x1ff747fff CoreVideo arm64e  <3de0fcd917cf322aaa19fd05382cd4c5> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1ff748000 - 0x1ff749fff libCTGreenTeaLogger.dylib arm64e   /usr/lib/libCTGreenTeaLogger.dylib
0x1ff74a000 - 0x1ff8a1fff CoreAudio arm64e  <1860e225ebd13c4aaa5d48387439cfdf> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1ff8a2000 - 0x1ff8c1fff CoreAnalytics arm64e   /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1ff8c2000 - 0x1ff8c5fff UserFS arm64e  <89b1af872c553882b9743191b8a5a91b> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x1ff8c6000 - 0x1ffa80fff CoreMedia arm64e  <3d73a904ec113a50b94dd18e2135afd2> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1ffa81000 - 0x1ffa93fff libprotobuf-lite.dylib arm64e   /usr/lib/libprotobuf-lite.dylib
0x1ffa94000 - 0x1ffaf3fff libprotobuf.dylib arm64e   /usr/lib/libprotobuf.dylib
0x1ffaf4000 - 0x1ffe17fff libAWDSupportFramework.dylib arm64e   /usr/lib/libAWDSupportFramework.dylib
0x1ffe18000 - 0x1ffe5bfff WirelessDiagnostics arm64e  <83846187b38637908f80d915db813e45> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1ffe5c000 - 0x1fff1cfff ************ arm64e  <1a368a440b12385596c5187bb7fd67ed> /System/Library/Frameworks/************.framework/************
0x1fff1d000 - 0x200026fff libFontParser.dylib arm64e  <16ffc99738e43b1791854aabcfe7b779> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x200027000 - 0x200027fff FontServices arm64e   /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x200028000 - 0x20017efff CoreText arm64e  <63ba549bd48d3c68b538ce1c133b09fa> /System/Library/Frameworks/CoreText.framework/CoreText
0x20017f000 - 0x20018dfff IntlPreferences arm64e  <5bba0caddaed3aa98060a3b2bbc20cae> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x20018e000 - 0x200197fff RTCReporting arm64e  <9b4eac2889f13051a6322139de754cea> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x200198000 - 0x20024afff CoreBrightness arm64e   /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x20024b000 - 0x200254fff libAudioStatistics.dylib arm64e   /usr/lib/libAudioStatistics.dylib
0x200255000 - 0x200815fff AudioToolbox arm64e   /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x200816000 - 0x200a56fff QuartzCore arm64e  <3a1757dd2c1439e0bb2dc06a2bbd26eb> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x200a57000 - 0x200a61fff MediaAccessibility arm64e  <249446c0942d39349ea9092d7b10e97b> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x200a62000 - 0x200b54fff libiconv.2.dylib arm64e   /usr/lib/libiconv.2.dylib
0x200b55000 - 0x200b70fff NetworkStatistics arm64e   /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x200b71000 - 0x200b8ffff MPSCore arm64e   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x200b90000 - 0x200c03fff MPSImage arm64e   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x200c04000 - 0x200c28fff MPSMatrix arm64e   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x200c29000 - 0x200c37fff CoreAUC arm64e  <459c1906b41c385db18a4c513898984d> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x200c38000 - 0x2012d0fff MediaToolbox arm64e  <38f0edcd04ca312b9bb7979ee207e0df> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x2012d1000 - 0x20143ffff MPSNeuralNetwork arm64e  <45d43e38039c35d1864c16226d3ac436> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x201440000 - 0x201440fff MetalPerformanceShaders arm64e  <6c9827a523b7302d9534039391d67c21> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x201441000 - 0x201854fff FaceCore arm64e   /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x201855000 - 0x201862fff GraphVisualizer arm64e   /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x201863000 - 0x201a9bfff libFosl_dynamic.dylib arm64e  <00a403f33d9938bd973fa2b90c095290> /usr/lib/libFosl_dynamic.dylib
0x201a9c000 - 0x201d3afff CoreImage arm64e   /System/Library/Frameworks/CoreImage.framework/CoreImage
0x201d3b000 - 0x201f5efff CoreMotion arm64e  <457d54813e293412939c0799ab6e0658> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x201f5f000 - 0x201f8efff CoreBluetooth arm64e   /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x201f8f000 - 0x201fb1fff PlugInKit arm64e   /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x201fb2000 - 0x202244fff ********* arm64e   /System/Library/PrivateFrameworks/*********.framework/*********
0x202245000 - 0x2022c7fff Quagga arm64e  <8c702de51b4a3670a9f2fa2823730cc8> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x2022c8000 - 0x2023bdfff AVFAudio arm64e   /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x2023be000 - 0x2025c5fff AVFoundation arm64e  <47c1a2d5f6d132ccae91293a84bc3230> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x2025c6000 - 0x2025e4fff CacheDelete arm64e  <7f41ebb2fdc731e69509b8df77fc01a9> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x2025e5000 - 0x20261efff StreamingZip arm64e  <8e47e688d30e3106bad34514895cb500> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x20261f000 - 0x202631fff CoreEmoji arm64e  <57b4f7bc0a843fc6bfac6570240543ec> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x202632000 - 0x202681fff CoreLocationProtobuf arm64e   /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x202682000 - 0x202689fff SymptomDiagnosticReporter arm64e  <9f9bbec87f61397abe7e4044394be7de> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x20268a000 - 0x203098fff GeoServices arm64e  <752c1f4a002a35f1bd5e754c84c044cd> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x203099000 - 0x2030b3fff MobileAsset arm64e   /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x2030b4000 - 0x2030effff Lexicon arm64e  <1408d88fcda43400bbad0b204843c3a6> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x2030f0000 - 0x203101fff libcmph.dylib arm64e   /usr/lib/libcmph.dylib
0x203102000 - 0x20321afff LanguageModeling arm64e   /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x203232000 - 0x2032ccfff CoreLocation arm64e   /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x2032cd000 - 0x2032cdfff PhoneNumbers arm64e   /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x2032ce000 - 0x2032d8fff libChineseTokenizer.dylib arm64e   /usr/lib/libChineseTokenizer.dylib
0x2032d9000 - 0x20338afff libmecab_em.dylib arm64e  <15ac6572138d3927a9915b0f035a5e7d> /usr/lib/libmecab_em.dylib
0x20338b000 - 0x20338cfff libThaiTokenizer.dylib arm64e  <7d21902c4aca356b9e17fd34d0d32972> /usr/lib/libThaiTokenizer.dylib
0x20338d000 - 0x203391fff libgermantok.dylib arm64e  <288da82a768e3074b07777360c25e60c> /usr/lib/libgermantok.dylib
0x203392000 - 0x2033f7fff CoreNLP arm64e  <55987f4058d53362a82a914c5b7a366b> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x203404000 - 0x2035cbfff MobileSpotlightIndex arm64e   /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x2035cc000 - 0x20362efff CoreSpotlight arm64e  <458671728e80395cb58774fdd84a1849> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x20362f000 - 0x204367fff JavaScriptCore arm64e  <8f2ae7aacd1236018362df5ae43e0d5e> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x204368000 - 0x20436dfff libheimdal-asn1.dylib arm64e   /usr/lib/libheimdal-asn1.dylib
0x20436e000 - 0x2043e8fff libate.dylib arm64e   /usr/lib/libate.dylib
0x2043e9000 - 0x204490fff TextureIO arm64e   /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x204491000 - 0x204556fff CoreUI arm64e   /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x204557000 - 0x204564fff MobileIcons arm64e  <7d13f6b4d39e3f58b2cd887762434326> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x204565000 - 0x204573fff AppleFSCompression arm64e   /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x204574000 - 0x2045defff TextInput arm64e  <0276b2164ca939b7ae9bd7682c43b8fb> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x204608000 - 0x20463bfff DataDetectorsCore arm64e  <72cba66a1c0e30e79f1130f4f9e79e79> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x20463c000 - 0x2046d0fff FileProvider arm64e  <5a6ed142c3ce382080a29cb6c1bad50f> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x2046d1000 - 0x2047c7fff NLP arm64e  <1ef2f8d3a2733946b78176250e5da3f9> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x2047c8000 - 0x20489efff ProofReader arm64e  <005d1624382d3c8099c6ab39af856bb2> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x20489f000 - 0x2048b5fff libAccessibility.dylib arm64e   /usr/lib/libAccessibility.dylib
0x2048b6000 - 0x204dbcfff libwebrtc.dylib arm64e  <05b503012b7f3cd0968df493cc2f3538> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x204dbd000 - 0x204e26fff ContactsFoundation arm64e  <7c3c903e33b1340a9fa3ace08dffdf93> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x204e27000 - 0x206881fff WebCore arm64e  <1763a71221433e1a8220577707d6f002> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x206882000 - 0x206a1dfff WebKitLegacy arm64e   /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x206a1e000 - 0x206a4dfff DataAccessExpress arm64e  <6e4ddb315b38365bbea092647e05206c> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x206a4e000 - 0x206ae8fff AddressBookLegacy arm64e  <60809440211035bea4015e6d2fb45fc1> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x206ae9000 - 0x206b42fff ProtectedCloudStorage arm64e   /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x206b43000 - 0x206b76fff UserNotifications arm64e   /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x206b77000 - 0x206b82fff AppleIDAuthSupport arm64e   /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x206b83000 - 0x206bdafff AuthKit arm64e   /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x206c1a000 - 0x206c1afff UIKit arm64e  <4bdb3fc3dfc23d42823d175921eb6425> /System/Library/Frameworks/UIKit.framework/UIKit
0x206c1b000 - 0x206c2efff DocumentManagerCore arm64e  <4eed45c79527323ca651054d1a694761> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x206c2f000 - 0x206c3dfff HangTracer arm64e  <34e906fbcc0f3d8b81076de27d21b923> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x206c3e000 - 0x206c8cfff PhysicsKit arm64e  <4a3e9bf9c4493a55a0226588d30bf30a> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x206c8d000 - 0x206c91fff StudyLog arm64e  <19c1b4d2d4653933b7ad38d4da7d58e0> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x206c92000 - 0x206d7ffff UIFoundation arm64e  <118d809c111f3f41be5312b00e78d6fc> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x206d80000 - 0x206ea5fff CloudKit arm64e  <959fd74afe2534168c19cac4d535574d> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x206ea6000 - 0x206eadfff IntentsFoundation arm64e  <0848b5818dc43093b0d713342493eb9b> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x206eae000 - 0x2071a1fff Intents arm64e  <1908332e89613d0e83e0a351507268da> /System/Library/Frameworks/Intents.framework/Intents
0x2071a2000 - 0x2071bafff libresolv.9.dylib arm64e  <913b85324a9e3335bf0d0584420aa41e> /usr/lib/libresolv.9.dylib
0x2071bb000 - 0x2071bdfff CoreDuetDebugLogging arm64e  <0c79960033b43ec4829366bdd90e680e> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x2071be000 - 0x2071f0fff libtidy.A.dylib arm64e   /usr/lib/libtidy.A.dylib
0x2071f1000 - 0x2073b4fff CoreDuet arm64e  <04eb4c904fd9365eba05fa37a1c7209e> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x2073b5000 - 0x2073d6fff CoreDuetContext arm64e  <2a020272cb5d341eb34e949909195e5a> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x2073d7000 - 0x2073e9fff CoreDuetDaemonProtocol arm64e   /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x2073ea000 - 0x207452fff IMFoundation arm64e  <32ce0dfd49953b81b844187b1559175f> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x207453000 - 0x207485fff vCard arm64e   /System/Library/PrivateFrameworks/vCard.framework/vCard
0x207486000 - 0x20759ffff Contacts arm64e  <88b41f50e27e3827b9957e436f529ca1> /System/Library/Frameworks/Contacts.framework/Contacts
0x2075a0000 - 0x2075a1fff DiagnosticLogCollection arm64e  <626fbcfba20631529411d9487b26b460> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x2075a2000 - 0x2075a3fff Marco arm64e   /System/Library/PrivateFrameworks/Marco.framework/Marco
0x2075a4000 - 0x2075abfff MessageProtection arm64e  <01e30b1760b1348688f553c888740b84> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x2075ac000 - 0x2078a7fff StoreServices arm64e  <419fdade3cdd30f3b1203ca6222498ae> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x2078a8000 - 0x2078befff Engram arm64e   /System/Library/PrivateFrameworks/Engram.framework/Engram
0x2078bf000 - 0x2079d1fff IDSFoundation arm64e  <0b48c821b4d53e6eae5b3559ea9893b4> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x2079d2000 - 0x2079dcfff CaptiveNetwork arm64e   /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x2079dd000 - 0x207a0cfff EAP8021X arm64e   /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x207a0d000 - 0x207a4bfff MobileWiFi arm64e  <2b313fc8970c3cc3bad5dea0890daf58> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x207a4c000 - 0x207a4efff OAuth arm64e  <30f52decdd5035f4ab54aaeb174b7994> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x207a4f000 - 0x207a51fff CommonAuth arm64e   /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x207a52000 - 0x207ac2fff Heimdal arm64e  <224fac41acd53d93bf1b25d99a0292c6> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x207ac3000 - 0x207aebfff GSS arm64e  <3c628d3b70393dfeaa00ed648bd29401> /System/Library/Frameworks/GSS.framework/GSS
0x207aec000 - 0x207b03fff ApplePushService arm64e  <088bfeb258bf34db829a07d376194e79> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x207b04000 - 0x207b95fff AccountsDaemon arm64e   /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x207b96000 - 0x207bb7fff AppleIDSSOAuthentication arm64e   /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x207bb8000 - 0x207c3afff AppleAccount arm64e  <7568b591f82c3c3f9e009f5f7d2bda3f> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x207c3b000 - 0x207db6fff CoreUtils arm64e  <1203f63a34ad3fc183f41f03a2778aaa> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x207db7000 - 0x207eb6fff IDS arm64e   /System/Library/PrivateFrameworks/IDS.framework/IDS
0x207eb7000 - 0x207eddfff MediaServi arm64e  <98438ab3fbe036679a11fe4e17ca4f56> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x207ede000 - 0x2080bdfff MediaRemote arm64e  <216ad7bdf5953b0784ce56604c6fc169> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x2080be000 - 0x2080d8fff UserManagement arm64e   /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x2080d9000 - 0x2080e9fff MobileBluetooth arm64e   /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x2080ea000 - 0x20811afff Bom arm64e   /System/Library/PrivateFrameworks/Bom.framework/Bom
0x20811b000 - 0x20811ffff CommunicationsFilter arm64e   /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x208120000 - 0x208141fff FTAWD arm64e   /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x208142000 - 0x208198fff FTServices arm64e   /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x2081d1000 - 0x2081dcfff ProactiveEventTracker arm64e  <057769541e4230e3bc4ca331369e149a> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x2081dd000 - 0x20822cfff ChunkingLibrary arm64e  <183ce12ecab136a184fdf1a9e15fb4f7> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x20822d000 - 0x20823bfff libnetworkextension.dylib arm64e   /usr/lib/libnetworkextension.dylib
0x20823c000 - 0x208260fff AddressBook arm64e  <38ed200cc26939acbb2d866fa5590f93> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x208261000 - 0x208fe5fff ModelIO arm64e  <5e5dab18b9a33b4a94c9ea208a1ea171> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x208fe6000 - 0x209189fff NetworkExtension arm64e  <5c1d1e8777573bdeba7e28e864e0c75b> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x20918a000 - 0x2095c0fff SiriTTS arm64e   /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x2095c1000 - 0x20961ffff SAObjects arm64e  <306654612c3f3d35a17ecf5bdb7cee3f> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x209620000 - 0x209660fff VoiceServices arm64e   /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x209661000 - 0x209690fff GLKit arm64e  <3acc216c90a633869de63171d8c6d78c> /System/Library/Frameworks/GLKit.framework/GLKit
0x209691000 - 0x2097c2fff AssistantServices arm64e  <3e82cb6965e035658c0fa28ae53f2115> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x2097c3000 - 0x2097e1fff AssetCacheServices arm64e   /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x2097e2000 - 0x209894fff NetworkServiceProxy arm64e   /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x209895000 - 0x20996cfff MMCS arm64e   /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x20996d000 - 0x209979fff BluetoothManager arm64e   /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x20997a000 - 0x2099eafff CoreDAV arm64e  <5a30f436fc023b68af1acd66df011b67> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x2099eb000 - 0x209a20fff iCalendar arm64e  <18933caefbf63372995bf0c3bc7800e3> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x209a21000 - 0x209a2efff PersonaKit arm64e   /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x209a2f000 - 0x209a87fff CalendarFoundation arm64e   /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x209a88000 - 0x209ab6fff PhotosFormats arm64e   /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x209ab7000 - 0x209b53fff CalendarDatabase arm64e  <4c152be5ecc43dc5aa3a1cad66ad6e79> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x209b54000 - 0x209bacfff CalendarDaemon arm64e   /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x209bad000 - 0x209d12fff CloudPhotoLibrary arm64e   /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x209d13000 - 0x209dfcfff EventKit arm64e   /System/Library/Frameworks/EventKit.framework/EventKit
0x209dfd000 - 0x209e30fff AssetsLibraryServices arm64e   /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x209e66000 - 0x209e8ffff DCIMServices arm64e  <1d92eb13c2e03cb1be17e64546e92133> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x209e90000 - 0x209fb4fff CoreMediaStream arm64e   /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x209fb5000 - 0x209fbcfff XPCKit arm64e   /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x20a0a2000 - 0x20a0bcfff CloudPhotoServices arm64e   /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x20a0bd000 - 0x20a0c8fff CoreRecents arm64e  <6789a130542632bf88c7104bba3e83b1> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x20a0c9000 - 0x20a0e6fff MediaStream arm64e  <13ddb7e9c0e935d7b841fad9d7c74869> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x20a0e7000 - 0x20a600fff PhotoLibraryServices arm64e  <61c533ea9ecc3ac19873d093ee73bcf0> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x20a601000 - 0x20a61dfff PrototypeTools arm64e  <87be4fdb8b2635b892bbd82596bec735> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x20a61e000 - 0x20a6a1fff CoreSymbolication arm64e  <4b33d74dee233114a799315f883f056f> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x20a6a2000 - 0x20a7f3fff SearchFoundation arm64e   /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x20a7f4000 - 0x20a7f9fff IncomingCallFilter arm64e  <835e9ff134ba363e9c570407ae44acd1> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x20a7fa000 - 0x20a8b1fff iTunesStore arm64e  <15890847fbd23c7abec874bbfd7fbc37> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x20a8b2000 - 0x20a8b8fff libtzupdate.dylib arm64e  <6564c18c76423b67b4a591792d18dcda> /usr/lib/libtzupdate.dylib
0x20a8b9000 - 0x20aa0cfff Preferences arm64e  <4e86607d09d83aabb462147d96739f98> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x20aa0d000 - 0x20aa15fff CoreTime arm64e   /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x20aa16000 - 0x20aa67fff CoreAppleCVA arm64e  <56734f25c7933cba9dcaa69f6d3b41b7> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x20aa68000 - 0x20aaa7fff DifferentialPrivacy arm64e  <765a7b2189e9393ab45ec3ecf91fb162> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x20aaa8000 - 0x20ac4dfff AppleCVA arm64e  <34c32eff8fe738f4ba7a037c38ca1c03> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x20ac4e000 - 0x20ad08fff Montreal arm64e  <15489af4763f3f7bb156262ef5f3ff7e> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x20ad09000 - 0x20afd4fff Espresso arm64e   /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x20afd5000 - 0x20afdbfff MobileSystemServices arm64e   /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x20afdc000 - 0x20b1d3fff Photos arm64e  <615f7d28546c3450a51f2abf2665a0b9> /System/Library/Frameworks/Photos.framework/Photos
0x20b1e0000 - 0x20b401fff CoreML arm64e  <94cd8e725faa3696b893853a7eefbb01> /System/Library/Frameworks/CoreML.framework/CoreML
0x20b402000 - 0x20b405fff CoreOptimization arm64e  <72b66d5a3b2d346d9a4f648141661efb> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x20b406000 - 0x20b464fff SafariCore arm64e  <1309e9e102f73a2e87e77de41adc0fb9> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x20b465000 - 0x20b4bafff CorePrediction arm64e  <50ae36ba73333be5b65e293a43a88dec> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x20b4bb000 - 0x20b5bbfff Navigation arm64e   /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x20b5bc000 - 0x20b5d4fff ContactsDonation arm64e  <6d45d1dde327389596885aabc30176d7> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x20b5d5000 - 0x20b601fff Futhark arm64e  <67c4f50a2ec73e74966d67f932600d91> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x20b602000 - 0x20b675fff NanoRegistry arm64e  <65678e1bb2893ea7916121a49b545337> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x20b676000 - 0x20b6cffff ToneLibrary arm64e  <14a71bff54ea3e8581e6cc9cba32168f> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x20b6d0000 - 0x20b6e7fff BaseBoardUI arm64e   /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x20b6e8000 - 0x20b742fff ContactsUICore arm64e  <0f1c76d5f8aa376bb729b1a7c8b49bc7> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x20b743000 - 0x20b8bcfff ContactsUI arm64e  <290d625c2dd7365e912bd001de47888c> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x20b8bd000 - 0x20b988fff CorePDF arm64e  <492f607abfd03016a997e8499b33fa77> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x20b989000 - 0x20bc1bfff Vision arm64e  <12a83bd31d60391db446ef5f779e36dc> /System/Library/Frameworks/Vision.framework/Vision
0x20bc1c000 - 0x20c167fff WebKit arm64e   /System/Library/Frameworks/WebKit.framework/WebKit
0x20c168000 - 0x20c201fff BulletinBoard arm64e  <61860d215eac3c62af8f616a51b58c10> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x20c202000 - 0x20c207fff ConstantClasses arm64e  <5a76f3a0cf263770a7267ec6ae54c0a1> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x20c208000 - 0x20c210fff CertUI arm64e  <28799b7b76433d26ad91cb7dfaf5485d> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x20c211000 - 0x20c25cfff AXRuntime arm64e  <75b0653f40f1301aa1fa87851099fddd> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x20c25d000 - 0x20c296fff ScreenReaderCore arm64e  <28a3fba84ad83b78941ec1c06f713a54> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x20c297000 - 0x20c2b1fff TextToSpeech arm64e   /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x20c2b2000 - 0x20c305fff CoreMIDI arm64e  <703738db665936b19ab3e751d1c0cae5> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x20c306000 - 0x20c393fff MediaPlatform arm64e   /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x20c394000 - 0x20c3f5fff WebBookmarks arm64e   /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x20c3f6000 - 0x20c400fff DAAPKit arm64e   /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x20c401000 - 0x20c403fff libAXSafeCategoryBundle.dylib arm64e  <8dc99972248b31c0ad901f57f7b13fee> /usr/lib/libAXSafeCategoryBundle.dylib
0x20c404000 - 0x20c40efff libAXSpeechManager.dylib arm64e  <9aca0af795eb325d908c1fb3b6024d20> /usr/lib/libAXSpeechManager.dylib
0x20c40f000 - 0x20c4fafff AccessibilityUtilities arm64e   /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x20c4fb000 - 0x20c797fff MediaLibraryCore arm64e   /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x20c79a000 - 0x20ca15fff MusicLibrary arm64e   /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x20ca16000 - 0x20d02bfff VectorKit arm64e  <41f69250bd4d3b6da95c1d555b2a89ab> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x20d02c000 - 0x20d283fff MapKit arm64e   /System/Library/Frameworks/MapKit.framework/MapKit
0x20d284000 - 0x20d457fff iTunesCloud arm64e   /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x20d458000 - 0x20d4f4fff HomeSharing arm64e  <4fe8ce24bda83f108e338acc0eff8e32> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x20d687000 - 0x20dac3fff MediaPlayer arm64e  <6dfc188ffb74396d88b6b1f2a074d5c5> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x20dac4000 - 0x20dae8fff MobileInstallation arm64e   /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x20dae9000 - 0x20daf0fff EmailAddressing arm64e   /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x20daf1000 - 0x20daf2fff MessageSupport arm64e   /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x20daf6000 - 0x20db50fff MIME arm64e  <44efe4b76fad3bb491c52efac3e7cf09> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x20db87000 - 0x20dbbffff Notes arm64e   /System/Library/PrivateFrameworks/Notes.framework/Notes
0x20dbc0000 - 0x20dc8afff TelephonyUtilities arm64e  <424546a829f439229907337b8c72b8e4> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x20dc8b000 - 0x20dcc6fff CalendarUIKit arm64e   /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x20dcc7000 - 0x20dce4fff AccessibilityUIUtilities arm64e  <5953216c0a5b390ea3f7fda3fe9e5e28> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x20dce5000 - 0x20dd3bfff DataAccess arm64e  <36b071acdef234eda36b0b4ccef89d44> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x20dd3c000 - 0x20dd4efff AssetsLibrary arm64e   /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x20dd4f000 - 0x20df31fff EventKitUI arm64e   /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x20df32000 - 0x20df91fff AXMediaUtilities arm64e  <3c98b0ac1643374797da5dad411dedcc> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x20df92000 - 0x20e008fff UIAccessibility arm64e   /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x20e009000 - 0x20e020fff CloudServices arm64e  <75c97d47ad8d39128d95e1ab858166e7> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x20e026000 - 0x20e0c3fff Social arm64e   /System/Library/Frameworks/Social.framework/Social
0x20e0c4000 - 0x20e0d7fff KeychainCircle arm64e  <4d34ea02ac8b31ee9fa81229061df645> /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle
0x20e0d8000 - 0x20e13efff RemoteUI arm64e   /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x20e13f000 - 0x20e15bfff CoreCDP arm64e   /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP
0x20e15c000 - 0x20e174fff CoreFollowUp arm64e   /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x20e1e8000 - 0x20e1f8fff MailServices arm64e  <64f7b67e158f330a849214c85ef66f2e> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x20e1f9000 - 0x20e287fff CoreRecognition arm64e  <1b7aa87cb2c7319c8c561d0adbc1460e> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x20e288000 - 0x20e2b0fff MailSupport arm64e   /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x20e2b1000 - 0x20e401fff Message arm64e  <472d3cd839913b018ed88f93887d16e4> /System/Library/PrivateFrameworks/Message.framework/Message
0x20e402000 - 0x20e60afff libmecabra.dylib arm64e   /usr/lib/libmecabra.dylib
0x20e60b000 - 0x20e6bffff CoreParsec arm64e  <2ad36af3816230aeb047793554d28d3b> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x20e6ee000 - 0x20e71ffff SharedUtils arm64e  <5ca5e35231073a36a7d3b79a3c678476> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x20e720000 - 0x20e75ffff ContactsAutocomplete arm64e  <13f970311e3531e8b4bcbb5e35c68d0b> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x20e760000 - 0x20e82cfff VideoSubscriberAccount arm64e  <5fded8722224342594eb9ca171404f2d> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x20e82d000 - 0x20e85efff Pegasus arm64e   /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x20e85f000 - 0x20e91afff AVKit arm64e   /System/Library/Frameworks/AVKit.framework/AVKit
0x20e91b000 - 0x20e944fff AuthKitUI arm64e   /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x20e945000 - 0x20e948fff FTClientServices arm64e   /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x20e949000 - 0x20e94cfff SharedWebCredentials arm64e  <17b86cbff12a3180942d86b7c37412dd> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x20e94e000 - 0x20e968fff SafariFoundation arm64e  <493756b81ccc368293f1c9f322ff099e> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x20eb4a000 - 0x20eb5ffff LocalAuthentication arm64e   /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x20eb60000 - 0x20eb61fff ParsecSubscriptionServiceSupport arm64e  <3756534083493caf8b98e6b285cf8cd4> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x20ec09000 - 0x20ee44fff SafariShared arm64e   /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x20ee45000 - 0x20ee60fff WebUI arm64e  <92d8f7d44c33365ca1f492acb1ab20ca> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x20ee61000 - 0x20ee6ffff SetupAssistantSupport arm64e  <5c23c3e9a61f38a8a6aba163dbbd3586> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x20ee70000 - 0x20eea3fff SetupAssistant arm64e  <3165a18e3e7032198308fda89537610f> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x20eee1000 - 0x20eeedfff DistributedEvaluation arm64e  <0049e74b4b013c58a9362568acdb6fe6> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x20eef2000 - 0x20eefbfff MobileStorage arm64e  <0218e703a5e73929bbb186b4a3381520> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x20eefc000 - 0x20ef3cfff ContentIndex arm64e   /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x20ef3d000 - 0x20ef9afff ImageCapture arm64e   /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
0x20f159000 - 0x20f16efff iPhotoMigrationSupport arm64e   /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
0x20f16f000 - 0x20f180fff DiagnosticExtensions arm64e  <1d27918ce2c93519998c7946574d4693> /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions
0x20f5d2000 - 0x20f64dfff PhotoLibrary arm64e  <501a2f7d9db2390f8eee849b99df2835> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x20f64e000 - 0x20fb8efff PhotosUICore arm64e  <21aa0b1c52b43c799a8c77d5ad103b53> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x20fc71000 - 0x20fc76fff LinguisticData arm64e  <84c1c694155a3d8ebdf94e73732b4d3e> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x20fc90000 - 0x20fd19fff PhotoEditSupport arm64e  <3f56e281e6463f658d4a0ff4843d4157> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
0x20fd2e000 - 0x210201fff PhotosUI arm64e  <114c1e8acfc0346f97bde371cf962a48> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x21030b000 - 0x210347fff StoreKit arm64e   /System/Library/Frameworks/StoreKit.framework/StoreKit
0x21050f000 - 0x210529fff MetalKit arm64e  <67dd259943c43e93954052d109371b04> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x21052a000 - 0x21054afff GenerationalStorage arm64e  <467bbf4a760935a8b1a2216732309450> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x21054b000 - 0x210995fff SceneKit arm64e   /System/Library/Frameworks/SceneKit.framework/SceneKit
0x210996000 - 0x210a5efff CoreHandwriting arm64e  <13795c9e159c347187c5420211e1953d> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x210aa8000 - 0x210ac2fff CertInfo arm64e   /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x210bb5000 - 0x210bdffff AccountsUI arm64e  <291a91733c1d3a428dfef40aa74b33f0> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x210e1f000 - 0x210f82fff PencilKit arm64e  <5ccb4e6896653025a1662888d55cdaab> /System/Library/PrivateFrameworks/PencilKit.framework/PencilKit
0x210f83000 - 0x210fa2fff QuickLookThumbnailing arm64e  <1989fa60039a3feb8368ab8ea6a55e0c> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x210fa3000 - 0x21106bfff PDFKit arm64e   /System/Library/Frameworks/PDFKit.framework/PDFKit
0x21106c000 - 0x211196fff AnnotationKit arm64e  <2bef7086f95f396290cfb48ce27a7cd4> /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit
0x211365000 - 0x2113a9fff Pasteboard arm64e  <64790ed697c73e1bb2211c490fd684ba> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x2113aa000 - 0x2113c0fff FMCoreLite arm64e   /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
0x2113c1000 - 0x2113f2fff MarkupUI arm64e  <691fbfc32bae3a7e9e184e89560f7228> /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI
0x2113f3000 - 0x211405fff MobileDeviceLink arm64e   /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x211415000 - 0x2114cafff QuickLook arm64e   /System/Library/Frameworks/QuickLook.framework/QuickLook
0x2114e7000 - 0x21153afff MobileBackup arm64e  <6d5fc17bd2303ab095a8beba4a3de59a> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x21153b000 - 0x211585fff SafariSafeBrowsing arm64e   /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x21179a000 - 0x2117fefff IMAP arm64e  <577c610745fa3682a9696b97175e8b14> /System/Library/PrivateFrameworks/Message.framework/MailServices/IMAP.framework/IMAP
0x211a8c000 - 0x211b87fff MessageUI arm64e  <65425b62b5773f45b7a6237fb33d8b2d> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x211b88000 - 0x211ba4fff FindMyDevice arm64e  <439bc9e8b5ce30f8887899b8758713be> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
0x211e54000 - 0x211ea4fff CoreCDPInternal arm64e  <43fbcac83a19350c8c67a2d002cd015b> /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal
0x212333000 - 0x212353fff CoreCDPUI arm64e  <11b77b41ba3e3d718fda5abd894a9740> /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI
0x21245d000 - 0x21245efff LegacyHandle arm64e   /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle
0x21245f000 - 0x2124bffff AppleAccountUI arm64e  <2f98dc54ef15357d983f2bf901024a38> /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
0x2125b0000 - 0x2125b0fff libAWDProtobufFacetimeiMessage.dylib arm64e  <42f93a07a51637a8ba9106a26ca06814> /usr/lib/libAWDProtobufFacetimeiMessage.dylib
0x2125cd000 - 0x212607fff ViceroyTrace arm64e  <51d49ce26f7e356da37b43549d318744> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
0x2128f1000 - 0x212b8dfff VideoProcessing arm64e   /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x212c00000 - 0x212c0bfff SimpleKeyExchange arm64e  <5379fe8698e23b52844089ece060dc16> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
0x212c0c000 - 0x212c0cfff snatmap arm64e   /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap
0x212c76000 - 0x212cb9fff ICE arm64e  <70b61991fd483a3b9178ede6a37b43b7> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE
0x212fda000 - 0x213031fff CallKit arm64e  <717220ba889e3f1b863bd202487fc087> /System/Library/Frameworks/CallKit.framework/CallKit
0x2134ad000 - 0x2134befff WirelessCoexManager arm64e  <0e7f720dd8903a5bad7d85c9c4de8ba7> /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager
0x2134bf000 - 0x2134eefff OpenAL arm64e  <0f3b56502bd03b21a3ed283dd9dbc6d3> /System/Library/Frameworks/OpenAL.framework/OpenAL
0x213549000 - 0x213566fff Jet arm64e   /System/Library/PrivateFrameworks/Jet.framework/Jet
0x2135c4000 - 0x21374efff SpriteKit arm64e  <816aee1f162e38caaf514cbb882121b8> /System/Library/Frameworks/SpriteKit.framework/SpriteKit
0x2137b7000 - 0x213bdbfff AVConference arm64e   /System/Library/PrivateFrameworks/AVConference.framework/AVConference
0x213d96000 - 0x213de8fff LoggingSupport arm64e  <86600a11b22737b29cf58313b177ba1b> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x214131000 - 0x21413afff FamilyCircle arm64e  <56a746a420db3bfa9a8f22f6b26930a3> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x2159eb000 - 0x215a0ffff AppSupportUI arm64e  <8caaa91ca08b353dbf866b55791d34f5> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x216107000 - 0x2161a6fff GameKitServices arm64e   /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
0x2163a2000 - 0x2163e7fff Catalyst arm64e   /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x2166e1000 - 0x2166e6fff kperf arm64e   /System/Library/PrivateFrameworks/kperf.framework/kperf
0x21678a000 - 0x2168d6fff libGLProgrammability.dylib arm64e  <3f9fc37cd1353d7c81120816b6a6112e> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x21693b000 - 0x21695dfff CellularPlanManager arm64e  <510fc205371e38d7b34c6b67214ac36a> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x21695e000 - 0x2169b4fff DeviceManagement arm64e  <6e6e5b60dbef34c986bc75dd001653ea> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x2169f6000 - 0x216ad7fff GameCenterFoundation arm64e  <4ff92e6488513869b8fb52d073803b61> /System/Library/PrivateFrameworks/GameCenterFoundation.framework/GameCenterFoundation
0x216b24000 - 0x216b2cfff kperfdata arm64e  <15e8f9145b9d3bbab0a1069ce54d6cc4> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x216b6f000 - 0x216b76fff libdscsym.dylib arm64e  <8402125be9cf3dd88442ff2126a3c655> /usr/lib/libdscsym.dylib
0x216bac000 - 0x216c56fff AutoLoop arm64e  <418d1d59ed813da4be8660abce246bc9> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
0x216f1d000 - 0x216f55fff ktrace arm64e  <240d4a07db5d38b3bfb6208bb6a3e823> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x217916000 - 0x217978fff GameCenterUI arm64e   /System/Library/PrivateFrameworks/GameCenterUI.framework/GameCenterUI
0x217ef1000 - 0x217f67fff GameplayKit arm64e   /System/Library/Frameworks/GameplayKit.framework/GameplayKit
0x217f71000 - 0x217f98fff ReplayKit arm64e   /System/Library/Frameworks/ReplayKit.framework/ReplayKit
0x2185f4000 - 0x218602fff LegacyGameKit arm64e  <9dae325c935b3b1da19412b59a5545e9> /System/Library/PrivateFrameworks/LegacyGameKit.framework/LegacyGameKit
0x21916d000 - 0x219189fff GameController arm64e  <874dcf5c82473c2787d9ad0ec890acb8> /System/Library/Frameworks/GameController.framework/GameController
0x21921a000 - 0x21925efff BiometricKit arm64e  <7ee6ed7b6ec93a59b7dfe3eaa810cb50> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x21927d000 - 0x21928cfff CTCarrierSpace arm64e   /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x2196f9000 - 0x21971cfff DeviceIdentity arm64e  <9fb6b8c696953247adc8af65f080a903> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x2198c5000 - 0x2198c5fff GameCenter arm64e   /System/Library/PrivateFrameworks/GameCenter.framework/GameCenter
0x21b72a000 - 0x21b7a5fff Rapport arm64e   /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x21b7e3000 - 0x21b826fff SignpostSupport arm64e  <8558fa5954e63fcbbe5df6a04ea09c4a> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x21c761000 - 0x21c768fff libMatch.1.dylib arm64e   /usr/lib/libMatch.1.dylib
0x21c7b1000 - 0x21c7c6fff libtailspin.dylib arm64e  <0373cbea823536a2b413a43aa155303f> /usr/lib/libtailspin.dylib
0x21cac5000 - 0x21cd87fff RawCamera arm64e  <4f5956638d2a30b1b043d006d4025ad4> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x21cdad000 - 0x21cdcbfff AppleMetalGLRenderer arm64e   /System/Library/Extensions/AppleMetalGLRenderer.bundle/AppleMetalGLRenderer
0x21cdcc000 - 0x21cde0fff libCGInterfaces.dylib arm64e   /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x21cde1000 - 0x21d227fff AudioCodecs arm64e   /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
0x21dbe8000 - 0x21dbe8fff GameKit arm64e  <4c58426e5a4b31bb9a703e5f970ef97e> /System/Library/Frameworks/GameKit.framework/GameKit
0x21dbfa000 - 0x21dce2fff GLEngine arm64e  <7efc3a4d491c33a38e979b7612b11b36> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x21f318000 - 0x21f323fff ContextKit arm64e   /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x21f580000 - 0x21f5a7fff CoreServicesInternal arm64e  <3a95ce99d9d130c58fc12ec61e7090ba> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x21fc10000 - 0x21fc17fff EmailCore arm64e  <9dcd56dc15123c98b45d3134ecb7edbe> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x21fc25000 - 0x21fc37fff libGSFontCache.dylib arm64e  <9aaac879ee983443bc51231ec41a14d2> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x21fc38000 - 0x21fc68fff libTrueTypeScaler.dylib arm64e   /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x2206a1000 - 0x2206a1fff libmetal_timestamp.dylib arm64e  <803313b4e01f33de803206261778dd1c> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x22171c000 - 0x221720fff InternationalSupport arm64e   /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x222b06000 - 0x222b12fff PersonaUI arm64e  <8c2ed63a4bc1387facbfee59bd13680a> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x222f49000 - 0x222f53fff SignpostCollection arm64e   /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x2239a4000 - 0x2239a7fff XCTTargetBootstrap arm64e  <980baea803bf3ff8b92d66ceadce2cda> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x2239eb000 - 0x2239fefff libEDR arm64e  <9b4d967c5cff37398f9ea32e932351bf> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x22451f000 - 0x22451ffff libcharset.1.dylib arm64e   /usr/lib/libcharset.1.dylib
0x224fa5000 - 0x224fa6fff libsandbox.1.dylib arm64e  <43f06b9d72df3014aeabf4ac4f7b68fd> /usr/lib/libsandbox.1.dylib
0x224fe5000 - 0x224fe6fff liblog_network.dylib arm64e   /usr/lib/log/liblog_network.dylib
0x2250ca000 - 0x22534afff AGXMetalA12 arm64e   /System/Library/Extensions/AGXMetalA12.bundle/AGXMetalA12
0x225674000 - 0x2257b7fff CoreServices arm64e  <3a9d5d1c76b33e8b87830b591d9b3e1b> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x2257e1000 - 0x2257fafff MPSRayIntersector arm64e  <7c8c4f911fd33864ad4aa8add98dccec> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x225828000 - 0x22594efff Network arm64e   /System/Library/Frameworks/Network.framework/Network
0x225a14000 - 0x225a22fff ANEServices arm64e   /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x225a27000 - 0x225a2bfff ASEProcessing arm64e  <78674a54542f31ec9c5cbacac49b21cf> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x225a2c000 - 0x225a37fff AXCoreUtilities arm64e  <6fd1e02cb3453b90971494c8cc641b91> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x225cc0000 - 0x225e12fff AppleMediaServices arm64e  <6d45106db1b436d8985dc4b7a16614ef> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x225e13000 - 0x225e22fff AppleNeuralEngine arm64e  <53c78de6e4b63d0a823264bb677b99fa> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x225fa3000 - 0x225fd8fff C2 arm64e  <759dd00facec31b9a427181f1ec0ce93> /System/Library/PrivateFrameworks/C2.framework/C2
0x226169000 - 0x226174fff Categories arm64e  <783ba46fe6603f41aea9ea81985aa1eb> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x226271000 - 0x22639afff ConfigurationEngineModel arm64e  <8a7678f38352323f8acaaac2260e1849> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x2264fc000 - 0x226516fff DoNotDisturb arm64e  <28ded3047eb23d918bfa898f1ea1ccb8> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x22663e000 - 0x226693fff DocumentManager arm64e  <0b0c3f5a3226300e90afef2dcdcaefb2> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x2267d5000 - 0x2267d9fff IdleTimerServices arm64e  <33bbef2637a33b01ba2ce2a81cbbb8d9> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x2268bf000 - 0x2268e7fff MetadataUtilities arm64e   /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x227ab7000 - 0x227b05fff OTSVG arm64e  <1083af1dd75b382180432ecaf1e0490f> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x227b06000 - 0x227b29fff OnBoardingKit arm64e  <7e3ef626346c3cfca1104109ec79c9f3> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x227bfe000 - 0x227c5bfff PhotoFoundation arm64e  <06ef60e4da62306cbd045b65253c2fef> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x227cac000 - 0x227ceefff PhotosImagingFoundation arm64e   /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x227d34000 - 0x227d3dfff PrototypeToolsUI arm64e   /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x227d3e000 - 0x227d51fff QuickLookSupport arm64e   /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x227d52000 - 0x227d9ffff ROCKit arm64e  <41d671df2bb3379787580fd4da075994> /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit
0x227f59000 - 0x227fbefff RemoteManagement arm64e  <232c8ddea1bc3f02a4d00cb7a83b8b2f> /System/Library/PrivateFrameworks/RemoteManagement.framework/RemoteManagement
0x227fc4000 - 0x227fd6fff RemoteTextInput arm64e   /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x227ffe000 - 0x228094fff SampleAnalysis arm64e  <463827016b763805a6cbab1ddf00ba90> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x2281ef000 - 0x228203fff SiriInstrumentation arm64e   /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x228246000 - 0x22824dfff StatsKit arm64e   /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit
0x228eb2000 - 0x229ff1fff UIKitCore arm64e  <19fd9883fb333736aa548b4f3b4a1958> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x229ff2000 - 0x229ffdfff UIKitServices arm64e   /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x229ffe000 - 0x22a004fff URLFormatting arm64e   /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x22a005000 - 0x22a026fff UsageTracking arm64e  <2b81afe9aa9a395db05761fc8adec2b9> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x22a90b000 - 0x22a91cfff libswiftAVFoundation.dylib arm64e  <6fbdd9099b2e39eca1250ec28e0a0a0b> /usr/lib/swift/libswiftAVFoundation.dylib
0x22a923000 - 0x22a927fff libswiftAssetsLibrary.dylib arm64e  <89efdf2baf2d3d95ab4e275601f0f570> /usr/lib/swift/libswiftAssetsLibrary.dylib
0x22a928000 - 0x22a930fff libswiftCallKit.dylib arm64e  <8ca3b27d10543b2a8284e6dd570da611> /usr/lib/swift/libswiftCallKit.dylib
0x22a94a000 - 0x22acb0fff libswiftCore.dylib arm64e  <6898cd82576e33588811d57ffc3581c3> /usr/lib/swift/libswiftCore.dylib
0x22acb1000 - 0x22acb7fff libswiftCoreAudio.dylib arm64e  <87e8097803ed3599b6a98d871c0cdf89> /usr/lib/swift/libswiftCoreAudio.dylib
0x22acc0000 - 0x22acc4fff libswiftCoreFoundation.dylib arm64e  <0ff155191b983d7881790e9a3c78399a> /usr/lib/swift/libswiftCoreFoundation.dylib
0x22acc5000 - 0x22acd4fff libswiftCoreGraphics.dylib arm64e  <8e8e4711f55d3567bcd533e7f6d15394> /usr/lib/swift/libswiftCoreGraphics.dylib
0x22acd5000 - 0x22acd9fff libswiftCoreImage.dylib arm64e   /usr/lib/swift/libswiftCoreImage.dylib
0x22acda000 - 0x22ace0fff libswiftCoreLocation.dylib arm64e  <449eae304ba338ecad272c080c364ccd> /usr/lib/swift/libswiftCoreLocation.dylib
0x22ace1000 - 0x22ace7fff libswiftCoreMedia.dylib arm64e   /usr/lib/swift/libswiftCoreMedia.dylib
0x22ace8000 - 0x22acf1fff libswiftDarwin.dylib arm64e  <8f2ae3a68d13340c93eced97c5daf698> /usr/lib/swift/libswiftDarwin.dylib
0x22acf2000 - 0x22ad0bfff libswiftDispatch.dylib arm64e  <4032141fd59136caa9b5744605414047> /usr/lib/swift/libswiftDispatch.dylib
0x22ad0c000 - 0x22ae8cfff libswiftFoundation.dylib arm64e  <1408bdb98bd63211be37d17c7a5972b6> /usr/lib/swift/libswiftFoundation.dylib
0x22aeb7000 - 0x22aec3fff libswiftMediaPlayer.dylib arm64e   /usr/lib/swift/libswiftMediaPlayer.dylib
0x22aec4000 - 0x22aecafff libswiftMetal.dylib arm64e   /usr/lib/swift/libswiftMetal.dylib
0x22af0c000 - 0x22af12fff libswiftObjectiveC.dylib arm64e   /usr/lib/swift/libswiftObjectiveC.dylib
0x22af13000 - 0x22af1bfff libswiftPhotos.dylib arm64e  <8194f993609a329a968b1138121a2ebd> /usr/lib/swift/libswiftPhotos.dylib
0x22af1c000 - 0x22af21fff libswiftQuartzCore.dylib arm64e  <1590f47cdf283fdcb7ce86852c800412> /usr/lib/swift/libswiftQuartzCore.dylib
0x22af3d000 - 0x22af67fff libswiftSwiftOnoneSupport.dylib arm64e  <01655462995b35da8c547a54caca1ec0> /usr/lib/swift/libswiftSwiftOnoneSupport.dylib
0x22af68000 - 0x22af79fff libswiftUIKit.dylib arm64e  <867e80340b943b6b9c593ddbd21b6d51> /usr/lib/swift/libswiftUIKit.dylib
0x22af93000 - 0x22afaffff libswiftsimd.dylib arm64e  <6da71fef543c36e797d80d933d9e0071> /usr/lib/swift/libswiftsimd.dylib


EOF

Hi eskimo, we're having the same crash in our App. Here's an Apple crash report for it:


Incident Identifier: 8095F87F-5095-43F9-8120-CB9DC44C8362
CrashReporter Key:   d13ae869a3b9dbfcb1f923d59b9a71eed9de2f4a
Hardware Model:      iPad7,2
Process:             ************ [5387]
Path:                /private/var/containers/Bundle/Application/2FBC1E03-51FE-467C-B996-166117A4E2EC/************.app/************
Identifier:          com.************.************
Version:             16208 (1.28)
AppStoreTools:       10G3
AppVariant:          1:iPad7,2:10
Code Type:           ARM-64 (Native)
Role:                Non UI
Parent Process:      launchd [1]
Coalition:           com.************.************ [1639]




Date/Time:           2019-09-08 18:31:12.7259 -0700
Launch Time:         2019-09-08 18:20:47.4440 -0700
OS Version:          iPhone OS 12.4 (16G77)
Baseband Version:    5.70.01
Report Version:      104


Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000
VM Region Info: 0 is not in any region.  Bytes before following region: 4344446976
      REGION TYPE                      START - END             [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
---> 
      __TEXT                 0000000102f30000-0000000102f34000 [   16K] r-x/r-x SM=COW  .../************


Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [5387]
Triggered by Thread:  22


Thread 0 name:
Thread 0:
0   libsystem_kernel.dylib         0x00000001f7d629d4 __ulock_wait + 8
1   libsystem_pthread.dylib       0x00000001f7ddbddc _pthread_join$VARIANT$mp + 440 (pthread_cancelable.c:400)
2   libc++.1.dylib                 0x00000001f737af90 std::__1::thread::join() + 32 (__threading_support:336)
3   ************                   0x000000010321c06c supertracker::EventQueue::~EventQueue() + 76 (EventQueue.cpp:70)
4   ************                   0x00000001030416e0 supertracker::Supertracker::~Supertracker() + 52 (Supertracker.hpp:207)
5   libsystem_c.dylib             0x00000001f7cbbbb4 __cxa_finalize_ranges + 384 (atexit.c:285)
6   libsystem_c.dylib             0x00000001f7cbbec4 exit + 24 (exit.c:81)
7   UIKitCore                     0x00000002246f4fec -[UIApplication _terminateWithStatus:] + 468 (UIApplication.m:6458)
8   UIKitCore                     0x0000000223fb0d7c __98-[__UICanvasLifecycleMonitor_Compatability deactivateEventsOnly:withContext:forceExit:complet... + 344 (_UICanvasLifecycleMonitor.m:527)
9   UIKitCore                     0x00000002246f90ac _runAfterCACommitDeferredBlocks + 296 (UIApplication.m:2750)
10  UIKitCore                     0x00000002246e7bfc _cleanUpAfterCAFlushAndRunDeferredBlocks + 352 (UIApplication.m:2728)
11  UIKitCore                     0x0000000224714a6c _afterCACommitHandler + 116 (UIApplication.m:2780)
12  CoreFoundation                 0x00000001f8156d08 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 32 (CFRunLoop.c:1822)
13  CoreFoundation                 0x00000001f8151a30 __CFRunLoopDoObservers + 412 (CFRunLoop.c:1932)
14  CoreFoundation                 0x00000001f8151fac __CFRunLoopRun + 1228 (CFRunLoop.c:2950)
15  CoreFoundation                 0x00000001f81517c0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)
16  GraphicsServices               0x00000001fa35279c GSEventRunModal + 104 (GSEvent.c:2245)
17  UIKitCore                     0x00000002246edc38 UIApplicationMain + 212 (UIApplication.m:4353)
18  ************                   0x000000010314d418 main + 56 (main.m:23)
19  libdyld.dylib                 0x00000001f7c158e0 start + 4


Thread 1 name:
Thread 1:
0   libsystem_kernel.dylib         0x00000001f7d570f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001f7d565a0 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x00000001f8157120 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)
3   CoreFoundation                 0x00000001f8152030 __CFRunLoopRun + 1360 (CFRunLoop.c:2971)
4   CoreFoundation                 0x00000001f81517c0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)
5   Foundation                     0x00000001f8b1feac -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 (NSRunLoop.m:367)
6   Foundation                     0x00000001f8b1fd3c -[NSRunLoop(NSRunLoop) runUntilDate:] + 96 (NSRunLoop.m:411)
7   UIKitCore                     0x00000002247d3754 -[UIEventFetcher threadMain] + 136 (UIEventFetcher.m:606)
8   Foundation                     0x00000001f8c4c674 __NSThread__start__ + 984 (NSThread.m:1175)
9   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
10  libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
11  libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib         0x00000001f7d570f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001f7d565a0 mach_msg + 72 (mach_msg.c:103)
2   ************                   0x0000000103508ec4 CLSMachExceptionServer + 952
3   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
4   libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
5   libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib         0x00000001f7d570f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001f7d565a0 mach_msg + 72 (mach_msg.c:103)
2   AudioToolbox                   0x00000001fc2fb188 ASClient_AudioSessionGetPropertyMessage + 180 (AS_ObjectUser.c:1653)
3   AudioToolbox                   0x00000001fc2dd38c ASCallbackReceiver_AudioSessionPingMessage + 272 (AudioSession.cpp:1128)
4   AudioToolbox                   0x00000001fc196ea4 _XAudioSessionPingMessage + 52 (AS_ListenerServer.c:159)
5   AudioToolbox                   0x00000001fc4de1a8 mshMIGPerform + 232
6   CoreFoundation                 0x00000001f8157da0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 56 (CFRunLoop.c:1996)
7   CoreFoundation                 0x00000001f81574ec __CFRunLoopDoSource1 + 440 (CFRunLoop.c:2133)
8   CoreFoundation                 0x00000001f8152310 __CFRunLoopRun + 2096 (CFRunLoop.c:3152)
9   CoreFoundation                 0x00000001f81517c0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)
10  AVFAudio                       0x00000001fe0c3334 GenericRunLoopThread::Entry(void*) + 156 (GenericRunLoopThread.h:92)
11  AVFAudio                       0x00000001fe0edc60 CAPThread::Entry(CAPThread*) + 88
12  libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
13  libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
14  libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib         0x00000001f7d570f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001f7d565a0 mach_msg + 72 (mach_msg.c:103)
2   AudioToolbox                   0x00000001fc10d880 AURemoteIO::IOThread::Run() + 256 (AURemoteIO.cpp:1846)
3   AudioToolbox                   0x00000001fc1127f0 AURemoteIO::IOThread::Entry(void*) + 76 (AURemoteIO.h:312)
4   AudioToolbox                   0x00000001fc4e54f8 CAPThread::Entry(CAPThread*) + 88
5   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
6   libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
7   libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib         0x00000001f7d570f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001f7d565a0 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x00000001f8157120 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)
3   CoreFoundation                 0x00000001f8152030 __CFRunLoopRun + 1360 (CFRunLoop.c:2971)
4   CoreFoundation                 0x00000001f81517c0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)
5   AudioToolbox                   0x00000001fc2567bc GenericRunLoopThread::Entry(void*) + 156 (GenericRunLoopThread.h:92)
6   AudioToolbox                   0x00000001fc4e54f8 CAPThread::Entry(CAPThread*) + 88
7   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
8   libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
9   libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib         0x00000001f7d61ee4 __psynch_cvwait + 8
1   libsystem_pthread.dylib       0x00000001f7ddccf8 _pthread_cond_wait$VARIANT$mp + 636 (pthread_cond.c:578)
2   libc++.1.dylib                 0x00000001f7338090 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:278)
3   ************                   0x00000001030cc7f8 montana::HTTPManager::networkThread() + 364 (HTTPManager.cpp:436)
4   ************                   0x00000001030cf47c void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st...="" +="" 64="" (type_traits:4280)<br="">5   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
6   libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
7   libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 7 name:
Thread 7:
0   libsystem_kernel.dylib         0x00000001f7d61ee4 __psynch_cvwait + 8
1   libsystem_pthread.dylib       0x00000001f7ddccf8 _pthread_cond_wait$VARIANT$mp + 636 (pthread_cond.c:578)
2   libc++.1.dylib                 0x00000001f7338090 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:278)
3   ************                   0x00000001030cc7f8 montana::HTTPManager::networkThread() + 364 (HTTPManager.cpp:436)
4   ************                   0x00000001030cf47c void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st...="" +="" 64="" (type_traits:4280)<br="">5   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
6   libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
7   libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib         0x00000001f7d61ee4 __psynch_cvwait + 8
1   libsystem_pthread.dylib       0x00000001f7ddccf8 _pthread_cond_wait$VARIANT$mp + 636 (pthread_cond.c:578)
2   libc++.1.dylib                 0x00000001f7338090 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:278)
3   ************                   0x00000001030cc7f8 montana::HTTPManager::networkThread() + 364 (HTTPManager.cpp:436)
4   ************                   0x00000001030cf47c void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st...="" +="" 64="" (type_traits:4280)<br="">5   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
6   libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
7   libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 9:
0   libsystem_kernel.dylib         0x00000001f7d63fd8 poll + 8
1   ************                   0x00000001039d5b98 Curl_poll + 180
2   ************                   0x00000001039d290c curl_multi_wait + 620
3   ************                   0x00000001039cf3a4 curl_easy_perform + 244
4   ************                   0x0000000102f9d150 supertracker::UrlOpen::execute() + 52 (UrlOpen.cpp:52)
5   ************                   0x000000010321eb64 supertracker::EventQueue::processEvents(std::__1::vector<std::__1::unique_ptr6   ************                   0x000000010321c710 supertracker::EventQueue::processInThread() + 1052 (EventQueue.cpp:319)
7   ************                   0x0000000103220fec void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st...="" +="" 64="" (type_traits:4280)<br="">8   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
9   libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
10  libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 10 name:
Thread 10:
0   libsystem_kernel.dylib         0x00000001f7d570f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001f7d565a0 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x00000001f8157120 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)
3   CoreFoundation                 0x00000001f8152030 __CFRunLoopRun + 1360 (CFRunLoop.c:2971)
4   CoreFoundation                 0x00000001f81517c0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)
5   CFNetwork                     0x00000001f876b74c -[__CoreSchedulingSetRunnable runForever] + 216 (CoreSchedulingSet.mm:1365)
6   Foundation                     0x00000001f8c4c674 __NSThread__start__ + 984 (NSThread.m:1175)
7   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
8   libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
9   libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 11 name:
Thread 11:
0   JavaScriptCore                 0x00000001ffb60500 JSC::LLInt::setUpCall(JSC::ExecState*, JSC::CodeSpecializationKind, JSC::JSValue, JSC::LLIntCallL... + 56 (MarkedBlock.h:447)
1   JavaScriptCore                 0x00000001ff57d390 llint_entry + 82960
2   JavaScriptCore                 0x00000001ff57d390 llint_entry + 82960
3   JavaScriptCore                 0x00000001ff568cec vmEntryToJavaScript + 268
4   JavaScriptCore                 0x00000001ffa990f4 JSC::Interpreter::executeProgram(JSC::SourceCode const&, JSC::ExecState*, JSC::JSObject*) + 9388 (JITCodeInlines.h:38)
5   JavaScriptCore                 0x00000001ffca2580 JSC::evaluate(JSC::ExecState*, JSC::SourceCode const&, JSC::JSValue, ***::NakedPtr&) + 324 (Completion.cpp:106)
6   JavaScriptCore                 0x00000001ff5a06dc JSEvaluateScript + 608 (JSBase.cpp:70)
7   JavaScriptCore                 0x00000001ff35d264 -[JSContext evaluateScript:withSourceURL:] + 196 (JSContext.mm:105)
8   ************                   0x0000000103478988 -[ADCJSCoreModule pumpMessages:] + 424 (ADCJSCoreModule.m:702)
9   ************                   0x00000001034a3f70 -[ADCNativeLayer moduleUpdate] + 296 (ADCNativeLayer.m:220)
10  Foundation                     0x00000001f8c4d874 __NSFireTimer + 84 (NSTimer.m:264)
11  CoreFoundation                 0x00000001f8157d60 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28 (CFRunLoop.c:1830)
12  CoreFoundation                 0x00000001f8157a90 __CFRunLoopDoTimer + 864 (CFRunLoop.c:2417)
13  CoreFoundation                 0x00000001f81572c4 __CFRunLoopDoTimers + 248 (CFRunLoop.c:2564)
14  CoreFoundation                 0x00000001f8152214 __CFRunLoopRun + 1844 (CFRunLoop.c:0)
15  CoreFoundation                 0x00000001f81517c0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)
16  Foundation                     0x00000001f8b1feac -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 (NSRunLoop.m:367)
17  ************                   0x00000001034e5ffc -[AdColony setupWorkerThread] + 800 (AdColony.m:167)
18  Foundation                     0x00000001f8c4c674 __NSThread__start__ + 984 (NSThread.m:1175)
19  libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
20  libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
21  libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 12 name:
Thread 12:
0   libsystem_kernel.dylib         0x00000001f7d61ee4 __psynch_cvwait + 8
1   libsystem_pthread.dylib       0x00000001f7ddccf8 _pthread_cond_wait$VARIANT$mp + 636 (pthread_cond.c:578)
2   libc++.1.dylib                 0x00000001f7338090 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:278)
3   JavaScriptCore                 0x00000001ff3e5de0 void std::__1::condition_variable_any::wait<std::__1::unique_lock >(std::__1::uni... + 108 (condition_variable:204)
4   JavaScriptCore                 0x00000001ff3e9dd4 bmalloc::Scavenger::threadRunLoop() + 176 (condition_variable:213)
5   JavaScriptCore                 0x00000001ff3e954c bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 12 (Scavenger.cpp:359)
6   JavaScriptCore                 0x00000001ff3eaf8c void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st...="" +="" 40="" (type_traits:4345)<br="">7   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
8   libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
9   libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 13 name:
Thread 13:
0   libsystem_kernel.dylib         0x00000001f7d570f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001f7d565a0 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x00000001f8157120 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)
3   CoreFoundation                 0x00000001f8152030 __CFRunLoopRun + 1360 (CFRunLoop.c:2971)
4   CoreFoundation                 0x00000001f81517c0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)
5   WebCore                       0x0000000200e44fc4 RunWebThread(void*) + 600 (WebCoreThread.mm:625)
6   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
7   libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
8   libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 14 name:
Thread 14:
0   libsystem_kernel.dylib         0x00000001f7d570f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001f7d565a0 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x00000001f8157120 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)
3   CoreFoundation                 0x00000001f8152030 __CFRunLoopRun + 1360 (CFRunLoop.c:2971)
4   CoreFoundation                 0x00000001f81517c0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)
5   CoreFoundation                 0x00000001f815251c CFRunLoopRun + 80 (CFRunLoop.c:3271)
6   CoreMotion                     0x00000001fdb28be8 CLMotionCore::runMotionThread(void*) + 1020 (CLMotionCore.mm:330)
7   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
8   libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
9   libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 15 name:
Thread 15:
0   libsystem_kernel.dylib         0x00000001f7d61ee4 __psynch_cvwait + 8
1   libsystem_pthread.dylib       0x00000001f7ddcd2c _pthread_cond_wait$VARIANT$mp + 688 (pthread_cond.c:582)
2   Foundation                     0x00000001f8b5b2f8 -[NSCondition waitUntilDate:] + 128 (NSLock.m:96)
3   Foundation                     0x00000001f8b52d34 -[NSConditionLock lockWhenCondition:beforeDate:] + 100 (NSLock.m:374)
4   ************                   0x0000000103db5a98 -[FNFRenderingThread main] + 212 (FNFRenderingThread.m:135)
5   Foundation                     0x00000001f8c4c674 __NSThread__start__ + 984 (NSThread.m:1175)
6   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
7   libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
8   libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 16 name:
Thread 16:
0   libsystem_kernel.dylib         0x00000001f7d61ee4 __psynch_cvwait + 8
1   libsystem_pthread.dylib       0x00000001f7ddccf8 _pthread_cond_wait$VARIANT$mp + 636 (pthread_cond.c:578)
2   JavaScriptCore                 0x00000001ff3ac88c ***::ThreadCondition::timedWait(***::Mutex&, ***::WallTime) + 80 (ThreadingPthreads.cpp:520)
3   JavaScriptCore                 0x00000001ff393514 ***::ParkingLot::parkConditionallyImpl(void const*, ***::ScopedLambda const&, ***::Scope... + 2004 (ParkingLot.cpp:596)
4   WebKitLegacy                   0x0000000202494bdc bool ***::Condition::waitUntil(***::Lock&, ***::TimeWithDynamicClockType const&) + 184 (ParkingLot.h:80)
5   WebKitLegacy                   0x00000002024978d8 std::__1::unique_ptr<***::function, std::__1::default_delete<***::function > > ... + 156 (MessageQueue.h:152)
6   WebKitLegacy                   0x0000000202496ef4 WebCore::StorageThread::threadEntryPoint() + 68 (MessageQueue.h:131)
7   JavaScriptCore                 0x00000001ff3aab30 ***::Thread::entryPoint(***::Thread::NewThreadContext*) + 260 (Function.h:56)
8   JavaScriptCore                 0x00000001ff3ac03c ***::wtfThreadEntryPoint(void*) + 12 (ThreadingPthreads.cpp:202)
9   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
10  libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
11  libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 17 name:
Thread 17:
0   libsystem_kernel.dylib         0x00000001f7d570f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001f7d565a0 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x00000001f8157120 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)
3   CoreFoundation                 0x00000001f8152030 __CFRunLoopRun + 1360 (CFRunLoop.c:2971)
4   CoreFoundation                 0x00000001f81517c0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)
5   CFNetwork                     0x00000001f876b74c -[__CoreSchedulingSetRunnable runForever] + 216 (CoreSchedulingSet.mm:1365)
6   Foundation                     0x00000001f8c4c674 __NSThread__start__ + 984 (NSThread.m:1175)
7   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
8   libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
9   libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 18 name:
Thread 18:
0   libsystem_kernel.dylib         0x00000001f7d570f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001f7d565a0 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x00000001f8157120 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)
3   CoreFoundation                 0x00000001f8152030 __CFRunLoopRun + 1360 (CFRunLoop.c:2971)
4   CoreFoundation                 0x00000001f81517c0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)
5   CoreFoundation                 0x00000001f816a500 _legacyStreamRunLoop_workThread + 260 (CFStream.c:1771)
6   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
7   libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
8   libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 19 name:
Thread 19:
0   libsystem_kernel.dylib         0x00000001f7d61ee4 __psynch_cvwait + 8
1   libsystem_pthread.dylib       0x00000001f7ddccf8 _pthread_cond_wait$VARIANT$mp + 636 (pthread_cond.c:578)
2   JavaScriptCore                 0x00000001ff3ac88c ***::ThreadCondition::timedWait(***::Mutex&, ***::WallTime) + 80 (ThreadingPthreads.cpp:520)
3   JavaScriptCore                 0x00000001ff393514 ***::ParkingLot::parkConditionallyImpl(void const*, ***::ScopedLambda const&, ***::Scope... + 2004 (ParkingLot.cpp:596)
4   JavaScriptCore                 0x00000001ff367358 bool ***::Condition::waitUntil(***::Lock&, ***::TimeWithDynamicClockType const&) + 184 (ParkingLot.h:80)
5   JavaScriptCore                 0x00000001ff36eb30 ***::CrossThreadQueue::waitForMessage() + 116 (Condition.h:121)
6   JavaScriptCore                 0x00000001ff36ea88 ***::CrossThreadTaskHandler::taskRunLoop() + 216 (CrossThreadTaskHandler.cpp:72)
7   JavaScriptCore                 0x00000001ff3aab30 ***::Thread::entryPoint(***::Thread::NewThreadContext*) + 260 (Function.h:56)
8   JavaScriptCore                 0x00000001ff3ac03c ***::wtfThreadEntryPoint(void*) + 12 (ThreadingPthreads.cpp:202)
9   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
10  libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
11  libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 20:
0   libsystem_pthread.dylib       0x00000001f7de7cd0 start_wqthread + 0


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


Thread 22 name:
Thread 22 Crashed:
0   AudioToolbox                   0x00000001fc19503c SampleRateConverter::SetProperty(unsigned int, unsigned int, void const*) + 192 (SampleRateConverter.cpp:397)
1   AudioToolbox                   0x00000001fc375564 AudioConverterSetProperty + 96 (AudioConverter.cpp:319)
2   AudioToolbox                   0x00000001fc375564 AudioConverterSetProperty + 96 (AudioConverter.cpp:319)
3   AudioToolbox                   0x00000001fc22861c AUConverterBase::SetupConverter(unsigned int, bool) + 1340 (AUInputFormatConverter2.h:186)
4   AudioToolbox                   0x00000001fc10a938 AURemoteIO::SetupConverter(unsigned int, bool) + 224 (AURemoteIO.cpp:1343)
5   AudioToolbox                   0x00000001fc226ebc AUConverterBase::SetupAllConverters(bool, unsigned int) + 104 (AUConverterBase.cpp:434)
6   AudioToolbox                   0x00000001fc10c9fc AURemoteIO::IOFormatsChanged(int) + 1420 (AURemoteIO.cpp:1624)
7   AudioToolbox                   0x00000001fc10eaec __AURIOCallbackReceiver_IOFormatsChanged_block_invoke + 96 (AURemoteIO.cpp:2135)
8   libdispatch.dylib             0x00000001f7c03a38 _dispatch_call_block_and_release + 24 (init.c:1372)
9   libdispatch.dylib             0x00000001f7c047d4 _dispatch_client_callout + 16 (object.m:511)
10  libdispatch.dylib             0x00000001f7bad324 _dispatch_lane_serial_drain$VARIANT$mp + 592 (inline_internal.h:2441)
11  libdispatch.dylib             0x00000001f7bade40 _dispatch_lane_invoke$VARIANT$mp + 428 (queue.c:3805)
12  libdispatch.dylib             0x00000001f7bb64ac _dispatch_workloop_worker_thread + 596 (queue.c:5889)
13  libsystem_pthread.dylib       0x00000001f7de5114 _pthread_wqthread + 304 (pthread.c:2371)
14  libsystem_pthread.dylib       0x00000001f7de7cd4 start_wqthread + 4


Thread 23:
0   libsystem_pthread.dylib       0x00000001f7de7cd0 start_wqthread + 0


Thread 24:
0   libsystem_kernel.dylib         0x00000001f7d57148 semaphore_timedwait_trap + 8
1   libdispatch.dylib             0x00000001f7ba6888 _dispatch_sema4_timedwait$VARIANT$mp + 64 (lock.c:149)
2   libdispatch.dylib             0x00000001f7ba71dc _dispatch_semaphore_wait_slow + 72 (semaphore.c:116)
3   libdispatch.dylib             0x00000001f7bb4df8 _dispatch_worker_thread + 352 (queue.c:6168)
4   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
5   libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
6   libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 25:
0   libsystem_kernel.dylib         0x00000001f7d57148 semaphore_timedwait_trap + 8
1   libdispatch.dylib             0x00000001f7ba6888 _dispatch_sema4_timedwait$VARIANT$mp + 64 (lock.c:149)
2   libdispatch.dylib             0x00000001f7ba71dc _dispatch_semaphore_wait_slow + 72 (semaphore.c:116)
3   libdispatch.dylib             0x00000001f7bb4df8 _dispatch_worker_thread + 352 (queue.c:6168)
4   libsystem_pthread.dylib       0x00000001f7de42c0 _pthread_body + 128 (pthread.c:857)
5   libsystem_pthread.dylib       0x00000001f7de4220 _pthread_start + 44 (pthread.c:884)
6   libsystem_pthread.dylib       0x00000001f7de7cdc thread_start + 4


Thread 26:
0   libsystem_pthread.dylib       0x00000001f7de7cd0 start_wqthread + 0


Thread 27:
0   libsystem_pthread.dylib       0x00000001f7de7cd0 start_wqthread + 0


Thread 28:
0   libsystem_pthread.dylib       0x00000001f7de7cd0 start_wqthread + 0


Thread 29:
0   libsystem_pthread.dylib       0x00000001f7de7cd0 start_wqthread + 0


Thread 22 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000070726d6d   x2: 0x0000000000000004   x3: 0x000000016d06e08c
    x4: 0x00000001fc194f7c   x5: 0x0000000000000014   x6: 0x0000000000000040   x7: 0x0000000000000890
    x8: 0x0000000070726d6d   x9: 0x0000000282c882e8  x10: 0x0000000000000000  x11: 0x0000000000000003
   x12: 0x0000000000000033  x13: 0x000000000150b336  x14: 0x0000000000000004  x15: 0x0000000000000030
   x16: 0x0000000080000000  x17: 0x000000001c600000  x18: 0x0000000000000000  x19: 0x00000001156aaaa0
   x20: 0x000000016d06e08c  x21: 0x0000000070726d6d  x22: 0x000000010d0b7f60  x23: 0x0000000105062294
   x24: 0x0000000073726361  x25: 0x000000007072696d  x26: 0x0000000000000000  x27: 0x000000016d06e3d0
   x28: 0x000000023152ef00   fp: 0x000000016d06e020   lr: 0x00000001fc375564
    sp: 0x000000016d06e010   pc: 0x00000001fc19503c cpsr: 0x60000000


Binary Images:
0x102f30000 - 0x10414bfff ************ arm64  <0572ea05b6963965bd32b42bf68d9dfe> /var/containers/Bundle/Application/2FBC1E03-51FE-467C-B996-166117A4E2EC/************.app/************
0x1046d0000 - 0x1046dbfff libobjc-trampolines.dylib arm64  <065bd8006d513c358dc14e2a8ff1ba31> /usr/lib/libobjc-trampolines.dylib
0x104818000 - 0x10486ffff dyld arm64  <06f3d9add3a233cea57df42b73686817> /usr/lib/dyld
0x1f732e000 - 0x1f732ffff libSystem.B.dylib arm64  <8a05d5f48f0a376abe6bd1caf4fc8138> /usr/lib/libSystem.B.dylib
0x1f7330000 - 0x1f7385fff libc++.1.dylib arm64  <6a272068f00d37a984e331ba58e1c3c4> /usr/lib/libc++.1.dylib
0x1f7386000 - 0x1f7398fff libc++abi.dylib arm64   /usr/lib/libc++abi.dylib
0x1f7399000 - 0x1f7b20fff libobjc.A.dylib arm64  <1167a03d9f853f34a96fd96818ad77b5> /usr/lib/libobjc.A.dylib
0x1f7b21000 - 0x1f7b25fff libcache.dylib arm64   /usr/lib/system/libcache.dylib
0x1f7b26000 - 0x1f7b31fff libcommonCrypto.dylib arm64   /usr/lib/system/libcommonCrypto.dylib
0x1f7b32000 - 0x1f7b36fff libcompiler_rt.dylib arm64  <644550d26c693e95affb4ce0b8c5c7a6> /usr/lib/system/libcompiler_rt.dylib
0x1f7b37000 - 0x1f7b3ffff libcopyfile.dylib arm64   /usr/lib/system/libcopyfile.dylib
0x1f7b40000 - 0x1f7ba3fff libcorecrypto.dylib arm64  <322648cea1933b92969887dee477d005> /usr/lib/system/libcorecrypto.dylib
0x1f7ba4000 - 0x1f7c13fff libdispatch.dylib arm64   /usr/lib/system/libdispatch.dylib
0x1f7c14000 - 0x1f7c3dfff libdyld.dylib arm64  <5e181e9004763f7ba24dc51d73effd19> /usr/lib/system/libdyld.dylib
0x1f7c3e000 - 0x1f7c3efff liblaunch.dylib arm64  <3569886aaa6a3576ab9a34935c16b079> /usr/lib/system/liblaunch.dylib
0x1f7c3f000 - 0x1f7c44fff libmacho.dylib arm64  <9ce10d14bcb43369b0e85c4480010a66> /usr/lib/system/libmacho.dylib
0x1f7c45000 - 0x1f7c46fff libremovefile.dylib arm64  <268d6d12fe1030d5ba4607c5c467566c> /usr/lib/system/libremovefile.dylib
0x1f7c47000 - 0x1f7c5efff libsystem_asl.dylib arm64   /usr/lib/system/libsystem_asl.dylib
0x1f7c5f000 - 0x1f7c5ffff libsystem_blocks.dylib arm64   /usr/lib/system/libsystem_blocks.dylib
0x1f7c60000 - 0x1f7ce1fff libsystem_c.dylib arm64   /usr/lib/system/libsystem_c.dylib
0x1f7ce2000 - 0x1f7ce6fff libsystem_configuration.dylib arm64  <62da5311243837369a926d720b029d27> /usr/lib/system/libsystem_configuration.dylib
0x1f7ce7000 - 0x1f7ceefff libsystem_containermanager.dylib arm64  <75002eacacfa3fbfbd6fb8699be042ee> /usr/lib/system/libsystem_containermanager.dylib
0x1f7cef000 - 0x1f7cf0fff libsystem_coreservices.dylib arm64  <78c2250959bd387994b64a9e75464f58> /usr/lib/system/libsystem_coreservices.dylib
0x1f7cf1000 - 0x1f7cf7fff libsystem_darwin.dylib arm64  <7e76bd3057d7373696850709fc7af50c> /usr/lib/system/libsystem_darwin.dylib
0x1f7cf8000 - 0x1f7cfefff libsystem_dnssd.dylib arm64   /usr/lib/system/libsystem_dnssd.dylib
0x1f7cff000 - 0x1f7d3efff libsystem_info.dylib arm64  <01aa4acd261b3fd8acf15150220161c9> /usr/lib/system/libsystem_info.dylib
0x1f7d3f000 - 0x1f7d69fff libsystem_kernel.dylib arm64  <66492391da2c3ccfbb506bfd7121a18d> /usr/lib/system/libsystem_kernel.dylib
0x1f7d6a000 - 0x1f7d97fff libsystem_m.dylib arm64   /usr/lib/system/libsystem_m.dylib
0x1f7d98000 - 0x1f7dbafff libsystem_malloc.dylib arm64  <8a218797621a36c6843dd862510c1d5c> /usr/lib/system/libsystem_malloc.dylib
0x1f7dbb000 - 0x1f7dc6fff libsystem_networkextension.dylib arm64  <0193b597e65e3996890277ebd82cfc4d> /usr/lib/system/libsystem_networkextension.dylib
0x1f7dc7000 - 0x1f7dcdfff libsystem_notify.dylib arm64   /usr/lib/system/libsystem_notify.dylib
0x1f7dce000 - 0x1f7dd8fff libsystem_platform.dylib arm64   /usr/lib/system/libsystem_platform.dylib
0x1f7dd9000 - 0x1f7de9fff libsystem_pthread.dylib arm64  <3c1003b830dd39729fb99f6f0e78d592> /usr/lib/system/libsystem_pthread.dylib
0x1f7dea000 - 0x1f7decfff libsystem_sandbox.dylib arm64  <7ccca7ea62133aa1a0a90a2bdf1bc05a> /usr/lib/system/libsystem_sandbox.dylib
0x1f7ded000 - 0x1f7df4fff libsystem_symptoms.dylib arm64  <20d9b3659cea33c7956aa8545dee52a2> /usr/lib/system/libsystem_symptoms.dylib
0x1f7df5000 - 0x1f7e0afff libsystem_trace.dylib arm64  <9ac8424153f9310dbf99cfe4a6487434> /usr/lib/system/libsystem_trace.dylib
0x1f7e0b000 - 0x1f7e10fff libunwind.dylib arm64   /usr/lib/system/libunwind.dylib
0x1f7e11000 - 0x1f7e3efff libxpc.dylib arm64  <31e6baa6561f38e486d41d3b7527682b> /usr/lib/system/libxpc.dylib
0x1f7e3f000 - 0x1f809afff libicucore.A.dylib arm64   /usr/lib/libicucore.A.dylib
0x1f809b000 - 0x1f80acfff libz.1.dylib arm64  <206dc0d369803553ba987d4938299866> /usr/lib/libz.1.dylib
0x1f80ad000 - 0x1f840afff CoreFoundation arm64  <843f0402fc1336dca78208eca98b7c4c> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1f840b000 - 0x1f841bfff libbsm.0.dylib arm64  <97ae12002bcc30f59cd9f56bb48744a2> /usr/lib/libbsm.0.dylib
0x1f841c000 - 0x1f841cfff libenergytrace.dylib arm64  <21032416108a3e078b08e500bf8feec5> /usr/lib/libenergytrace.dylib
0x1f841d000 - 0x1f84abfff IOKit arm64   /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1f84ac000 - 0x1f8593fff libxml2.2.dylib arm64  <09c6266beeb235038cc627672de28a1e> /usr/lib/libxml2.2.dylib
0x1f8594000 - 0x1f85a1fff libbz2.1.0.dylib arm64   /usr/lib/libbz2.1.0.dylib
0x1f85a2000 - 0x1f85bafff liblzma.5.dylib arm64  <29538dbe21cd34ac8328b0f708ac58ac> /usr/lib/liblzma.5.dylib
0x1f85bb000 - 0x1f8734fff libsqlite3.dylib arm64  <12c83eaeddbd3ef5965272236da869d5> /usr/lib/libsqlite3.dylib
0x1f8735000 - 0x1f8769fff libMobileGestalt.dylib arm64   /usr/lib/libMobileGestalt.dylib
0x1f876a000 - 0x1f8b17fff CFNetwork arm64   /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1f8b18000 - 0x1f8e02fff Foundation arm64   /System/Library/Frameworks/Foundation.framework/Foundation
0x1f8e03000 - 0x1f8f11fff Security arm64  <549552bf5b7e3961918dd9a2b2f84b54> /System/Library/Frameworks/Security.framework/Security
0x1f8f12000 - 0x1f8f7bfff SystemConfiguration arm64  <36620766eb0a380db577b99e430e7d81> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1f8f7c000 - 0x1f8faefff libCRFSuite.dylib arm64   /usr/lib/libCRFSuite.dylib
0x1f8faf000 - 0x1f8fc5fff libapple_nghttp2.dylib arm64   /usr/lib/libapple_nghttp2.dylib
0x1f8fc6000 - 0x1f8feffff libarchive.2.dylib arm64  <65ec51aef94b3a1987332731a4d7c752> /usr/lib/libarchive.2.dylib
0x1f8ff0000 - 0x1f90b7fff libboringssl.dylib arm64  <380ed83911013ba8b0f37e5308129655> /usr/lib/libboringssl.dylib
0x1f90b8000 - 0x1f90cefff libcoretls.dylib arm64  <6b1e9bffa372352b878c7b1744ac4905> /usr/lib/libcoretls.dylib
0x1f90cf000 - 0x1f90d0fff libcoretls_cfhelpers.dylib arm64  <59609c5520313c6794b8930d3e648ecc> /usr/lib/libcoretls_cfhelpers.dylib
0x1f90d1000 - 0x1f90d2fff liblangid.dylib arm64  <0169f9e003833f25b07aeaed83704b74> /usr/lib/liblangid.dylib
0x1f90d3000 - 0x1f9443fff libnetwork.dylib arm64  <8a707f96087e36b8a1f7be4092e803d9> /usr/lib/libnetwork.dylib
0x1f9444000 - 0x1f9477fff libpcap.A.dylib arm64  <4fe6f38ffed23388a4621898ddb8be04> /usr/lib/libpcap.A.dylib
0x1f9478000 - 0x1f94d5fff libusrtcp.dylib arm64  <8817d9115b5e3a61bb6030cd9b213b1c> /usr/lib/libusrtcp.dylib
0x1f94d6000 - 0x1f94e2fff IOSurface arm64  <672b5d96e52c326ebd155171f636bb97> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1f94e3000 - 0x1f9595fff libBLAS.dylib arm64  <5f5dc29a267c3ce089501fcdf56fa585> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1f9596000 - 0x1f98b2fff libLAPACK.dylib arm64  <78d98e587d763e1d8c0e1694bf4eaf35> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1f98b3000 - 0x1f9b21fff vImage arm64  <78052afe98c83c3ba2101bd84c4c7d03> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1f9b22000 - 0x1f9b33fff libSparseBLAS.dylib arm64  <19f40e7928d33f37b2954c0c0736392e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1f9b34000 - 0x1f9b8efff libvMisc.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1f9b8f000 - 0x1f9bbdfff libBNNS.dylib arm64  <575133594b483c3db8e58473a9477e51> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1f9bbe000 - 0x1f9bd2fff libLinearAlgebra.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1f9bd3000 - 0x1f9bd7fff libQuadrature.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1f9bd8000 - 0x1f9c46fff libSparse.dylib arm64  <998dcddd9c0a396d946e3bcb56ae9fa4> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1f9c47000 - 0x1f9cd7fff libvDSP.dylib arm64  <91bc58b57f7d367d9b94a5a8db4f9e6a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1f9cd8000 - 0x1f9cd8fff vecLib arm64  <3764dc7f15ff3782b899b8b66578b591> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1f9cd9000 - 0x1f9cd9fff Accelerate arm64  <89ca8b5b6a31367685d10baca08c6927> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1f9cda000 - 0x1f9cf1fff libcompression.dylib arm64   /usr/lib/libcompression.dylib
0x1f9cf2000 - 0x1fa296fff CoreGraphics arm64   /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1fa297000 - 0x1fa29cfff IOAccelerator arm64   /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1fa29d000 - 0x1fa2a2fff libCoreFSCache.dylib arm64  <85e629c6c4e73b6693a297ef7d1d852d> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1fa2a3000 - 0x1fa347fff Metal arm64  <2f3a24f09c7032d59e5181642fed20f2> /System/Library/Frameworks/Metal.framework/Metal
0x1fa348000 - 0x1fa35afff GraphicsServices arm64  <5dc71f1e2db03637b0517c9574dd609e> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1fa35b000 - 0x1fa35bfff MobileCoreServices arm64  <106d91760a3834338e483f4c208c8e16> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1fa35c000 - 0x1fa35efff IOSurfaceAccelerator arm64   /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1fa35f000 - 0x1fa3a1fff AppleJPEG arm64   /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1fa3a2000 - 0x1fa93efff ImageIO arm64  <79a0ce8581283b619226e5e088522dcf> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1fa93f000 - 0x1fa9adfff BaseBoard arm64   /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1fa9ae000 - 0x1fa9c3fff AssertionServices arm64  <0168c4ca3f5b3fa0b3d265ac72c61105> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1fa9c4000 - 0x1fa9ccfff CorePhoneNumbers arm64   /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1fa9cd000 - 0x1faa10fff AppSupport arm64   /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1faa11000 - 0x1faa29fff CrashReporterSupport arm64   /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1faa2a000 - 0x1faa2ffff AggregateDictionary arm64  <9d0819342e9839c485df24e5ac4bd33f> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1faa30000 - 0x1faaabfff libTelephonyUtilDynamic.dylib arm64   /usr/lib/libTelephonyUtilDynamic.dylib
0x1faaac000 - 0x1faacafff ProtocolBuffer arm64  <8b3396ec22843e69b43e959e35cfc899> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1faacb000 - 0x1faafafff MobileKeyBag arm64  <38a8f6499a4e3eecb898cc5be09e6f62> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1faafb000 - 0x1fab35fff BackBoardServices arm64   /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1fab36000 - 0x1fab98fff FrontBoardServices arm64  <4ee9cc7aee25390f8979b51873a9cfc8> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1fab99000 - 0x1fabdefff SpringBoardServices arm64   /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1fabdf000 - 0x1fabf2fff PowerLog arm64  <76c8314f28f33bf1bf03c6740e630ba1> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1fabf3000 - 0x1fac0dfff CommonUtilities arm64  <705a6582a61a3c4186666b74fea493ef> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1fac0e000 - 0x1fac19fff liblockdown.dylib arm64   /usr/lib/liblockdown.dylib
0x1fac1a000 - 0x1faf3cfff CoreData arm64   /System/Library/Frameworks/CoreData.framework/CoreData
0x1faf3d000 - 0x1faf44fff TCC arm64  <0bf6f96fc35630d78f570de780afbfe1> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1faf45000 - 0x1faf4cfff libcupolicy.dylib arm64  <471817afa6293f0eb9103ea3bcb43627> /usr/lib/libcupolicy.dylib
0x1faf4d000 - 0x1fb020fff CoreTelephony arm64   /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1fb021000 - 0x1fb078fff Accounts arm64   /System/Library/Frameworks/Accounts.framework/Accounts
0x1fb079000 - 0x1fb09cfff AppleSauce arm64  <1041d29a89963b1292f9e6d1e2fca9ca> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1fb09d000 - 0x1fb0a7fff DataMigration arm64  <7e7e6c0b4b8a3848aa39be2a253bbedf> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1fb0a8000 - 0x1fb0aefff Netrb arm64  <54b90ecfd7c93e2f8bb87e53c5f1d2bb> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1fb0af000 - 0x1fb0e0fff PersistentConnection arm64  <0ab4107d070b3206b677a4d0772177cc> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1fb0e1000 - 0x1fb0f1fff libmis.dylib arm64   /usr/lib/libmis.dylib
0x1fb0f2000 - 0x1fb1f7fff ManagedConfiguration arm64   /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1fb1f8000 - 0x1fb1fdfff libReverseProxyDevice.dylib arm64  <034e4becec3637049836b6f5c4206438> /usr/lib/libReverseProxyDevice.dylib
0x1fb1fe000 - 0x1fb210fff libamsupport.dylib arm64  <4f0fe9ba7ca231508bb33887e9fe4de0> /usr/lib/libamsupport.dylib
0x1fb211000 - 0x1fb216fff libCoreVMClient.dylib arm64   /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1fb217000 - 0x1fb218fff libCVMSPluginSupport.dylib arm64   /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1fb219000 - 0x1fb21cfff libutil.dylib arm64  <2c7f8b771c2a3e17b9886a1a23c1d8e6> /usr/lib/libutil.dylib
0x1fb21d000 - 0x1fb25afff libGLImage.dylib arm64  <2ad83e8c080c357da6a2330acf3072ac> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1fb25b000 - 0x1fb2d8fff APFS arm64   /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1fb2d9000 - 0x1fb30afff MediaKit arm64   /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x1fb30b000 - 0x1fb325fff libSERestoreInfo.dylib arm64  <04f883333cf831e4a41d9a52420e9ac4> /usr/lib/updaters/libSERestoreInfo.dylib
0x1fb32c000 - 0x1fb367fff DiskImages arm64  <63a1d61a0e7131c48788f99516c282ee> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1fb368000 - 0x1fb371fff libGFXShared.dylib arm64  <4ff1edf0a77838f18b219b35dfe083d5> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1fb372000 - 0x1fb3bffff libauthinstall.dylib arm64  <6fd7f1c2863a3beea8c2a139cc20d851> /usr/lib/libauthinstall.dylib
0x1fb3c0000 - 0x1fb3c8fff IOMobileFramebuffer arm64  <03a3849dcb2d3624afb902440a21fb1a> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1fb3c9000 - 0x1fb3d3fff OpenGLES arm64  <9f8abef1a049321f9d57ca5cda4a2f00> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1fb3d4000 - 0x1fb4f4fff ColorSync arm64  <9e1bc6fa2b653b75a9a3b54a5556cbb4> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1fb4f5000 - 0x1fb524fff CoreVideo arm64  <34ae98df7545385c927e737be5d7a522> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1fb525000 - 0x1fb526fff libCTGreenTeaLogger.dylib arm64  <02f94093171d396bab2962fa63b54d14> /usr/lib/libCTGreenTeaLogger.dylib
0x1fb527000 - 0x1fb678fff CoreAudio arm64   /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1fb679000 - 0x1fb698fff CoreAnalytics arm64   /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1fb699000 - 0x1fb69cfff UserFS arm64  <67b2206977d33d718428f764e22f1c1f> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x1fb69d000 - 0x1fb851fff CoreMedia arm64  <3eac09db9ff43791aff296aa884f7838> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1fb852000 - 0x1fb864fff libprotobuf-lite.dylib arm64  <5a7d2aefbf0f3397a810de4052e6dec1> /usr/lib/libprotobuf-lite.dylib
0x1fb865000 - 0x1fb8c2fff libprotobuf.dylib arm64  <1250be912c8230099d3ad358caae3138> /usr/lib/libprotobuf.dylib
0x1fb8c3000 - 0x1fbbe0fff libAWDSupportFramework.dylib arm64  <9a9d3540d2f33c86b9c48683e1ad17a6> /usr/lib/libAWDSupportFramework.dylib
0x1fbbe1000 - 0x1fbc26fff WirelessDiagnostics arm64   /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1fbc27000 - 0x1fbce7fff ************ arm64   /System/Library/Frameworks/************.framework/************
0x1fbce8000 - 0x1fbdecfff libFontParser.dylib arm64  <598fa684304938c59b619ec516296960> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1fbded000 - 0x1fbdedfff FontServices arm64  <118619dde6f031008a4c88b3e59fb602> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1fbdee000 - 0x1fbf4ffff CoreText arm64  <1f2c7269a1c833179923ebc381ba2b74> /System/Library/Frameworks/CoreText.framework/CoreText
0x1fbf50000 - 0x1fbf5efff IntlPreferences arm64  <60dad887158631308fabef459231bc32> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1fbf5f000 - 0x1fbf68fff RTCReporting arm64  <627a5bfd20243637b88ef2de819615e7> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1fbf69000 - 0x1fc01afff CoreBrightness arm64   /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1fc01b000 - 0x1fc024fff libAudioStatistics.dylib arm64  <6991279918af3beb904db9cc80be7e59> /usr/lib/libAudioStatistics.dylib
0x1fc025000 - 0x1fc5c3fff AudioToolbox arm64   /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1fc5c4000 - 0x1fc7fdfff QuartzCore arm64   /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1fc7fe000 - 0x1fc808fff MediaAccessibility arm64   /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1fc809000 - 0x1fc8fbfff libiconv.2.dylib arm64  <56a508dc6e3132c38a3e58b1c7e272b9> /usr/lib/libiconv.2.dylib
0x1fc8fc000 - 0x1fc917fff NetworkStatistics arm64  <3c50de03a9a737b588f12853a14e96b1> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1fc918000 - 0x1fc936fff MPSCore arm64  <6a931631e0ac3c04bb516c0988308f4a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1fc937000 - 0x1fc9aafff MPSImage arm64   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1fc9ab000 - 0x1fc9cffff MPSMatrix arm64  <29df73ac8b283336a59f6bfea2a1e359> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1fc9d0000 - 0x1fc9defff CoreAUC arm64  <199926668c8c36f8a3f5e5b2d402927b> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1fc9df000 - 0x1fd06cfff MediaToolbox arm64  <8fef31551d783b26847087f147672adc> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1fd06d000 - 0x1fd1d7fff MPSNeuralNetwork arm64  <755d418ed5c83ff399bc31e3d6332ea0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1fd1d8000 - 0x1fd1d8fff MetalPerformanceShaders arm64   /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1fd1d9000 - 0x1fd5ebfff FaceCore arm64   /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1fd5ec000 - 0x1fd5f9fff GraphVisualizer arm64  <2d52616bba7034d3b796e28dd3ac28dd> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1fd5fa000 - 0x1fd81efff libFosl_dynamic.dylib arm64  <9a8eb9eab7bd3569888a0eec5e08e111> /usr/lib/libFosl_dynamic.dylib
0x1fd81f000 - 0x1fdab3fff CoreImage arm64  <74c3a439c3ad3274a7749cb933c6e530> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1fdab4000 - 0x1fdcd6fff CoreMotion arm64  <00ca957a89e136e883ebfb7a213a84f2> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1fdcd7000 - 0x1fdd05fff CoreBluetooth arm64  <092e5de73f713593aacded1e15865d5e> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1fdd06000 - 0x1fdd27fff PlugInKit arm64   /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1fdd28000 - 0x1fdfb4fff ********* arm64   /System/Library/PrivateFrameworks/*********.framework/*********
0x1fdfb5000 - 0x1fe036fff Quagga arm64  <6d1eaf0f42e2362bae5bdaebad5b8aef> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1fe037000 - 0x1fe12dfff AVFAudio arm64  <943ab4d1d6363303ac591636a41af0e7> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1fe12e000 - 0x1fe32afff AVFoundation arm64   /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1fe32b000 - 0x1fe348fff CacheDelete arm64   /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1fe349000 - 0x1fe382fff StreamingZip arm64  <7a4bacc4a03b32678f537466a08c9545> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1fe383000 - 0x1fe395fff CoreEmoji arm64  <3176564260083593a577fddfebcfe966> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1fe396000 - 0x1fe3e5fff CoreLocationProtobuf arm64  <5a17ecbb765d313da64c3dd317cdf36e> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1fe3e6000 - 0x1fe3edfff SymptomDiagnosticReporter arm64  <6769718294d532db8a0fcfbc574943fc> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1fe3ee000 - 0x1fedd5fff GeoServices arm64  <54b6c1595a653969a7bf582e299138e0> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1fedd6000 - 0x1fedf0fff MobileAsset arm64  <2d3acbcbe62a36a9a5e28ed7d8c24389> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1fedf1000 - 0x1fee2cfff Lexicon arm64  <933886c128ce34a0be4c8819ac295671> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1fee2d000 - 0x1fee3efff libcmph.dylib arm64   /usr/lib/libcmph.dylib
0x1fee3f000 - 0x1fef4efff LanguageModeling arm64  <8b351556f38436b1bd0ded1df086f21f> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1fef66000 - 0x1ff000fff CoreLocation arm64  <8a4743559e13333ca8370d273843c57c> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1ff001000 - 0x1ff001fff PhoneNumbers arm64   /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1ff002000 - 0x1ff00cfff libChineseTokenizer.dylib arm64   /usr/lib/libChineseTokenizer.dylib
0x1ff00d000 - 0x1ff0bdfff libmecab_em.dylib arm64   /usr/lib/libmecab_em.dylib
0x1ff0be000 - 0x1ff0bffff libThaiTokenizer.dylib arm64   /usr/lib/libThaiTokenizer.dylib
0x1ff0c0000 - 0x1ff0c4fff libgermantok.dylib arm64  <5df65797933b3f8eb4de5fb0d8e0fb23> /usr/lib/libgermantok.dylib
0x1ff0c5000 - 0x1ff128fff CoreNLP arm64   /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1ff135000 - 0x1ff2f9fff MobileSpotlightIndex arm64  <4ce2ef8e5bba3f279c4bbacabf2774bc> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1ff2fa000 - 0x1ff35bfff CoreSpotlight arm64   /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1ff35c000 - 0x1ffffbfff JavaScriptCore arm64   /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1ffffc000 - 0x200001fff libheimdal-asn1.dylib arm64   /usr/lib/libheimdal-asn1.dylib
0x200002000 - 0x20007cfff libate.dylib arm64  <4108470b5bec3d6d822dc9238b091e87> /usr/lib/libate.dylib
0x20007d000 - 0x200124fff TextureIO arm64  <63bd61765abd313891e0f0ddc4989f3f> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x200125000 - 0x2001e8fff CoreUI arm64  <5a57278bb4d4357a90c7750917924edd> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x2001e9000 - 0x2001f6fff MobileIcons arm64  <23be50d2eccb3e0a87efb2b27eb8fdfa> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x2001f7000 - 0x200205fff AppleFSCompression arm64  <1408f2397c7a314db27f4dc6a9fa86d5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x200206000 - 0x20026efff TextInput arm64  <01d2e7c0c6a03b988dad4c1ee1826eeb> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x20026f000 - 0x200297fff libxslt.1.dylib arm64   /usr/lib/libxslt.1.dylib
0x200298000 - 0x2002cbfff DataDetectorsCore arm64   /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x2002cc000 - 0x20035dfff FileProvider arm64  <6423940f8d023c9cabffc444e9973eab> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x20035e000 - 0x200453fff NLP arm64  <531e2b7f020a38c2b08f2fda174e63b7> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x200454000 - 0x200529fff ProofReader arm64   /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x20052a000 - 0x20053ffff libAccessibility.dylib arm64  <4299a46ac44b3a8b968963062d682d52> /usr/lib/libAccessibility.dylib
0x200540000 - 0x200a2dfff libwebrtc.dylib arm64  <723c13ece1a1393cba5f52348f0a9124> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x200a2e000 - 0x200a92fff ContactsFoundation arm64  <8e400dcb974732cf9d54a03e13861749> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x200a93000 - 0x2023f1fff WebCore arm64  <79d4f140d81b32a8a8813a5198c6ae8b> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x2023f2000 - 0x20258bfff WebKitLegacy arm64   /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x20258c000 - 0x2025bbfff DataAccessExpress arm64  <3a56283fa1fd31c688d4783d7d17ac53> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x2025bc000 - 0x202655fff AddressBookLegacy arm64   /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x202656000 - 0x2026adfff ProtectedCloudStorage arm64  <426539dbd6c63e7ea5f705e7f6458484> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x2026ae000 - 0x2026dffff UserNotifications arm64  <49419a6088123a1088967b389728a68f> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x2026e0000 - 0x2026ebfff AppleIDAuthSupport arm64  <92fec1a8c8303bc4940f1b6edca15e68> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x2026ec000 - 0x202741fff AuthKit arm64   /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x202780000 - 0x202780fff UIKit arm64  <8cd1d805e6403980aacdef9414284c81> /System/Library/Frameworks/UIKit.framework/UIKit
0x202781000 - 0x202794fff DocumentManagerCore arm64  <1efaab5ea8633d4ca743c824e8521d8c> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x202795000 - 0x2027a3fff HangTracer arm64  <6ae4008081833ad286621b36839ef849> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x2027a4000 - 0x2027f2fff PhysicsKit arm64  <361f88aa7ddb33d68c252f8d02c624ad> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x2027f3000 - 0x2027f7fff StudyLog arm64  <4c2f7de1107e3ce2b61e679fe40d466d> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x2027f8000 - 0x2028e3fff UIFoundation arm64  <77e12b7c184e344fb3511494c24d86be> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x2028e4000 - 0x202a04fff CloudKit arm64   /System/Library/Frameworks/CloudKit.framework/CloudKit
0x202a05000 - 0x202a0cfff IntentsFoundation arm64  <11acb79008683e9a8222fbdf2f20af39> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x202a0d000 - 0x202cf3fff Intents arm64  <6ae5175fc6b03e919433a966c42c85ad> /System/Library/Frameworks/Intents.framework/Intents
0x202cf4000 - 0x202d0cfff libresolv.9.dylib arm64  <578816afe31737f7bff30011a1499be9> /usr/lib/libresolv.9.dylib
0x202d0d000 - 0x202d0ffff CoreDuetDebugLogging arm64   /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x202d10000 - 0x202d41fff libtidy.A.dylib arm64  <2473e09a24e23441b5fa5adccce49c17> /usr/lib/libtidy.A.dylib
0x202d42000 - 0x202efcfff CoreDuet arm64  <59b9f0b87177312681f88367bfe3424f> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x202efd000 - 0x202f1dfff CoreDuetContext arm64  <1ec73f4da44d31b28d4c4371110202b1> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x202f1e000 - 0x202f2ffff CoreDuetDaemonProtocol arm64  <2e09aa3473a4394eb6626641a0ea8842> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x202f30000 - 0x202f96fff IMFoundation arm64  <3e2cfc69dc12331a9df863027d3fa16a> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x202f97000 - 0x202fc8fff vCard arm64  <2816c3799d4c39238da9d7763eb8f66a> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x202fc9000 - 0x2030dafff Contacts arm64  <1306c6d1be3d32318cfc2009f388c1ba> /System/Library/Frameworks/Contacts.framework/Contacts
0x2030db000 - 0x2030dcfff DiagnosticLogCollection arm64  <1b7c22827b0839729399b4af14a4d536> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x2030dd000 - 0x2030defff Marco arm64  <597764710750346a88f800ea9088b830> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x2030df000 - 0x2030e6fff MessageProtection arm64   /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x2030e7000 - 0x2033d3fff StoreServices arm64  <2e8fa52212793a8290bc9ccba912ef79> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x2033d4000 - 0x2033eafff Engram arm64  <55b36649e1033a3da75e792841d829a1> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x2033eb000 - 0x2034fafff IDSFoundation arm64  <578224156245312e8d868c589fe53c4a> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x2034fb000 - 0x203505fff CaptiveNetwork arm64  <6040b78e56283f4b8933a23497391977> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x203506000 - 0x203535fff EAP8021X arm64  <1e909550518531ae8e5af4f84ae81121> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x203536000 - 0x203573fff MobileWiFi arm64  <57ff37aea7af36a8b5a84bf1d1e513c4> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x203574000 - 0x203576fff OAuth arm64  <3159f643ab4f32198c5f2e0cf5e03efb> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x203577000 - 0x203579fff CommonAuth arm64  <76aa4d5daeca34ef846373b4e163f258> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x20357a000 - 0x2035e9fff Heimdal arm64  <5627b7f99336377f83867e29a58382ba> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x2035ea000 - 0x203613fff GSS arm64  <4f5f9a56b6523d5e9b9fb3ecd20d1e2a> /System/Library/Frameworks/GSS.framework/GSS
0x203614000 - 0x20362bfff ApplePushService arm64  <733176c26c2e361a844495297b4f5077> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x20362c000 - 0x2036bbfff AccountsDaemon arm64  <4dce3b079300348391f68bb0129e5e5c> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x2036bc000 - 0x2036ddfff AppleIDSSOAuthentication arm64  <2feb9afa1d313d2fae112373362f6819> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x2036de000 - 0x20375efff AppleAccount arm64  <54af56912426303aa6ea2c8adfb0786d> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x20375f000 - 0x2038d5fff CoreUtils arm64   /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x2038d6000 - 0x2039cffff IDS arm64  <63068092093f35129148e190a3cde252> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x2039d0000 - 0x2039f6fff MediaServices arm64   /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x2039f7000 - 0x203bcafff MediaRemote arm64   /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x203bcb000 - 0x203be5fff UserManagement arm64   /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x203be6000 - 0x203bf6fff MobileBluetooth arm64  <6a874a56b75e3892a5ab244360c0e487> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x203bf7000 - 0x203c27fff Bom arm64  <1d3570dfb8b5353d9ca9434ac3d29648> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x203c28000 - 0x203c2cfff CommunicationsFilter arm64  <476acf80b48938548194fa700571d6c6> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x203c2d000 - 0x203c4dfff FTAWD arm64  <4e7bcdf2ed19377c81dc6bacb4e2b53f> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x203c4e000 - 0x203ca3fff FTServices arm64  <281569b1bbd53a3c849fe2220b9c11a0> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x203cdb000 - 0x203ce6fff ProactiveEventTracker arm64  <2fe28b856dee36a18d352a569887408a> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x203ce7000 - 0x203d35fff ChunkingLibrary arm64   /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x203d36000 - 0x203d44fff libnetworkextension.dylib arm64   /usr/lib/libnetworkextension.dylib
0x203d45000 - 0x203d68fff AddressBook arm64  <5535c9f12e2e3aa880dd18af440b2c39> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x203d69000 - 0x204ac1fff ModelIO arm64   /System/Library/Frameworks/ModelIO.framework/ModelIO
0x204ac2000 - 0x204c5ffff NetworkExtension arm64   /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x204c60000 - 0x20508afff SiriTTS arm64   /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x20508b000 - 0x2050e9fff SAObjects arm64  <4ca04a3d2cc53ca78fda0f00e54f4f62> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x2050ea000 - 0x205129fff VoiceServices arm64  <4494d60a2c673a5e8bea57c4cbe7d437> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x20512a000 - 0x205158fff GLKit arm64   /System/Library/Frameworks/GLKit.framework/GLKit
0x205159000 - 0x205282fff AssistantServices arm64  <7273ad96f5e1303cae5ad962bd14e9ca> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x205283000 - 0x2052a0fff AssetCacheServices arm64   /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x2052a1000 - 0x205352fff NetworkServiceProxy arm64  <99e9d0bca947358c8727f047b2bd22ab> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x205353000 - 0x205427fff MMCS arm64   /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x205428000 - 0x205434fff BluetoothManager arm64   /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x205435000 - 0x2054a4fff CoreDAV arm64  <37a682dcba3a302290377b34499c62ec> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x2054a5000 - 0x2054d9fff iCalendar arm64  <389964ac4a6831ecbbb3cdf7c148cd4d> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x2054da000 - 0x2054e6fff PersonaKit arm64  <0a918feb46063d6db95aa23b6f4ee8ce> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x2054e7000 - 0x20553dfff CalendarFoundation arm64  <61af93fa1a793c72967d45fe5071d480> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x20553e000 - 0x20556cfff PhotosFormats arm64   /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x20556d000 - 0x205606fff CalendarDatabase arm64  <4a4945aabdd733dabdd176dd06bd2c2d> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x205607000 - 0x20565ffff CalendarDaemon arm64  <44660bd0d93237f3af93bdcff23fa68b> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x205660000 - 0x2057bcfff CloudPhotoLibrary arm64  <461c44d6853d3c1b8577deea116e19bf> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x2057bd000 - 0x2058a1fff EventKit arm64  <63d7ac06e16b3407a0254df9ffa98595> /System/Library/Frameworks/EventKit.framework/EventKit
0x2058a2000 - 0x2058d4fff AssetsLibraryServices arm64   /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x2058d5000 - 0x205909fff ACTFramework arm64  <718ee2f7dec339468486c8889bbeae4f> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
0x20590a000 - 0x205932fff DCIMServices arm64  <940600c384993c83a3d619f48b2677f7> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x205933000 - 0x205a51fff CoreMediaStream arm64  <84c08bb10e9335618d4d5d4ce3a8611e> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x205a52000 - 0x205a59fff XPCKit arm64  <483c8c95a9513bfea92a38ec26c34736> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x205a5a000 - 0x205b39fff CameraKit arm64  <727befe69e813c659c80fbb7edf63ef3> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x205b3a000 - 0x205b53fff CloudPhotoServices arm64  <795ba783578f3e8e9a3c44316f71747e> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x205b54000 - 0x205b5ffff CoreRecents arm64  <2fef8a16fc623e269bccd1c21c950fcd> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x205b60000 - 0x205b7cfff MediaStream arm64  <1ba838bf66d93dbd814261e7ccdae31d> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x205b7d000 - 0x20607efff PhotoLibraryServices arm64  <3504c40d1ef830c486025f5fbb1d0da9> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x20607f000 - 0x20609afff PrototypeTools arm64  <24d7ea4dc99d33fd9e1462ed5d92a087> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x20609b000 - 0x20611afff CoreSymbolication arm64   /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x20611b000 - 0x206269fff SearchFoundation arm64  <24b70e740ad03aafac4fe0b9a06bc41c> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x20626a000 - 0x20626ffff IncomingCallFilter arm64  <5477f9113642385589837214ffc099a3> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x206270000 - 0x206326fff iTunesStore arm64  <4b27b6d0cdff35c08c2993657b4e5519> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x206327000 - 0x20632dfff libtzupdate.dylib arm64  <7a05a115d20537519bfacdfea6d39e33> /usr/lib/libtzupdate.dylib
0x20632e000 - 0x20647cfff Preferences arm64  <78b52a197cf83e1893c3c8d37ebf2929> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x20647d000 - 0x206485fff CoreTime arm64   /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x206486000 - 0x2064d6fff CoreAppleCVA arm64   /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x2064d7000 - 0x206515fff DifferentialPrivacy arm64  <4e51f7b5592233ad8d1e499da9827c2c> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x206516000 - 0x2066b8fff AppleCVA arm64  <7601b3753d753bad8496859cf4b62993> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x2066b9000 - 0x206770fff Montreal arm64  <7f1824260c6c31a3a7b9494f85164374> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x206771000 - 0x206a92fff Espresso arm64  <630c94e4727632c0a15a72d9084b309e> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x206a93000 - 0x206a99fff MobileSystemServices arm64   /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x206a9a000 - 0x206c86fff Photos arm64   /System/Library/Frameworks/Photos.framework/Photos
0x206c87000 - 0x206eaafff CoreML arm64   /System/Library/Frameworks/CoreML.framework/CoreML
0x206eab000 - 0x206eaffff CoreOptimization arm64   /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x206eb0000 - 0x206f0cfff SafariCore arm64  <883775cf59ff3e08a99a74e74b26a719> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x206f0d000 - 0x206f61fff CorePrediction arm64  <1bcb7bc51f703f46992bca964be95c1d> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x206f6e000 - 0x20706afff Navigation arm64   /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x20706b000 - 0x207082fff ContactsDonation arm64   /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x207083000 - 0x2070affff Futhark arm64  <0689afcbd554372cbe1af54f31af5d37> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x2070b0000 - 0x20711ffff NanoRegistry arm64  <4dd407a79baa3114b90e2730f11abbb3> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x207120000 - 0x207177fff ToneLibrary arm64   /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x207178000 - 0x20718efff BaseBoardUI arm64  <98ca81e7be0632d0b25c175d75edc348> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x20718f000 - 0x2071e6fff ContactsUICore arm64  <2be8b88c8dcd3ba1b38a483d50b14e2b> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x2071e7000 - 0x207359fff ContactsUI arm64   /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x20735a000 - 0x207424fff CorePDF arm64   /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x207425000 - 0x2076b6fff Vision arm64  <38b4a5173b57371bbdfb7f3fdcd6509a> /System/Library/Frameworks/Vision.framework/Vision
0x2076b7000 - 0x207bcbfff WebKit arm64  <2cb812df0acf393d9322bfaf629d44a6> /System/Library/Frameworks/WebKit.framework/WebKit
0x207bcc000 - 0x207c61fff BulletinBoard arm64   /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x207c62000 - 0x207c67fff ConstantClasses arm64  <605c3299145a3b2f9c36cb6c7058f488> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x207c68000 - 0x207c70fff CertUI arm64   /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x207c71000 - 0x207cbbfff AXRuntime arm64   /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x207cbc000 - 0x207cf5fff ScreenReaderCore arm64   /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x207cf6000 - 0x207d10fff TextToSpeech arm64   /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x207d11000 - 0x207d65fff CoreMIDI arm64  <10e7b1abd2b533489c8724917fe820e0> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x207d66000 - 0x207df5fff MediaPlatform arm64  <81662649f4633308b5b52b750395dee7> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x207df6000 - 0x207e56fff WebBookmarks arm64  <1a7161b7c02f344f991ba61679d93594> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x207e57000 - 0x207e61fff DAAPKit arm64  <0f71d48594643d3391fb75c5215f7ff7> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x207e62000 - 0x207e64fff libAXSafeCategoryBundle.dylib arm64   /usr/lib/libAXSafeCategoryBundle.dylib
0x207e65000 - 0x207e6ffff libAXSpeechManager.dylib arm64  <7be784a209c432dd8f80036c37c190ad> /usr/lib/libAXSpeechManager.dylib
0x207e70000 - 0x207f57fff AccessibilityUtilities arm64   /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x207f58000 - 0x20822bfff MediaLibraryCore arm64  <654e86b035673998a045160ad7f878ad> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x20822c000 - 0x20822dfff AdSupport arm64  <5765f2fe7f5f3792933c75bf2cf7ff84> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x20822e000 - 0x2084a6fff MusicLibrary arm64  <8bbcbd29aabe31289b93f84a0c570655> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x2084a7000 - 0x208ac0fff VectorKit arm64   /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x208ac1000 - 0x208d0dfff MapKit arm64  <112d5fd16278301e9196e1364c481868> /System/Library/Frameworks/MapKit.framework/MapKit
0x208d0e000 - 0x208ed7fff iTunesCloud arm64  <3e358f231eaa33288996cbf8b3797670> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x208ed8000 - 0x208f71fff HomeSharing arm64  <37ca695e93c13ae19cfc6fc93b9d489c> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x208f72000 - 0x208fdffff WebInspector arm64   /System/Library/PrivateFrameworks/WebInspector.framework/WebInspector
0x208fe0000 - 0x2090eafff ITMLKit arm64   /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit
0x2090eb000 - 0x2090f9fff NanoPreferencesSync arm64  <539e0687a5d434f98e4a78f61b382e14> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x2090fa000 - 0x20952ffff MediaPlayer arm64  <19f38ca52fb13b7f929109b0154d071a> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x209530000 - 0x209554fff MobileInstallation arm64   /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x209555000 - 0x20955cfff EmailAddressing arm64   /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x20955d000 - 0x20955ffff MessageSupport arm64  <4258e3ad611133d2acaf61c92e8b84a4> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x209560000 - 0x209562fff InternationalTextSearch arm64  <39099b3f987d31f687e796ef6408fe2e> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x209563000 - 0x2095bcfff MIME arm64  <85fb617b486833d39a196040d5c6db10> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x2095bd000 - 0x2095f2fff ProactiveSupport arm64  <927dd279b35532e0a2691c80935f0ac1> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x2095f3000 - 0x20962afff Notes arm64  <1ef34c9995c83923ba3e9c2acf493bbb> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x20962b000 - 0x2096f1fff TelephonyUtilities arm64  <3748140f00633e0ab8dbcba64a6d1ebe> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x2096f2000 - 0x20972dfff CalendarUIKit arm64  <6f214fa793eb3583a91679e8a99122e3> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x20972e000 - 0x20974bfff AccessibilityUIUtilities arm64  <6ba4c59de4383bc6a6b4464a066de8e6> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x20974c000 - 0x2097a1fff DataAccess arm64  <7a1236df8727353cac95d6bebd12bf6b> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x2097a2000 - 0x2097b3fff AssetsLibrary arm64  <2ee46bc96d613916844c295709ac9905> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x2097b4000 - 0x20998dfff EventKitUI arm64  <1926f20b42f530fe90bf549cae4efe30> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x20998e000 - 0x2099ebfff AXMediaUtilities arm64   /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x2099ec000 - 0x209a61fff UIAccessibility arm64   /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x209a62000 - 0x209a79fff CloudServices arm64  <0c2e61041acd354b877ad396b95bd36d> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x209a7f000 - 0x209b18fff Social arm64   /System/Library/Frameworks/Social.framework/Social
0x209b19000 - 0x209b2bfff KeychainCircle arm64  <6826ef76c9a6334ca6b69a26ba33b155> /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle
0x209b2c000 - 0x209b91fff RemoteUI arm64   /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x209b92000 - 0x209baefff CoreCDP arm64   /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP
0x209baf000 - 0x209bc6fff CoreFollowUp arm64   /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x209bc7000 - 0x209c36fff CoreSuggestions arm64   /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x209c37000 - 0x209c47fff MailServices arm64  <62386db4052730d4a8e141cec1ae24fb> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x209c48000 - 0x209cd4fff CoreRecognition arm64  <7c29558bcab133539b42c102d179e602> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x209cd5000 - 0x209cfdfff MailSupport arm64  <3c30c4d80b7b3fa3baf651a6f57ef7cd> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x209cfe000 - 0x209e49fff Message arm64  <6e6953cf23fd3bf7b07b1313ced7736d> /System/Library/PrivateFrameworks/Message.framework/Message
0x209e4a000 - 0x20a049fff libmecabra.dylib arm64   /usr/lib/libmecabra.dylib
0x20a04a000 - 0x20a0fcfff CoreParsec arm64   /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x20a12a000 - 0x20a15afff SharedUtils arm64  <968d4cd263d0372a81e20d9faab0d6f7> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x20a15b000 - 0x20a199fff ContactsAutocomplete arm64  <1601bff8a43f37508b74038a7717f3a4> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x20a19a000 - 0x20a263fff VideoSubscriberAccount arm64   /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x20a264000 - 0x20a293fff Pegasus arm64   /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x20a294000 - 0x20a34cfff AVKit arm64  <26958d3d4ff13494a2a027b8a01da396> /System/Library/Frameworks/AVKit.framework/AVKit
0x20a34d000 - 0x20a376fff AuthKitUI arm64  <633e1940154d335e9527c54114806db4> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x20a377000 - 0x20a37afff FTClientServices arm64  <75f2c24386da3ccaa5f07708776144f7> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x20a37b000 - 0x20a37efff SharedWebCredentials arm64   /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x20a37f000 - 0x20a37ffff MobileObliteration arm64   /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x20a380000 - 0x20a399fff SafariFoundation arm64  <32f10089fca134b39cfc7c01ec1f03c7> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x20a56d000 - 0x20a581fff LocalAuthentication arm64  <3ac332312ac33d9c9e30e89613da4774> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x20a582000 - 0x20a584fff ParsecSubscriptionServiceSupport arm64  <41de0fd439543d55b3edb573ea49fff6> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x20a585000 - 0x20a628fff SpringBoardFoundation arm64  <8a33b4f8f7963f52bd7d4f3fe28a4450> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x20a629000 - 0x20a859fff SafariShared arm64   /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x20a85a000 - 0x20a874fff WebUI arm64   /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x20a875000 - 0x20a883fff SetupAssistantSupport arm64  <15c081c7d48b3afebf60eb9b712519a9> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x20a884000 - 0x20a8b7fff SetupAssistant arm64  <129444f03e1b353f9795e6bf83341591> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x20a900000 - 0x20a903fff HSAAuthentication arm64  <936473dc30633d81bda6087c0fe6cb75> /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication
0x20a904000 - 0x20a90dfff MobileStorage arm64  <148c72bf22433e58a1e4fb32a489c7f5> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x20a90e000 - 0x20a94cfff ContentIndex arm64   /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x20a94d000 - 0x20a9a9fff ImageCapture arm64   /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
0x20ab63000 - 0x20ab77fff iPhotoMigrationSupport arm64  <8b7e0f8bccc53a57be1b92f6cbf16ca6> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
0x20ab78000 - 0x20ab89fff DiagnosticExtensions arm64   /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions
0x20ab8a000 - 0x20aba9fff LatentSemanticMapping arm64  <5206b9743daa36f39d914706b25f37e7> /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping
0x20abaa000 - 0x20afbffff PassKitCore arm64  <53cd52273942333a88c440bca04d60cc> /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore
0x20afc0000 - 0x20b039fff PhotoLibrary arm64  <4ec8b443dfe2323297083f6034f27ea8> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x20b03a000 - 0x20b55cfff PhotosUICore arm64  <81f1336c6cab30c38762dfb2f1400a57> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x20b55d000 - 0x20b595fff TelephonyUI arm64  <6889423dd37933489dc21256d014e1bc> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x20b596000 - 0x20b5adfff CoreSDB arm64   /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x20b5ae000 - 0x20b63bfff IMSharedUtilities arm64   /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x20b63c000 - 0x20b641fff LinguisticData arm64   /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x20b65b000 - 0x20b6e3fff PhotoEditSupport arm64  <86bd56e51462322e8816e16b53141f6d> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
0x20b6f8000 - 0x20bbb1fff PhotosUI arm64  <061edf8101813c15984938a84383bc9a> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x20bbb2000 - 0x20bbb8fff ProgressUI arm64  <779454dae93d3b07b405e8abdd449fe8> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x20bbb9000 - 0x20bcb9fff ResponseKit arm64  <2649703054563f06bd9e0025a7f94ed8> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x20bcba000 - 0x20bcf5fff StoreKit arm64  <953af19addbc3586b8c32c2e4a2a75ee> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x20bcf6000 - 0x20bd5dfff SpringBoardUIServices arm64  <6e0fda16efd2340d8bd48dd12a6b3834> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0x20bd89000 - 0x20bda0fff EmojiFoundation arm64  <5a6393b36aa83661bdd8183fab7892e8> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x20bda1000 - 0x20beb6fff IMDPersistence arm64  <0e9d3270254d310bbb65e93a79f0fd16> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x20beb7000 - 0x20bed0fff MetalKit arm64  <8b5a73a8bffd39aabc52c835fb19134b> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x20bed1000 - 0x20bef0fff GenerationalStorage arm64  <3d8e23128df039168e74dd3bfd17fa41> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x20bef1000 - 0x20c329fff SceneKit arm64   /System/Library/Frameworks/SceneKit.framework/SceneKit
0x20c32a000 - 0x20c3f1fff CoreHandwriting arm64  <425417eed8e03024ba80668d29ab4a6f> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x20c43a000 - 0x20c454fff CertInfo arm64  <4f1d5aaf725f3365b5b20f381afdc857> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x20c543000 - 0x20c56cfff AccountsUI arm64  <88a041297a5030d8acdd5de82a8d10d6> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x20c7a2000 - 0x20c8fffff PencilKit arm64   /System/Library/PrivateFrameworks/PencilKit.framework/PencilKit
0x20c900000 - 0x20c91efff QuickLookThumbnailing arm64   /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x20c91f000 - 0x20c9e5fff PDFKit arm64  <1baa2b57d3ad37c3b6ba52e54fe1c42f> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x20c9e6000 - 0x20cb0bfff AnnotationKit arm64   /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit
0x20cb0c000 - 0x20ccb9fff IMCore arm64  <1c2993febda33a2a9b5fb1f5e8c301a8> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x20ccd3000 - 0x20cd12fff Pasteboard arm64  <8277df3a33183d4aaf9d7901642ff4fc> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x20cd13000 - 0x20cd28fff FMCoreLite arm64  <46920aa704643a67bcf77cda32af2710> /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
0x20cd29000 - 0x20cd59fff MarkupUI arm64  <1f3cb7aa554f356bb98a3ee577789a65> /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI
0x20cd5a000 - 0x20cd6cfff MobileDeviceLink arm64   /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x20cd7c000 - 0x20ce2dfff QuickLook arm64   /System/Library/Frameworks/QuickLook.framework/QuickLook
0x20ce49000 - 0x20ce9cfff MobileBackup arm64  <0461e0b5f8573d5da78290e6c21ef496> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x20ce9d000 - 0x20ceeafff SafariSafeBrowsing arm64  <466e66ac4dc43c42b7ab475181635f80> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x20ceeb000 - 0x20d033fff SafariServices arm64   /System/Library/Frameworks/SafariServices.framework/SafariServices
0x20d034000 - 0x20d090fff AppStoreDaemon arm64   /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x20d0f3000 - 0x20d156fff IMAP arm64  <907003a4ba1437f2b8b21f80e382c5c3> /System/Library/PrivateFrameworks/Message.framework/MailServices/IMAP.framework/IMAP
0x20d1eb000 - 0x20d3d2fff iTunesStoreUI arm64  <3ce4ce70fa613a04ad699726ad78b25a> /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI
0x20d3d3000 - 0x20d4cafff MessageUI arm64  <2bb65a0fb1b030eaac32389a816d5269> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x20d4cb000 - 0x20d4e7fff FindMyDevice arm64   /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
0x20d662000 - 0x20d68dfff BookLibrary arm64  <19a039f08a6038cbbf7b1c4d77d182fe> /System/Library/PrivateFrameworks/BookLibrary.framework/BookLibrary
0x20d786000 - 0x20d7d4fff CoreCDPInternal arm64  <0fc0c239d1173be3b2016ded2acbfdc5> /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal
0x20d81b000 - 0x20dc48fff StoreKitUI arm64  <4082b4e6b9493a0c8760f9e0a5a4b829> /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI
0x20dc4a000 - 0x20dc69fff CoreCDPUI arm64   /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI
0x20dc6a000 - 0x20dc8cfff DuetActivityScheduler arm64  <39c93025380138998a3845e97dc90edd> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x20dd71000 - 0x20ddcffff AppleAccountUI arm64   /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
0x20deae000 - 0x20deb9fff MobileActivation arm64   /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x20df14000 - 0x20df1ffff AppConduit arm64  <463f0db712053d029e0482b868b7250d> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x20dfe2000 - 0x20e173fff Sharing arm64  <98f241b83c9e3374aa43a51044a6eda2> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x20e4a5000 - 0x20e4fbfff WatchKit arm64   /System/Library/Frameworks/WatchKit.framework/WatchKit
0x20e5b4000 - 0x20e5c9fff NewsFoundation arm64  <07511d16df123c21bd9e9511527e9755> /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation
0x20e5ca000 - 0x20e885fff NewsTransport arm64  <3d9b132fa4d03b82b8b77b5bedeb5e9a> /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport
0x20e8cd000 - 0x20e921fff CallKit arm64  <6f3707fc125e3883b73992dc05ef61c6> /System/Library/Frameworks/CallKit.framework/CallKit
0x20e9dc000 - 0x20ed78fff NewsCore arm64   /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore
0x20ed86000 - 0x20edb6fff OpenAL arm64  <993619f4f1273c90ac399db6e273e2a4> /System/Library/Frameworks/OpenAL.framework/OpenAL
0x20edb7000 - 0x20ee0dfff ClockKit arm64   /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit
0x20ee2b000 - 0x20ee2ffff NewsDaemon arm64   /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon
0x20ee3c000 - 0x20ee93fff PBBridgeSupport arm64  <9cc728c4580d323391df11c046d6b3ae> /System/Library/PrivateFrameworks/PBBridgeSupport.framework/PBBridgeSupport
0x20f4a4000 - 0x20f4c5fff BridgePreferences arm64   /System/Library/PrivateFrameworks/BridgePreferences.framework/BridgePreferences
0x20f4c6000 - 0x20f4defff NewsServicesInternal arm64  <5d2667a73ed93fb5bbc8fa73f736fc14> /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal
0x20f649000 - 0x20f64ffff DuetRecommendation arm64  <2bd9d86717f23c8ab3ffc6989afafe2c> /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation
0x20f650000 - 0x20f6a1fff LoggingSupport arm64   /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x20f820000 - 0x20f82bfff IMSharedUI arm64   /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI
0x20f82c000 - 0x20f883fff NewsToday arm64   /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday
0x20f884000 - 0x20f8d4fff PhotosPlayer arm64  <5c9ab690e1433d4086b8c2d3ef8a1c83> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
0x20f9d8000 - 0x20f9e1fff EmojiKit arm64  <7eb073799ce43651bfa8b6cbf624dafe> /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit
0x20f9e2000 - 0x20f9ebfff FamilyCircle arm64  <937f4d9a8c223f668c56c77af66d7516> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x20f9ec000 - 0x20f9f1fff NewsServices arm64  <90b29cf88d7138f6b18e943792845461> /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices
0x20fc04000 - 0x20ffd6fff ChatKit arm64  <23e16dfc182c3c8f80894e5d8088e764> /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit
0x211679000 - 0x21169cfff AppSupportUI arm64  <08fb2606183e3704b634e045131d7c24> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x211e0e000 - 0x211e98fff LinkPresentation arm64  <38cc3af74db838128b17c1638e827be4> /System/Library/PrivateFrameworks/LinkPresentation.framework/LinkPresentation
0x211f99000 - 0x211fa7fff iAdServices arm64  <0918221c67af35eb8de37604ae672007> /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices
0x211fa8000 - 0x211ffefff iAd arm64  <964551f27ea835f3b8ec72d97c709073> /System/Library/Frameworks/iAd.framework/iAd
0x211fff000 - 0x212043fff Catalyst arm64   /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x21232b000 - 0x212330fff kperf arm64  <7a89ef48a21d3f1e9665d58b1a3fe579> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x2123d5000 - 0x21251efff libGLProgrammability.dylib arm64  <09fa726f8ee231c4976bd231cfbdafab> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x212582000 - 0x2125a2fff CellularPlanManager arm64   /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x2125a3000 - 0x2125f8fff DeviceManagement arm64   /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x212761000 - 0x212769fff kperfdata arm64  <06520184071d31719b159cfb87130d35> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x2127ac000 - 0x2127b3fff libdscsym.dylib arm64   /usr/lib/libdscsym.dylib
0x2127b4000 - 0x2127b8fff libsysdiagnose.dylib arm64  <1b18aad51d713d6fac77e5f23e358eb2> /usr/lib/libsysdiagnose.dylib
0x212a01000 - 0x212a09fff IDSKVStore arm64  <146ff6c605d43e859b84b5d8d3ca7baa> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x212a0f000 - 0x212a16fff IMTranscoding arm64  <99028f55ddfd32c48757cfa667e70231> /System/Library/PrivateFrameworks/IMTranscoding.framework/IMTranscoding
0x212b56000 - 0x212b8dfff ktrace arm64  <62185159e42038b99ebfebf8c729e61b> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x212c6f000 - 0x212c90fff Messages arm64   /System/Library/Frameworks/Messages.framework/Messages
0x21371b000 - 0x213746fff PassKitUIFoundation arm64  <3ba19701d98a32f0a67351ce1c3c4b56> /System/Library/PrivateFrameworks/PassKitUIFoundation.framework/PassKitUIFoundation
0x213bf9000 - 0x213c36fff AdCore arm64   /System/Library/PrivateFrameworks/AdCore.framework/AdCore
0x2140d8000 - 0x214124fff DataDetectorsUI arm64   /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x2142e6000 - 0x214685fff PassKitUI arm64  <18ae07096bb439cabffd634b8cb80af1> /System/Library/PrivateFrameworks/PassKitUI.framework/PassKitUI
0x214d93000 - 0x214da9fff PassKit arm64  <23319a2c632e3e9da0e55d72c8ffa090> /System/Library/Frameworks/PassKit.framework/PassKit
0x214dcb000 - 0x214e0efff BiometricKit arm64   /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x214e2d000 - 0x214e3cfff CTCarrierSpace arm64   /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x215295000 - 0x2152b8fff DeviceIdentity arm64   /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x21722b000 - 0x2172a3fff Rapport arm64  <24b8a966d17839a49b24b103c889e048> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x2172df000 - 0x217321fff SignpostSupport arm64  <8fd93797d31730aeb5e66fd10b320825> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x217e01000 - 0x21802bfff iAdCore arm64  <98c4aa27c3703a1cbfec4b64c54f3117> /System/Library/PrivateFrameworks/iAdCore.framework/iAdCore
0x218219000 - 0x218220fff libMatch.1.dylib arm64  <0ab6e6fae4a039eaad03429b1c74d823> /usr/lib/libMatch.1.dylib
0x218269000 - 0x21827efff libtailspin.dylib arm64  <97a536ebbd543e8bb5fd2c4442403d8e> /usr/lib/libtailspin.dylib
0x218577000 - 0x21883dfff RawCamera arm64  <7ff8546416f7397f85ceb362ac8b31e3> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x218855000 - 0x21891bfff AGXMetalA10 arm64   /System/Library/Extensions/AGXMetalA10.bundle/AGXMetalA10
0x218927000 - 0x218945fff AppleMetalGLRenderer arm64  <896473fb8ff63a349d4841cee5245f04> /System/Library/Extensions/AppleMetalGLRenderer.bundle/AppleMetalGLRenderer
0x218946000 - 0x21895afff libCGInterfaces.dylib arm64  <7a9488d7f89931b484428689e920c6ba> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x21895b000 - 0x218d99fff AudioCodecs arm64   /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
0x21976b000 - 0x219852fff GLEngine arm64  <3edeaa36318d30b58085fcaa7bdaf7ff> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x21987d000 - 0x21987efff Twitter arm64  <75d542070b9236118c6f53ecf316617c> /System/Library/Frameworks/Twitter.framework/Twitter
0x2198a0000 - 0x2198ddfff WatchConnectivity arm64   /System/Library/Frameworks/WatchConnectivity.framework/WatchConnectivity
0x21ad71000 - 0x21ad7cfff ContextKit arm64  <000483522dff3b62bc0eee9fd67496ce> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x21afc9000 - 0x21aff0fff CoreServicesInternal arm64  <76068e39b78c32f6abaab1117775a851> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x21b3a3000 - 0x21b3d3fff CryptoTokenKit arm64   /System/Library/PrivateFrameworks/CryptoTokenKit.framework/CryptoTokenKit
0x21b648000 - 0x21b64ffff EmailCore arm64  <1612a2600d42332fb0588470a306da0d> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x21b65d000 - 0x21b66ffff libGSFontCache.dylib arm64  <654308310b4931a2bec34675aa3d8a45> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x21b670000 - 0x21b6a0fff libTrueTypeScaler.dylib arm64   /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x21c0bb000 - 0x21c0bbfff libmetal_timestamp.dylib arm64  <833a048da1a331aa9d9b6e5bef09ac6c> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x21d0e8000 - 0x21d0ecfff InternationalSupport arm64  <27cc782b373537af9aa24edffacf09e2> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x21e299000 - 0x21e2a5fff PersonaUI arm64   /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x21e61c000 - 0x21e626fff SignpostCollection arm64  <9f5402f71bf03953aebed55638322eaf> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x21ef93000 - 0x21efa9fff WebContentAnalysis arm64   /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
0x21f03b000 - 0x21f03efff XCTTargetBootstrap arm64  <04c9799049f336cab2c33ed8c1370c7b> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x21f07c000 - 0x21f08ffff libEDR arm64  <71cf2c7e251c3fc78fcacd54e8be8e4a> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x21fb8e000 - 0x21fb8efff libcharset.1.dylib arm64  <407954967d42398ba8f25e1891f39960> /usr/lib/libcharset.1.dylib
0x2205fe000 - 0x2205fffff libsandbox.1.dylib arm64  <23ee17136afe3a53bc7a06e79a880dcd> /usr/lib/libsandbox.1.dylib
0x22063e000 - 0x22063ffff liblog_network.dylib arm64  <13653b98a46935e5858c252e701597d4> /usr/lib/log/liblog_network.dylib
0x220727000 - 0x220730fff AuthenticationServices arm64  <02850bc068f03b5285b3fa5724b43f66> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x2207ba000 - 0x2208f7fff CoreServices arm64  <5f53079ab0e836b7af624d05ba9fc41d> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x220921000 - 0x22093afff MPSRayIntersector arm64   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x220967000 - 0x220a8dfff Network arm64  <4ad46f271d3e3acd98d5b109e2e8b04a> /System/Library/Frameworks/Network.framework/Network
0x220a9e000 - 0x220aacfff ANEServices arm64   /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x220ab1000 - 0x220ab5fff ASEProcessing arm64  <9f902a0c35083c36bb8f44de375b06bb> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x220ab6000 - 0x220ac1fff AXCoreUtilities arm64   /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x220b96000 - 0x220b98fff AdAnalytics arm64   /System/Library/PrivateFrameworks/AdAnalytics.framework/AdAnalytics
0x220b99000 - 0x220b9bfff AdPlatforms arm64   /System/Library/PrivateFrameworks/AdPlatforms.framework/AdPlatforms
0x220d41000 - 0x220e8efff AppleMediaServices arm64   /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x220e8f000 - 0x220e9efff AppleNeuralEngine arm64  <49ccc308846e34d5850be88fda6000fb> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x221017000 - 0x22104cfff C2 arm64  <175ce2e91e4f38798a9c43e0437b0bf0> /System/Library/PrivateFrameworks/C2.framework/C2
0x2211d6000 - 0x2211e0fff Categories arm64  <8ca417ed9c093fa7858178d34d6c80a3> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x2212d6000 - 0x2213f9fff ConfigurationEngineModel arm64   /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x221547000 - 0x221553fff CoreIDV arm64  <8cd4465f19c333aa83bb2fc590e29388> /System/Library/PrivateFrameworks/CoreIDV.framework/CoreIDV
0x221554000 - 0x22156dfff DoNotDisturb arm64   /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x221691000 - 0x2216e4fff DocumentManager arm64  <8e270887737430b099a4d43900e2ee65> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x221823000 - 0x221827fff IdleTimerServices arm64   /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x2218d0000 - 0x221908fff LocalAuthenticationPrivateUI arm64   /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
0x221909000 - 0x221931fff MetadataUtilities arm64   /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x222a89000 - 0x222a9bfff NewsAnalyticsUpload arm64  <936d841c789639edb75bd7b7f831252c> /System/Library/PrivateFrameworks/NewsAnalyticsUpload.framework/NewsAnalyticsUpload
0x222a9e000 - 0x222aeafff OTSVG arm64  <793493c68ab13330a421f7cbd5c61f52> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x222aeb000 - 0x222b0dfff OnBoardingKit arm64   /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x222bde000 - 0x222c38fff PhotoFoundation arm64  <5f5043339fd935359daf0537dcfa0fd5> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x222c88000 - 0x222cc9fff PhotosImagingFoundation arm64  <47a9fcbbfd79312995412bee560bb889> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x222d0e000 - 0x222d17fff PrototypeToolsUI arm64   /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x222d18000 - 0x222d2afff QuickLookSupport arm64  <0275ae5b87773e909e0f19dff7c6c0a8> /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x222d2b000 - 0x222d78fff ROCKit arm64  <91466a6e18843da08642493d2423261f> /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit
0x222eeb000 - 0x222f19fff RemoteConfiguration arm64  <5a2b5cd32f113fd097f799379b978092> /System/Library/PrivateFrameworks/RemoteConfiguration.framework/RemoteConfiguration
0x222f29000 - 0x222f8cfff RemoteManagement arm64  <6cf8c3fc50563ddb92d0573ee481f8f9> /System/Library/PrivateFrameworks/RemoteManagement.framework/RemoteManagement
0x222f92000 - 0x222fa3fff RemoteTextInput arm64  <0be791545f9234fabb2226890e12fe02> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x222fcb000 - 0x22305ffff SampleAnalysis arm64   /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x2231b4000 - 0x2231c8fff SiriInstrumentation arm64  <68f57b9c927235aba58111816e6c1c9a> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x22320a000 - 0x223211fff StatsKit arm64  <464a62c99cbd340d9d96c9bed41ed318> /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit
0x223e23000 - 0x223e30fff TransparencyDetailsView arm64  <6124eb03004d382f95649bdf2d194c12> /System/Library/PrivateFrameworks/TransparencyDetailsView.framework/TransparencyDetailsView
0x223e31000 - 0x224f15fff UIKitCore arm64   /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x224f16000 - 0x224f20fff UIKitServices arm64   /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x224f21000 - 0x224f27fff URLFormatting arm64  <9b5a7768d43c34a5b52d1779a5474605> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x224f28000 - 0x224f48fff UsageTracking arm64   /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking


EOF

Thanks for the crash reports. Alas, they aren’t quite behaving themselves at my end. This could be an artefact of the way that you redacted them, or it could be DevForums being its usual helpful self. If you’re like to email me an unredacted report, that’d be grand. Please make sure to reference this thread (as you might imagine, I get a lot of email :-).

Having said that, these crash reports share an interesting feature, namely the main thread is in the process of terminating the app at the time of the crash. See frame 2 of pranayblx’s report and frame 7 of mariano_ps’s, both of which are

-[UIApplication _terminateWithStatus:]
. That’s weird to see in an iOS crash report because most iOS apps don’t terminate in this way. Rather, the app gets suspended in the background and then, when the system decides to terminate it, it simply removes the app from memory.

This code path only runs if the system decides to terminate your app while it’s still running. This can happen in a number of circumstances, including:

  • The app is in the foreground and the user force quits it from the multitasking UI.

  • The app is running in the background — for example, playing audio — and the user force quits it from the multitasking UI.

  • The app is running in the background — for example, playing audio — and the system needs to terminate it for some reason (app upgrade, system shutdown, and so on).

This suggests two things:

  • You might use one of the above techniques to try reproducing the problem.

  • You might be able to prevent it by intercepting the termination (using the

    -applicationWillTerminate:
    app delegate callback) and shutting down your audio cleanly before allowing it to continue.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

pranayblx emailed me some crash reports, and they symbolicated cleanly at my end. Cool. However, they don’t shed a lot of extra light on this issue, beyond what I discussed on 9 Sep:

  • At the time of the crash, the app is terminating cleanly. This in itself is relatively unusual for an iOS app.

  • Some part of that termination process is causing the AudioToolbox to crash.

I don’t know enough about AudioToolbox to suggest what might be going on here. It’s possible that something in your process is triggering the crash. For example, you might have a C++ static destructor that attempts to shuts down your audio, and that attempt is triggering the crash. It’s also possible that this shutdown attempt is internal to AudioToolbox itself.

My current suggestions:

  • Try to reproduce the problem locally by force quitting your app from the multitasking UI while it’s playing audio in the background. This should cause the system to call your

    -applicationWillTerminate:
    app delegate method, so add logging there to confirm that.
  • Investigate the sequence of code that’s running in this case, with a specific focus on

    atexit
    handlers.

One bit of good news here is that this crash happens when the app is in the process of terminating, so it’s unlikely to be annoying your users.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
@eskimo

I find this problem is caused by GetKaiser(unsigned int, double) in libAudioToolboxUtility.dylib

Code Block
void* GetKaiser(unsigned int, double) {
static std::mutex sKaiserWindowsMutex;
static std::vector<KaiserWindow> sKaiserWindows;
}

after call _terminateWithStatus, sKaiserWindowsMutex is deconstructed, so SampleRateConverter can't create object of Resampler2

log:

SampleRateConverter : failed to create a new converter for rates 44100.00 48000.00
SampleRateConverter : failed to create a new converter for rates 44100.00 48000.00


call stack: (error: mutex lock failed)
Code Block text
* thread #62, queue = 'com.apple.coreaudio.auremoteio', stop reason = breakpoint 5.2
 * frame #0: 0x00000001ae3d8dd0 libc++abi.dylib`__cxa_throw
  frame #1: 0x00000001ae3af3c8 libc++.1.dylib`std::__1::__throw_system_error(int, char const*) + 100
  frame #2: 0x00000001ae3a40fc libc++.1.dylib`std::__1::mutex::lock() + 40
  frame #3: 0x00000001aea5e2e8 libAudioToolboxUtility.dylib`GetKaiser(unsigned int, double) + 84
  frame #4: 0x00000001aea55cb8 libAudioToolboxUtility.dylib`SincKernel::CalculateFilterCoefficients() + 116
  frame #5: 0x00000001aea55b38 libAudioToolboxUtility.dylib`SincKernelFactory::ReferenceSincKernel(int, int, double, double) + 208
  frame #6: 0x00000001a9eaf994 AudioToolboxCore`Resampler2::Resampler2(double, double, int, int, int, double, bool) + 884
  frame #7: 0x00000001a9dc50a0 AudioToolboxCore`SampleRateConverter::ReplaceResampler() + 304
  frame #8: 0x00000001a9eee008 AudioToolboxCore`PCMConverterFactory::AddSRC(StreamDescPair&, ChainBuildSettings const&, std::__1::vector<BufferedAudioConverter*, std::__1::allocator<BufferedAudioConverter*> >&) + 548
  frame #9: 0x00000001a9eeb564 AudioToolboxCore`PCMConverterFactory::BuildConverterChain(StreamDescPair const&, ChainBuildSettings const&, AudioConverterChain*, PCMConverterFactory*) + 1300
  frame #10: 0x00000001a9e87ef8 AudioToolboxCore`_AudioConverterNewInternal + 608
  frame #11: 0x00000001cb207878 libEmbeddedSystemAUs.dylib`AUConverterBase::SetupConverter(unsigned int, bool) + 1084
  frame #12: 0x00000001cb28cce0 libEmbeddedSystemAUs.dylib`AURemoteIO::SetupConverter(unsigned int, bool) + 192
  frame #13: 0x00000001cb209308 libEmbeddedSystemAUs.dylib`AUConverterBase::SetupAllConverters(bool, unsigned int) + 156
  frame #14: 0x00000001cb29b3e0 libEmbeddedSystemAUs.dylib`__AURIOCallbackReceiver_IOFormatsChanged_block_invoke + 1764
  frame #15: 0x000000012bc77bcc libdispatch.dylib`_dispatch_call_block_and_release + 32
  frame #16: 0x000000012bc796c0 libdispatch.dylib`_dispatch_client_callout + 20
  frame #17: 0x000000012bc81354 libdispatch.dylib`_dispatch_lane_serial_drain + 736
  frame #18: 0x000000012bc820c0 libdispatch.dylib`_dispatch_lane_invoke + 448
  frame #19: 0x000000012bc8e644 libdispatch.dylib`_dispatch_workloop_worker_thread + 1520
  frame #20: 0x00000001e4b33804 libsystem_pthread.dylib`_pthread_wqthread + 276

I have the same problem Did you manage to solve this issue?

Our app has the same crash(rate 0.2%). Can Apple take a look and fix the issue?

Can Apple take a look and fix the issue?

If you believe this is an Apple bug, you should file a bug report about it. Please post your bug number, just for the record.

If you’d like help with finding a workaround, or you’re not sure it’s an Apple bug and would like some help with your side of this issue, you should open a DTS tech support incident and talk to our audio specialist.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

If this problem is caused by GetKaiser(unsigned int, double) in libAudioToolboxUtility.dylib, like @WhoIsRui say, it's a classic C++ trap. https://isocpp.org/wiki/faq/ctors#static-init-order

We should use a struct wrap those two static variable, then static struct { ... }.

  • @gaowanqiu You can hook the __cxa_atexit function in libAudioToolboxUtility

Add a Comment