Failure to create AUHAL
Failure to create AUHAL
- Subject: Failure to create AUHAL
- From: Paul Sanders <email@hidden>
- Date: Wed, 28 Mar 2018 20:47:26 +0100
Hello,
Recently, in a well-established product where this piece of code hasn't
changed for ages, the following assert has started triggering on some
customer machines:
// Create AUHAL
AudioComponentDescription desc = { 0 };
desc.componentType = kAudioUnitType_Output;
desc.componentSubType = kAudioUnitSubType_HALOutput;
desc.componentManufacturer = kAudioUnitManufacturer_Apple;
desc.componentFlags = 0;
desc.componentFlagsMask = 0;
AudioComponent comp = AudioComponentFindNext (NULL, &desc);
assert (comp);
This only seems to happen on 10.13.3 and doesn't seem to be caused by
any rogue third-party plugins. A sample crash report is included below.
I'd really like to know how to fix this - the number of complaints is
growing and it's a showstopper. Resetting the PRAM and SMC doesn't help.
Many thanks - Paul Sanders.
-----------------------------------------------------------
Process: VinylStudio [2280]
Path: /Applications/VinylStudio.app/Contents/MacOS/VinylStudio
Identifier: uk.co.AlpineSoft.VinylStudio
Version: 8.8.3 (8.8.3)
App Item ID: 416577433
App External ID: 821790770
Code Type: X86 (Native)
Parent Process: ??? [1]
Responsible: VinylStudio [2280]
User ID: 501
Date/Time: 2018-03-25 17:13:46.140 +0100
OS Version: Mac OS X 10.13.3 (17D102)
Report Version: 12
Anonymous UUID: C3BA94F7-FF92-2392-F7C9-C19452D8B0A8
Sleep/Wake UUID: 9950B300-F3E9-4232-98D6-E05BDA832346
Time Awake Since Boot: 2400 seconds
Time Since Wake: 310 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000001
Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]
VM Regions Near 0x1:
-->
__TEXT 0000000000010000-00000000004c5000 [ 4820K] r-x/rwx SM=COW
/Applications/VinylStudio.app/Contents/MacOS/VinylStudio
Application Specific Information:
WCLAssert
Assert failed:
comp
file /mount_g/source/HPSLib/V8_83/wcl/mac/wclwave.mm, line 1650 [2]
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 WCL_dylib.dylib 0x00889ed1
WCLHandleException(NSException*) + 1966
1 com.apple.ExceptionHandling 0x952f5087 -[NSExceptionHandler
_handleException:mask:] + 993
2 com.apple.ExceptionHandling 0x952f48ee
NSExceptionHandlerExceptionRaiser + 223
3 libobjc.A.dylib 0xa6afb346 objc_exception_throw + 273
4 com.apple.CoreFoundation 0x93a5dee5 +[NSException
raise:format:] + 101
5 WCL_dylib.dylib 0x0088a374
HPSLib::force_minidump(unsigned short const*, unsigned short const*) + 72
6 WCL_dylib.dylib 0x008dc1af hpslib_assert + 321
7 WCL_dylib.dylib 0x0089e863
WCLHWave::CreateAUHAL(bool, unsigned long, long (*)(void*, unsigned
long*, AudioTimeStamp const*, unsigned long, unsigned long,
AudioBufferList*)) + 95
8 WCL_dylib.dylib 0x0089f5f0 waveInOpen + 520
9 WCL_dylib.dylib 0x008ade5d
HPSLib::WaveIn::Record(unsigned int, unsigned short const*, unsigned
short const*) + 219
10 uk.co.AlpineSoft.VinylStudio 0x0003d376
CheckLevelDialog::OpenWaveIn() + 748
11 uk.co.AlpineSoft.VinylStudio 0x0003baeb
CheckLevelDialog::OnIDCRetry(HWND__*, int, int, long) + 195
12 uk.co.AlpineSoft.VinylStudio 0x0003b2e0
CheckLevelDialog::OnIDCRecordFrom(HWND__*, int, int, long) + 946
13 uk.co.AlpineSoft.VinylStudio 0x0003aab9
CheckLevelDialog::OnTimer(HWND__*, unsigned int, unsigned long, long) + 87
14 uk.co.AlpineSoft.VinylStudio 0x0003a91e
CheckLevelDialog::OnInitDialog(HWND__*, unsigned int, unsigned long,
long) + 4562
15 WCL_dylib.dylib 0x008cc29e
HPSLib::Window::CallMessageHandler(HWND__*, unsigned int, unsigned long,
long, bool) + 3126
16 WCL_dylib.dylib 0x008ccde5
HPSLib::Window::GlobalDialogProc(HWND__*, unsigned int, unsigned long,
long) + 223
17 WCL_dylib.dylib 0x0086a34c WCLDialogProc(HWND__*,
unsigned int, unsigned long, long) + 127
18 WCL_dylib.dylib 0x00881c50
WCLSendMessage(WCLHwnd*, unsigned int, unsigned long, long,
WCL_DWP_CALLBACK*, bool, bool) + 486
19 WCL_dylib.dylib 0x0086a21c
WCLDialogFromTemplate(HINSTANCE__*, WCL_DLG_TEMPLATE*, HWND__*, long
(*)(HWND__*, unsigned int, unsigned long, long), long, bool, bool*,
bool*, WCL_DLG_EXTRA*) + 2191
20 WCL_dylib.dylib 0x0086996e
WCLDialogFromResource(HINSTANCE__*, unsigned short const*, HWND__*, long
(*)(HWND__*, unsigned int, unsigned long, long), long, bool, bool*,
bool*, WCL_DLG_EXTRA*) + 264
21 WCL_dylib.dylib 0x0086aaf5 DialogBoxParamW + 44
22 WCL_dylib.dylib 0x008cccd4
HPSLib::ModalDialog(HINSTANCE__*, int, HWND__*, HPSLib::Window*) + 151
23 WCL_dylib.dylib 0x008cce41
HPSLib::ModalDialog(int, HWND__*, HPSLib::Window*) + 34
24 uk.co.AlpineSoft.VinylStudio 0x00102cfb MyModalDialog(int,
HPSLib::Window*) + 91
25 uk.co.AlpineSoft.VinylStudio 0x00038863
check_level(VolumeControl*) + 53
26 uk.co.AlpineSoft.VinylStudio 0x000b1fd0
RecordDialog::OnIDCCheckLevel(HWND__*, int, int, long) + 204
27 WCL_dylib.dylib 0x008cc0ec
HPSLib::Window::CallMessageHandler(HWND__*, unsigned int, unsigned long,
long, bool) + 2692
28 WCL_dylib.dylib 0x008ccde5
HPSLib::Window::GlobalDialogProc(HWND__*, unsigned int, unsigned long,
long) + 223
29 WCL_dylib.dylib 0x0086a34c WCLDialogProc(HWND__*,
unsigned int, unsigned long, long) + 127
30 WCL_dylib.dylib 0x00881c50
WCLSendMessage(WCLHwnd*, unsigned int, unsigned long, long,
WCL_DWP_CALLBACK*, bool, bool) + 486
31 WCL_dylib.dylib 0x00881a5c -[WCLHwnd(WCLMsg)
dispatchMessage:] + 83
32 libobjc.A.dylib 0xa6af5c1c -[NSObject
performSelector:withObject:] + 59
33 com.apple.Foundation 0x953611e3
__NSThreadPerformPerform + 335
34 com.apple.CoreFoundation 0x9396867f
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
35 com.apple.CoreFoundation 0x93a1ed09 __CFRunLoopDoSource0 + 121
36 com.apple.CoreFoundation 0x9394c3e7 __CFRunLoopDoSources0 + 231
37 com.apple.CoreFoundation 0x9394b4e4 __CFRunLoopRun + 1748
38 com.apple.CoreFoundation 0x9394aae1 CFRunLoopRunSpecific + 641
39 com.apple.CoreFoundation 0x9394a84a CFRunLoopRunInMode + 122
40 com.apple.HIToolbox 0x92f4a42b
RunCurrentEventLoopInMode + 321
41 com.apple.HIToolbox 0x92f4a00f ReceiveNextEventCommon
+ 454
42 com.apple.HIToolbox 0x92f49e2b
_BlockUntilNextEventMatchingListInModeWithFilter + 71
43 com.apple.AppKit 0x91371cc5 _DPSNextEvent + 2101
44 com.apple.AppKit 0x91ae3c48
-[NSApplication(NSEvent)
_nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2859
45 com.apple.AppKit 0x91ae3115
-[NSApplication(NSEvent)
nextEventMatchingMask:untilDate:inMode:dequeue:] + 134
46 WCL_dylib.dylib 0x00812d2e -[WCLApplication
nextEventMatchingMask:untilDate:inMode:dequeue:processMouseEvents:doIdle:]
+ 620
47 WCL_dylib.dylib 0x00812910 -[WCLApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 368
48 com.apple.AppKit 0x91366c19 -[NSApplication run] + 763
49 com.apple.AppKit 0x91338cce NSApplicationMain + 1228
50 WCL_dylib.dylib 0x008b86aa WCLmain + 294
51 uk.co.AlpineSoft.VinylStudio 0x0008591c vsmain + 33
52 uk.co.AlpineSoft.VinylStudio 0x00011035 start + 53
Thread 1:
0 libsystem_kernel.dylib 0xa76fe6ee __workq_kernreturn + 10
1 libsystem_pthread.dylib 0xa782be70 _pthread_wqthread + 992
2 libsystem_pthread.dylib 0xa782ba6a start_wqthread + 34
Thread 2:
0 libsystem_kernel.dylib 0xa76fe6ee __workq_kernreturn + 10
1 libsystem_pthread.dylib 0xa782be9b _pthread_wqthread + 1035
2 libsystem_pthread.dylib 0xa782ba6a start_wqthread + 34
Thread 3:
0 libsystem_kernel.dylib 0xa76f4742 mach_msg_trap + 10
1 libsystem_kernel.dylib 0xa76f3d7f mach_msg + 47
2 com.apple.CoreFoundation 0x9394c6f8
__CFRunLoopServiceMachPort + 296
3 com.apple.CoreFoundation 0x9394b6e6 __CFRunLoopRun + 2262
4 com.apple.CoreFoundation 0x9394aae1 CFRunLoopRunSpecific + 641
5 com.apple.CoreFoundation 0x93988059 CFRunLoopRun + 121
6 com.apple.DiscRecording 0x95201b25 DRWorkLoop::WorkLoop()
+ 255
7 com.apple.DiscRecording 0x95201a0f
DRWorkLoop::WorkLoopEntry(DRWorkLoop*) + 17
8 com.apple.DiscRecording 0x9520174d
DRThreadObject::StartRoutine(DRThreadObject*) + 137
9 com.apple.DiscRecording 0x952016b9
DRThreadObject::SymbolRoutine(DRThreadObject*) + 17
10 libsystem_pthread.dylib 0xa782c50d _pthread_body + 347
11 libsystem_pthread.dylib 0xa782c3b2 _pthread_start + 357
12 libsystem_pthread.dylib 0xa782ba8e thread_start + 34
Thread 4:
0 libsystem_kernel.dylib 0xa76fdd26 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0xa782d4db _pthread_cond_wait + 658
2 libsystem_pthread.dylib 0xa7832535
pthread_cond_timedwait$UNIX2003 + 52
3 WCL_dylib.dylib 0x00827e2c
WCLWaitMC(_opaque_pthread_mutex_t*, _opaque_pthread_cond_t*, bool*,
unsigned long) + 229
4 WCL_dylib.dylib 0x00821baf WaitForSingleObject + 165
5 uk.co.AlpineSoft.VinylStudio 0x0002e7b7
BurnDialogMediaChangeThread::Run() + 67
6 WCL_dylib.dylib 0x0088dbff
HPSLib::RunThread(void*) + 47
7 WCL_dylib.dylib 0x00828173 -[ThreadStarter
runThread:] + 288
8 com.apple.Foundation 0x9532b068 -[NSThread main] + 39
9 com.apple.Foundation 0x9532aeec __NSThread__start__ + 1269
10 libsystem_pthread.dylib 0xa782c50d _pthread_body + 347
11 libsystem_pthread.dylib 0xa782c3b2 _pthread_start + 357
12 libsystem_pthread.dylib 0xa782ba8e thread_start + 34
Thread 5:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0xa76f4742 mach_msg_trap + 10
1 libsystem_kernel.dylib 0xa76f3d7f mach_msg + 47
2 com.apple.CoreFoundation 0x9394c6f8
__CFRunLoopServiceMachPort + 296
3 com.apple.CoreFoundation 0x9394b6e6 __CFRunLoopRun + 2262
4 com.apple.CoreFoundation 0x9394aae1 CFRunLoopRunSpecific + 641
5 com.apple.CoreFoundation 0x9394a84a CFRunLoopRunInMode + 122
6 com.apple.AppKit 0x914a1614 _NSEventThread + 165
7 libsystem_pthread.dylib 0xa782c50d _pthread_body + 347
8 libsystem_pthread.dylib 0xa782c3b2 _pthread_start + 357
9 libsystem_pthread.dylib 0xa782ba8e thread_start + 34
Thread 6:
0 libsystem_kernel.dylib 0xa76fe6ee __workq_kernreturn + 10
1 libsystem_pthread.dylib 0xa782c090 _pthread_wqthread + 1536
2 libsystem_pthread.dylib 0xa782ba6a start_wqthread + 34
Thread 7:
0 libsystem_kernel.dylib 0xa76fe6ee __workq_kernreturn + 10
1 libsystem_pthread.dylib 0xa782c090 _pthread_wqthread + 1536
2 libsystem_pthread.dylib 0xa782ba6a start_wqthread + 34
Thread 8:
0 libsystem_pthread.dylib 0xa782ba48 start_wqthread + 0
1 libobjc.A.dylib 0xa6af58fa
objc_object::sidetable_release(bool) + 14
Thread 9:
0 libsystem_kernel.dylib 0xa76f4796
semaphore_timedwait_trap + 10
1 libdispatch.dylib 0xa757d464
_dispatch_sema4_timedwait + 94
2 libdispatch.dylib 0xa7575132
_dispatch_semaphore_wait_slow + 76
3 libdispatch.dylib 0xa75750dd dispatch_semaphore_wait
+ 35
4 libdispatch.dylib 0xa75704b7 _dispatch_worker_thread
+ 221
5 libsystem_pthread.dylib 0xa782c50d _pthread_body + 347
6 libsystem_pthread.dylib 0xa782c3b2 _pthread_start + 357
7 libsystem_pthread.dylib 0xa782ba8e thread_start + 34
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000001 ebx: 0x0096d1d1 ecx: 0x00000000 edx: 0x000b4fd0
edi: 0x0088973c esi: 0x018c1c00 ebp: 0xbfffc3f8 esp: 0xbfffbba0
ss: 0x00000023 efl: 0x00210282 eip: 0x00889ed1 cs: 0x0000001b
ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f
cr2: 0x00000001
Logical CPU: 1
Error Code: 0x00000006
Trap Number: 14
Binary Images:
0x10000 - 0x4c4a2b +uk.co.AlpineSoft.VinylStudio (8.8.3 - 8.8.3)
<ABC155DD-3491-3BAC-A39E-FD5E5B968149>
/Applications/VinylStudio.app/Contents/MacOS/VinylStudio
0x786000 - 0x7cbfdf dyld (519.2.2)
<7B7B05B7-204A-38FF-BD32-4CBB51752DD4> /usr/lib/dyld
0x80f000 - 0x9abff7 +WCL_dylib.dylib (1)
<257DE9BC-23C7-36C5-BCF4-404CAEFC6CD3>
/Applications/VinylStudio.app/Contents/Frameworks/WCL_dylib.dylib
0x8800000 - 0x9171ffb com.apple.GeForceGLDriver (10.28.10 - 10.2.8)
<0A7A4366-BEA3-3C5A-9688-49421E21ED75>
/System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x9740000 - 0x9e09ff7 libclh.dylib (10.28.10)
<2EB141B7-A6C7-32AE-9129-6C3DDCEA2D48>
/System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0xc20c000 - 0xc576fff com.apple.RawCamera.bundle (8.02.0 - 1017.2.2)
<2BA977FD-99E8-3614-B754-535CDF1776D2>
/System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0xc94c000 - 0xc950ffb com.apple.audio.AppleHDAHALPlugIn (280.12 -
280.12) <687E756D-6AAB-32A7-917F-6CC8E2CCBAE0>
/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0xc956000 - 0xc99eff3 +com.maudio.mtrackquad.hal (3.3.11)
<25DC74A6-24A8-368D-B3FD-BF1F5AC4E530>
/Library/Audio/Plug-Ins/HAL/MTrackQuad.plugin/Contents/MacOS/MTrackQuad
0xd0c2000 - 0xd0c5fff com.apple.iokit.SCSITaskLib (404.30.2 -
404.30.2) <7F53BBCA-8FDF-34B0-A813-F2EEF9FE81D4>
/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/SCSITaskUserClient.kext/Contents/PlugIns/SCSITaskLib.plugin/Contents/MacOS/SCSITaskLib
0xd45f000 - 0xd480ff3 +libmpg123.dylib (1)
<F8D3FB23-8C3E-38DC-B9D8-AAF976617D5B>
/Applications/VinylStudio.app/Contents/Frameworks/libmpg123.dylib
0x9001d000 - 0x901d8ffb com.apple.avfoundation (2.0 - 1530.2)
<EA618FFF-E0BC-3901-8A06-FA5F49440519>
/System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x901d9000 - 0x90296ff7 com.apple.audio.AVFAudio (1.0 - ???)
<5658CF45-3305-3112-9394-510CF049EF6C>
/System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x90298000 - 0x90298fff com.apple.Accelerate (1.11 - Accelerate 1.11)
<F4A138F5-290D-3413-AD17-ECD395935FF3>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x90299000 - 0x902afffb libCGInterfaces.dylib (417)
<92B03F58-1974-35E7-BC7F-28B6B285A860>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x902b0000 - 0x909f1fdf com.apple.vImage (8.1 - ???)
<591C941E-6475-347E-89DA-F541E88F949A>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x909f2000 - 0x90b2dff7 libBLAS.dylib (1211.30.1)
<A850E0E2-3A72-3916-9907-AF1E7ECC95F0>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x90b2e000 - 0x90b5bffb libBNNS.dylib (37)
<C29094A0-5C89-3C5E-AB37-510C28588E2E>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x90b5c000 - 0x90ecffff libLAPACK.dylib (1211.30.1)
<2DDDE838-0FF1-3679-8E62-9C09923ECB7E>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x90ed0000 - 0x90ee6ffb libLinearAlgebra.dylib (1211.30.1)
<8A120E75-CAF4-3CAE-BBE6-E2F5FAE44DB8>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x90ee7000 - 0x90f00ff7 libSparseBLAS.dylib (1211.30.1)
<0C5E0EF4-E9A5-3FC4-B7A3-1FE59DB4A2AA>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x90f01000 - 0x9105ffc7 libvDSP.dylib (622.20.8)
<C5F16300-061F-3DF0-B91E-8BD0D2173351>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91060000 - 0x9113effb libvMisc.dylib (622.20.8)
<1C8D5D80-F32C-3853-8309-57C8A82B7DA5>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9113f000 - 0x9113ffff com.apple.Accelerate.vecLib (3.11 - vecLib
3.11) <7A0D5DD6-C302-390D-9178-0B2EA94BB5ED>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91140000 - 0x91332fff com.apple.AddressBook.framework (11.0 - 1808.6)
<8691430A-5F71-3D37-8F9E-B538C75BA30C>
/System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x91333000 - 0x920f4ffb com.apple.AppKit (6.9 - 1561.20.106)
<9A85CF42-0CA3-31A4-AE49-D68917A1E2E3>
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x92146000 - 0x92146fff com.apple.ApplicationServices (48 - 50)
<BFE7FB45-365B-341F-A8FC-B9483AE87709>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x92147000 - 0x921adff3 com.apple.ApplicationServices.ATS (377 - 445)
<CD3D5685-2BB9-3A7B-AC97-2A74A81CB7CC>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x921b0000 - 0x922d4ff3 libFontParser.dylib (222.1.2)
<8F7D388A-299C-3C6D-9864-40EC0914A96B>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x922d5000 - 0x92321ffb libFontRegistry.dylib (221)
<8D81FDCF-F05D-3556-AB6D-090F9508C25E>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x92370000 - 0x923a3ff3 libTrueTypeScaler.dylib (222.1.2)
<CFBA5950-79C1-32F9-9DB4-902A31A72EFE>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x9240f000 - 0x92414fff com.apple.ColorSyncLegacy (4.13.0 - 1)
<AB5CE7D2-8BE5-35C8-A9D5-ED0FB5BAB7D1>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x924be000 - 0x92515ff7 com.apple.HIServices (1.22 - 622)
<8544026A-17BE-301D-BA2A-782F3AD864DA>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x92516000 - 0x92525ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0)
<E3245701-039B-353F-923D-F81B2242842C>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x92526000 - 0x9257effb com.apple.print.framework.PrintCore (13 - 503)
<FD0F7A18-6F78-34C9-B067-B3AB76C3D4C8>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9257f000 - 0x92615ffb com.apple.QD (3.12 - 403)
<372AFF26-17D1-3C6F-9E47-17C955C2045B>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x92616000 - 0x92622ff3 com.apple.speech.synthesis.framework (7.4.1 -
7.4.1) <3AE4F801-4A2D-3AB3-AA31-B27F7A7131F4>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x92623000 - 0x9286ffff com.apple.audio.toolbox.AudioToolbox (1.14 -
1.14) <E4585EFD-C3B6-327F-88E4-B3BADDA6B08D>
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x92871000 - 0x92871fff com.apple.audio.units.AudioUnit (1.14 - 1.14)
<245F1FFA-5719-394D-A4B1-6E885648B995>
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x92b8f000 - 0x92efcffb com.apple.CFNetwork (893.13.1 - 893.13.1)
<63A5C550-5F0F-3FF1-9061-55E1766B3512>
/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x92f11000 - 0x92f11fff com.apple.Carbon (158 - 158)
<1545E2E8-F562-33D6-8DA7-5FD34045B314>
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92f12000 - 0x92f1bff3 com.apple.audio.SoundManager (4.2 - 4.2)
<83AE7AA9-8661-3449-99F4-291A42640692>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92f1c000 - 0x92f20fff com.apple.CommonPanels (1.2.6 - 98)
<DA1D99A4-53F6-31AF-964D-86739FA74B52>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x92f21000 - 0x932b7ffb com.apple.HIToolbox (2.1.1 - 910.4)
<7BBA4C0C-AB6B-3FBD-BB54-5346BEC2DF58>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x932b8000 - 0x9330cffb com.apple.htmlrendering (77 - 1.1.4)
<BAF5C846-FF50-3C80-97F5-71F1399CA85C>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9330d000 - 0x93310fff com.apple.help (1.3.8 - 64)
<1E913488-5D7B-388E-904D-64EF8C99E704>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x93311000 - 0x93316ffb com.apple.ImageCapture (9.0 - 9.0)
<1887749B-D641-3057-B91F-3C2D8E990115>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x93317000 - 0x933b1ffb com.apple.ink.framework (10.9 - 220)
<5340E055-BD3D-35AD-9797-F22E1ECEDAC6>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x933b2000 - 0x933ecfff com.apple.NavigationServices (3.8 - 227)
<6B1000C3-9C00-33F5-88D5-62F6BD5DD7F8>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x933ed000 - 0x93408ffb com.apple.openscripting (1.7 - 174)
<CD281A8D-54C8-3201-B9F7-DE2439088302>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x93409000 - 0x9340efff com.apple.print.framework.Print (12 - 267)
<F7BEF8BA-7D1F-34A2-97B8-D49F20886644>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9340f000 - 0x93411fff com.apple.securityhi (9.0 - 55006)
<E9FF8254-B8E1-312A-8FC3-2B4EA8CE9AEA>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x93412000 - 0x93418fff com.apple.speech.recognition.framework (6.0.3 -
6.0.3) <1C27FB7B-A467-3171-A73B-8C9B403028E1>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x93419000 - 0x93419fff com.apple.Cocoa (6.11 - 22)
<C9759D26-3572-3701-B165-C7F2EBBE0263>
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93426000 - 0x934e5ff7 com.apple.ColorSync (4.13.0 - 546)
<DACC5623-8E37-3134-9562-4E8601127F67>
/System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x934e6000 - 0x93581fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0)
<ABA90687-71A6-3431-94A1-0E7E74FE407C>
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x935df000 - 0x935e4fff com.apple.CoreBluetooth (1.0 - 1)
<E0F40A70-9E04-31FE-A4C8-BE05F6432BAD>
/System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x935e5000 - 0x938c5fff com.apple.CoreData (120 - 849.2)
<B8011F5E-7A2B-349B-AFF1-17EC8D8465AB>
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x938c6000 - 0x938ccff3 com.apple.CoreDisplay (1.0 - 81.7)
<E6BFD0F5-A45B-3FE3-BA26-14D2CD970CFF>
/System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x938cd000 - 0x93d56ff7 com.apple.CoreFoundation (6.9 - 1451)
<727B43E3-A1AC-31EC-97A4-F179FE11D04A>
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x93d58000 - 0x94387ffb com.apple.CoreGraphics (2.0 - 1129.5)
<20752785-E9DA-3CC6-ACDD-5A82AD344209>
/System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x94389000 - 0x945ffffb com.apple.CoreImage (13.0.0 - 579.2.9)
<2498F44C-7350-397B-A075-206A91D75ABB>
/System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x946bb000 - 0x9479dffb com.apple.CoreMedia (1.0 - 2270.12.1)
<592B5ECC-D274-3866-A38B-5ECBA6FCF659>
/System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x9479e000 - 0x947f0fff com.apple.CoreMediaIO (812.0 - 4993)
<86B70C7C-2C6B-3770-A739-ECBE7FFE1A75>
/System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x947f1000 - 0x947f1fff com.apple.CoreServices (822.19 - 822.19)
<6B5DC8C1-4237-3ADA-B8C8-F926943E6101>
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x947f2000 - 0x94864ff3 com.apple.AE (735.1 - 735.1)
<3E1B0CED-0AC3-3252-AEDD-5D8F91E3AAA7>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x94865000 - 0x94b43ffb com.apple.CoreServices.CarbonCore (1178.2 -
1178.2) <E61EA71D-294F-3C8B-95BD-0CDBA0FFC907>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x94b44000 - 0x94b78ff3 com.apple.DictionaryServices (1.2 - 284)
<56BEF6B8-50D2-38A0-9EF2-D7093E9AAB56>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x94b79000 - 0x94b81fff com.apple.CoreServices.FSEvents (1239 - 1239)
<CABC21F7-E3AB-3954-ACBE-B8066A37516A>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x94b82000 - 0x94ce0fff com.apple.LaunchServices (822.19 - 822.19)
<AC40752F-0F99-3EB1-8D25-2C65F9BAC226>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x94ce1000 - 0x94d8dff7 com.apple.Metadata (10.7.0 - 1191.2.6)
<6CE69880-6AF3-3A1A-A8E0-F89FC750EE4C>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x94d8e000 - 0x94decff7 com.apple.CoreServices.OSServices (822.19 -
822.19) <38B64F72-5CAE-374A-8BBC-0EAB7C6A6777>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x94ded000 - 0x94e5eff3 com.apple.SearchKit (1.4.0 - 1.4.0)
<FAD60011-970B-3889-B6BD-3715CCF599CA>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x94e5f000 - 0x94e82fff com.apple.coreservices.SharedFileList (71.4 -
71.4) <CD97E31D-0354-36AB-9997-C4FAF3221D30>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x94e83000 - 0x94fcefff com.apple.CoreText (352.0 - 578.12.1)
<6B2640AE-C51C-399E-9E59-A1337F541E69>
/System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x94fcf000 - 0x95009ff3 com.apple.CoreVideo (1.8 - 279.2)
<0D75C395-3C86-3539-9206-C7A330BE3551>
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9500a000 - 0x95090ff3 com.apple.framework.CoreWLAN (13.0 - 1339)
<B1F8AFB7-AF77-3D6D-9A14-A9CA07427022>
/System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x951f4000 - 0x951fefff com.apple.DirectoryService.Framework (10.13 -
207) <250D0788-9C38-3D6C-8761-E2BCF924EFB6>
/System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x951ff000 - 0x952befff com.apple.DiscRecording (9.0.3 - 9030.4.5)
<80DF1650-3C57-352F-B0DC-6CBA11B5CAB1>
/System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x952bf000 - 0x952e3ffb com.apple.DiscRecordingUI (9.0.3 - 9030.4.5)
<B6B11024-4E23-3158-8378-6009F0056B4F>
/System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
0x952e4000 - 0x952edff7 com.apple.DiskArbitration (2.7 - 2.7)
<E3552A79-57A4-36AE-8B54-5FE2EB5193DA>
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x952f3000 - 0x952f5fff com.apple.ExceptionHandling (1.5 - 12)
<2B358A2E-E6FC-3284-9F84-E04CB1F1AF77>
/System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
0x952fe000 - 0x9566dffb com.apple.Foundation (6.9 - 1451)
<E815D5AF-B627-3BF4-8156-4F514FCFD765>
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x956ae000 - 0x956ddff3 com.apple.GSS (4.0 - 2.0)
<78C94D11-21DF-34C6-B4E8-88564551D67E>
/System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x9570a000 - 0x95822ff3 com.apple.Bluetooth (6.0.2 - 6.0.2f2)
<9D30629E-18AB-397A-AC07-695C0AA850D1>
/System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x95888000 - 0x95929ffb com.apple.framework.IOKit (2.0.2 - 1445.40.1)
<EDA5B2F5-12B4-39EF-B5EF-899587AACDC5>
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9592b000 - 0x95932fff com.apple.IOSurface (209.2.2 - 209.2.2)
<0CCA9904-FCBB-3278-96A1-714BDB961D8A>
/System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x95933000 - 0x95986fff com.apple.ImageCaptureCore (7.0 - 7.0)
<E3D9DDFB-650F-3AB7-BFCC-7E0A2F5A29BB>
/System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x95987000 - 0x95b0bff3 com.apple.ImageIO.framework (3.3.0 - 1713)
<28D21D61-3526-33ED-92DC-08D4D67445CB>
/System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x95b0c000 - 0x95b10ffb libGIF.dylib (1713)
<47A6BFCC-6651-3AAE-A70C-7BA3717B13BB>
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x95b11000 - 0x95c02fff libJP2.dylib (1713)
<D1075C88-406B-3EAF-9270-9B3762D97803>
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x95c03000 - 0x95c25ff7 libJPEG.dylib (1713)
<EFD86068-C17E-32AD-B4A5-79C20BC93411>
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x95f06000 - 0x95f2cff7 libPng.dylib (1713)
<A10259A1-2581-3642-946D-5B3F101615EC>
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x95f2d000 - 0x95f2fffb libRadiance.dylib (1713)
<EE872547-4C9F-397B-B41B-C79FEEE68267>
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x95f30000 - 0x95f7afff libTIFF.dylib (1713)
<7A56E3C4-9965-3471-8E98-5F6B28D68FBF>
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x96029000 - 0x9687fffb com.apple.JavaScriptCore (13604 - 13604.5.6)
<6671FD8E-8027-3343-83D8-56DCEAAAA8BA>
/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x96897000 - 0x968affff com.apple.Kerberos (3.0 - 1)
<8A399DB7-5440-3EC0-A241-3DD10E82DDB2>
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x968b0000 - 0x968e3ffb com.apple.LDAPFramework (2.4.28 - 194.5)
<7A129625-1C7A-34A3-AD2F-0D55D33BE623>
/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x96907000 - 0x9690ffff com.apple.MediaAccessibility (1.0 - 114)
<087BD9A6-6E5E-3884-B4F7-8F0A6B662B8D>
/System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x96910000 - 0x96f25ffb com.apple.MediaToolbox (1.0 - 2270.12.1)
<9E2CD519-936C-3D8C-AEB6-5FFB3C486A86>
/System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x96f27000 - 0x96f9dfff com.apple.Metal (124.7 - 124.7)
<2617CDD0-32C6-358C-A61F-063737F916B3>
/System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x96f9f000 - 0x96fabfff com.apple.NetFS (6.0 - 4.0)
<F37A4DA0-AAB6-3F0B-BA18-E322BFA52CC4>
/System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x99c6f000 - 0x99c77ff7 libcldcpuengine.dylib (2.8.7)
<E3B50B98-E1E4-396C-BB05-935AACC6FD80>
/System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x99c78000 - 0x99cc3fff com.apple.opencl (2.8.12 - 2.8.12)
<9AC78C72-CBBC-3D29-B553-AACC28014AEC>
/System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x99cc4000 - 0x99ce0fff com.apple.CFOpenDirectory (10.13 - 207)
<255284C6-7BDD-3A0B-A4A2-E43206611B91>
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x99ce1000 - 0x99cecfff com.apple.OpenDirectory (10.13 - 207)
<ECB33DA6-A0A3-3378-AB7A-2C10D395904E>
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9aef6000 - 0x9aef7fff libCVMSPluginSupport.dylib (16.4.2)
<909D788E-692E-3FF1-AFF0-2AB4609C53D7>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x9aef8000 - 0x9aefcfff libCoreFSCache.dylib (162.4)
<D53B0D41-0774-3C6A-BB59-8BA7DB8A8374>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x9aefd000 - 0x9af01fff libCoreVMClient.dylib (162.4)
<19767FEB-6A89-3892-8F18-1F9E73463050>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x9af02000 - 0x9af0aff7 libGFXShared.dylib (16.4.2)
<F62281F1-9495-3589-A576-75D84880D42D>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9af0b000 - 0x9af17fff libGL.dylib (16.4.2)
<028B909B-DD19-388B-8113-1850DFAD3DCA>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9af18000 - 0x9af53ffb libGLImage.dylib (16.4.2)
<AE5E3974-656A-3F88-956E-F28192BA98C3>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9af54000 - 0x9b0ccffb libGLProgrammability.dylib (16.4.2)
<141160DE-8DB1-3A9C-95CA-0167D90B0A5A>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x9b0cd000 - 0x9b10fff7 libGLU.dylib (16.4.2)
<9E1283AA-A7E0-37BA-BDEB-EE5256D677C7>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9bab6000 - 0x9bac4fff com.apple.opengl (16.4.2 - 16.4.2)
<40645026-52DC-3CFC-8308-EFA2FA79D5A0>
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9bac5000 - 0x9bc52ffb GLEngine (16.4.2)
<C8DAFD05-BBC9-3CE5-8940-114DA2E0147B>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x9bc53000 - 0x9bc7dfff GLRendererFloat (16.4.2)
<C50B4E84-163D-32E3-9643-290308B11918>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x9bd9b000 - 0x9beecffb com.apple.QTKit (7.7.3 - 3014)
<9DB2668A-3F68-32F0-BF51-C7F791FEE8EE>
/System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x9beed000 - 0x9c138ff3 com.apple.imageKit (3.0 - 1040)
<50E40E4F-2865-35B1-9FA3-A516921FBB8A>
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x9c139000 - 0x9c20cffb com.apple.PDFKit (1.0 - 677.4)
<0D7E4253-BC57-3B72-85F1-BE93EDE4B768>
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x9c20d000 - 0x9c71fff3 com.apple.QuartzComposer (5.1 - 364)
<16A5F426-C732-30B0-B141-6AC3DAB4E86A>
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x9c720000 - 0x9c741ff7 com.apple.quartzfilters (1.10.0 - 1.10.0)
<C29EBE6F-03A5-3EAF-9155-6A224E671432>
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x9c742000 - 0x9c827ff7 com.apple.QuickLookUIFramework (5.0 - 743.7)
<57F8FF70-DD07-3808-A563-E96F8A56C0C2>
/System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x9c828000 - 0x9c828fff com.apple.quartzframework (1.5 - 21)
<AFDC52CF-3DDF-3100-9D60-9DEFAE551CD7>
/System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x9c829000 - 0x9ca5fff7 com.apple.QuartzCore (1.11 - 584.8.102)
<960628B2-C498-36C9-B0D4-F27D49DE029F>
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9ca60000 - 0x9cab4ffb com.apple.QuickLookFramework (5.0 - 743.7)
<EED11263-0CE3-3C40-953E-49F4E800FE74>
/System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x9cab5000 - 0x9cd0dfeb com.apple.QuickTime (7.7.3 - 3014)
<A38CF029-378C-3D67-9359-7DC15452B0E4>
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x9cebb000 - 0x9cebcfff com.apple.SafariServices.framework (13604 -
13604.5.6) <06EC87CE-55D3-37AB-8E5B-7D4FB0233BAE>
/System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x9cef8000 - 0x9d225ff3 com.apple.security (7.0 - 58286.41.2)
<F64D64CD-4E80-3384-92F0-56D2A464F7B4>
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x9d226000 - 0x9d2adff3 com.apple.securityfoundation (6.0 - 55185.30.4)
<632548B9-3E24-32F4-BF50-F6BF71713363>
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9d2ae000 - 0x9d2d8ffb com.apple.securityinterface (10.0 - 55109.30.2)
<B4D1AFD2-D94C-3A97-BCF0-1A370A455550>
/System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x9d2d9000 - 0x9d2ddfff com.apple.xpc.ServiceManagement (1.0 - 1)
<B09C1309-46A2-3081-B489-DCE549A8BA46>
/System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x9d408000 - 0x9d478ff3 com.apple.SystemConfiguration (1.17 - 1.17)
<318C287A-BB41-3F72-9095-9DFF0382CB77>
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9d622000 - 0x9d9affff com.apple.VideoToolbox (1.0 - 2270.12.1)
<7DF0ABF4-52AA-3A70-A4D0-4695705486A3>
/System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x9f26e000 - 0x9f305ff7 com.apple.APFS (1.0 - 1)
<1B119C37-9A4C-3204-9BE2-E4E00E657037>
/System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x9f8f2000 - 0x9f90dfff com.apple.AppContainer (4.0 - 360.30.1)
<3B526728-6EE4-35DA-A3A3-625B09E1FA62>
/System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x9f91b000 - 0x9f946ff3 com.apple.framework.Apple80211 (13.0 - 1345)
<CAED0EE6-7CCD-3C35-A402-840C039C13D3>
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x9f948000 - 0x9f952fff com.apple.AppleFSCompression (96.30.2 - 1.0)
<BEA6D735-9BF0-3146-9D45-32A3D9433602>
/System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x9fa4b000 - 0x9fa88ff3 com.apple.AppleJPEG (1.0 - 1)
<E87393BB-6140-389C-BF53-36B3985A56D3>
/System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x9fa89000 - 0x9faa6ff7 com.apple.aps.framework (4.0 - 4.0)
<2D303F4E-0F74-333F-B5DF-85B5BCD179E4>
/System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x9faa7000 - 0x9faaffff com.apple.AppleSRP (5.0 - 1)
<0C288A20-01A0-3C3C-8091-B8672B1F0CC6>
/System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x9fb7e000 - 0x9fb81fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5)
<E0ACE999-E0DF-3227-BBF5-A04ECB3F6ECF>
/System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x9fb82000 - 0x9fbd1ffb com.apple.AppleVAFramework (5.0.39 - 5.0.39)
<9EC588A6-D942-3B7C-88B4-59044051465A>
/System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x9fbdb000 - 0x9fbe2fff com.apple.coreservices.BackgroundTaskManagement
(1.0 - 57.1) <71FD5EA2-8D0B-3E21-94E4-6D5BD45005E7>
/System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x9fbe3000 - 0x9fc6eff7 com.apple.backup.framework (1.9.2 - 1.9.2)
<19BE4138-61BB-33C8-80C5-0309B58CA16A>
/System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x9fcdc000 - 0x9fd09fff com.apple.CalendarAgentLink (8.0 - 250)
<4C1FB85A-42B9-3032-9367-25B7F6917D65>
/System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
0x9fda6000 - 0x9fdb1fff com.apple.CommerceCore (1.0 - 654.8)
<FEDE51E6-774C-3426-B3EC-1B0CA4B393E4>
/System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x9fdb2000 - 0x9fdbbffb com.apple.CommonAuth (4.0 - 2.0)
<424B8D39-396A-3A78-84C1-5161B54A8F5B>
/System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x9fdcf000 - 0x9fde4fff com.apple.commonutilities (8.0 - 900)
<A4EA3F7B-019C-3395-8FAE-4D718AB17F61>
/System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x9fdea000 - 0x9fe43ff3 com.apple.AddressBook.ContactsFoundation (8.0 -
???) <8D2CD3AC-3185-3D7D-99B4-E0C6900F57D7>
/System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x9fe44000 - 0x9fe64fff com.apple.contacts.ContactsPersistence (1.0 -
2330.3) <2D1AC485-9929-3351-ADC4-A892688032CE>
/System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
0x9fe65000 - 0xa017dfef com.apple.CoreAUC (249.0.0 - 249.0.0)
<77A27B7D-9EB4-39E0-9411-C9B7BDF0B1A8>
/System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0xa017e000 - 0xa01affff com.apple.CoreAVCHD (5.9.0 - 5900.4.1)
<EC1E91A7-CFD3-31E4-AE53-1D57BC7F852A>
/System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0xa0224000 - 0xa022cfff com.apple.frameworks.CoreDaemon (1.3 - 1.3)
<20358A6F-D9AD-350F-B3D5-9D0988BAB017>
/System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0xa022d000 - 0xa023dff7 com.apple.CoreEmoji (1.0 - 69.3)
<165A133F-DED4-3B24-A9BF-6EA6F3F7A152>
/System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0xa023e000 - 0xa0254ff7 com.apple.CoreMediaAuthoring (2.2 - 956)
<7FB86A4B-5DC0-3267-AC40-3A99436D3FF1>
/System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0xa02ab000 - 0xa0307ffb com.apple.CoreNLP (1.0 - 130.4.1)
<DC07A535-113D-3418-AFDC-70842E55FB1B>
/System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0xa0308000 - 0xa03a1fff com.apple.CorePDF (4.0 - 414)
<8C52D6DB-A305-3467-980A-1BDFAA4F4809>
/System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0xa03a2000 - 0xa03a9ff3 com.apple.CorePhoneNumbers (1.0 - 1)
<0764EFD8-112C-3B14-A9FC-F8FD87332975>
/System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0xa03c5000 - 0xa03f8ff7 com.apple.CoreServicesInternal (309.1 - 309.1)
<1F73ECC7-F09F-3730-A290-472B89788807>
/System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0xa03f9000 - 0xa048fff3 com.apple.CoreSymbolication (63075)
<6223068D-FCD8-39C1-841D-834EF0AC6445>
/System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0xa0490000 - 0xa05b6fe3 com.apple.coreui (2.1 - 492.2)
<4B915963-6D32-3D89-B585-94094ACCF2E8>
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0xa05b7000 - 0xa0652ffb com.apple.CoreUtils (5.3 - 530.60)
<3AA97B0C-7ACA-35C8-811B-3A73E11DA663>
/System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0xa06a3000 - 0xa0700ff3 com.apple.framework.CoreWiFi (13.0 - 1339)
<49DF52E0-5042-3492-BB48-223DF3CDE4DF>
/System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0xa0701000 - 0xa0711fff com.apple.CrashReporterSupport (10.13 - 1)
<86DA5C7B-BA5E-3182-A787-28B6F580FF38>
/System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0xa077f000 - 0xa078cfff com.apple.framework.DFRFoundation (1.0 - 191.1)
<A76F889D-2825-3ED7-BFE2-3E118E348923>
/System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0xa07d8000 - 0xa0849fff com.apple.datadetectorscore (7.0 - 590.3)
<2210A987-9208-3E20-8425-90180C57DE8C>
/System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0xa084a000 - 0xa088affb com.apple.DebugSymbols (141 - 141)
<96BB879B-1A83-3622-BB02-1DDA5C4FD939>
/System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0xa088b000 - 0xa09caff7 com.apple.desktopservices (1.12.2 - 1.12.2)
<DC51DB71-E241-3715-8EEF-BA1166B551DD>
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0xa0a00000 - 0xa0ae2ff7 com.apple.DiskImagesFramework (480.30.2 -
480.30.2) <F92B08E6-0E5B-33B1-BBC6-F8E6D83675DC>
/System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0xa0ae3000 - 0xa0b59ffb com.apple.DiskManagement (11.2 - 1339)
<BD5D176C-418C-3DB9-921E-C009402C692E>
/System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0xa0b5a000 - 0xa0b64fff com.apple.DisplayServicesFW (3.1 - 380)
<8940F718-0E7D-3805-80F9-C971E5DC9E30>
/System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0xa0b9a000 - 0xa0b9cfff com.apple.EFILogin (2.0 - 2)
<71E8BCE8-33B4-3F07-AD0E-847393177410>
/System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0xa0c96000 - 0xa10c6ff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2)
<B2288C3D-E67F-3AAE-A652-E920CD19F267>
/System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0xa2e72000 - 0xa2e7cfff libGPUSupportMercury.dylib (16.4.2)
<AAAAF228-51D8-3425-9D15-4D34F41EA791>
/System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0xa310d000 - 0xa3133ffb com.apple.GenerationalStorage (2.0 - 285)
<430145ED-153B-3548-A6D4-6850752A9E6A>
/System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0xa3a6a000 - 0xa3addff3 com.apple.Heimdal (4.0 - 2.0)
<560C8A98-E261-39C9-9862-3340EC6ABC9C>
/System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0xa3ade000 - 0xa3b0dfff com.apple.HelpData (2.3 - 158)
<8FFBF281-4DDA-330B-898E-3E8C4D70E8F6>
/System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0xa3d8f000 - 0xa3d95fff com.apple.IOAccelerator (376.6 - 376.6)
<4EFED596-8863-35F6-8EA3-CB11C5D9D157>
/System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0xa3d96000 - 0xa3daeffb com.apple.IOPresentment (1.0 - 32.1)
<EBD4DB8D-03D3-3136-B431-969A2E5E1B91>
/System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0xa3e0b000 - 0xa3e2aff3 com.apple.IconServices (97.4 - 97.4)
<3F593C33-E45D-3D77-B82C-F811428C4901>
/System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0xa3e33000 - 0xa3e42fff com.apple.IntlPreferences (2.0 - 227)
<A3DB41BE-6754-3A0D-8AE0-4177CFEF5413>
/System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0xa3e62000 - 0xa3f56ff7 com.apple.LanguageModeling (1.0 - 159.3.1)
<AA880B14-031D-33FB-9B48-0A8AAB7342C6>
/System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0xa3f57000 - 0xa3f98ff7 com.apple.Lexicon-framework (1.0 - 33.2)
<13FAB8A2-507A-3AEA-A571-27BDDFD96B31>
/System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0xa3f9c000 - 0xa3fa2ff3 com.apple.LinguisticData (1.0 - 238.3)
<C47B3EB0-0463-3613-8A09-344F1639EE92>
/System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0xa3fb2000 - 0xa3fb7ff3 com.apple.LoginUICore (4.0 - 4.0)
<7E5EE099-BFCD-3CBE-B2EC-D43E1B11DB34>
/System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0xa410c000 - 0xa4142ffb com.apple.MediaKit (16 - 871)
<3677518D-3972-38C9-8DBE-BDA83F5A19CF>
/System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0xa4352000 - 0xa437bffb com.apple.MultitouchSupport.framework (1204.13 -
1204.13) <01BDF9A5-8C83-3611-A999-F43F9121A173>
/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0xa449a000 - 0xa44a4fff com.apple.NetAuth (6.2 - 6.2)
<52F67DC1-8C96-3944-8E54-C02DD51FD9FC>
/System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0xa454c000 - 0xa4588fff com.apple.PerformanceAnalysis (1.183.1 - 183.1)
<FFE20C99-7FE3-3722-AD6C-C6ECF2C2D103>
/System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0xa45b4000 - 0xa45b4fff com.apple.PhoneNumbers (1.0 - 1)
<B06C238E-50CD-3E3D-9613-86C38C8A1DBA>
/System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0xa45e1000 - 0xa4626ffb com.apple.ProtectedCloudStorage (1.0 - 1)
<2E6EDE4B-F239-36BD-8B0B-EEF1499A510D>
/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0xa4627000 - 0xa4643ff7 com.apple.ProtocolBuffer (1 - 259)
<BBB59E09-0B06-3262-9C81-C126DF34667C>
/System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0xa471a000 - 0xa472efff com.apple.QuickLookThumbnailing (1.0 - 1)
<5DB01EC5-14D5-3E51-9FF1-E034E62354D3>
/System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0xa472f000 - 0xa4751fff com.apple.RemoteViewServices (2.0 - 125)
<5720B413-E761-3368-964F-7FEAC5535669>
/System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0xa477c000 - 0xa477efff com.apple.SecCodeWrapper (4.0 - 360.30.1)
<0767F34D-65A8-39C1-9B0D-64D3B2F09F9E>
/System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0xa4807000 - 0xa4834ffb com.apple.Sharing (972.14 - 972.14)
<AA8BC820-35FD-3B2D-98D9-624A3C434FE0>
/System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0xa4835000 - 0xa4852ff3 com.apple.shortcut (2.16 - 98)
<5AC8A175-06FF-39B8-98A9-9AD32B1D4AC5>
/System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0xa4853000 - 0xa4854fff com.apple.performance.SignpostNotification (1.0
- 1) <9AD547F6-ED5A-3AC8-BF4C-811C69801CDF>
/System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
0xa4855000 - 0xa48daffb com.apple.SkyLight (1.600.0 - 312.23.4)
<27154D6B-3C0F-383F-AA7B-F602C1F397CC>
/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0xa490a000 - 0xa4917ffb com.apple.SpeechRecognitionCore (4.0.13 -
4.0.13) <BACA23B0-AF15-3B7F-8933-15DDEE48318B>
/System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0xa4be4000 - 0xa4c65ff3 com.apple.Symbolication (9.0 - 63079.1)
<97DA4973-352E-3CBA-9B4A-BC22C3AFD597>
/System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0xa4c81000 - 0xa4cacfff com.apple.framework.SystemAdministration (1.0 -
1.0) <46AB55C6-5CAF-38BA-9EA9-1640C7D060D8>
/System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0xa4cb8000 - 0xa4cbffff com.apple.TCC (1.0 - 1)
<4B76752A-36A0-3175-87C7-CB42E33CCB5A>
/System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0xa4cc0000 - 0xa4cd7ff3 com.apple.TextureIO (3.7 - 3.7)
<B46FD025-BC89-3A84-B2E1-5E744E2F9C33>
/System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0xa4cff000 - 0xa4d00fff com.apple.TrustEvaluationAgent (2.0 - 31)
<185BD5A9-5A2D-3317-B7FE-9B67F14C4D2C>
/System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0xa4d01000 - 0xa4e8bfff com.apple.UIFoundation (1.0 - 546.1.1)
<DB0AE684-9FD6-3EFC-BAA0-BD6F5D27D24C>
/System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0xa5222000 - 0xa52e6fff com.apple.ViewBridge (343.2 - 343.2)
<A936118D-0D99-305B-B0D0-A11D49A6E647>
/System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0xa5459000 - 0xa545bfff com.apple.loginsupport (1.0 - 1)
<086FAE1B-87E2-324A-AE76-E6EC0B5F1517>
/System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0xa545c000 - 0xa546dfff com.apple.login (3.0 - 3.0)
<A77D7047-2994-3696-8E3D-9922F2659A26>
/System/Library/PrivateFrameworks/login.framework/Versions/A/login
0xa547f000 - 0xa54acffb com.apple.contacts.vCard (1.0 - 2330.3)
<9FBAEC2A-7FA7-3AAF-A446-83222ACAB533>
/System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0xa54e6000 - 0xa5519ff7 libclosured.dylib (519.2.2)
<E0E52FC3-51A9-385F-953D-23A7CA8D5666> /usr/lib/closure/libclosured.dylib
0xa5569000 - 0xa55a0ff3 libCRFSuite.dylib (41)
<7F584902-74F1-3362-935D-95F5E735F5E7> /usr/lib/libCRFSuite.dylib
0xa55a1000 - 0xa55abffb libChineseTokenizer.dylib (28)
<1FF5A32D-E012-3E76-B738-FAC26AD2A39B> /usr/lib/libChineseTokenizer.dylib
0xa55ac000 - 0xa5646ffb libCoreStorage.dylib (546)
<CAD02BFA-05C3-3AA4-853F-956DF4CD93B3> /usr/lib/libCoreStorage.dylib
0xa5647000 - 0xa5648fff libDiagnosticMessagesClient.dylib (104)
<6829B180-2556-3A7E-A2E6-BD4859DF30A7>
/usr/lib/libDiagnosticMessagesClient.dylib
0xa567a000 - 0xa5864ff7 libFosl_dynamic.dylib (17.7)
<DBE4D720-8A46-3879-AD2D-F9A8CE3E7476> /usr/lib/libFosl_dynamic.dylib
0xa586c000 - 0xa586cfff libOpenScriptingUtil.dylib (174)
<B7CEDC30-2D17-3896-9EFC-64DB3D11DF00> /usr/lib/libOpenScriptingUtil.dylib
0xa58b6000 - 0xa58bafff libScreenReader.dylib (562.13)
<F1DB780F-86F0-32D9-B2BA-73AF91F59393> /usr/lib/libScreenReader.dylib
0xa58bb000 - 0xa58bcfff libSystem.B.dylib (1252)
<D7139382-C03A-377B-9F91-DAC2C5296343> /usr/lib/libSystem.B.dylib
0xa58bd000 - 0xa58befff libThaiTokenizer.dylib (2.2)
<057C38A0-A484-3DEB-B512-42DC2885B88B> /usr/lib/libThaiTokenizer.dylib
0xa58cb000 - 0xa58e0ff7 libapple_nghttp2.dylib (1.24)
<480C0C04-2533-3D44-8232-006B6CBA7758> /usr/lib/libapple_nghttp2.dylib
0xa58e1000 - 0xa590cfff libarchive.2.dylib (54)
<D55C5F86-251D-3C33-A617-0C623D4F512E> /usr/lib/libarchive.2.dylib
0xa590d000 - 0xa5a5cffb libate.dylib (1.13.1)
<E109CCBF-357D-3C87-9CE5-D53AE03609A2> /usr/lib/libate.dylib
0xa5a60000 - 0xa5a60ff3 libauto.dylib (187)
<CE2A78CC-670F-3E07-9539-822DCD2F6084> /usr/lib/libauto.dylib
0xa5a61000 - 0xa5a71fff libbsm.0.dylib (39)
<067E9003-0673-32A3-9B40-492323182C5C> /usr/lib/libbsm.0.dylib
0xa5a72000 - 0xa5a7eff7 libbz2.1.0.dylib (38)
<77C24A36-BE84-3702-A786-935C597A0A86> /usr/lib/libbz2.1.0.dylib
0xa5a7f000 - 0xa5ad8ffb libc++.1.dylib (400.9)
<AD612EEF-6CE3-315D-82C2-58248BE13431> /usr/lib/libc++.1.dylib
0xa5ad9000 - 0xa5afafff libc++abi.dylib (400.7)
<41323E53-C7EA-3E9A-BD30-38E82399F843> /usr/lib/libc++abi.dylib
0xa5afc000 - 0xa5b0dff7 libcmph.dylib (6)
<EC7664F1-B5A1-37F4-B7DC-F6AC10587E35> /usr/lib/libcmph.dylib
0xa5b0e000 - 0xa5b21ff7 libcompression.dylib (47)
<F80DDFC1-F96A-3BAD-967D-C1E24253273A> /usr/lib/libcompression.dylib
0xa5b22000 - 0xa5b39ffb libcoretls.dylib (155)
<F66FAEBC-4B6E-31E0-ACA8-C8ACBC7689DD> /usr/lib/libcoretls.dylib
0xa5b3a000 - 0xa5b3bfff libcoretls_cfhelpers.dylib (155)
<8B8ABC2C-F251-3C80-9747-88C05A2CBE64> /usr/lib/libcoretls_cfhelpers.dylib
0xa5cbc000 - 0xa5e63fff libcrypto.35.dylib (22)
<EE1BA2F7-F2F4-387B-8866-5B4A7023D29F> /usr/lib/libcrypto.35.dylib
0xa6017000 - 0xa6022ff7 libcsfde.dylib (546)
<F4322188-F1FF-31A3-8245-C9D62F795D4A> /usr/lib/libcsfde.dylib
0xa6023000 - 0xa607afff libcups.2.dylib (462.1)
<0180AE97-A19F-3D49-9838-06995E73F572> /usr/lib/libcups.2.dylib
0xa60a6000 - 0xa60f8fff libcurl.4.dylib (105.40.1)
<661F43C9-F4B2-3B01-89E6-2621C18E13EB> /usr/lib/libcurl.4.dylib
0xa6190000 - 0xa6190fff libenergytrace.dylib (16)
<34FC43C7-D9B6-3C01-8B65-E49059D31279> /usr/lib/libenergytrace.dylib
0xa61bf000 - 0xa61c3ff7 libgermantok.dylib (17)
<1EA2539A-DCE5-3C16-BF72-0A2F35A02D46> /usr/lib/libgermantok.dylib
0xa61c4000 - 0xa61c8fff libheimdal-asn1.dylib (520.30.1)
<DEA7E913-118F-333E-BE08-5B4F19B33B9A> /usr/lib/libheimdal-asn1.dylib
0xa61f4000 - 0xa62e4ff3 libiconv.2.dylib (51)
<FE6D05A5-18DB-3FD8-A52F-B7BADB232C78> /usr/lib/libiconv.2.dylib
0xa62e5000 - 0xa6507ff7 libicucore.A.dylib (59152.0.1)
<35D52BFF-C74C-3519-AEAC-7371E3C7E4BD> /usr/lib/libicucore.A.dylib
0xa654f000 - 0xa6550fff liblangid.dylib (128)
<120FE992-47E4-3A73-A039-1B401F5696DC> /usr/lib/liblangid.dylib
0xa6551000 - 0xa6569ff7 liblzma.5.dylib (10)
<8A5C9679-430A-3A19-AF68-9D21BAC442C7> /usr/lib/liblzma.5.dylib
0xa656a000 - 0xa657ffff libmarisa.dylib (9)
<805453EE-B829-3DA5-8DF3-5132D03D5B74> /usr/lib/libmarisa.dylib
0xa6580000 - 0xa6633ffb libmecab.1.0.0.dylib (779.7.6)
<45FCECC7-C3DB-3E5F-A177-B0833E3AF67F> /usr/lib/libmecab.1.0.0.dylib
0xa6634000 - 0xa6851fff libmecabra.dylib (779.7.6)
<3C7F6A43-B17C-3673-A0AC-14FFE08370D4> /usr/lib/libmecabra.dylib
0xa6a18000 - 0xa6aecfff libnetwork.dylib (1229.30.11)
<E4008EDE-F873-33FF-BD96-7DB14FA4F364> /usr/lib/libnetwork.dylib
0xa6aed000 - 0xa6ecd0fb libobjc.A.dylib (723)
<4AF346B8-C1A8-3199-B1BB-ADEDD64D5C1A> /usr/lib/libobjc.A.dylib
0xa6ece000 - 0xa6ecefff libodfde.dylib (24)
<C546D8F4-92DA-35F2-B166-10DCC67EB4CE> /usr/lib/libodfde.dylib
0xa6ed1000 - 0xa6ed4fff libpam.2.dylib (22)
<7106F43C-84DD-3F26-905A-B52780AFEB3E> /usr/lib/libpam.2.dylib
0xa6ed7000 - 0xa6f08fff libpcap.A.dylib (79.20.1)
<154889CF-5F83-3012-953E-0FC8FEE50FF8> /usr/lib/libpcap.A.dylib
0xa6f46000 - 0xa6f61ffb libresolv.9.dylib (65)
<65A43F5B-CF88-3948-AE5C-D7CA02D814A1> /usr/lib/libresolv.9.dylib
0xa6f9a000 - 0xa6fabff7 libsasl2.2.dylib (211)
<31BFF961-171E-331A-BA3A-F79E69C6E63B> /usr/lib/libsasl2.2.dylib
0xa6fac000 - 0xa7136ff7 libsqlite3.dylib (274.5)
<B09AF63F-4F1A-3481-9B61-6EBB64D12EB9> /usr/lib/libsqlite3.dylib
0xa718e000 - 0xa71ecff7 libssl.35.dylib (22)
<F96B7886-D3AA-39F3-A23D-3C2822678E13> /usr/lib/libssl.35.dylib
0xa7246000 - 0xa7296ffb libstdc++.6.0.9.dylib (104.1)
<74744B76-524A-3052-A4CF-3C47446A32C0> /usr/lib/libstdc++.6.0.9.dylib
0xa72da000 - 0xa7314ffb libusrtcp.dylib (1229.30.11)
<39D76669-A48B-3BAC-8F45-1D6CA87E9B4B> /usr/lib/libusrtcp.dylib
0xa7315000 - 0xa7318ff7 libutil.dylib (51.20.1)
<86BD9675-16A2-345D-9B8D-E8A3397F2365> /usr/lib/libutil.dylib
0xa7319000 - 0xa7327ff7 libxar.1.dylib (400)
<4B664A7E-EC05-34AD-ACC6-C879B69DBA7C> /usr/lib/libxar.1.dylib
0xa7328000 - 0xa7406ff7 libxml2.2.dylib (31.7)
<3E1F9E3D-6C44-3437-AB2B-E5ACE1927F81> /usr/lib/libxml2.2.dylib
0xa7407000 - 0xa742fff3 libxslt.1.dylib (15.10)
<1A3DC7B8-7C92-3D73-BF82-D60E64BC3DF0> /usr/lib/libxslt.1.dylib
0xa7430000 - 0xa743fff7 libz.1.dylib (70)
<588F445F-0065-3D77-8002-BA9411DA1D70> /usr/lib/libz.1.dylib
0xa7479000 - 0xa747dfff libcache.dylib (80)
<5D011637-CADA-38A1-A695-CE049657FD9D> /usr/lib/system/libcache.dylib
0xa747e000 - 0xa7488fff libcommonCrypto.dylib (60118.30.2)
<38B2C15B-D27F-3106-A337-F72F29844825> /usr/lib/system/libcommonCrypto.dylib
0xa7489000 - 0xa748efff libcompiler_rt.dylib (62)
<FA07FEE2-CEFE-3CC0-A82F-E601AA2CCB36> /usr/lib/system/libcompiler_rt.dylib
0xa748f000 - 0xa7498ff3 libcopyfile.dylib (146.30.2)
<F3A05833-AD1C-3E3A-8100-847297C882FC> /usr/lib/system/libcopyfile.dylib
0xa7499000 - 0xa7501ff7 libcorecrypto.dylib (562.30.10)
<0D8A61F8-2D7D-31F1-93AB-0597D80CCA85> /usr/lib/system/libcorecrypto.dylib
0xa756c000 - 0xa75a1fff libdispatch.dylib (913.30.4)
<D1812254-DE85-3A5B-AD7B-5CE23BB8C9E1> /usr/lib/system/libdispatch.dylib
0xa75a2000 - 0xa75bffff libdyld.dylib (519.2.2)
<A79B6A65-DDAA-31C5-B66B-95FB343125BE> /usr/lib/system/libdyld.dylib
0xa75c0000 - 0xa75c0fff libkeymgr.dylib (28)
<C448ACFC-DD1B-3F08-B4C3-D2B69D1210B1> /usr/lib/system/libkeymgr.dylib
0xa75c1000 - 0xa75cdff7 libkxld.dylib (4570.41.2)
<C01D2E6F-B29E-3795-9258-55445BF8F933> /usr/lib/system/libkxld.dylib
0xa75ce000 - 0xa75cefff liblaunch.dylib (1205.30.29)
<0F3BF17D-FCFA-3692-8A6E-FDE5C58DB3B7> /usr/lib/system/liblaunch.dylib
0xa75cf000 - 0xa75d4fff libmacho.dylib (900.0.1)
<F1F0BC1D-A2D9-39F9-9A11-263F8392CB3B> /usr/lib/system/libmacho.dylib
0xa75d5000 - 0xa75d7fff libquarantine.dylib (86)
<68DE2EB2-7911-304D-89D6-1517CA689001> /usr/lib/system/libquarantine.dylib
0xa75d8000 - 0xa75d9fff libremovefile.dylib (45)
<BEF76B44-53EA-3970-AB50-2296DC7F097F> /usr/lib/system/libremovefile.dylib
0xa75da000 - 0xa75f1ff7 libsystem_asl.dylib (356.1.1)
<F96973B5-C36B-3037-8AEC-3BF7147D79E2> /usr/lib/system/libsystem_asl.dylib
0xa75f2000 - 0xa75f2fff libsystem_blocks.dylib (67)
<32CE9BB7-E047-3568-981E-4EA94D3DCBB5>
/usr/lib/system/libsystem_blocks.dylib
0xa75f3000 - 0xa767ffff libsystem_c.dylib (1244.30.3)
<8BCBF89D-5CE7-3950-884A-86E37DBF2660> /usr/lib/system/libsystem_c.dylib
0xa7680000 - 0xa7683fff libsystem_configuration.dylib (963.30.1)
<0F30DC5A-F39F-32C9-BA01-05AAC699713A>
/usr/lib/system/libsystem_configuration.dylib
0xa7684000 - 0xa7687fff libsystem_coreservices.dylib (51)
<C3D75760-EED5-3C5C-8245-FBD3D9FD60FD>
/usr/lib/system/libsystem_coreservices.dylib
0xa7688000 - 0xa7689fff libsystem_darwin.dylib (1244.30.3)
<83B1D06A-9FA5-3F0B-A223-0659F4248E51>
/usr/lib/system/libsystem_darwin.dylib
0xa768a000 - 0xa7690ff3 libsystem_dnssd.dylib (878.30.4)
<3C4400C4-C531-3653-872B-E22892D7B29A> /usr/lib/system/libsystem_dnssd.dylib
0xa7691000 - 0xa76e0ffb libsystem_info.dylib (517.30.1)
<A8E62937-32F9-373C-8150-B6B442227226> /usr/lib/system/libsystem_info.dylib
0xa76e1000 - 0xa7704ff7 libsystem_kernel.dylib (4570.41.2)
<649BB7E7-6378-3D2C-BBC6-ED2577E551B9>
/usr/lib/system/libsystem_kernel.dylib
0xa7705000 - 0xa7754fdb libsystem_m.dylib (3146)
<DBE0AACD-3665-3EEB-BADA-A435E591C54B> /usr/lib/system/libsystem_m.dylib
0xa7755000 - 0xa776ffff libsystem_malloc.dylib (140.40.1)
<968EF31E-50B0-3BFD-96B8-8FD513BDCB3C>
/usr/lib/system/libsystem_malloc.dylib
0xa7770000 - 0xa780dffb libsystem_network.dylib (1229.30.11)
<84B584A7-7583-31E7-8A39-64B4A5AD643B>
/usr/lib/system/libsystem_network.dylib
0xa780e000 - 0xa7818fff libsystem_networkextension.dylib (767.40.1)
<EB81FB6B-A725-3F87-991A-DD55F0ED540A>
/usr/lib/system/libsystem_networkextension.dylib
0xa7819000 - 0xa7821ff3 libsystem_notify.dylib (172)
<63E3CF8C-4F15-3D45-84A6-1218352031E9>
/usr/lib/system/libsystem_notify.dylib
0xa7822000 - 0xa7828ffb libsystem_platform.dylib (161.20.1)
<82782E0E-7264-3CB4-AE69-571EDB5E7A24>
/usr/lib/system/libsystem_platform.dylib
0xa7829000 - 0xa7833ff3 libsystem_pthread.dylib (301.30.1)
<7409C1E5-F3BA-3AB3-ADC1-9DCD356C6C13>
/usr/lib/system/libsystem_pthread.dylib
0xa7834000 - 0xa7837ff3 libsystem_sandbox.dylib (765.40.2)
<07D6B9E4-5A9D-300F-8D65-E218EDE85477>
/usr/lib/system/libsystem_sandbox.dylib
0xa7838000 - 0xa783afff libsystem_secinit.dylib (30)
<CE2C90DE-27A4-3546-8A05-96B743861DD0>
/usr/lib/system/libsystem_secinit.dylib
0xa783b000 - 0xa7843ff7 libsystem_symptoms.dylib (820.30.7)
<0283BDB3-16A2-371E-A25C-A26F076C24A5>
/usr/lib/system/libsystem_symptoms.dylib
0xa7844000 - 0xa7856fff libsystem_trace.dylib (829.30.14)
<79446DE0-89F6-3979-B14C-7B463AD70351> /usr/lib/system/libsystem_trace.dylib
0xa7858000 - 0xa785efff libunwind.dylib (35.3)
<642BBA03-0411-3FAA-A421-D79A9156AB1C> /usr/lib/system/libunwind.dylib
0xa785f000 - 0xa7887ff7 libxpc.dylib (1205.30.29)
<CD44097B-4B65-3F75-AB7F-52228229FFB5> /usr/lib/system/libxpc.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 1
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 1251
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=283.6M resident=0K(0%)
swapped_out_or_unallocated=283.6M(100%)
Writable regions: Total=114.7M written=0K(0%) resident=0K(0%)
swapped_out=0K(0%) unallocated=114.7M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 256K 3
Activity Tracing 256K 2
CG backing stores 4396K 7
CG image 1688K 126
CoreAnimation 136K 22
CoreGraphics 8K 2
CoreImage 16K 5
CoreUI image data 2076K 22
CoreUI image file 608K 6
Foundation 28K 3
Image IO 20K 6
Kernel Alloc Once 8K 2
MALLOC 92.4M 69
MALLOC guard page 48K 13
Memory Tag 242 12K 2
OpenGL GLSL 128K 3
Stack 12.5M 11
Stack Guard 56.0M 11
VM_ALLOCATE 336K 52
__DATA 17.7M 296
__FONT_DATA 4K 2
__GLSLBUILTINS 2588K 2
__LINKEDIT 77.3M 12
__OBJC 5176K 124
__TEXT 206.3M 298
__UNICODE 560K 2
mapped file 322.8M 248
shared memory 696K 14
=========== ======= =======
TOTAL 803.6M 1337
System Profile:
Network Service: Wi-Fi, AirPort, en1
Thunderbolt Bus: iMac, Apple Inc., 23.4
Boot Volume File System Type: hfs
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE,
0x45424A3431554638424455352D474E2D4620
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE,
0x45424A3431554638424455352D474E2D4620
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: USB 2.0 Hub [MTT]
USB Device: Fast Track
USB Device: USB Sound Device
USB Device: Hub
USB Device: M-Track Quad
USB Device: USB 2.0 Hub
USB Device: Keystation Mini 32
USB Device: USB gamepad
USB Device: FaceTime HD Camera (Built-in)
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Hub
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 3.0 Bus
USB Device: SimpleDrive USB 2.0
USB Device: USB-SATA Bridge
USB Device: Apple USB SuperDrive
Serial ATA Device: APPLE HDD HTS541010A9E662, 1 TB
Model: iMac13,1, BootROM IM131.010F.B00, 4 processors, Intel Core i5,
2.7 GHz, 8 GB, SMC 2.9f5
Graphics: NVIDIA GeForce GT 640M, NVIDIA GeForce GT 640M, PCIe, 512 MB
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF4),
Broadcom BCM43xx 1.0 (7.21.190.16.1a2)
Bluetooth: Version 6.0.2f2, 3 services, 27 devices, 1 incoming serial ports
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden