in streched cluster in vsan read locality concept is available but what is in single site cluster, because AFAIK vm can get compute resources from one esxi and storage completly from other.
single site read locality vmware vsan
vcenter replication - lan replication
We have 2 clusters on the same lan and we want to use VM replication. The VRMS and Vcenter are in different centralized location with a wan link to the sites that we want the replication to occur.
Whenever we enable the replication between the 2 clusters, we kill our WAN link. We have a 12MBs wan link to the central DC and we max it out. I understand some metadata getting do the vcenter and VRMS, but based on the wan utilization and amount of data (tens of GB for a single 100GB LAN replica), this seems excessive. Additionally we see the traffic from the source host to many of the hosts in the centralized DC, not just the one or two hosts that the VC and VRMS are running on.
Any thoughts on how to minimize the wan utilization? we tried putting VRMS local to source/destination cluster, but this created a lot of traffic between the VRMS and VC.
Both source and destination clusters are VSAN, while the DC is FC.
running vcenter 6.0u2 and VRMS 6.1.1
Thank you,
-Glenn
Windows 10 Start Menu not working after refresh/recompose
Has anyone else run into this issue or know anything about it? If I provision a new linked-clone VM running Windows 10 and log into it with using a writable volume (UIA plus profile template), refresh or recompose, then login again, the Start Menu and Edge don't work at all.
Here are the steps I'm testing with.
- Provision a Windows 10 VM using linked-clones
- Nothing is on the base VM except VMware Tools, Horizon Agent, and App Volumes Agent
- I've also applied the Windows 10 optimization settings from VMware (minus a few settings)
- Login with a new writable volume assigned to the user account
- Verify Start Menu / Edge work fine
- Create a small text file on the desktop to confirm when we log back in that it's attaching the writable volume
- Restart
- Manually initiate a refresh or recompose
- Login; notice the text file exists and it shows the writable is attached
- Attempt to use Start Menu / Edge and neither work
Here's my environment.
- Windows 10 build 1511.1 (April 2016) 64-bit
- VMware Horizon 7.0
- App Volumes 2.10
I do have some AppStacks assigned to my user account but I can't foresee how that would break things.
Disable tenant login
Hello,
is there a way to disable login to vcloud director for certain tenants? Reason for this is that the client doesn't want his vapp to be exposed on the internet, he wants to login only through local network.
Has anyone been able to invoke the VMware BOOTX64.efi from a BOOTX64.efi (grub.efi) menu?
I am trying to build a USB stick that will EFI boot and install a variety of Linux's (SLES, RHEL, CentOS) and VMware. I have been able to create a menu and get all but the VMware piece working. I have tried a chainload of the BOOTX64.efi that came out of the EFI directory on the VMware ESX5i install media, which seems to correctly invoke the binary, but the arguments get messed up and I get a "file not found". Does anyone have insights into how tio get this working?
Thanks,
JoEC.
VMware HTML Console SDK - Blank Page
I am testing getting this working
the code I use is below, I get the ticket by calling acquireMksTicket method. I put the ticket at the end of the wmks.connect url and do put in our actual host.
I get a browser page to open but its blank with no errors.
Get ticket = https://VCENTERIP/mob/?moid=vm-379282&method=acquireMksTicket
html code
<!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Console</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="/static/css/wmks-all.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/jquery-ui.min.js"></script>
<script type="text/javascript" src="/static/js/wmks.js" type="text/javascript"></script>
<a href="javascript:void(wmks.sendKeyCodes([17,18,46]))">send Ctrl+Alt+Del</a>
<a onClick="goFullScreen()" href="#">go full screen</a>
<a href="javascript:void(disconnect())">disconnect</a>
<a href="javascript:void(wkms.showKeyboard())">show keyboard</a>
<a href="javascript:void(wkms.hideKeyboard())">hide keyboard</a>
<div id="wmksContainer" style="position:absolute; width:800px; height:600px;"/>
<script>
function goFullScreen() {
wmks.enterFullScreen();
wmks.setRemoteScreenSize(screen.height, screen.height);
wmks.updateScreen();
}
function disconnect() {
wmks.disconnect();
wmks.destroy();
}
</script>
<script>
var wmks = WMKS.createWMKS("wmksContainer",
{
enableUint8Utf8: true,
{# changeResolution: false,#}
{# enableVVC: false,#}
VCDProxyHandshakeVmxPath: "{{ vmx }}",
});
console.log(wmks.getConnectionState());
wmks.register(WMKS.CONST.Events.CONNECTION_STATE_CHANGE,
function(event,data){
if(data.state == WMKS.CONST.ConnectionState.CONNECTED){
console.log("connection state change : connected");
}
}
);
wmks.register(WMKS.CONST.Events.ERROR,
function(event,data){
console.log("PLAF");
}
);
wmks.connect("wss://"Host":902/ticket/"Ticket"");
console.log(wmks.getConnectionState());
window.onbeforeunload = function(){
wmks.disconnect();
};
</script >
</body>
</html>
Mixing Hybrid and All-flash disk groups in same vsan cluster
What i believe "Mixing Hybrid and All-Flash disk groups is not a good practice" Because we cannot control the vm data placement location means data should go in this or that disk group is not possible. So one question that i got from my client is why not vmware provides two different datastores creation in one vsan cluster - One vsan datastore (Hybrid) and another vsan datastore (All-Flash). I felt the client requirement is genuine as well. Correct me if i am wrong. Looking for the suggestions from vsan experts.
VSAN vROPs Management Pack for Storage Devices read only credentials not sufficient?
use case:
we have a VSAN 6.2 cluster which we want to monitor with our vROPs 6.2.0 instance
therefore I installed the MPSD 6.0.4 and configured the adapter. The credentials I gave the adapter to pull all needed data from vCenter have read only right in vCenter. According to the user guide of MPSD this is not sufficient:
Verify that the following conditions are met: Read-only credentials are not adequate to connect and collect data from the vCenter Server and fabric CIM servers. You must provide credentials with sufficient privileges. If the user account has limited access to objects in vCenter and the fabric CIM server, you can only collect data from objects for which you have permission.
Further more the adapter log of vROps shows errors like the following:
2016-06-01 10:38:38,199 ERROR [pool-13-thread-5] (11200) com.integrien.adapter3.vsom.datasource.ESXDataSource.connect - Could not initialize CIM client of host Host_x.x.x.x
java.lang.NullPointerException
at com.integrien.adapter3.vsom.util.USAUtil.createWBEMClient(USAUtil.java:428)
at com.integrien.adapter3.vsom.datasource.ESXDataSource.initializeConnectionObjects(ESXDataSource.java:282)
at com.integrien.adapter3.vsom.datasource.ESXDataSource.connect(ESXDataSource.java:7225)
at com.integrien.adapter3.vsom.datasource.ESXDataSource.<init>(ESXDataSource.java:223)
at com.integrien.adapter3.vsom.datasource.VCDataSource.getAllHostDataSources(VCDataSource.java:3934)
at com.integrien.adapter3.vsom.datasource.VCDataSource.discoverResources(VCDataSource.java:375)
at com.integrien.adapter3.vsom.ResourceDiscoveryTask.run(ResourceDiscoveryTask.java:28)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2016-06-01 10:38:38,200 ERROR [pool-13-thread-5] (11200) com.integrien.adapter3.vsom.datasource.VCDataSource.getAllHostDataSources - Exception thrown while creating ESXDataSource
java.lang.Exception: Could not establish connection with the Host host-74216
at com.integrien.adapter3.vsom.datasource.ESXDataSource.<init>(ESXDataSource.java:224)
at com.integrien.adapter3.vsom.datasource.VCDataSource.getAllHostDataSources(VCDataSource.java:3934)
at com.integrien.adapter3.vsom.datasource.VCDataSource.discoverResources(VCDataSource.java:375)
at com.integrien.adapter3.vsom.ResourceDiscoveryTask.run(ResourceDiscoveryTask.java:28)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
016-06-01 10:38:34,045 ERROR [pool-13-thread-5] (11200) com.integrien.adapter3.vsom.datasource.ESXDataSource.initializeConnectionObjects - Error during initializeConnectionObjects
com.sun.xml.internal.ws.fault.ServerSOAPFaultException: Client received SOAP Fault from server: Permission to perform this operation was denied. Please see the server log to find more detail regarding exact cause of the failure.
at com.sun.xml.internal.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:178)
at com.sun.xml.internal.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:124)
at com.sun.xml.internal.ws.client.sei.StubHandler.readResponse(StubHandler.java:238)
at com.sun.xml.internal.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:189)
at com.sun.xml.internal.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:276)
at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:104)
at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:77)
at com.sun.xml.internal.ws.client.sei.SEIStub.invoke(SEIStub.java:147)
at com.sun.proxy.$Proxy159.acquireCimServicesTicket(Unknown Source)
at com.integrien.adapter3.vsom.datasource.ESXDataSource.initializeConnectionObjects(ESXDataSource.java:276)
at com.integrien.adapter3.vsom.datasource.ESXDataSource.connect(ESXDataSource.java:7225)
at com.integrien.adapter3.vsom.datasource.ESXDataSource.<init>(ESXDataSource.java:223)
at com.integrien.adapter3.vsom.datasource.VCDataSource.getAllHostDataSources(VCDataSource.java:3934)
at com.integrien.adapter3.vsom.datasource.VCDataSource.discoverResources(VCDataSource.java:375)
at com.integrien.adapter3.vsom.ResourceDiscoveryTask.run(ResourceDiscoveryTask.java:28)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
The question is now which rights are needed for the vROps user to let the adapter successfully execute the tasks to get all needed data ?
Anyone came across this issue?
Regards,
daniel
VM Disaster Recovery With SRM
If VM is recovered in recovery site, is there any id that gets changed and that can create the trouble in the VM Managemet from some change management tools like service now?
App Volumes 2.10 and SQL Replication
I have a client scenario where we have 2 separate installs of App Volumes 2.10 in 2 sites with individual vCenters. Appstacks will be replicated using storage groups but I was hoping to keep the assignment information in sync using SQL (2012 Standard Edition) replication. I was looking for some guidance as to which specific tables will need to be replicated to achieve this. From looking at them it seems I will need the below.
dbo.groups
dbo.org_units
snapvol*
I can't seem to find any official documentation for this from vmware or if it is even sensible to do this? Wondered if anyone had thoughts around this.
Thanks!
Unable to scan hosts with Update Manager
Hi All,
Here's description about my enviornment.
I have a windows 2008 R2 DC. Named ---- DC01
I have a Virtual Center. Names ------- VC01 (version 5.5)
I have an external Databse server. Named ---- DB01 (Windows 2008 R2)
I have an ESXi Host. Named --- esxi551 (version 5.5)
I have a UMDS Server. Named --- umds (Windows 2008 R2)
I configure umds and downloaded 5.5 patches only. I then created IIS repository.
On my VC01 I have installed Update Manager. Connected the umds repository on the VUM and there was a green check connected. I then downloaded all the patches.
I then created two baselines and put them in a baseline group. I attached esxi551 to the two created baselines.
When I go for scan it returns an error
I checked the log file and found
2015-03-27T16:06:04.403+05:30 [02136 warning 'Ufa'] Empty WSDL root, failing
2015-03-27T16:07:04.428+05:30 [06028 warning 'Ufa'] Empty WSDL root, failing
2015-03-27T16:08:04.451+05:30 [05704 warning 'Ufa'] Empty WSDL root, failing
2015-03-27T16:09:04.481+05:30 [01868 warning 'Ufa'] Empty WSDL root, failing
2015-03-27T16:09:37.597+05:30 [05704 warning 'Locale'] Resource module 'HealthService' not found.
2015-03-27T16:10:04.356+05:30 [01868 error 'Ufa.HTTPService'] Failed to read request; stream: <SSL(<io_obj p:0x02c09fb0, h:2084, <TCP '[::1]:8084'>, <TCP '[::1]:59371'>>)>, error: class Vmacore::SystemException(An established connection was aborted by the software in your host machine)
2015-03-27T16:11:04.385+05:30 [02136 warning 'Ufa'] Empty WSDL root, failing
2015-03-27T16:12:04.419+05:30 [05364 warning 'Ufa'] Empty WSDL root, failing
2015-03-27T16:13:04.445+05:30 [06028 warning 'Ufa'] Empty WSDL root, failing
2015-03-27T16:14:04.462+05:30 [05200 warning 'Ufa'] Empty WSDL root, failing
2015-03-27T16:14:37.579+05:30 [05208 warning 'Locale'] Resource module 'HealthService' not found.
2015-03-27T16:15:04.370+05:30 [05200 error 'Ufa.HTTPService'] Failed to read request; stream: <SSL(<io_obj p:0x0153f648, h:1864, <TCP '[::1]:8084'>, <TCP '[::1]:59013'>>)>, error: class Vmacore::SystemException(An established connection was aborted by the software in your host machine)
2015-03-27T16:16:04.414+05:30 [05208 warning 'Ufa'] Empty WSDL root, failing
2015-03-27T16:16:56.149+05:30 [02136 info 'VcIntegrity'] Connecting to host 10.1.1.3 on port 80 using protocol http
-->
2015-03-27T16:16:56.173+05:30 [02136 info 'VcIntegrity'] Authenticating extension by SSL certificate
2015-03-27T16:16:56.184+05:30 [02136 info 'VcIntegrity'] Logged in!
2015-03-27T16:16:56.208+05:30 [02136 info 'VcIntegrity'] ImpersonateUser user HOME\Administrator
2015-03-27T16:17:04.436+05:30 [05704 warning 'Ufa'] Empty WSDL root, failing
2015-03-27T16:17:13.331+05:30 [02136 info 'VcIntegrity'] Impersonated user!
2015-03-27T16:17:13.346+05:30 [02136 info 'VcIntegrity'] Error on logout (ignored): vim.fault.NotAuthenticated
2015-03-27T16:17:13.346+05:30 [02136 info 'vmomi.soapStub[1]'] Resetting stub adapter for server <cs p:00a097e0, TCP:10.1.1.3:80> : Closed
2015-03-27T16:18:14.332+05:30 [05200 warning 'Ufa'] Empty WSDL root, failing
2015-03-27T16:19:14.374+05:30 [05572 warning 'Ufa'] Empty WSDL root, failing
2015-03-27T16:19:37.592+05:30 [05572 warning 'Locale'] Resource module 'HealthService' not found.
Complete log file attached. Please suggest how to proceed.
Thanks
Vaibhav
ESXi6 after applying patch reports size of scratch partition too small
I have an HP 465 G8 blade, running ESXi 6 update 2. I applied esxi600-201605401-BG. After it patched and rebooted, the logs reported a warning that the size of the scratch partition is too small. Recommended scratch partition size is 5940MiB.
I used SSH and checked the size of the volume that had the scratch partition. The host is booting from local disk, so it's got the default 4G scratch. Using the "df" command from the SSH shell, it shows it's only using 1%. I've rebooted and again I get the warning, and again it's showing 1% used.
Do I really need to go back and point the scratch partition to a larger location, or can I ignore this warning?
This host is non production, so I can leave it for now, but I would like to figure this out before I apply the patch to the other 6x hosts.
Parallels PCS server to VMware vSphere
Parallels PCS server is not listed as a supported host, but I wondered if anyone had been successful in doing a V2V migration from PCS to vSphere 5.*
crash when try to make new WM with file ISO
When i try to make new WM from ISO it crash immediately.
here the log:
Process: VMware Fusion [9404]
Path: /Applications/VMware Fusion.app/Contents/MacOS/VMware Fusion
Identifier: VMware Fusion
Version: 8.1.1 (3771013)
Code Type: X86-64 (Native)
Parent Process: ??? [9079]
Responsible: VMware Fusion [9404]
User ID: 501
Date/Time: 2016-06-12 19:17:04.228 +0200
OS Version: Mac OS X 10.11.5 (15F34)
Report Version: 11
Anonymous UUID: 5E819027-8500-C3C5-5B92-B0D43C439FE0
Sleep/Wake UUID: 4390C1E9-70AE-4DCF-A2FD-442CE4C5F86A
Time Awake Since Boot: 8400 seconds
Time Since Wake: 2300 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
*** multi-threaded process forked ***
crashed on child side of fork pre-exec
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff97827f06 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff9e2704ec pthread_kill + 90
2 libvmwarebase.dylib 0x000000010405ba33 SigCoreDumpViaChild + 963
3 libvmwarebase.dylib 0x000000010405bbe7 Sig_CoreDump + 39
4 libvmwarebase.dylib 0x0000000103de122d Panic_Panic + 141
5 libvmwarebase.dylib 0x0000000103de1392 Panic + 130
6 libvmwarebase.dylib 0x000000010405ae80 0x103d96000 + 2903680
7 libsystem_platform.dylib 0x00007fff9766d52a _sigtramp + 26
8 ??? 0x0000000104f72930 0 + 4378274096
9 libvmwareui.dylib 0x00000001045b16aa Guess_WindowsVistaAndNewer + 778
10 libvmwareui.dylib 0x00000001045b031a Guess_Guest + 202
11 com.vmware.fusion 0x0000000102b12884 0x102a32000 + 919684
12 com.apple.CoreFoundation 0x00007fff98792a6c __invoking___ + 140
13 com.apple.CoreFoundation 0x00007fff987928fe -[NSInvocation invoke] + 286
14 com.apple.Foundation 0x00007fffa1858b4e __NSFireDelayedPerform + 377
15 com.apple.CoreFoundation 0x00007fff9879eb94 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
16 com.apple.CoreFoundation 0x00007fff9879e823 __CFRunLoopDoTimer + 1075
17 com.apple.CoreFoundation 0x00007fff9879e37a __CFRunLoopDoTimers + 298
18 com.apple.CoreFoundation 0x00007fff98795871 __CFRunLoopRun + 1841
19 com.apple.CoreFoundation 0x00007fff98794ed8 CFRunLoopRunSpecific + 296
20 com.apple.HIToolbox 0x00007fff9717b935 RunCurrentEventLoopInMode + 235
21 com.apple.HIToolbox 0x00007fff9717b677 ReceiveNextEventCommon + 184
22 com.apple.HIToolbox 0x00007fff9717b5af _BlockUntilNextEventMatchingListInModeWithFilter + 71
23 com.apple.AppKit 0x00007fff9c3fcdf6 _DPSNextEvent + 1067
24 com.apple.AppKit 0x00007fff9c3fc226 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
25 com.apple.AppKit 0x00007fff9c3f0d80 -[NSApplication run] + 682
26 com.apple.AppKit 0x00007fff9c3ba368 NSApplicationMain + 1176
27 com.vmware.fusion 0x0000000102a3d45f 0x102a32000 + 46175
28 libdyld.dylib 0x00007fffa089b5ad start + 1
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5d1c8748 rdx: 0x0000000000000000
rdi: 0x0000000000000203 rsi: 0x0000000000000006 rbp: 0x00007fff5d1c8770 rsp: 0x00007fff5d1c8748
r8: 0x00000000fffffffc r9: 0x00007fff7d8e89c8 r10: 0x0000000000000000 r11: 0x0000000000000287
r12: 0x000000010430c25f r13: 0x00007fff5d1c9a10 r14: 0x00007fff7ed22000 r15: 0x00007fff7ecf0070
rip: 0x00007fff97827f06 rfl: 0x0000000000000286 cr2: 0x000000010442b068
Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133
Binary Images:
0x102a32000 - 0x103105ff7 +com.vmware.fusion (8.1.1 - 3771013) <3CD997E4-6E13-3F9F-9062-56181466B08D> /Applications/VMware Fusion.app/Contents/MacOS/VMware Fusion
0x10328f000 - 0x1032ecfe7 +libcurl.4.dylib (8) <A86A0B69-5D7C-7B82-B7EE-9FDEEBAACB51> /Applications/VMware Fusion.app/Contents/Frameworks/libcurl.4.dylib
0x1032fe000 - 0x1033f4fff +libglib-2.0.0.dylib (2201.1) <C96BD30B-FE40-2FA6-3853-68981A02F521> /Applications/VMware Fusion.app/Contents/Frameworks/libglib-2.0.0.dylib
0x10340e000 - 0x10345affa +libglibmm-2.4.1.dylib (4) <5263E7F1-336D-5BC1-C042-EEC58DBA0680> /Applications/VMware Fusion.app/Contents/Frameworks/libglibmm-2.4.1.dylib
0x103499000 - 0x10349bfff +libglibmm_generate_extra_defs-2.4.1.dylib (4) <298A01C3-3FEF-D23D-7397-74F5B85A051A> /Applications/VMware Fusion.app/Contents/Frameworks/libglibmm_generate_extra_defs-2.4.1.dylib
0x1034a4000 - 0x1034e4fef +libgobject-2.0.0.dylib (2201.1) <4C4193A7-11B5-6442-C308-ED02C8D4E716> /Applications/VMware Fusion.app/Contents/Frameworks/libgobject-2.0.0.dylib
0x1034f1000 - 0x103a33ff7 +libgvmomi.dylib (0) <581E8DC0-0EB9-3DF1-9172-07A472DA8E10> /Applications/VMware Fusion.app/Contents/Frameworks/libgvmomi.dylib
0x103afd000 - 0x103b29fff +libpng12.0.dylib (57) <38955E90-AB67-1C6B-FEF9-E18FE2657B2A> /Applications/VMware Fusion.app/Contents/Frameworks/libpng12.0.dylib
0x103b35000 - 0x103c79ff3 +libprotobuf.6.dylib (7) <EB139F0E-7C6A-15C6-5FA8-6454FA7949B8> /Applications/VMware Fusion.app/Contents/Frameworks/libprotobuf.6.dylib
0x103d7d000 - 0x103d83fff +libsigc-2.0.0.dylib (1) <E5AFE03B-2932-EB80-D608-D394C302CE8F> /Applications/VMware Fusion.app/Contents/Frameworks/libsigc-2.0.0.dylib
0x103d94000 - 0x103d94fe7 +cl_kernels (???) <9A01A6D1-9D75-49F2-8276-391A98E5F8E2> cl_kernels
0x103d96000 - 0x104429ff7 +libvmwarebase.dylib (0) <6E686086-3B8B-3472-8226-EA564CADF6E2> /Applications/VMware Fusion.app/Contents/Frameworks/libvmwarebase.dylib
0x1045a9000 - 0x104f69fff +libvmwareui.dylib (0) <0C71FFF7-4695-3B36-9AC2-020C4AF184B8> /Applications/VMware Fusion.app/Contents/Frameworks/libvmwareui.dylib
0x105168000 - 0x105197fe7 +libcds.dylib (1) <E171D2EA-D02F-C5C1-B538-762D0931EB8A> /Applications/VMware Fusion.app/Contents/Frameworks/libcds.dylib
0x1051a6000 - 0x1051f3fef +libssl.1.0.1.dylib (1.0.1) <A0A3C7E3-CB33-7BF2-2FEC-962F3959F5B9> /Applications/VMware Fusion.app/Contents/Frameworks/libssl.1.0.1.dylib
0x10520c000 - 0x105362fd7 +libcrypto.1.0.1.dylib (1.0.1) <2773EB6B-229C-CC53-5567-697076071D22> /Applications/VMware Fusion.app/Contents/Frameworks/libcrypto.1.0.1.dylib
0x1053c8000 - 0x1053dafef +libz.1.2.8.dylib (1.2.8) <1532EE3E-C2E9-0265-48E9-D85C939B67E0> /Applications/VMware Fusion.app/Contents/Frameworks/libz.1.2.8.dylib
0x1053e3000 - 0x1053efff3 +libintl.8.0.2.dylib (9.2) <ADD50738-C367-59C4-E92B-6FB29516E303> /Applications/VMware Fusion.app/Contents/Frameworks/libintl.8.0.2.dylib
0x1053f7000 - 0x1053f9fff +libgmodule-2.0.0.dylib (2201.1) <B76A2FE2-250F-DDC9-1A98-C43FD5E522EA> /Applications/VMware Fusion.app/Contents/Frameworks/libgmodule-2.0.0.dylib
0x105404000 - 0x105406fff +libgthread-2.0.0.dylib (2201.1) <B9FA798C-7AC2-445B-A33C-D1E1464DB2D0> /Applications/VMware Fusion.app/Contents/Frameworks/libgthread-2.0.0.dylib
0x10540d000 - 0x105413fff +libbasichttp.dylib (0) <6AF34606-B09B-3384-BCA8-02372DDBD9C1> /Applications/VMware Fusion.app/Contents/Frameworks/libbasichttp.dylib
0x105420000 - 0x105423ff7 +libvmnetkit.dylib (0) <E43D436A-8BC5-39D7-9AED-39D67C98E4CD> /Applications/VMware Fusion.app/Contents/Frameworks/libvmnetkit.dylib
0x1056c6000 - 0x1056cafff com.apple.audio.AppleHDAHALPlugIn (274.9 - 274.9) <4AD9D94F-0CCD-3590-9DEA-CED5706F096A> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x109f22000 - 0x109f23ff7 +cl_kernels (???) <BEEBBB28-F904-4EA1-8CC9-112711CFA768> cl_kernels
0x10b7f7000 - 0x10b85dff7 com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.14.66 - 10.1.4) <48A178A3-AA09-3B6C-AA4F-5BFA4145DE58> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
0x10cc17000 - 0x10cc37fff com.apple.cmio.DAL.AppleCamera (400.5.46 - AppleCameraDeviceAbstractionLayer-5.46.0) <43BFE2C9-064D-3944-8419-8187194F588C> /Library/CoreMediaIO/*/AppleCamera.plugin/Contents/MacOS/AppleCamera
0x10cca8000 - 0x10cccdffb com.apple.cmio.DAL.VDC-4 (703.0 - 4791) <FD258E44-F820-3A05-BF30-748DE3F63171> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC
0x10daf0000 - 0x10daf1ff7 +cl_kernels (???) <144B8E49-A1E8-4001-BA1D-627D462FEB51> cl_kernels
0x10e93f000 - 0x10e95afff com.apple.security.csparser (3.0 - 57337.50.23) <9597AF09-10B0-3C27-8350-439ED6C797BA> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x116a50000 - 0x116fa7ff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.14.66 - 10.1.4) <3219B2C9-C3ED-3044-A27F-58B5C2C8991F> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
0x7fff6cd6b000 - 0x7fff6cda225f dyld (360.22) <A468D85E-D8D6-3461-8C99-49D3B9ACFC63> /usr/lib/dyld
0x7fff8b679000 - 0x7fff8b6cafff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EA7D4F3B-062B-3C81-A98C-C89264D00D48> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8b6cb000 - 0x7fff8b6ccfff libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib
0x7fff8b7ce000 - 0x7fff8b872fff com.apple.Bluetooth (4.4.5 - 4.4.5f3) <141F2C36-70B6-32D3-A556-7A605832CDB3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff8bbbc000 - 0x7fff8bbbcfff com.apple.Cocoa (6.11 - 22) <807787AB-D231-3F51-A99B-A9314623C571> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff8bbbd000 - 0x7fff8bc5dfff com.apple.ViewBridge (159 - 159) <D8131B7E-DFC9-3FDD-9D56-49821C1D1521> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff8beec000 - 0x7fff8beedff7 libodfde.dylib (23) <F84CB160-D638-3190-B6F5-A262E9AF09F6> /usr/lib/libodfde.dylib
0x7fff8bef4000 - 0x7fff8bf0bfff libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib
0x7fff8bf61000 - 0x7fff8bf7afff com.apple.openscripting (1.7.1 - 169.1) <36EBF6A7-334A-3197-838F-E8C7B27FCDBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8bf7b000 - 0x7fff8c202ff3 com.apple.CFNetwork (760.5.1 - 760.5.1) <EE9426D1-F11C-3DD4-AE08-EA29AEB27177> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8c203000 - 0x7fff8c214fff libSparseBLAS.dylib (1162.2) <EBEB3848-3468-342A-91A6-5C47F2369CD9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff8c338000 - 0x7fff8d425ffb com.apple.WebCore (11601 - 11601.6.17) <A715DA96-B504-36A3-88DD-13485DE8BA2D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff8d426000 - 0x7fff8d457ff7 libtidy.A.dylib (15.17) <6859415D-7A43-384E-ABDD-AA6B2AA9FDCD> /usr/lib/libtidy.A.dylib
0x7fff8d458000 - 0x7fff8d45dfff com.apple.MediaAccessibility (1.0 - 79) <C5E61B45-1967-3602-A48C-31E132B998B2> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff8d45e000 - 0x7fff8d4cdfff com.apple.datadetectorscore (7.0 - 460) <FA46DEE8-B25B-3E84-B067-6A31193A0885> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8d4d9000 - 0x7fff8d566dd7 com.apple.AppleJPEG (1.0 - 1) <558ACADA-C41F-3EEF-82A0-C2D7B13C5428> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff8d658000 - 0x7fff8d65afff com.apple.SecCodeWrapper (4.0 - 261.40.2) <1F832591-59A8-3B3F-943F-D6D827463782> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff8d794000 - 0x7fff8d7b8fff libJPEG.dylib (1450) <1775E59E-D82C-3F7A-8E4F-B0C13F88F691> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8d7b9000 - 0x7fff8d7d2fff com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8d7ff000 - 0x7fff8d807fff libGFXShared.dylib (12.1) <5A0C2493-200C-30BE-97D5-8E8C0B8E604D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8d808000 - 0x7fff8d809fff libsystem_secinit.dylib (20) <32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B> /usr/lib/system/libsystem_secinit.dylib
0x7fff8d80a000 - 0x7fff8d80bfff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8d80c000 - 0x7fff8d81ffff com.apple.CoreBluetooth (1.0 - 1) <E54CA9A2-A5C6-30C5-9D6E-8472DBA9371E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff8d820000 - 0x7fff8d9e6fe7 com.apple.ImageIO.framework (3.3.0 - 1450) <18ABA1F4-43EC-3990-9777-C91FD3D6AF71> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8d9e7000 - 0x7fff8db65fff com.apple.UIFoundation (1.0 - 436.1) <AABB5267-E7B7-3D75-B051-E665BDA8DEF4> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff8db66000 - 0x7fff8db9dff7 com.apple.LDAPFramework (2.4.28 - 194.5) <9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff8dc1b000 - 0x7fff8deb1fff libmecabra.dylib (696.5) <EF6C0BD4-5FE8-34FB-8ADF-69A53CEC97A9> /usr/lib/libmecabra.dylib
0x7fff8dec6000 - 0x7fff8ded1fff com.apple.CrashReporterSupport (10.11 - 718) <05892B57-F2CD-3C84-B984-0417F6B361DB> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8e563000 - 0x7fff8e571fff com.apple.IntlPreferences (2.0 - 192) <A170BA4F-D39C-378C-99B5-CCB7C4F154C1> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fff8e572000 - 0x7fff8e58dfff com.apple.aps.framework (4.0 - 4.0) <CAD47B6E-A581-3B35-885B-67B206F41D5E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff8e5a6000 - 0x7fff8e604fff com.apple.CoreServices.OSServices (728.12 - 728.12) <776EBD4F-7052-377F-A70D-E2FDBD465A5E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8e605000 - 0x7fff8e945fff com.apple.WebKit (11601 - 11601.6.17) <F54752A4-B5AA-3993-BA9A-83F4B3AA176E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff8f53c000 - 0x7fff8f788ff7 com.apple.AddressBook.framework (9.0 - 1679.10) <24F823D3-C3FC-3AF9-B8B3-C166539DBD11> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff8f789000 - 0x7fff8f7daff7 libcups.2.dylib (435.2) <91584A40-214D-33E8-A613-CE22289037C8> /usr/lib/libcups.2.dylib
0x7fff90748000 - 0x7fff9076dff7 libPng.dylib (1450) <F7944170-4854-3CA5-B66F-7A6CA2292DF2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff909ef000 - 0x7fff909f1fff com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff909f2000 - 0x7fff90a9dfff com.apple.PDFKit (3.1 - 3.1) <27AF3C85-1C0B-389C-856C-2E527620C195> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff90b56000 - 0x7fff90c3cfef unorm8_bgra.dylib (2.7.3) <B315AE9C-9E09-3D9F-9513-EC2195908516> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x7fff90c3d000 - 0x7fff90c42fff com.apple.DiskArbitration (2.7 - 2.7) <F55902AA-5316-3255-A701-FDED5B553065> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff90c48000 - 0x7fff90c48fff com.apple.Accelerate (1.10 - Accelerate 1.10) <185EC96A-5AF0-3620-A4ED-4D3654D25B39> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff90c49000 - 0x7fff90c4bff7 com.apple.SafariServices.framework (11601 - 11601.6.17) <98035563-BCB5-3BCA-A519-FB27B4F02998> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
0x7fff90c89000 - 0x7fff90c8eff7 libmacho.dylib (875.1) <318264FA-58F1-39D8-8285-1F6254EE410E> /usr/lib/system/libmacho.dylib
0x7fff90c95000 - 0x7fff90cc2fff libdispatch.dylib (501.40.12) <C7499857-61A5-3D7D-A5EA-65DCC8C3DF92> /usr/lib/system/libdispatch.dylib
0x7fff90cf7000 - 0x7fff90d4aff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
0x7fff90d4b000 - 0x7fff90d6ffff com.apple.quartzfilters (1.10.0 - 1.10.0) <F5C482E2-5AFB-3959-8C01-C149D48E7583> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff90d76000 - 0x7fff90f21ffb GLEngine (12.1) <299D9296-2984-3967-9049-A842B99E5D43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff90f6e000 - 0x7fff911feff7 com.apple.RawCamera.bundle (6.19 - 844) <F14992BD-D9D8-36EE-8A51-989A220E1846> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff919d2000 - 0x7fff91ac2fff libJP2.dylib (1450) <FAFF00CD-1CF6-34DE-A06F-31D4BB9C8BA9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff91af6000 - 0x7fff91afbff7 com.apple.AssetCacheServices (14.1 - 14.1) <5F249F84-660A-3E94-B073-6729E7ED56D9> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
0x7fff91b0c000 - 0x7fff91b58ffb com.apple.HIServices (1.22 - 550) <6B76B41C-CF5A-34C4-89F4-EFD7CA3D1C9D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff91b5e000 - 0x7fff91b98ff7 com.apple.DebugSymbols (132 - 132) <23A42C53-B941-3871-9EE2-4C87A46005B5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff91c32000 - 0x7fff91c41ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff91c42000 - 0x7fff91de8ff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <082319FC-59F2-3D36-AC9B-94759724E302> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff91e1d000 - 0x7fff91e3ffff com.apple.IconServices (68.1 - 68.1) <CDEEDBE6-F53B-3BA1-82D4-23BCA3DD8949> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff92050000 - 0x7fff920a2fff com.apple.AppleVAFramework (5.0.32 - 5.0.32) <271ED7A9-73E5-3595-A8D6-28594C9F3C9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff920a3000 - 0x7fff920aaff7 libcompiler_rt.dylib (62) <A13ECF69-F59F-38AE-8609-7B731450FBCD> /usr/lib/system/libcompiler_rt.dylib
0x7fff920ab000 - 0x7fff920b3ffb libsystem_dnssd.dylib (625.50.5) <4D10E12B-59B5-386F-82DA-326F18028F0A> /usr/lib/system/libsystem_dnssd.dylib
0x7fff920b4000 - 0x7fff920bcfff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff920bd000 - 0x7fff920bdfff libOpenScriptingUtil.dylib (169.1) <AD0DAC8A-9849-3077-999F-9AEC6112BDAB> /usr/lib/libOpenScriptingUtil.dylib
0x7fff9215c000 - 0x7fff9215efff libCVMSPluginSupport.dylib (12.1) <D81B3D8D-B83F-3918-BD4B-6C794A30AF9F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff9215f000 - 0x7fff922bbff3 com.apple.WebKitLegacy (11601 - 11601.6.17) <3F9A3DDF-AA37-388E-8C96-CFF86DB0D16E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff922bc000 - 0x7fff9230efff com.apple.ImageCaptureCore (7.0 - 7.0) <9F3123D8-29D2-332F-AD6B-AB9BF1A58022> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff9230f000 - 0x7fff9232bff3 libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib
0x7fff9232c000 - 0x7fff9235aff7 com.apple.CoreServicesInternal (248.2 - 248.2) <6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff9235b000 - 0x7fff92361fff com.apple.IOAccelerator (205.10 - 205.10) <E46ED853-C2CC-3F29-A7DD-5E9351A2E754> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff92362000 - 0x7fff923b7fff com.apple.AE (701 - 701) <AD492742-F884-386B-A450-FAC281B9FFA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff923c1000 - 0x7fff923cffff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
0x7fff92453000 - 0x7fff924cafeb libcorecrypto.dylib (335.50.1) <B5C05FD7-A540-345A-87BF-8E41848A3C17> /usr/lib/system/libcorecrypto.dylib
0x7fff92d2a000 - 0x7fff92d91fff com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff92d92000 - 0x7fff92d97ff7 libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib
0x7fff92d98000 - 0x7fff92db4ff7 libextension.dylib (78) <FD952DA6-BBEC-3CB6-98B3-E1D111C5C54E> /usr/lib/libextension.dylib
0x7fff92dec000 - 0x7fff92dfdff7 libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib
0x7fff92dfe000 - 0x7fff92e36ff7 com.apple.RemoteViewServices (2.0 - 101) <B2881449-8CFE-3D1C-B4BF-155640392533> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff92e37000 - 0x7fff931b2ffb com.apple.VideoToolbox (1.0 - 1731.15.204) <2B21F9B2-66A2-3900-84A5-0AB66F8056E4> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff93231000 - 0x7fff9327dfff com.apple.print.framework.PrintCore (11.2 - 472.2) <5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff9327e000 - 0x7fff93286fff libcopyfile.dylib (127) <A48637BC-F3F2-34F2-BB68-4C65FD012832> /usr/lib/system/libcopyfile.dylib
0x7fff93287000 - 0x7fff932a9ff7 com.apple.Sharing (442.13.6 - 442.13.6) <DDD2811C-6ECB-32F2-8EE1-69BF9657B4A8> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff9330c000 - 0x7fff93380ff7 com.apple.Heimdal (4.0 - 2.0) <5D365381-8B5E-3259-8867-FC4A7D307BDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff933a7000 - 0x7fff933a7fff com.apple.ApplicationServices (48 - 48) <ADD57D3A-142F-3EF5-BFD8-EACD82164884> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff933a8000 - 0x7fff933b3ff7 libcommonCrypto.dylib (60075.50.1) <93732261-34B4-3914-B7A2-90A81A182DBA> /usr/lib/system/libcommonCrypto.dylib
0x7fff933b4000 - 0x7fff9346cff7 com.apple.CoreDuet (1.0 - 1) <FC1EAEE1-73A4-3B13-A634-1D2A94D0C0B7> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff9347d000 - 0x7fff934ecfff com.apple.SearchKit (1.4.0 - 1.4.0) <F159A888-34CA-36F1-AC8E-EB1B38C9DFB3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff936fc000 - 0x7fff937e2ff7 libcrypto.0.9.8.dylib (59.40.2) <2486D801-C756-3488-B519-1AA6807E8948> /usr/lib/libcrypto.0.9.8.dylib
0x7fff937e3000 - 0x7fff938f2fe7 libvDSP.dylib (563.5) <9AB6CA3C-4F0E-35E6-9184-9DF86E7C3DAD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff939c5000 - 0x7fff939d1fff com.apple.CacheDelete (1.0 - 1) <678B521D-5B50-3137-A972-33F2DF1D7A5A> /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete
0x7fff939d2000 - 0x7fff939e3ff7 libsystem_trace.dylib (201.10.3) <F00E92E4-DBDA-3749-B5B3-0C3FBBABA1CB> /usr/lib/system/libsystem_trace.dylib
0x7fff939e4000 - 0x7fff939effff libcsfde.dylib (517.50.1) <52F0DB6A-13B8-355E-ADFD-72834D3CA183> /usr/lib/libcsfde.dylib
0x7fff939f0000 - 0x7fff939f0fff com.apple.CoreServices (728.12 - 728.12) <A4FFF004-53B0-3EAC-A13F-5416BFFD8886> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff93a0d000 - 0x7fff93a4aff3 com.apple.bom (14.0 - 193.7) <9B8AE30B-24A3-37AB-B04E-4CE67AED4775> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff93a4b000 - 0x7fff93a76ffb libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib
0x7fff93a77000 - 0x7fff93aa0ff7 libxslt.1.dylib (14.2) <6E8D0F06-9086-32D3-9D87-3870A1CE9E99> /usr/lib/libxslt.1.dylib
0x7fff93aa9000 - 0x7fff93aabfff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib
0x7fff93cae000 - 0x7fff93cdafff com.apple.framework.SystemAdministration (1.0 - 1.0) <1318B6A5-FFC3-3615-914D-95CBFE5BA727> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff93f4b000 - 0x7fff93fd4ff7 com.apple.PerformanceAnalysis (1.0 - 1) <2064F7E8-5C3D-3E18-8029-2D832D13E2A2> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff93fd5000 - 0x7fff93fdeff7 com.apple.DisplayServicesFW (3.0 - 378) <45BE1B99-8E10-32F0-A180-A6B6CB5883AE> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff93fdf000 - 0x7fff9416bff7 libGLProgrammability.dylib (12.1) <BCFFBF6B-9717-3456-B6F9-6AE46644B076> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff9419d000 - 0x7fff941fbfff com.apple.SystemConfiguration (1.14 - 1.14) <D801FAD7-5A2D-3E5E-9F44-B6C9B8BEA747> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff941fc000 - 0x7fff941fcff7 libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib
0x7fff94210000 - 0x7fff94210fff com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff94583000 - 0x7fff946a7fff libsqlite3.dylib (216.4) <280D67B8-F93D-3587-A146-19F36C817548> /usr/lib/libsqlite3.dylib
0x7fff94773000 - 0x7fff948bdff7 com.apple.coreui (2.1 - 366.1) <8138636F-A0A7-31C7-896C-5F5747FA1B2A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff948c4000 - 0x7fff949b3fff libxml2.2.dylib (29.7) <32BBF51E-B084-3FC2-AE9C-C008BE84102B> /usr/lib/libxml2.2.dylib
0x7fff949b4000 - 0x7fff94a2bff7 com.apple.MMCS (1.3 - 357.1) <549FBEFC-55F7-3101-BF51-A0B1F7CF2B46> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
0x7fff94a2c000 - 0x7fff94ae5ff7 com.apple.cloudkit.CloudKit (482.29 - 482.29) <E235B37E-1491-3857-BDE8-38450D4FE8D0> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff94ae6000 - 0x7fff94af1ff7 libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib
0x7fff94af2000 - 0x7fff94eeefff libLAPACK.dylib (1162.2) <987E42B0-5108-3065-87F0-9DF7616A8A06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff94f51000 - 0x7fff94f8bfff com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff94fb9000 - 0x7fff94fe0fff com.apple.ChunkingLibrary (167 - 167) <AD7F285C-005E-36BB-98A3-5826413533BE> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff950ce000 - 0x7fff9510fff7 libGLU.dylib (12.1) <CD7A5916-3E3C-3EF3-A275-B281016B99CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff95334000 - 0x7fff95363ff7 com.apple.DictionaryServices (1.2 - 250.3) <30250542-CBAA-39C1-91AA-B57A5DE17594> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff95364000 - 0x7fff95376fff libsasl2.2.dylib (209) <11C7D200-0CA5-30F4-A19A-178CA81D48FE> /usr/lib/libsasl2.2.dylib
0x7fff95377000 - 0x7fff95382fff libkxld.dylib (3248.50.21) <99195052-038E-3490-ACF8-76F9AC43897E> /usr/lib/system/libkxld.dylib
0x7fff953d9000 - 0x7fff953f4ff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
0x7fff95562000 - 0x7fff95578fff com.apple.CoreMediaAuthoring (2.2 - 953) <DAC012D0-276D-3AF6-A6E9-EA32E692B923> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff955a7000 - 0x7fff955b7ff3 com.apple.ProtocolBuffer (1 - 243) <BAE5E5C9-DD59-3BB8-9741-EEFC5E3046EE> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff955b8000 - 0x7fff95606fff libcurl.4.dylib (90) <12E01E4B-24C9-394C-9D2C-85CF85D5F459> /usr/lib/libcurl.4.dylib
0x7fff95607000 - 0x7fff9560cfff com.apple.TCC (1.0 - 1) <F5EEB2D3-9517-3975-97BE-22CB8E11B8A3> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff9560d000 - 0x7fff9560effb libSystem.B.dylib (1226.10.1) <C5D09FE1-CC70-383E-AC27-18602F2EDEC4> /usr/lib/libSystem.B.dylib
0x7fff95630000 - 0x7fff958caff3 com.apple.security (7.0 - 57337.50.23) <8B6CF71D-A63E-34C9-9227-0AACAB643584> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff95900000 - 0x7fff95960fff com.apple.QuickLookFramework (5.0 - 696.7) <ECD33169-5EB1-3783-AF9E-1AB9240F8358> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff95961000 - 0x7fff95980ff7 com.apple.framework.Apple80211 (11.0 - 1121.34.2) <90477FAE-B835-3931-80FB-FDFF02B21D9D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff9598b000 - 0x7fff95995fff com.apple.NetAuth (6.0 - 6.0) <D692B1EF-534F-3892-8E2F-2BBA7C8AFD74> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff9599e000 - 0x7fff95dccfff com.apple.vision.FaceCore (3.3.1 - 3.3.1) <E54028EA-4217-3078-A2B1-C52E4214D59E> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff95dcd000 - 0x7fff95de7fff com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff95ee6000 - 0x7fff95efcff7 libLinearAlgebra.dylib (1162.2) <FFE54EDF-F06F-3C0A-864A-4CA7BBFD4B2D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff95f4b000 - 0x7fff95f59ff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
0x7fff95f6a000 - 0x7fff95f84ff3 liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib
0x7fff96103000 - 0x7fff9612cfff libsystem_info.dylib (477.50.4) <FAA9226D-64DE-3769-A6D8-6CABA4B7FF4D> /usr/lib/system/libsystem_info.dylib
0x7fff9612d000 - 0x7fff961ddfe7 libvMisc.dylib (563.5) <6D73C20D-D1C4-3BA5-809B-4B597C15AA86> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff96269000 - 0x7fff96292fff libc++abi.dylib (125) <DCCC8177-3D09-35BC-9784-2A04FEC4C71B> /usr/lib/libc++abi.dylib
0x7fff96293000 - 0x7fff96295ffb libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib
0x7fff9637c000 - 0x7fff96384fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <CC53DC12-9231-3C4F-921B-9A770D463323> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff96388000 - 0x7fff96390fff libMatch.1.dylib (27) <3AC0BFB8-7E69-3DBE-A175-7F3946FC4554> /usr/lib/libMatch.1.dylib
0x7fff96397000 - 0x7fff9639afff com.apple.IOSurface (108.2.1 - 108.2.1) <A0037B0A-277A-393E-9BF6-688595BD564D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff963e8000 - 0x7fff963eafff com.apple.CoreDuetDebugLogging (1.0 - 1) <7C932160-AC9C-3173-900F-98138E829CB3> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff96458000 - 0x7fff9646fff7 libsystem_asl.dylib (323.50.1) <41F8E11F-1BD0-3F1D-BA3A-AA1577ED98A9> /usr/lib/system/libsystem_asl.dylib
0x7fff96472000 - 0x7fff964b8ff7 libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib
0x7fff964b9000 - 0x7fff964baffb libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.dylib
0x7fff964bb000 - 0x7fff964beff3 libCGXCoreImage.A.dylib (957) <D561A978-8876-3C15-998A-5C6A4827B680> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff964bf000 - 0x7fff964f3ff7 com.apple.CoreVideo (1.8 - 191.3) <1AA24A1B-CB84-3F6B-B6DE-11494542649C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff964f4000 - 0x7fff964f6fff libCGXType.A.dylib (957) <B901C222-E779-32EB-96C2-5A707A09FC5B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff964f7000 - 0x7fff964fcfff com.apple.ImageCapture (9.0 - 9.0) <ACECF0B7-7D92-3A22-BF47-E8FADF4C5378> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff965ba000 - 0x7fff965bfff3 libunwind.dylib (35.3) <F6EB48E5-4D12-359A-AB54-C937FBBE9043> /usr/lib/system/libunwind.dylib
0x7fff965c0000 - 0x7fff965cbfff com.apple.AppSandbox (4.0 - 261.40.2) <52766210-B6EB-3B73-AB1B-42E0A9AD2EE8> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff965d3000 - 0x7fff965d5ff7 libsystem_configuration.dylib (802.40.13) <3DEB7DF9-6804-37E1-BC83-0166882FF0FF> /usr/lib/system/libsystem_configuration.dylib
0x7fff965dd000 - 0x7fff96789fff com.apple.avfoundation (2.0 - 1046.9.11) <399D8273-E3CD-3358-9B80-64E6A5CBE278> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff96b4e000 - 0x7fff96b5afff com.apple.HelpData (2.1.4 - 90) <10608EEC-B613-309C-96E6-5A40AB951FA4> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff96dc7000 - 0x7fff96e19fff com.apple.CloudDocs (1.0 - 383.13) <5FD9138D-09D9-3B97-BBAD-5692E1687F30> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff96e1a000 - 0x7fff96f47ff3 com.apple.CoreText (352.0 - 494.11) <08E8640E-6602-3A00-BC28-94235FD311B4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff96f4e000 - 0x7fff9702eff7 unorm8_rgba.dylib (2.7.3) <9EB6C346-CFF6-32D7-B4A1-2409DFBCB216> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x7fff97118000 - 0x7fff97118ff7 liblaunch.dylib (765.50.8) <834ED605-5114-3641-AA4D-ECF31B801C50> /usr/lib/system/liblaunch.dylib
0x7fff97119000 - 0x7fff97125ff7 com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff97126000 - 0x7fff9714afff com.apple.MultitouchSupport.framework (304.12 - 304.12) <65CB7653-EACD-3ADB-ABB6-2E0671708301> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff9714b000 - 0x7fff97440fff com.apple.HIToolbox (2.1.1 - 807.2) <36413C45-36AF-34EF-9C0E-F18B31D1E565> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff97463000 - 0x7fff97464fff com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff97465000 - 0x7fff97473fff com.apple.opengl (12.1.0 - 12.1.0) <BBC4458E-12FC-3C9B-BF7E-6985D61C7A67> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff97474000 - 0x7fff9748bff7 libsystem_coretls.dylib (83.40.5) <C90DAE38-4082-381C-A185-2A6A8B677628> /usr/lib/system/libsystem_coretls.dylib
0x7fff9748c000 - 0x7fff97490fff com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff9766b000 - 0x7fff97673fef libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib
0x7fff97674000 - 0x7fff97683fe7 com.apple.AppleFSCompression (81.20.2 - 1.0) <2FE122A9-5265-320A-9600-FFC5CE4DE197> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff976f6000 - 0x7fff97764ff7 com.apple.ApplicationServices.ATS (377 - 394.4) <9779E916-0788-3CAC-B1EC-F68BCB12A2B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff97777000 - 0x7fff97782fff com.apple.DirectoryService.Framework (10.11 - 194) <6F827D0E-0F02-3B09-B2A8-252865EECA7F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff97810000 - 0x7fff97810fff libmetal_timestamp.dylib (600.0.44.1) <6576F284-BACA-332A-A6E7-FA1C347636E3> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fff97811000 - 0x7fff9782fff7 libsystem_kernel.dylib (3248.50.21) <78E54D59-D2B0-3F54-9A4A-0A68D671F253> /usr/lib/system/libsystem_kernel.dylib
0x7fff97acf000 - 0x7fff97b44fff com.apple.framework.IOKit (2.0.2 - 1179.50.2) <A509D3AE-9D48-31B7-89C7-326A7A2007B2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff98278000 - 0x7fff98332fff com.apple.DiscRecording (9.0.1 - 9010.4.3) <540853B2-B123-3560-8023-C92EE229051A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff98333000 - 0x7fff9870bfef com.apple.CoreAUC (214.0.0 - 214.0.0) <F80C19CA-6CD0-3052-9C22-0288A257CCC8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff9870c000 - 0x7fff98b82fff com.apple.CoreFoundation (6.9 - 1258.1) <943A1383-DA6A-3DC0-ABCD-D9AEB3D0D34D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff98c02000 - 0x7fff98c98fff com.apple.ColorSync (4.9.0 - 4.9.0) <8FC37E20-6579-3CB2-9D49-BC39FC38DF87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff98c99000 - 0x7fff98f7effb com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff98f7f000 - 0x7fff98f9cff7 com.apple.pluginkit.framework (1.0 - 1) <0BA96479-0451-3DA9-A2AC-FE1D86D383AB> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x7fff98f9d000 - 0x7fff98fa6fff com.apple.icloud.FindMyDevice (1.0 - 1) <B9C741F2-6FAC-3BA7-B6E0-9A910C6E8D4E> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff98fa9000 - 0x7fff9903efff com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff9903f000 - 0x7fff993b2fff com.apple.FinderKit (1.4.4 - 1.4.4) <76E52C7F-CA82-337E-BF8E-9961F11C4B8D> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
0x7fff99509000 - 0x7fff99533ff7 GLRendererFloat (12.1) <BE957AC5-82C2-3620-A625-56C9BE7B853F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff99534000 - 0x7fff9959fff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) <3B35C543-7FCE-333F-80C1-432FA41DDCDE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff995a0000 - 0x7fff995aefff com.apple.ToneLibrary (1.0 - 1) <AF05AF34-9BC4-3BA6-81C1-7420F22C9D7D> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
0x7fff995af000 - 0x7fff99855ff7 com.apple.CoreData (120 - 641.3) <A29A5491-6169-372B-828F-84EE0CFD4BC4> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff99884000 - 0x7fff998b3fff com.apple.securityinterface (10.0 - 55065.40.1) <1BB39B19-DD74-347E-A344-0E6781773577> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff99a29000 - 0x7fff99a2bff7 com.apple.securityhi (9.0 - 55006) <1E7BE52B-97EA-371A-AECA-1EE2AD246D8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff99ced000 - 0x7fff99d01fe3 libCGInterfaces.dylib (317.9) <5079DE4F-3717-32FF-B76A-77F53236D17D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff99d49000 - 0x7fff99e22fff com.apple.CoreMedia (1.0 - 1731.15.204) <4BFDD68E-9411-3358-8679-BB3EDA94F9A2> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff99e9b000 - 0x7fff99e9dff7 com.apple.xpc.ServiceManagement (1.0 - 1) <D96D7A6D-EDEB-35EE-B5D9-E33A3BF011B5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff99f18000 - 0x7fff99f1fff7 com.apple.phonenumbers (1.1.1 - 105) <A616AFB5-2336-385A-B058-16A423D2B21B> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff9a353000 - 0x7fff9a3b6fff libAVFAudio.dylib (161.2) <1A98DBF3-490B-37FB-928A-AB1E36E6E5DD> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff9a402000 - 0x7fff9a4a9fff com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff9a4ae000 - 0x7fff9a4b1ff7 com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff9a4b2000 - 0x7fff9a4ddff7 com.apple.AddressBook.ContactsFoundation (8.0 - 2137.1) <BAE70E9D-BCC8-3650-B554-6D646388EDEF> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fff9a4de000 - 0x7fff9a56dff7 libCoreStorage.dylib (517.50.1) <E6283FE9-B5AC-3110-8D4C-8E2BF185983E> /usr/lib/libCoreStorage.dylib
0x7fff9a56e000 - 0x7fff9a571ff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <6932B5EC-0EA9-333D-BF7E-665047392FEC> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff9a57b000 - 0x7fff9ac1aff7 com.apple.JavaScriptCore (11601 - 11601.6.13) <93B52DD9-7810-3562-8605-B97965F6DB94> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff9ac31000 - 0x7fff9ac97ff7 libsystem_network.dylib (583.50.1) <B52DAB73-92DC-3DA7-B9F4-B899D66445C1> /usr/lib/system/libsystem_network.dylib
0x7fff9acc0000 - 0x7fff9acf3ff7 com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff9acf4000 - 0x7fff9ad13ff7 com.apple.contacts.vCard (1.0 - 2137.1) <41529BD9-1BCC-3A62-92BA-2A7110867355> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fff9b6ce000 - 0x7fff9b8dbfff libicucore.A.dylib (551.51.3) <5BC80F94-C90D-3175-BD96-FF1DC222EC9C> /usr/lib/libicucore.A.dylib
0x7fff9b8dc000 - 0x7fff9b8e2ff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <9E5A980A-F455-32D5-BBEE-3BD6018CC45E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff9b8e3000 - 0x7fff9b93ffff com.apple.Suggestions (5.0 - 180) <450BCB58-786F-37DC-9AC7-2E3D13198032> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
0x7fff9b9f9000 - 0x7fff9b9fbfff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff9bab2000 - 0x7fff9bacefff com.apple.GenerationalStorage (2.0 - 239.1) <8C821448-4294-3736-9CEF-467C93785CB9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff9bbdd000 - 0x7fff9bc39fff libTIFF.dylib (1450) <14EB7C03-7DDA-3276-BAC5-D597913AC9C4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff9bc3a000 - 0x7fff9bc56ff7 libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib
0x7fff9bc57000 - 0x7fff9bca6ff7 com.apple.opencl (2.7.0 - 2.7.0) <C3AFF6D2-90FE-3108-A2D5-A1EBCFC5D627> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff9bca7000 - 0x7fff9bf14fff com.apple.imageKit (2.6 - 932) <FAE317B8-DF15-3096-AFAC-464913BF2F3B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff9bf63000 - 0x7fff9bf74fff libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib
0x7fff9bf75000 - 0x7fff9bfe9ff3 com.apple.securityfoundation (6.0 - 55126) <130656AE-2711-3914-8736-D8B021C93FE0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff9bfea000 - 0x7fff9c37ffdb com.apple.vImage (8.0 - 8.0) <4BAC9B6F-7482-3580-8787-AB0A5B4D331B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff9c3b4000 - 0x7fff9cfddff7 com.apple.AppKit (6.9 - 1404.47) <F3411F6E-DD87-34D0-8C68-C69B2205E41D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff9d0b5000 - 0x7fff9d0deff7 libxpc.dylib (765.50.8) <54D1328E-054E-3DAA-89E2-375722F9D18F> /usr/lib/system/libxpc.dylib
0x7fff9d0df000 - 0x7fff9d0e7fef libcldcpuengine.dylib (2.7.3) <511DF05F-B3A1-3810-9901-1F5C1EA278C4> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff9d181000 - 0x7fff9d18cfff libGL.dylib (12.1) <70D51643-04AC-3400-8F11-A6FC25985289> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff9d18d000 - 0x7fff9d27fff7 libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib
0x7fff9d280000 - 0x7fff9d2c5ff3 libFontRegistry.dylib (155.2) <A70DD497-35F3-34DA-9C19-F4B90080E961> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff9d2c6000 - 0x7fff9d2c9fff libsystem_sandbox.dylib (460.50.4) <150A9D3D-F69E-32F7-8C7B-8E72CAAFF7E4> /usr/lib/system/libsystem_sandbox.dylib
0x7fff9d2ec000 - 0x7fff9d315ffb libRIP.A.dylib (957) <5F18F20D-5921-3314-A9F8-F1B1CB62C83D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff9d316000 - 0x7fff9d364ff7 libstdc++.6.dylib (104.1) <76E2AFB1-07E5-3F19-B692-F6E21B7E470D> /usr/lib/libstdc++.6.dylib
0x7fff9d365000 - 0x7fff9d405fff com.apple.Metadata (10.7.0 - 972.34) <A93B485D-094C-3024-8CBB-D9E035FB83C4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff9d406000 - 0x7fff9d40afff com.apple.LoginUICore (3.2 - 3.2) <5524E4BC-4700-39F4-AF06-E53322712EE0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff9d40f000 - 0x7fff9d8aaffb com.apple.GeoServices (1.0 - 1151.49.1) <2D887517-B73D-30FF-91DC-AF6AD91F96B9> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff9d8ab000 - 0x7fff9d8b3fff com.apple.NetFS (6.0 - 4.0) <842A5346-24C3-3F22-9ECF-E586A10EA1F2> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff9d8b4000 - 0x7fff9d8d1ff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <41378C0B-B56A-3A73-9BD0-E06FA1F87B8C> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff9d8d8000 - 0x7fff9dc3af3f libobjc.A.dylib (680) <7489D2D6-1EFD-3414-B18D-2AECCCC90286> /usr/lib/libobjc.A.dylib
0x7fff9dc3b000 - 0x7fff9dc3cfff liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib
0x7fff9dc3d000 - 0x7fff9dc48fff libGPUSupportMercury.dylib (12.1) <9D35C668-4F21-31C8-890C-CC1F45905194> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff9dc49000 - 0x7fff9dc78ffb libsystem_m.dylib (3105) <08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4> /usr/lib/system/libsystem_m.dylib
0x7fff9dc79000 - 0x7fff9dc8dfff com.apple.CoreDuetDaemonProtocol (1.0 - 1) <1D60D60C-914A-3BAB-8607-79F68F4C712E> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff9dc8e000 - 0x7fff9ddb3fff com.apple.LaunchServices (728.12 - 728.12) <F5AB56CD-CF33-33F0-A48D-372551714E77> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff9de4e000 - 0x7fff9de75fff com.apple.shortcut (2.16 - 93) <2BA6DF3E-04C7-39C8-B311-3413E9FC9022> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff9de77000 - 0x7fff9de83fff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff9de84000 - 0x7fff9de87fff libspindump.dylib (197.1) <48F4C673-9F0C-38BE-B550-88241E812518> /usr/lib/libspindump.dylib
0x7fff9de9d000 - 0x7fff9df88ff7 com.apple.QuickLookUIFramework (5.0 - 696.7) <5A4AAFEC-D38C-3DA0-9361-CBF1D4C6B376> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff9df89000 - 0x7fff9df92ff3 libsystem_notify.dylib (150.40.1) <D48BDE34-0F7E-34CA-A0FF-C578E39987CC> /usr/lib/system/libsystem_notify.dylib
0x7fff9df93000 - 0x7fff9dfc4fff com.apple.GSS (4.0 - 2.0) <B490333A-3B3E-397A-AD75-68846E9A9140> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff9dfc5000 - 0x7fff9dfc9fff libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib
0x7fff9dfca000 - 0x7fff9e015ff7 com.apple.CoreMediaIO (703.0 - 4791) <2FAE3CC1-145C-37AB-A836-E5D93A02BA23> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff9e064000 - 0x7fff9e06dff7 com.apple.CommonAuth (4.0 - 2.0) <4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff9e086000 - 0x7fff9e0d2ff7 com.apple.corelocation (1486.17 - 1615.38) <6336CFC5-9D7D-3B76-B263-56DD6EBD0B8D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff9e0d3000 - 0x7fff9e160fff libsystem_c.dylib (1082.50.1) <B552D565-B798-3B9B-AE63-F623B42A5F01> /usr/lib/system/libsystem_c.dylib
0x7fff9e1ac000 - 0x7fff9e234fff com.apple.CoreSymbolication (3.1 - 58048.1) <4730422E-4178-34F9-8550-BB92F2A4F44B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff9e235000 - 0x7fff9e264ffb com.apple.datadetectors (5.0 - 308) <1949868C-BDCD-3772-BDBD-D7E9F2CC1451> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x7fff9e265000 - 0x7fff9e269fff libGIF.dylib (1450) <DDEA46A2-85B7-32D7-8CC2-8F4C10AA12D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff9e26a000 - 0x7fff9e273ff7 libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib
0x7fff9e292000 - 0x7fff9f4e0fe7 com.apple.CoreGraphics (1.600.0 - 957) <B5D82A82-EDF9-34D5-A8C5-7F25B80985EE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff9f500000 - 0x7fff9f545ff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) <1D2AD77B-778F-3253-A295-3D0A32A8121C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff9f54e000 - 0x7fff9f551ffb libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib
0x7fff9f552000 - 0x7fff9f590ff7 libGLImage.dylib (12.1) <BB1F1A93-5101-3906-AB17-8D83FCB200F9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff9f591000 - 0x7fff9f5d3ff7 com.apple.Metal (56.6 - 56.6) <2B2C0F78-20B8-3878-B9B1-DE18BB92919D> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff9f5d4000 - 0x7fff9f5d4fff com.apple.audio.units.AudioUnit (1.13 - 1.13) <93C1D642-37D4-3692-AD35-DCAD04F9610B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff9f5d5000 - 0x7fff9f5ddfff libsystem_networkextension.dylib (385.40.36) <66095DC7-6539-38F2-95EE-458F15F6D014> /usr/lib/system/libsystem_networkextension.dylib
0x7fff9fde7000 - 0x7fff9fff2fff libFosl_dynamic.dylib (16.24) <5F9DB82D-FD4B-3952-8531-CE020F93ED49> /usr/lib/libFosl_dynamic.dylib
0x7fffa006a000 - 0x7fffa007ffff com.apple.ToneKit (1.0 - 1) <6D5AD263-308F-3F70-8D86-7027569D2694> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
0x7fffa0080000 - 0x7fffa0083fff com.apple.Mangrove (1.0 - 1) <2D86B3AD-64C3-3BB4-BC66-1CFD0C90E844> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fffa0084000 - 0x7fffa0084fff libenergytrace.dylib (10.40.1) <0A491CA7-3451-3FD5-999A-58AB4362682B> /usr/lib/libenergytrace.dylib
0x7fffa0090000 - 0x7fffa0140fff com.apple.backup.framework (1.7.4 - 1.7.4) <F304E9D1-991A-379E-9659-BF85C35B4808> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fffa016b000 - 0x7fffa016eff7 libCoreFSCache.dylib (119.5) <2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fffa0178000 - 0x7fffa0274ff7 libFontParser.dylib (158.6) <267A9AE4-4138-3112-8D73-BDFDC96568FF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fffa0275000 - 0x7fffa028dfef libcompression.dylib (28) <E7601B62-1053-369D-8A9E-91CF86239220> /usr/lib/libcompression.dylib
0x7fffa030b000 - 0x7fffa030ffff libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib
0x7fffa0310000 - 0x7fffa0477fff libBLAS.dylib (1162.2) <A1398FE0-39D2-33EA-9A0F-B2644EEA29A0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fffa0478000 - 0x7fffa0699ff7 com.apple.CoreImage (11.4.0 - 366.4.19) <F5B7B115-E43A-3C61-A6AD-EFCDE7FC43A1> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fffa069a000 - 0x7fffa07a8ff3 com.apple.desktopservices (1.10.3 - 1.10.3) <3A6906D4-C0B8-30D1-B589-0466E5E42B69> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fffa07a9000 - 0x7fffa087fffb com.apple.DiskImagesFramework (10.11.4 - 417.4) <6D26E255-D7BB-3A9D-8B6F-E07D2DBB68AE> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fffa0880000 - 0x7fffa0890fff libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib
0x7fffa0898000 - 0x7fffa089bffb libdyld.dylib (360.22) <CC088C2A-D407-33E7-A6B6-B06E0D4AD999> /usr/lib/system/libdyld.dylib
0x7fffa089c000 - 0x7fffa08a2fff com.apple.XPCService (2.0 - 1) <5E2122D6-FFA2-3552-BF16-9FD3F36B40DB> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fffa08a9000 - 0x7fffa08f9ff7 com.apple.Symbolication (1.4 - 58044) <F70BF765-FBE9-3F1E-85CA-BB2F8E53E8C2> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fffa0914000 - 0x7fffa091efff com.apple.pcsc (8.0 - 1) <CDBF17AF-8C47-322B-B6DD-FF812644E255> /System/Library/Frameworks/PCSC.framework/Versions/A/PCSC
0x7fffa091f000 - 0x7fffa0934fff com.apple.AppContainer (4.0 - 261.40.2) <F220E702-1C00-3BD2-9943-C7E75C3B4418> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fffa0945000 - 0x7fffa0951fff com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fffa0952000 - 0x7fffa0982ff3 com.apple.CoreAVCHD (5.8.0 - 5800.4.2) <4AAFB1C4-3708-30F9-ACFA-90564347204C> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fffa09c5000 - 0x7fffa0ee7fff com.apple.QuartzComposer (5.1 - 334) <80235264-CA1B-3E3F-96F7-5F6F52FDC5B6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fffa0ee8000 - 0x7fffa102dfff com.apple.QTKit (7.7.3 - 2943.10) <9D0EA81D-7BDE-3B47-B300-5C53C5EE4846> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fffa102e000 - 0x7fffa102efff com.apple.quartzframework (1.5 - 21) <5DC3D0D9-9E3F-3AA5-92F1-F229907A49B9> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fffa10c7000 - 0x7fffa10c9ff7 libRadiance.dylib (1450) <BE9E0EBE-C589-3684-B4AE-04F95C8D410A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fffa1148000 - 0x7fffa16a0ff7 com.apple.MediaToolbox (1.0 - 1731.15.204) <BD296DBD-BEC9-3B25-B859-E88A009BB879> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fffa175f000 - 0x7fffa1762fff libCoreVMClient.dylib (119.5) <560D70FB-709F-3030-96C9-F249FCB7DA6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fffa17c5000 - 0x7fffa1b19fff com.apple.Foundation (6.9 - 1259) <71A9D3A0-0B1F-3E3A-86F3-1486365A6EF2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fffa1b1a000 - 0x7fffa1b43fff com.apple.ProtectedCloudStorage (1.0 - 1) <7436B2B3-943A-3500-B099-80F133B3E002> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fffa1b44000 - 0x7fffa1b44fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <054DFE32-737D-3211-9A14-0FC5E1A880E3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fffa1b5a000 - 0x7fffa1b62fff com.apple.AppleSRP (5.0 - 1) <840A5C20-6452-36BB-ACF7-29BA6CBF7C48> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fffa1b64000 - 0x7fffa1b65ff3 com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fffa1b66000 - 0x7fffa1d34ff3 com.apple.QuartzCore (1.11 - 410.14) <076BDE58-8AED-3D47-84FD-548CF8E8EDB9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fffa1d35000 - 0x7fffa1d37ff7 libquarantine.dylib (80) <0F4169F0-0C84-3A25-B3AE-E47B3586D908> /usr/lib/system/libquarantine.dylib
0x7fffa1d78000 - 0x7fffa1d8bfff com.apple.contacts.ContactsPersistence (1.0 - 2137.1) <71232F20-11BD-370D-9F43-F262BFE46C93> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
0x7fffa1d8c000 - 0x7fffa1e1bfff com.apple.CorePDF (4.0 - 4) <849BBFF6-0700-3ED1-98DF-A6E93B9B707F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fffa1e1c000 - 0x7fffa1e4aff7 libsandbox.1.dylib (460.50.4) <C6797DA3-DF51-3774-9D02-31670A820D18> /usr/lib/libsandbox.1.dylib
0x7fffa1e4b000 - 0x7fffa1e4bff7 libunc.dylib (29) <DDB1E947-C775-33B8-B461-63E5EB698F0E> /usr/lib/system/libunc.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 4741
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=343.1M resident=0K(0%) swapped_out_or_unallocated=343.1M(100%)
Writable regions: Total=277.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=277.4M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate.framework 256K 3
CG image 3008K 151
CG raster data 16K 2
CoreAnimation 51.9M 228
CoreUI image data 6528K 47
CoreUI image file 320K 5
Dispatch continuations 16.0M 2
Foundation 24K 3
Image IO 6072K 65
Kernel Alloc Once 8K 3
MALLOC 162.1M 50
MALLOC guard page 32K 7
Memory Tag 242 12K 2
Memory Tag 251 28K 3
OpenCL 40K 4
Process Corpse Info 2048K 2
STACK GUARD 56.0M 2
Stack 15.2M 27
Stack Guard 60K 16
VM_ALLOCATE 336K 14
VM_ALLOCATE (reserved) 2048K 2 reserved VM address space (unallocated)
__DATA 32.3M 315
__GLSLBUILTINS 2588K 2
__IMAGE 528K 2
__LINKEDIT 98.5M 33
__TEXT 244.6M 317
__UNICODE 552K 2
mapped file 104.0M 136
shared memory 16.0M 9
=========== ======= =======
TOTAL 820.7M 1425
TOTAL, minus reserved VM space 818.7M 1425
Model: MacBookPro11,4, BootROM MBP114.0172.B09, 4 processors, Intel Core i7, 2,2 GHz, 16 GB, SMC 2.29f24
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.21.95.175.1a6)
Bluetooth: Version 4.4.5f3 17904, 3 services, 27 devices, 1 incoming serial ports
Network Service: Thunderbolt Ethernet, Ethernet, en4
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0256G, 251 GB
USB Device: USB 3.0 Bus
USB Device: My Passport 0740
USB Device: Ultra Fit
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1
Nvidia graphics card working on VMware workstation 10
Hi everybody,
I am using vmware workstation 10 to have a virtual machine for the games; but i checked that when I am running a game on the virtual machine I have problem with graphic, because the virtual machine is not using physically the graphic card. How can I fix this problem?
thanks in advance
LAN Segment : Hub or Switch?
Simple question that I've been having trouble finding an answer...
Does a LAN Segment in VmWare Workstation behave as a hub or a switch?
Example: 3 VMs on an isolated LAN segment. If A pings B, will C be able to see the traffic?
Thanks,
Geoff
vExpert: Ali Onur MALKOC
Expert Information
Name | Ali Onur MALKOC |
Location | Ankara Turkey |
Short Description | 17 year IT professional, Virtualization and Migration Expert, vExpert 2016, VCP-DCV,MCSE |
Affiliation | Partner |
Industry | System Integrator |
Website/Blog | |
http://www.twitter.com/@aonurmalkoc | |
LinkedIn Profile | https://www.linkedin.com/in/ali-onur-malko%C3%A7-58b55a11a?trk=nav_responsive_tab_profile |
Overview | |
Technical Certifications | VCP4-DCV, VCP5-DCV, MCSA |
Publications and Speaking Engagements | |
User Groups and Communities | |
Expertise and Interests |
View all vExpert entries
iSCSI MPIO Issues
Hi all.
I've set up an iSCSI target on a Windows 2012 R2 server, and successfully connected to it with one NIC. Then I set up the second NIC in the same vSwitch, but overrode the teaming settings so that each uses only one NIC with the other being unused. The first connection still works fine, but the second will not connect. The host is running ESXI 5.5 U3. My plan is to get this working and use it to create a host profile for three other hosts. Both nics are in the same subnet as the target. Following is what the logs show.
2016-06-16T16:13:48.742Z cpu28:32849)NMP: nmp_ThrottleLogForDevice:2458: Cmd 0x1a (0x41368429c280, 0) to dev "mpx.vmhba32:C0:T0:L1" on path "vmhba32:C0:T0:L1" Failed: H:0x0 D:0x2 P:0x0 Valid sense data: 0x5 0x24 0x0. Act:NONE
2016-06-16T16:13:54.896Z cpu20:35491)<3>hpilo 0000:01:00.2: Open could not dequeue a packet
2016-06-16T16:28:48.743Z cpu34:32855)ScsiDeviceIO: 2353: Cmd(0x41368429c280) 0x1a, CmdSN 0x2ba4 from world 0 to dev "mpx.vmhba32:C0:T0:L1" failed H:0x0 D:0x2 P:0x0 Valid sense data: 0x5 0x24 0x0.
2016-06-16T16:45:17.277Z cpu30:33607)usb-storage: detected SCSI revision number 0 on vmhba32
2016-06-16T16:45:17.277Z cpu30:33607)usb-storage: patching inquiry data to change SCSI revision number from 0 to 2 on vmhba32
2016-06-16T16:45:17.277Z cpu30:33607)usb-storage: patching inquiry data to change removable media bit from 'off' to 'on' on vmhba32
2016-06-16T16:45:17.277Z cpu30:33607)usb-storage: detected SCSI revision number 0 on vmhba32
2016-06-16T16:45:17.277Z cpu30:33607)usb-storage: patching inquiry data to change SCSI revision number from 0 to 2 on vmhba32
2016-06-16T16:45:17.277Z cpu30:33607)usb-storage: patching inquiry data to change removable media bit from 'off' to 'on' on vmhba32
2016-06-16T16:45:17.277Z cpu22:33067)ScsiUid: 273: Path 'vmhba32:C0:T0:L1' does not support VPD Device Id page.
2016-06-16T16:45:17.277Z cpu20:33066)ScsiUid: 273: Path 'vmhba32:C0:T0:L0' does not support VPD Device Id page.
2016-06-16T16:45:17.277Z cpu22:33067)VMWARE SCSI Id: Could not get disk id for vmhba32:C0:T0:L1
2016-06-16T16:45:17.277Z cpu20:33066)VMWARE SCSI Id: Could not get disk id for vmhba32:C0:T0:L0
2016-06-16T16:45:22.301Z cpu27:33708)Tcpip: 2373: msleep returned 4
2016-06-16T16:45:30.378Z cpu22:33706)WARNING: iscsi_vmk: iscsivmk_ConnCommandResponse: SCSI response overflow: residual 139
2016-06-16T16:45:30.378Z cpu22:33706)WARNING: iscsi_vmk: iscsivmk_ConnCommandResponse: dataLen=255 cdbLen=6 cdb=12:01:83:00:ff:00:00:04:00:00:00:00:00:00:00:00
2016-06-16T16:45:30.378Z cpu22:33706)WARNING: iscsi_vmk: iscsivmk_ConnCommandResponse: Sess [ISID: 00023d000001 TARGET: iqn.1991-05.com.microsoft:fil257-iscsi1-target TPGT: 1 TSIH: 0]
2016-06-16T16:45:30.378Z cpu22:33706)WARNING: iscsi_vmk: iscsivmk_ConnCommandResponse: Conn [CID: 0 L: 192.168.10.33:50335 R: 192.168.10.1:3260]
2016-06-16T16:45:30.456Z cpu22:33706)WARNING: iscsi_vmk: iscsivmk_ConnCommandResponse: SCSI response overflow: residual 139
2016-06-16T16:45:30.456Z cpu22:33706)WARNING: iscsi_vmk: iscsivmk_ConnCommandResponse: dataLen=255 cdbLen=6 cdb=12:01:83:00:ff:00:00:00:0b:00:00:00:00:00:00:00
2016-06-16T16:45:30.456Z cpu22:33706)WARNING: iscsi_vmk: iscsivmk_ConnCommandResponse: Sess [ISID: 00023d000001 TARGET: iqn.1991-05.com.microsoft:fil257-iscsi1-target TPGT: 1 TSIH: 0]
2016-06-16T16:45:30.456Z cpu22:33706)WARNING: iscsi_vmk: iscsivmk_ConnCommandResponse: Conn [CID: 0 L: 192.168.10.33:50335 R: 192.168.10.1:3260]
2016-06-16T16:45:31.300Z cpu10:38885 opID=400f780e)World: 14369: VC opID 8D83A5AC-000006BE maps to vmkernel opID 400f780e
2016-06-16T16:45:31.300Z cpu10:38885 opID=400f780e)Vol3: 731: Couldn't read volume header from control: Not supported
2016-06-16T16:45:31.300Z cpu10:38885 opID=400f780e)Vol3: 731: Couldn't read volume header from control: Not supported
2016-06-16T16:45:31.300Z cpu10:38885 opID=400f780e)FSS: 5099: No FS driver claimed device 'control': Not supported
Any idea what's going on here?
Any suggestions welcome!
Derek
AppVolumes 2.1.0 assignment issue
AppStacks work as intended when assigning them to a user but will not attach with assigned to a computer, AD group, or OU. Any ideas on what the issue could be? Currently I am in a 6u2 test environment with horizon 7 linked clone desktops running windows 7 and AD running at a functional level of 2008r2.
PowerCLI, vSphere 6.0 bug? Missing "disk.used.latest" StatType for interval 7200
I currently have a ticket open for this with VMware support and they keep giving me the runaround on this so I am hoping to enlist the members of this community to determine whether this is a bug or not.
We were on a Windows install of vCenter Server 5.5 U2e with ESXi 5.5U2 hosts and this was working fine. We upgraded our vCenter first to 6.0.0a, then 6.0.0b, then 6.0U1, where we are at now. The vCenter versions are the relevant versions here, not the ESXi host installs. This broke somewhere in this vCenter upgrade path and I'm not sure which version broke it.
There are four intervals (in seconds) of stat performance data that are collected and rolled over from table to table: 300, 1800, 7200, 86400. I won't go into how these are rolled into each other or the statics logging levels as we believe the data within the tables is actually irrelevant to the bug at hand. From within PowerCLI, you can see each of the StatTypes for each interval by executing the following commands:
Get-StatType -Interval 300 -Entity <name of VM> | sort
Get-StatType -Interval 1800 -Entity <name of VM> | sort
Get-StatType -Interval 7200 -Entity <name of VM> | sort
Get-StatType -Interval 86400 -Entity <name of VM> | sort
where <name of VM> is of course the name of any VM within your vCenter. This will output something like:
cpu.ready.summation
cpu.usage.average
cpu.usagemhz.average
disk.maxTotalLatency.latest
disk.provisioned.latest
disk.unshared.latest
disk.usage.average
disk.used.latest
...
Each one of these is a stat type for which data is collected. If you compare the output of all 4 commands above, you should notice that the stat type "disk.used.latest" is not listed in the output of the 7200 command. It's just gone.
You can then see the actual data for each one of these stat types by executing the following command:
Get-Stat -Entity <name of VM> -Stat <StatType> -IntervalSecs <Interval in seconds>
The issue, and what we believe to be a bug, is that "disk.used.latest" is now missing from 7200 as mentioned above. If I execute the following commands:
Get-Stat -Entity <name of VM> -Stat disk.used.latest -IntervalSecs 300
Get-Stat -Entity <name of VM> -Stat disk.used.latest -IntervalSecs 1800
Get-Stat -Entity <name of VM> -Stat disk.used.latest -IntervalSecs 7200
Get-Stat -Entity <name of VM> -Stat disk.used.latest -IntervalSecs 86400
the 300, 1800, and 86400 intervals output the data for "disk.used.latest" just fine. However, the 7200 interval kicks out the following error:
"Get-Stat : 6/8/2016 10:20:24 AM Get-Stat The metric counter "disk.used.latest" doesn't exist for entity"
The issue is that since this metric is missing in 7200, the stats for it fail to roll up into the 86400 interval. Currently the newest data I have for disk.used.latest in 86400 is 7/11/2015 which is when we upgraded to 6.0.0a. The oldest data for 86400 is 6/9/15. This is because 7200 has failed to roll up this data into 86400 since we upgraded but yet the data is still being purged at one year old daily. On 7/11/2016, all my data for "disk.used.latest" in 86400 will be gone.
VMware support keeps going off on a tangent related to how it rolls up data, completely glossing over the fact that the 7200 interval isn't collecting this disk.used.latest metric because it simply doesn't exist and therefore there is nothing to roll up into 86400.
So... I could use some help proving me right or wrong on this. I only have access to a 6.0U1 vCenter, where this is broke. What I would like is for someone, or multiple people, to execute the below commands in a PowerCLI session on the following vCenter versions, 6.0 GA, 6.0.0a, 6.0.0b, 6.0U1, 6.0U1b, 6.0U2
Get-StatType -Interval 300 -Entity <name of VM> | sort
Get-StatType -Interval 1800 -Entity <name of VM> | sort
Get-StatType -Interval 7200 -Entity <name of VM> | sort
Get-StatType -Interval 86400 -Entity <name of VM> | sort
And simply check to see if "disk.used.latest" is in the list of stat types for all intervals. If I am right and this is a bug, it should be missing for the 7200 interval, depending on the vCenter version. Checking this on each 6.0 vCenter version should tell us on what version it broke and if future versions have fixed it. It would probably help if the vCenter was upgraded from a previous 5.x version, not sure if this issue will be present in new installs. And I'm not sure if VCSA would show this problem or not.
Report back here your findings, if you too are missing the "disk.used.latest" stat type in any of the intervals or if you have it present in all intervals, and what version/build number of vCenter you checked against.
Thanks in advance!