Payload of Dequeueing JMS_TEXT_MESSAGE problem

I am writing a .net application to dequeue messages using ODP.net 11 g Release 2 (11.1.0.7.20). The payload type is SYS. AQ$ _JMS_TEXT_MESSAGE.

When I do the dequeue call (DEQUEUE or DEQUEUEARRAY) I get the following error:

ORA-25215: type user_data and queue type do not match

What type of message (RAW, XML or UDT) must be used for SYS. AQ$ _JMS_TEXT_MESSAGE?

Here's the script that creates the queue table and the queue:

SYS. DBMS_AQADM. CREATE_QUEUE_TABLE
(
QUEUE_TABLE = > ' EEGADMIN. EEG_TOPIC_TAB'
, QUEUE_PAYLOAD_TYPE = > ' SYS. AQ$ _JMS_TEXT_MESSAGE'
"Compatible = > ' 10.0.0 '.
, STORAGE_CLAUSE = > '
TABLESPACE DDRP_DATA
PCTUSED 0
PCTFREE 10
INITRANS 1
MAXTRANS 255
STORAGE)
64K INITIALS
MINEXTENTS 1
MAXEXTENTS UNLIMITED
PCTINCREASE 0
DEFAULT USER_TABLES
)'
, SORT_LIST = > 'ENQ_TIME '.
, MULTIPLE_CONSUMERS = > TRUE
, MESSAGE_GROUPING = 0 >
, COMMENT = > "Keep events get in XML format.
, SECURE = > FALSE
);


SYS. DBMS_AQADM. CREATE_QUEUE
(
QUEUE_NAME = > ' EEGADMIN. EEG_TXT_TOPIC'
, QUEUE_TABLE = > ' EEGADMIN. EEG_TOPIC_TAB'
, QUEUE_TYPE = > SYS. DBMS_AQADM. NORMAL_QUEUE
MAX_RETRIES = > 2147483647
, RETRY_DELAY = 0 >
RETENTION_TIME = > 86400
, COMMENT = > 'event GET topic.
);

Any help would be greatly appreciated.

Your method 2 is the right thing to do, but apparently you haven't created a .NET class in your application that maps to the type being removed ('SYS. ("AQ$ _JMS_TEXT_MESSAGE '). Please, create a .NET class to map to this type. Please see "Oracle of Types defined by the user (UDT) and some Types .NET custom" in the ODP.NET Developer's Guide. You can also see the example of the UDT in % ORACLE_HOME%\ODP.NET\samples\2.x\UDT.

You can take the help of the custom class wizard in Oracle Developer Tools for Visual Studio (ODT) to create the custom .NET class.

Tags: Database

Similar Questions

  • Bynary number table

    Hello

    I'm developing a program that read the port series, capture packets, extract payload, convert the data in the payload and display. Now, everything up to that the last steps works very well. The problem is with the conversion of an array of bytes to be the number. In serial communication, packages are unsigned 16-bit integers (which means basically a 2-byte in the payload). Now the problem is how to convert these two bytes to an integer unsigned 16-bit in LabView. If I just try to convert the byte array using converter U16, it generates a table 1 d of 16-bit integers, unsigned while I need one. Is it possible to do this?

    For example, if I have two bytes 0 x 02 and 0x8C and try to convert them into a 16-bit unsigned integer using the U16 converter, it generates a table [2, 140] while I need to be converted into just 652.

    Table of index allows to remove the two bytes (it can be extended by dragging the bottm up to get two outputs).

    The thread of these two bytes to the join and you're ready to go.

    There are other ways, but I'll let others speak.

    Ben

  • Dequeue problem

    I wish to fill a table with data recevied the dequeue operation. Here's what's happening at the minute... Connecting the array function to build the corresponding element rewrites table for each wait operation leaving me with an array of 1 element, that is, the last element removed.

    To try to solve this problem, I used the insert according to the table with the hope of building a table where each corresponding element as part of the table. See attached vi... However, I always get an array with only 1 element, which is the last element again removed.

    I am sure that I made a mistake right ahead but can not see where.

    Stroke

    You are nearby.  The registry change must pass the output array back so that the following data can be added.  The attached image shows two ways to achieve this.

    Using build Array (upper shift register) is very easy, but will cause the LV allocate new memory for the output array frequently.  This can cause performance issues in a meaningful way as the table grows.

    By pre-allocating table (lower shift register) and using subset of table replace the same space of memory is used for the output array.  If the sample data table contains several elements, the index must be adjusted by the number of items added rather than the number of loop iterations.

    Lynn

  • Problem update the payload using the API of Services of Workflow task

    I have problems to update the part of the payload of a task by using the API of Services of Workflow (10.1.3) using the SOAP protocol. Try to use the setPayloadAsElementmethod, it seems, that the element of the payload is deleted rather than being defined.

    The purpose of the payload is constructed as follows:

    DocumentBuilder builder is DocumentBuilderFactory.newInstance () .newDocumentBuilder ();.
    Document document = builder.newDocument ();

    Support useful item = document.createElementNS ("http://xmlns.oracle.com/bpel/workflow/task", "payload");
    Child element = document.createElementNS ("http://xmlns.oracle.com/pcbpel/test/order", "command");
    payload.appendChild (child);

    The following lines are used to retrieve and update the subject of the task:

    IWorkflowContext context = getWorkflowContext (userId);
    Task task = taskQueryService.getTaskDetailsById (context, taskId);

    task.setPayloadAsElement (payload);
    taskService.updateTask (context, task);

    However, for some reason, it seems that the payload is not set correctly and in time updateTask is called on the TaskService object, payload of the task is not available. In turn, this causes an error when the SOAP request must be encoded (since the WorkflowTask schema requires a "payload" element).

    I run the code in a debugger and noticed that the the task object has a field nodeArray, which initially contains an element of payload. After the call to setPayloadAsElement has been run, no element of the payload is present in the field of the nodeArray and the mIsPayloadChanged field has been set to true.

    Code is taken almost directly from one [example in the documentation of the API: http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28985/oracle/bpel/services/workflow/task/model/TaskType.html#setPayloadAsElement_org_w3c_dom_Element _] and I'm completely lost as what to do differently. Could there be a problem with the way the Document object is built?

    Everyone knows about similar problems? Any guidance would be appreciated.

    See you soon,.
    Emil

    P.S. I also tried to spend in an element of payload without child element that does not work either.

    Hi Emil,

    Your code looks ok. However, I use the oracle.bpel.services.common.util.XMLUtil object to generate the document object.

    Document document = XMLUtil.createDocument ();

    was soon Nicolas

  • DBMS_AQ. DEQUEUE multi single consumer thread

    Hi all

    I have a table of Q for advanced queue. The line runs for a single consumer.

    Currently, I have four tasks at the same time of waiting for the messages of the qtable above with the following properties.

    DECLARE
       dopt   DBMS_AQ.DEQUEUE_OPTIONS_T;
    BEGIN
       dopt.WAIT := DBMS_AQ.NO_WAIT;
       dopt.navigation := DBMS_AQ.FIRST_MESSAGE;
       dopt.dequeue_mode := DBMS_AQ.REMOVE;
    
    DBMS_AQ.DEQUEUE (queue_name           => 'MPI_AQADM.AQ_PDRSYNC_PAID',
                        dequeue_options      => dopt,
                        message_properties   => mprop,
                        payload              => test_data,
                        msgid                => msg);
    
    
       COMMIT;
    -- Use the pay load data to do some thing
    END;
    
    

    We are able to dequeue messages in all four jobs with the same code above.

    My question is, is this OK to do, there will be expectations or congestion that happens? Y at - it a good or a means to achieve what I want to do in a more stable manner?

    Thank you

    G.

    Hello

    > I mean can two different jobs with consumers without name remove the same message?

    > But you say it's possible?

    No, it is not possible (I do not say this). There are competing situation, wherever one job will be a dequeue.

    > Can you also throw some light on what other problems of stability I could face more?

    Counterquestion:

    Why should you have four jobs in order to remove the data?

    There are performance reasons? What of the order (sequence) of your AQ payload data?

    If you need more than one dequeue job, it is better to give them names.

    Result: many consumers have been appointed.

    Kind regards

    WoG

  • Photos 1.5 crashes every time open, recently tried to synchronize the photos from the iphone, a video seems to have caused the problem, with the help of el Capitan, earlier rebuilt old iphones library, no problems until today process: Photos [695] path:

    Process: Photos [695]

    Path: /Applications/Photos.app/Contents/MacOS/Photos

    ID: com.apple.Photos

    Version: 1.5 (370.42.0)

    Generation information: PhotoApp-370042000000000 ~ 1

    Code type: X 86-64 (Native)

    Parent process:? [1]

    Officials: Photos [695]

    User ID: 504

    Date/time: 2016-05-28 20:06:04.500-0700

    OS version: Mac OS X 10.11.5 (15F34)

    Report Version: 11

    Anonymous UUID: EBE5C459-BADA-975A-F499-8AE88DE0F021

    Time since started awake: 2400 seconds

    Integrity of system protection: enabled

    Crashed Thread: the queue on the expedition 11: video PAPreviewWriter queue

    Exception type: EXC_BREAKPOINT (SIGTRAP)

    Exception codes: 0 x 0000000000000002, 0 x 0000000000000000

    Note the exception: EXC_CORPSE_NOTIFY

    Request for clarification:

    CFEqual() called with the second argument NULL *.

    Global tracking buffer (second chronological reverse):

    0.515657 PAImaging 0x000000010d8f660d previewMaker - versionId (reduced) image load = 16338, type = 8, subtype = 4, specialType = 0

    0.516697 AppleJPEG 0x00007fff8840ea11 [0x7fa1031f2800] release session

    0.518502 AppleJPEG 0x00007fff8841111c [0x7fa1031f2800] decoding completed without errors

    0.524127 AppleJPEG 0x00007fff8840f0fc [0x7fa1031f2800] Options: 1182 x 665 [FFFFFFFF, FFFFFFFF] 00025060

    0.524127 AppleJPEG 0x00007fff8840efae [0x7fa1031f2800] decoding: C0 0x049E0299 0x004A304A 0 x 22111100 256455 0x00000000

    0.524682 AppleJPEG 0x00007fff8840e05e [0x7fa1031f2800] created session

    0.715213 AppleJPEG 0x00007fff8840ea11 [0x7fa103971000] release session

    0.715284 AppleJPEG 0x00007fff8841111c [0x7fa103971000] decoding completed without errors

    0.715456 AppleJPEG 0x00007fff8840f0fc [0x7fa103971000] Options: 128 x 96 [FFFFFFFF, FFFFFFFF] 00025060

    0.715456 AppleJPEG 0x00007fff8840efae [0x7fa103971000] decoding: C0 0 00800060 0x0008304A x 22111100 x 0 0 x 00000000 8159

    0.715857 AppleJPEG 0x00007fff8840e05e [0x7fa103971000] created session

    0.725932 AppleJPEG 0x00007fff8840ea11 [0x7fa103244000] release session

    0.726917 AppleJPEG 0x00007fff8841111c [0x7fa103244000] decoding completed without errors

    0.726917 AppleJPEG 0x00007fff8840f0fc [0x7fa103244000] Options: 128 x 96 [FFFFFFFF, FFFFFFFF] 00025060

    0.726917 AppleJPEG 0x00007fff8840efae [0x7fa103244000] decoding: C0 0 00800060 0x0008304A x 22111100 x 0 0 x 00000000 8159

    0.726917 AppleJPEG 0x00007fff8840e05e [0x7fa103244000] created session

    0.736929 AppleJPEG 0x00007fff8840ea11 [0x7fa103247e00] release session

    0.737008 AppleJPEG 0x00007fff8841111c [0x7fa103247e00] decoding completed without errors

    0.737182 AppleJPEG 0x00007fff8840f0fc [0x7fa103247e00] Options: 128 x 107 [FFFFFFFF, FFFFFFFF] 00025060

    0.737182 AppleJPEG 0x00007fff8840efae [0x7fa103247e00] decoding: C0 0x0080006B 0x0008304A 0 22111100 x 0 x 00000000 6937

    0.737651 AppleJPEG 0x00007fff8840e05e [0x7fa103247e00] created session

    0.756242 AppleJPEG 0x00007fff8840ea11 [0x7fa103244200] release session

    0.758635 AppleJPEG 0x00007fff8841111c [0x7fa103244200] decoding completed without errors

    0.758635 AppleJPEG 0x00007fff8840f0fc [0x7fa103244200] Options: x - 1 2 [FFFFFFFF, FFFFFFFF] 0001D 060

    0.758635 AppleJPEG 0x00007fff8840efae [0x7fa103244200] decoding: C0 0x0168010D 0x0017304A 0 22111100 x 0 x 00000000 43773

    0.758635 AppleJPEG 0x00007fff8840e05e [0x7fa103244200] created session

    0.765184 AppleJPEG 0x00007fff8840ea11 [0x7fa10324a600] release session

    0.766592 AppleJPEG 0x00007fff8841111c [0x7fa10324a600] decoding completed without errors

    0.766592 AppleJPEG 0x00007fff8840f0fc [0x7fa10324a600] Options: x - 1 2 [FFFFFFFF, FFFFFFFF] 0001D 060

    0.766592 AppleJPEG 0x00007fff8840efae [0x7fa10324a600] decoding: C0 0x00E30168 0x000F304A 0 22111100 x 0 x 00000000 33702

    0.766592 AppleJPEG 0x00007fff8840e05e [0x7fa10324a600] created session

    0.774327 AppleJPEG 0x00007fff8840ea11 [0x7fa1031d3800] release session

    0.774327 AppleJPEG 0x00007fff8841111c [0x7fa1031d3800] decoding completed without errors

    0.774327 AppleJPEG 0x00007fff8840f0fc [0x7fa1031d3800] Options: x - 1 2 [FFFFFFFF, FFFFFFFF] 0001D 060

    0.774327 AppleJPEG 0x00007fff8840efae [0x7fa1031d3800] decoding: C0 0x0168012A 0x0017304A 0 22111100 x 0 x 00000000 50428

    0.774327 AppleJPEG 0x00007fff8840e05e [0x7fa1031d3800] created session

    0.780782 AppleJPEG 0x00007fff8840ea11 [0x7fa10397a200] release session

    0.781832 AppleJPEG 0x00007fff8841111c [0x7fa10397a200] decoding completed without errors

    0.783074 AppleJPEG 0x00007fff8840f0fc [0x7fa10397a200] Options: x - 1 2 [FFFFFFFF, FFFFFFFF] 0001D 060

    0.783074 AppleJPEG 0x00007fff8840efae [0x7fa10397a200] decoding: C0 0 01130168 0x0012304A x 22111100 x 0 0 x 00000000 61605

    0.783326 AppleJPEG 0x00007fff8840e05e [0x7fa10397a200] created session

    Thread 0: Dispatch queue: com.apple.main - wire

    0 libsystem_kernel.dylib 0x00007fff8a0a7fae semaphore_wait_trap + 10

    1 libsystem_platform.dylib 0x00007fff92ee4ce8 _os_semaphore_wait + 16

    2 libdispatch.dylib 0x00007fff89cdf994 _dispatch_barrier_sync_f_slow + 594

    3 com.apple.PhotoFoundation 0x000000010d533d68-[_PFFastDispatchQueue dispatchSync:] + 139

    4 com.apple.Photos 0x000000010bd4a632 0x10bd06000 + 280114

    5 com.apple.Photos 0x000000010c23deb3 0x10bd06000 + 5471923

    6 com.apple.Photos 0x000000010bd5357a 0x10bd06000 + 316794

    7 com.apple.Photos 0x000000010bd531ec 0x10bd06000 + 315884

    8 com.apple.Photos 0x000000010bd473fb 0x10bd06000 + 267259

    com.apple.Photos 9 0x000000010bd52fa7 0x10bd06000 + 315303

    10 com.apple.Photos 0x000000010bd412c6 0x10bd06000 + 242374

    11 com.apple.swe.UXKit 0x000000010d26c549-[UXViewController _prepareForAnimationInContext:completion:] + 50

    12 com.apple.swe.UXKit 0x000000010d2d7211-[UXNavigationController _prepareForAnimationInContext:completion:] + 139

    13 com.apple.swe.UXKit 0x000000010d2c60de-[UXSourceController _prepareViewController:forAnimationInContext:completion:] + 69

    14 com.apple.swe.UXKit 0x000000010d2c715a __60-[UXSourceController _beginTransitionWithContext:operation:] + 396 _block_invoke831

    15 com.apple.swe.UXKit 0x000000010d2c7310 __60-[UXSourceController _beginTransitionWithContext:operation:] + 32 _block_invoke853

    16 com.apple.swe.UXKit 0x000000010d2c60e7-[UXSourceController _prepareViewController:forAnimationInContext:completion:] + 78

    17 com.apple.swe.UXKit 0x000000010d2c68f7-[UXSourceController _beginTransitionWithContext:operation:] + 2035

    18 com.apple.swe.UXKit 0x000000010d2c0fa3-[UXSourceController _setSelectedViewController: animation: sender:] + 1184

    19 com.apple.swe.UXKit 0x000000010d2c129e-[UXSourceController _setSelectedIndex: animation: sender:] + 268

    20 com.apple.swe.UXKit 0x000000010d2c3372 __68-[UXSourceController setRootViewControllers:destination:completion:] + 66 _block_invoke_2621

    21 com.apple.swe.UXKit 0x000000010d2c3309 __68-[UXSourceController setRootViewControllers:destination:completion:] + 326 _block_invoke620

    22 libdispatch.dylib 0x00007fff89cdc93d _dispatch_call_block_and_release + 12

    23 libdispatch.dylib 0x00007fff89cd140b _dispatch_client_callout + 8

    24 libdispatch.dylib 0x00007fff89ce4c1c _dispatch_main_queue_callback_4CF + 1685

    25 com.apple.CoreFoundation 0x00007fff973799e9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9

    26 com.apple.CoreFoundation 0x00007fff973388dd __CFRunLoopRun + 1949

    27 com.apple.CoreFoundation 0x00007fff97337ed8 CFRunLoopRunSpecific + 296

    28 com.apple.HIToolbox 0x00007fff97f71935 RunCurrentEventLoopInMode + 235

    29 com.apple.HIToolbox 0x00007fff97f7176f ReceiveNextEventCommon + 432

    30 com.apple.HIToolbox 0x00007fff97f715af _BlockUntilNextEventMatchingListInModeWithFilter + 71

    31 com.apple.AppKit 0x00007fff8f154df6 _DPSNextEvent + 1067

    32 com.apple.AppKit 0x00007fff8f154226-[NSApplication _nextEventMatchingEventMask:untilDate:inMode: dequeue:] + 454

    33 com.apple.AppKit 0x00007fff8f148d80-[NSApplication run] + 682

    34 com.apple.AppKit 0x00007fff8f112368 NSApplicationMain + 1176

    35 libdyld.dylib 0x00007fff8c0235ad start + 1

    Thread 1:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Thread 2: Dispatch queue: com.apple.libdispatch - Manager

    0 libsystem_kernel.dylib 0x00007fff8a0aeefa kevent_qos + 10

    1 libdispatch.dylib 0x00007fff89cd7165 _dispatch_mgr_invoke + 216

    2 libdispatch.dylib 0x00007fff89cd6dcd _dispatch_mgr_thread + 52

    3 wire:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Thread 4:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Wire 5:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Line 6:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Line 7:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Thread 8: Dispatch queue: IPXDatabaseObjectsControllerProcessingQueue

    __CFNumberHash com.apple.CoreFoundation 0 0x00007fff972bce90 + 0

    1 com.apple.CoreFoundation 0x00007fff972fb12d-[__NSDictionaryM objectForKey:] + 77

    2 com.apple.PhotoLibraryPrivate 0x000000010ccd22cd-[LiModel propertyForIndex:] + 366

    3 com.apple.PhotoLibraryPrivate 0x000000010ccd1a24-[LiModel propertyForKeyPath:] + 365

    4 com.apple.PhotoLibraryPrivate 0x000000010cd636c7-[RDMomentModel primaryPlaceData] + 82

    5 com.apple.PhotoLibraryPrivate 0x000000010cd65b57-[RDMoment Integer] + 30

    6 com.apple.Photos 0x000000010c0da97c 0x10bd06000 + 4016508

    7 com.apple.Photos 0x000000010bd66572 0x10bd06000 + 394610

    8 com.apple.Photos 0x000000010bd48ae7 0x10bd06000 + 273127

    com.apple.Photos 9 0x000000010bd6628a 0x10bd06000 + 393866

    10 com.apple.Photos 0x000000010bd65bc2 0x10bd06000 + 392130

    11 com.apple.Photos 0x000000010bd65a41 0x10bd06000 + 391745

    12 com.apple.PhotoFoundation 0x000000010d52e293-[PFDispatchQueue _invoke:] + 93

    13 com.apple.PhotoFoundation 0x000000010d52e449-[PFDispatchQueue runBlock:] + 61

    14 com.apple.Photos 0x000000010bd659a6 0x10bd06000 + 391590

    15 com.apple.Photos 0x000000010bd657df 0x10bd06000 + 391135

    16 com.apple.PhotoFoundation 0x000000010d52e293-[PFDispatchQueue _invoke:] + 93

    17 libdispatch.dylib 0x00007fff89cdc93d _dispatch_call_block_and_release + 12

    18 libdispatch.dylib 0x00007fff89cd140b _dispatch_client_callout + 8

    19 libdispatch.dylib 0x00007fff89cd603b _dispatch_queue_drain + 754

    20 libdispatch.dylib 0x00007fff89cdc707 _dispatch_queue_invoke + 549

    21 libdispatch.dylib 0x00007fff89cd6200 _dispatch_queue_drain + 1207

    22 libdispatch.dylib 0x00007fff89cdc707 _dispatch_queue_invoke + 549

    23 libdispatch.dylib 0x00007fff89cd140b _dispatch_client_callout + 8

    24 libdispatch.dylib 0x00007fff89cd529b _dispatch_root_queue_drain + 1890

    25 0x00007fff89cd4b00 _dispatch_worker_thread3 + 91 libdispatch.dylib

    26 libsystem_pthread.dylib 0x00007fff8d3264de _pthread_wqthread + 1129

    27 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Wire 9:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Thread 10:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Thread 11 crashed: Dispatch queue: queue PAPreviewWriter video

    0 com.apple.CoreFoundation 0x00007fff972cd141 CFEqual + 497

    1 com.apple.photo.PAImaging 0x000000010d9071a9-[PAPreviewMaker _writeImageDataForTinyToSegmentFile:orientationToWriteToDisk:] + 255

    2 com.apple.photo.PAImaging 0x000000010d8f6923-[PAPreviewMaker _writePreviewImageToSegmentFile:imageStyle:outputSize:] + 79

    3 com.apple.photo.PAImaging 0x000000010da35e51-[PAPreviewMaker makePreviewForImageStyle:inputImage:orientation:outputSize:doRender:largePrevie wIsEmbedded:addMetadata:canceler:completion:] + 556

    4 com.apple.photo.PAImaging 0x000000010d9fb0e8-[PAPreviewWriter _imageForImageStyle:version:imageProxyState:inputImage:inputImageSize:inputMake rNote:description:render:largePreviewIsEmbedded:canceler:previewMaker:] + 2337

    5 com.apple.photo.PAImaging 0x000000010d9fce4a-[PAPreviewWriter _inputImageForPreviews:imageProxyState:renderDescription:editStatus:force:outpu tImageStyle:canceler:previewMaker:] + 1507

    6 com.apple.photo.PAImaging 0x000000010da0037b-[PAPreviewWriter _renderPreviewForMovieVersion:imageProxyState:force:highPriority:canceler:] + 352

    7 com.apple.photo.PAImaging 0x000000010d90c6fb __74-[PAPreviewWriter renderThumbnailsForVersion:force:canceler:highPriority:] + 2692 _block_invoke

    8 com.apple.PhotoFoundation 0x000000010d52e293-[PFDispatchQueue _invoke:] + 93

    libdispatch.dylib 9 0x00007fff89ce9324 _dispatch_block_async_invoke_and_release + 610

    10 libdispatch.dylib 0x00007fff89cd140b _dispatch_client_callout + 8

    11 libdispatch.dylib 0x00007fff89cd603b _dispatch_queue_drain + 754

    12 libdispatch.dylib 0x00007fff89cdc707 _dispatch_queue_invoke + 549

    13 libdispatch.dylib 0x00007fff89cd6200 _dispatch_queue_drain + 1207

    14 libdispatch.dylib 0x00007fff89cdc707 _dispatch_queue_invoke + 549

    15 libdispatch.dylib 0x00007fff89cd4d53 _dispatch_root_queue_drain + 538

    16 0x00007fff89cd4b00 _dispatch_worker_thread3 + 91 libdispatch.dylib

    17 libsystem_pthread.dylib 0x00007fff8d3264de _pthread_wqthread + 1129

    18 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    12 wire:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Line 13:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Thread 14:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Line 15:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    16 wire:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Thread 17: Dispatch queue: NSOperationQueue 0x7fa106cf99d0: NSOperation 0x7fa106f75630 (QOS: initiated)

    0 libsystem_kernel.dylib 0x00007fff8a0a7fae semaphore_wait_trap + 10

    1 libdispatch.dylib 0x00007fff89cdccb2 _dispatch_semaphore_wait_slow + 224

    2 com.apple.swe.UXKit 0x000000010d2c2541 __68-[UXSourceController setRootViewControllers:destination:completion:] + 266 _block_invoke

    3 com.apple.Foundation 0x00007fff9c1998d7 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7

    4 com.apple.Foundation 0x00007fff9c199595-[major NSBlockOperation] + 100

    5 com.apple.Foundation 0x00007fff9c197c7a-[__NSOperationInternal _start:] + 654

    6 com.apple.Foundation 0x00007fff9c193c64 __NSOQSchedule_f + 194

    7 libdispatch.dylib 0x00007fff89cd140b _dispatch_client_callout + 8

    8 libdispatch.dylib 0x00007fff89cd603b _dispatch_queue_drain + 754

    libdispatch.dylib 9 0x00007fff89cdc707 _dispatch_queue_invoke + 549

    10 libdispatch.dylib 0x00007fff89cd4d53 _dispatch_root_queue_drain + 538

    11 0x00007fff89cd4b00 _dispatch_worker_thread3 + 91 libdispatch.dylib

    12 libsystem_pthread.dylib 0x00007fff8d3264de _pthread_wqthread + 1129

    13 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    18 wire:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    19 phone: com.apple.NSEventThread

    0 libsystem_kernel.dylib 0x00007fff8a0a7f72 mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fff8a0a73b3 mach_msg + 55

    2 com.apple.CoreFoundation 0x00007fff973391c4 __CFRunLoopServiceMachPort + 212

    3 com.apple.CoreFoundation 0x00007fff9733868c __CFRunLoopRun + 1356

    4 com.apple.CoreFoundation 0x00007fff97337ed8 CFRunLoopRunSpecific + 296

    5 com.apple.AppKit 0x00007fff8f2aad95 _NSEventThread + 149

    6 libsystem_pthread.dylib 0x00007fff8d32699d _pthread_body + 131

    7 libsystem_pthread.dylib 0x00007fff8d32691a _pthread_start + 168

    8 libsystem_pthread.dylib 0x00007fff8d324351 thread_start + 13

    Line 20:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Line 21:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Thread 22: Dispatch queue: Background Image processing

    0 libsystem_kernel.dylib 0x00007fff8a0a7fae semaphore_wait_trap + 10

    1 libdispatch.dylib 0x00007fff89cdccb2 _dispatch_semaphore_wait_slow + 224

    2 com.apple.photo.PAImaging 0x000000010d90b8b9-[PAPreviewWriter renderThumbnailsForVersion:force:canceler:highPriority:] + 921

    3 com.apple.photo.PAImagingCore 0x000000010dd1200d-[PAPreviewWriterService renderThumbnailsForVersion:force:canceler:highPriority:] + 99

    4 com.apple.RedRock 0x000000010df5556f-[RKBackgroundImageProcessor performJob:context:] + 686

    5 com.apple.PhotoFoundation 0x000000010d53d721 __46-[PFWorkContext dispatchPerformJob:withReply:] + 72 _block_invoke442

    6 com.apple.PhotoFoundation 0x000000010d52e293-[PFDispatchQueue _invoke:] + 93

    7 libdispatch.dylib 0x00007fff89cdc93d _dispatch_call_block_and_release + 12

    8 libdispatch.dylib 0x00007fff89cd140b _dispatch_client_callout + 8

    libdispatch.dylib 9 0x00007fff89cd603b _dispatch_queue_drain + 754

    10 libdispatch.dylib 0x00007fff89cdc707 _dispatch_queue_invoke + 549

    11 libdispatch.dylib 0x00007fff89cd6200 _dispatch_queue_drain + 1207

    12 libdispatch.dylib 0x00007fff89cdc707 _dispatch_queue_invoke + 549

    13 libdispatch.dylib 0x00007fff89cd4d53 _dispatch_root_queue_drain + 538

    14 0x00007fff89cd4b00 _dispatch_worker_thread3 + 91 libdispatch.dylib

    15 libsystem_pthread.dylib 0x00007fff8d3264de _pthread_wqthread + 1129

    16 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Line 23:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Line 24:

    0 libsystem_kernel.dylib 0x00007fff8a0ae5e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff8d326578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff8d324341 start_wqthread + 13

    Line 25: com.apple.appkit - heartbeat

    0 libsystem_kernel.dylib 0x00007fff8a0ae10a __semwait_signal + 10

    1 libsystem_c.dylib 0x00007fff8e09bd17 nanosleep + 199

    usleep libsystem_c.dylib 2 0x00007fff8e09bc0a + 54

    3 com.apple.AppKit 0x00007fff8f43d3e4-[NSUIHeartBeat _heartBeatThread:] + 2181

    4 com.apple.Foundation 0x00007fff9c187e64 __NSThread__start__ + 1351

    5 libsystem_pthread.dylib 0x00007fff8d32699d _pthread_body + 131

    6 libsystem_pthread.dylib 0x00007fff8d32691a _pthread_start + 168

    7 libsystem_pthread.dylib 0x00007fff8d324351 thread_start + 13

    Thread 11 crashed with X 86 State of Thread (64-bit):

    Rax: 0x00007fff9766134c rbx: 0x00007fa101e244f0 rcx: 0x00007fa1031f3090 rdx: 0x00000000000e3e80

    RDI: IHR 0x00007fa101e244f0: 0 x 0000000000000000 PBR: RER 0x000070000052e5d0: 0x000070000052e5b0

    R8: 0 x 0000000000000006 r9: 0 x 0000000000000002 r10: 0x00007fa101f9dc90 r11: 0x00007fff7b277fa0

    R12: 0x00007fff97b280e0 r13: 0x00007fff97b214c0 r14: 0 x 0000000000000000 r15: 0x00007fa101e244f0

    RIP: 0x00007fff972cd141 rfl: 0 x 0000000000000246 cr2: 0x000000011a687000

    Logical CPU: 1

    Error code: 0x00000000

    Trap number: 3

    Binary images:

    0x10bd06000 - 0x10c390fff com.apple.Photos (1.5 - 370.42.0) /Applications/Photos.app/Contents/MacOS/Photos < 5C73BADB-E1B5-3993-93DE-835C474AA77C >

    0x10c618000 - 0x10c659ffb com.apple.PhotosPlayer (1.0 - 72.1.22) < 3A48BDE2-B851-336B-87FE-738C0818B257 > /System/Library/PrivateFrameworks/PhotosPlayer.framework/Versions/A/PhotosPlaye r

    0x10c6a3000 - 0x10c6a4ff7 com.apple.PhotoKit.Photos (1.5 - 370.42.0) /System/Library/Frameworks/Photos.framework/Versions/A/Photos < F31B0BA7-0721-3FD9-AD4B-3F3473530163 >

    0x10c6ae000 - 0x10c6b6fff com.apple.PhotosUI (1.5 - 370.42.0) /System/Library/Frameworks/PhotosUI.framework/Versions/A/PhotosUI < 26513FA1-51DA-3CFD-982F-6FB4B3C52C5C >

    0x10c6c5000 - 0x10c6c5fff com.apple.PhotoLibraryServices (1.5 - 370.42.0) eworks/PhotoLibraryServices.framework/Versions/A/PhotoLibraryServices /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 8B02EA20-AD6C-3CAF-86CE-0318E0E53079 >

    0x10c6c9000 - 0x10c708fff com.apple.PhotosImagingFoundation (1.5 - 370.42.0) eworks/PhotosImagingFoundation.framework/Versions/A/PhotosImagingFoundation /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < C91F734C-2E49-31E5-A6F4-35BF21283F73 >

    0x10c740000 - 0x10ca9efff com.apple.Slideshows (4.4.0 - 1556.17) /System/Library/PrivateFrameworks/Slideshows.framework/Versions/A/Slideshows < C4CBBF38-C0F4-3A27-B534-C679A431EEE7 >

    0x10cc7b000 - 0x10cf88ff7 com.apple.PhotoLibraryPrivate (1.5 - 370.42.0) oLibraryPrivate /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Phot < 1F73A4BA-41D9-3D25-B527-1DE4813F6FA8 >

    0x10d1b1000 - 0x10d20fff7 com.apple.ShareServicesCore (1.5 - 370.42.0) eworks/ShareServicesCore.framework/Versions/A/ShareServicesCore /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 6E3114A1-EA8E-3A1F-8187-DF41B4F45A8D >

    0x10d263000 - 0x10d309fff com.apple.swe.UXKit (1.5 - 370.42.0) eworks/UXKit.framework/Versions/A/UXKit /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < F4DED4E8-2489-3A34-B420-E37F7DE77D07 >

    0x10d399000 - 0x10d3b3ff7 com.apple.PMR (1.5 - 370.42.0) eworks/PMR.framework/Versions/A/PMR /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 6EF318AB-4D37-36B5-9F2A-00F135CA24F3 >

    0x10d3d7000 - 0x10d49aff7 com.apple.photos.mondrian (1.5 - 370.42.0) eworks/Mondrian.framework/Versions/A/Mondrian /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < E206F5FC-E866-36FF-9886-0716A2B5097C >

    0x10d524000 - 0x10d5d4ff7 com.apple.PhotoFoundation (1.5 - 370.42.0) eworks/PhotoFoundation.framework/Versions/A/PhotoFoundation /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < B18D9A5B-6692-3788-9C22-FA3C2E4A4FFE >

    0x10d686000 - 0x10d81aff7 com.apple.geode (1.5 - 370.42.0) eworks/Geode.framework/Versions/A/Geode /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 33C648AF-649B-36F2-A132-356562EABE54 >

    0x10d8e1000 - 0x10db0ffff com.apple.photo.PAImaging (1.5 - 370.42.0) eworks/PAImaging.framework/Versions/A/PAImaging /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 7580111B-3E7A-3DE2-9399-2040BB9E8A60 >

    0x10dcff000 - 0x10ddaafff com.apple.photo.PAImagingCore (1.5 - 370.42.0) eworks/PAImagingCore.framework/Versions/A/PAImagingCore /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 8D2010BF-3448-342E-B6F0-BD0BAFE0FE32 >

    0x10dec2000 - 0x10def0fff com.apple.iLifeKit (1.5 - 370.42.0) eworks/iLifeKit.framework/Versions/A/iLifeKit /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 56A9C3E1-191C-3C83-8534-C070FEDE77E7 >

    0x10df24000 - 0x10e01afff com.apple.RedRock (1.5 - 370.42.0) eworks/RedRock.framework/Versions/A/RedRock /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < C76E79B7-845E-308B-851F-82D7C9E101C6 >

    0x10e0fa000 - 0x10e4f7ff7 com.apple.PhotoPrintProduct (1.0 - 625.14) < 4CF51E4B-2404-3146-8EF1-0893D976DF02 > /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram eworks/PhotoPrintProduct.framework/Versions/A/PhotoPrintProduct

    0x10e7a0000 - 0x10e859ff7 com.apple.PhotoPrintProductStore (1.0 - 127) < 0A8764B8-A3FD-361C-B75E-7F357028A7C4 > /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram eworks/PhotoPrintProductStore.framework/Versions/A/PhotoPrintProductStore

    0x10e8f6000 - 0x10e93afff com.apple.CloudPhotoServices (1.5 - 370.42.0) < B8B98CFD-B587-3490-A8F0-29C6C727DD17 > /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Cloud Photoservice

    0x10e981000 - 0x10e981fe7 + cl_kernels (?) < 693F7D4D-4D51-4D4D-ACCE-A944F3D10746 > cl_kernels

    0x10e986000 - 0x10e98cfff com.apple.photo.MediaConversionService (1.5 - 370.42.0) eworks/MediaConversionService.framework/Versions/A/MediaConversionService /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 5790B0B5-B153-3C67-9BC5-42899CC087EC >

    0x10e998000 - 0x10e9c5fff com.apple.iTunesLibrary (12.4 - 12.4.0) < 9BCAE8DA-F815-3C0B-864C-05653465AA9B > /Library/Frameworks/iTunesLibrary.framework/Versions/A/iTunesLibrary

    0x10e9e1000 - 0x10ea1bff7 com.apple.opusosx.OpusFoundation (1.0 - 1556.17) < CB7C13C3-465B-3DF1-8215-9695BFF5628A > /System/Library/PrivateFrameworks/Slideshows.framework/Versions/A/Frameworks/Op usFoundation.framework/Versions/A/OpusFoundation

    0x10ea87000 - 0x10eb65fff com.apple.opusosx.OpusKit (1.0 - 1556.17) < E0EAD6E1-684C-34E6-8E92-211FC055FC18 > /System/Library/PrivateFrameworks/Slideshows.framework/Versions/A/Frameworks/Op usKit.framework/Versions/A/OpusKit

    0x10ecd5000 - 0x10eceafff com.apple.MediaLibrary (1.2.1 - 721) < 0E4E17C0-2B03-3C6A-AB9A-EA5E11830245 > /System/Library/Frameworks/MediaLibrary.framework/Versions/A/MediaLibrary

    0x10ed0b000 - 0x10eebbff7 com.apple.SpriteKit (< B4945592-2BC5-3B1A-9E36-C2EFA14864C2 > /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit 1.0 - 1.).

    0x10ef79000 - 0x10ef95fff com.apple.Jet (< 7069AB0A-4000-3D05-A0F1-7781A017B66A > /System/Library/PrivateFrameworks/Jet.framework/Versions/A/Jet 1.0 - 1.).

    0x10efb7000 - 0x10f00eff7 com.apple.PhysicsKit (< B6229B9F-2702-393F-B03A-E67A8532867C > /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit 1.0 - 1.).

    0x10f040000 - 0x10f066ff7 com.apple.audio.OpenAL /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL < 9C322240-9854-3114-98ED-6CAABD436EEB > (1.8 - 1.8)

    0x10f07c000 - 0x10f53dfff com.apple.SceneKit /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit < 8F9C0727-18FF-3D16-826F-7341E1D17750 > (5.0 - 293)

    0x10f821000 - 0x10f860ff7 com.apple.MomentsLibrary (1.5 - 370.42.0) eworks/MomentsLibrary.framework/Versions/A/MomentsLibrary /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 2638840E-B670-3276-AEC6-00E392192F21 >

    0x10f891000 - 0x10f8b8ff7 com.apple.Moments (1.5 - 370.42.0) eworks/Moments.framework/Versions/A/Moments /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram < 9723617A-C695-3E1E-B17A-EC62AF5A477A >

    0x10f8e2000 - 0x10f940ff7 (4, 5-4, 5) com.apple.vision.Faces < D3DD7E0F-39B2-35FF-B514-DB1701A507D2 > /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram eworks/Faces.framework/Versions/A/Faces

    0x10f991000 - 0x10f993fff com.apple.LibraryRepair (1.0-1) < 557B42CA-BB57-3E23-A96D-2A8856CE3B45 > /System/Library/PrivateFrameworks/LibraryRepair.framework/Versions/A/LibraryRep air

    0x10f99d000 - 0x110cf8ffb com.apple.vision.FaceCoreEmbedded (3.9.10 - 3.9.10) < 66FD7C1F-CB45-30B2-8519-ACA9C9913AA3 > /System/Library/PrivateFrameworks/PhotoLibraryPrivate.framework/Versions/A/Fram eworks/Faces.framework/Versions/A/Frameworks/FaceCoreEmbedded.framework/Versions/A/FaceCoreEmbedded

    0x110f5c000 - 0x110f9dff7 com.apple.ist.ds.appleconnect.external (2.0.2 - 28) < 71602714-9E72-31CD-AA61-4ACF694A2DAF > /System/Library/PrivateFrameworks/ACDEClient.framework/Versions/A/ACDEClient

    0 x 114716000 - 0x114c6dff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.14.66 - 10.1.4) /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/Mac < 3219B2C9-C3ED-3044-A27F-58B5C2C8991F > OS/AppleIntelHD5000GraphicsGLDriver

    0 x 119065000 - 0x1190cbff7 com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.14.66 - 10.1.4) < 48A178A3-AA09-3B6C-AA4F-5BFA4145DE58 > /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/Ma cOS / AppleIntelHD5000GraphicsMTLDriver

    0 x 119285000 - 0x119285ff4 + cl_kernels (?) < 920DF5EB-E22A-4FFC-8C9F-2D5EFFAB5712 > cl_kernels

    0 x 119289000 - 0x119289ff4 + cl_kernels (?) < 920DF5EB-E22A-4FFC-8C9F-2D5EFFAB5712 > cl_kernels

    0x7fff62ecc000 - 0x7fff62f0325f dyld (360.22) < A468D85E-D8D6-3461-8C99-49D3B9ACFC63 >/usr/lib/dyld

    0x7fff883a5000 - 0x7fff883aaff7 libmacho.dylib (875.1) < 318264FA-58F1-39D8-8285-1F6254EE410E > /usr/lib/system/libmacho.dylib

    0x7fff883b5000 - 0x7fff88442dd7 com.apple.AppleJPEG (< 558ACADA-C41F-3EEF-82A0-C2D7B13C5428 > /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 1.0 - 1.).

    0x7fff88443000 - 0x7fff8858dff7 com.apple.coreui (2.1 - 366.1) < 8138636F-A0A7-31C7-896C-5F5747FA1B2A > /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

    0x7fff88593000 - 0x7fff885abff7 com.apple.CalendarStore (8.0 - 1479) < 4B38242B-8D2F-3130-97F7-3F4BAA69FAEC > /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore

    0x7fff885ac000 - 0x7fff88833ff3 com.apple.CFNetwork (760.5.1 - 760.5.1) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork < EE9426D1-F11C-3DD4-AE08-EA29AEB27177 >

    0x7fff889cd000 - 0x7fff889f1fff com.apple.MultitouchSupport.framework (304.12 - 304.12) < 65CB7653-EACD-3ADB-ABB6-2E0671708301 > /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport

    0x7fff889f2000 - 0x7fff889f5fff com.apple.IOSurface (108.2.1 - 108.2.1) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface < A0037B0A-277A-393E-9BF6-688595BD564D >

    0x7fff889f6000 - 0x7fff88a7efff com.apple.CoreSymbolication (3.1 - 58048.1) < 4730422E-4178-34F9-8550-BB92F2A4F44B > /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication

    0x7fff88b6f000 - 0x7fff88b78ff7 com.apple.DisplayServicesFW (3.0 - 378) < 45BE1B99-8E10-32F0-A180-A6B6CB5883AE > /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices

    0x7fff88b79000 - com.apple.ProtocolBuffer (1-243) 0x7fff88b89ff3 < BAE5E5C9-DD59-3BB8-9741-EEFC5E3046EE > /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer

    0x7fff88b8a000 - 0x7fff88b8cfff com.apple.OAuth /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth < B147CF79-A687-3466-BCAE-F05243DE71F7 > (25-25)

    0x7fff88b8d000 - 0x7fff88b9efff libcmph.dylib (6) < BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF > /usr/lib/libcmph.dylib

    0x7fff88b9f000 - 0x7fff88bd9fff com.apple.QD (3.12 - 302) < 0FE53180-2895-3D14-A1E7-F82DE1D106E1 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD

    0x7fff88bda000 - 0x7fff88bdbff7 libodfde.dylib (23) < F84CB160-D638-3190-B6F5-A262E9AF09F6 > /usr/lib/libodfde.dylib

    0x7fff88bfb000 - 0x7fff88bfefff com.apple.Mangrove (< 2D86B3AD-64C3-3BB4-BC66-1CFD0C90E844 > /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 1.0 - 1.).

    0x7fff88bff000 - 0x7fff88c00fff com.apple.TrustEvaluationAgent (2.0 - 25) < 0239494E-FEFE-39BC-9FC7-E251BA5128F1 > /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent

    0x7fff88c01000 - 0x7fff88c0cfff com.apple.CrashReporterSupport (10.11 - 718) < 05892B57-F2CD-3C84-B984-0417F6B361DB > /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport

    0x7fff88c0d000 - 0x7fff88c14ff7 com.apple.phonenumbers (1.1.1 - 105) < A616AFB5-2336-385A-B058-16A423D2B21B > /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s

    0x7fff88c15000 - 0x7fff88c73fff com.apple.CoreServices.OSServices (728.12 - 728.12) < 776EBD4F-7052-377F-A70D-E2FDBD465A5E > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices

    0x7fff88e89000 - 0x7fff88f1ffff 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

    0x7fff88f20000 - 0x7fff88f5dff3 (14, 0-193, 7) com.apple.bom < 9B8AE30B-24A3-37AB-B04E-4CE67AED4775 > /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom

    0x7fff88f5e000 - 0x7fff88f5efff com.apple.CoreServices /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices < A4FFF004-53B0-3EAC-A13F-5416BFFD8886 > (728.12 - 728.12)

    0x7fff88f5f000 - 0x7fff88f5fff7 com.apple.CloudPhotosConfigurationXPC (1.5 - 370.42.0) < E1825828-6544-3C11-BDF8-0AF1791D6FB8 > /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Frame works/CloudPhotosConfigurationXPC.framework/Versions/A/CloudPhotosConfigurationX PC

    0x7fff88f60000 - 0x7fff890ecff7 libGLProgrammability.dylib (12.1) < BCFFBF6B-9717-3456-B6F9-6AE46644B076 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib

    0x7fff890ed000 - 0x7fff890fcffb 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

    0x7fff89100000 - 0x7fff8910fff7 com.apple.ContactsAutocompleteUI (1.0-1) < E3C1F61B-1AD5-362D-A278-BBBC68D65CC2 > /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/Versions/A/C ontactsAutocompleteUI

    0x7fff89110000 - 0x7fff89119ff7 com.apple.CommonAuth /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth < 4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF > (4.0 - 2.0)

    0x7fff8911a000 - 0x7fff89134ff3 liblzma.5.dylib (10) < CC03591B-FA57-3CA5-AC81-0D76033AC0CE > /usr/lib/liblzma.5.dylib

    0x7fff89135000 - com.apple.CalendarFoundation (8.0 - 406, 1) < 3CC88B32-3EC8-3D7F-BDB0-663F5D691CC0 > 0x7fff89185ff7 /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation

    0x7fff89186000 - 0x7fff891aafff 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

    0x7fff891ab000 - 0x7fff89418fff (2: 6-932) com.apple.imageKit < FAE317B8-DF15-3096-AFAC-464913BF2F3B > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit

    0x7fff89419000 - 0x7fff898b4ffb com.apple.GeoServices (1.0 - 1151.49.1) /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices < 2D887517-B73D-30FF-91DC-AF6AD91F96B9 >

    0x7fff898b5000 - 0x7fff89955fff com.apple.ViewBridge /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge < D8131B7E-DFC9-3FDD-9D56-49821C1D1521 > (159-159)

    0x7fff899d5000 - 0x7fff899ffff7 GLRendererFloat (12.1) < BE957AC5-82C2-3620-A625-56C9BE7B853F > /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat

    0x7fff89a00000 - 0x7fff89c4cff7 com.apple.AddressBook.framework /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook < 24F823D3-C3FC-3AF9-B8B3-C166539DBD11 > (9.0 - 1679.10)

    0x7fff89c4d000 - 0x7fff89cbbff7 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

    0x7fff89cbc000 - 0x7fff89ccefff com.apple.CloudPhotoServicesConfiguration (1.5 - 370.42.0) < CDD720AF-F4C0-31CE-91DD-D2F4E0DEC109 > /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Frame works/CloudPhotoServicesConfiguration.framework/Versions/A/CloudPhotoServicesCon figuration

    0x7fff89ccf000 - 0x7fff89cfcfff (501.40.12) libdispatch.dylib < C7499857-61A5-3D7D-A5EA-65DCC8C3DF92 > /usr/lib/system/libdispatch.dylib

    0x7fff89cfd000 - 0x7fff89d09fff libexslt.0.dylib (14.2) < 2E4F7D44-E668-322B-B25B-3900C09CE17E > /usr/lib/libexslt.0.dylib

    0x7fff89d0a000 - 0x7fff89d2dff7 com.apple.Network (< F3CC7116-3969-31E1-8A8E-0CD4A1FE3837 > /System/Library/PrivateFrameworks/Network.framework/Versions/A/Network 1.0 - 1.).

    0x7fff89ff6000 - 0x7fff8a001fff (517.50.1) libcsfde.dylib < 52F0DB6A-13B8-355E-ADFD-72834D3CA183 > /usr/lib/libcsfde.dylib

    0x7fff8a002000 - 0x7fff8a053fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) < EA7D4F3B-062B-3C81-A98C-C89264D00D48 > /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0x7fff8a054000 - 0x7fff8a069fff com.apple.AppContainer (4.0 - 261.40.2) < F220E702-1C00-3BD2-9943-C7E75C3B4418 > /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r

    0x7fff8a06a000 - 0x7fff8a06cfff com.apple.marco /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco < FA3176F5-4C71-3CB7-B384-9662513E9B4B > (10.0 - 1000)

    0x7fff8a06d000 - 0x7fff8a096ff7 libxslt.1.dylib (14.2) < 6E8D0F06-9086-32D3-9D87-3870A1CE9E99 > /usr/lib/libxslt.1.dylib

    0x7fff8a097000 - 0x7fff8a0b5ff7 (3248.50.21) libsystem_kernel.dylib < 78E54D59-D2B0-3F54-9A4A-0A68D671F253 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8a136000 - 0x7fff8a1adfeb (335.50.1) libcorecrypto.dylib < B5C05FD7-A540-345A-87BF-8E41848A3C17 > /usr/lib/system/libcorecrypto.dylib

    0x7fff8a1ae000 - 0x7fff8a1b4ff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) < 9E5A980A-F455-32D5-BBEE-3BD6018CC45E > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition

    0x7fff8a1b8000 - 0x7fff8a1e1ffb libRIP.A.dylib (957) < 5F18F20D-5921-3314-A9F8-F1B1CB62C83D > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib

    0x7fff8a1e2000 - 0x7fff8a245ff7 com.apple.WhitePagesFramework (10.7.0 - 141.0) < 876DF49A-E015-3E20-8C61-214EF07F51A4 > /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages

    0x7fff8a24e000 - 0x7fff8a24ffff libDiagnosticMessagesClient.dylib (100) < 4243B6B4-21E9-355B-9C5A-95A216233B96 > /usr/lib/libDiagnosticMessagesClient.dylib

    0x7fff8a250000 - 0x7fff8a25cfff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) < 6BA06290-D4A3-351C-87F9-B61EF61FF055 > /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore

    0x7fff8a265000 - 0x7fff8a271ff7 com.apple.OpenDirectory /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory < 31A67AD5-5CC2-350A-96D7-821DF4BC4196 > (10.11 - 194)

    0x7fff8a272000 - 0x7fff8a361fff libxml2.2.dylib (29.7) < 32BBF51E-B084-3FC2-AE9C-C008BE84102B > /usr/lib/libxml2.2.dylib

    0x7fff8a362000 - 0x7fff8a508ff7 com.apple.audio.toolbox.AudioToolbox /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox < 082319FC-59F2-3D36-AC9B-94759724E302 > (1.13 - 1.13)

    0x7fff8a509000 - 0x7fff8a517fff com.apple.ToneLibrary (< AF05AF34-9BC4-3BA6-81C1-7420F22C9D7D > /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 1.0 - 1.).

    0x7fff8a562000 - 0x7fff8a562fff com.apple.Accelerate.vecLib (vecLib - 3.10 3.10) < 054DFE32-737D-3211-9A14-0FC5E1A880E3 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib

    0x7fff8a563000 - 0x7fff8a56eff7 (60075.50.1) libcommonCrypto.dylib < 93732261-34B4-3914-B7A2-90A81A182DBA > /usr/lib/system/libcommonCrypto.dylib

    0x7fff8a56f000 - 0x7fff8a616fff com.apple.LanguageModeling (1.0-1) < 58C18A47-BDE7-3CBE-81C0-797029D170A1 > /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling

    0x7fff8ae8c000 - com.apple.CalendarAgentLink (8.0 - 250) < EA60A52B-6005-312B-99E0-0DD4F479EF8A > /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink 0x7fff8aea5fff

    0x7fff8aea6000 - 0x7fff8aec1fff com.apple.PackageKit.PackageUIKit (3.0 - 546.1) < 65C4DEAF-58D6-3E01-84F0-D10A811BF9D8 > System/Library/PrivateFrameworks/PackageKit.framework/Frameworks/PackageUIKit. framework/Versions/A/PackageUIKit

    0x7fff8aec4000 - 0x7fff8aec9fff com.apple.MediaAccessibility (1.0 - 79) < C5E61B45-1967-3602-A48C-31E132B998B2 > /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi responsibility

    0x7fff8aeca000 - 0x7fff8af25fff com.apple.coredav (1.0.1 - 307) < D1BDC4FC-44F8-31F7-9C8D-4422A1641BF6 > /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV

    0x7fff8af26000 - 0x7fff8af39fff com.apple.MessagesKit (1.0 - 5100) < 225E7AB2-5178-39EF-AE9A-D33151CB7879 > /System/Library/PrivateFrameworks/MessagesKit.framework/Versions/A/MessagesKit

    0x7fff8af3a000 - 0x7fff8af72ff7 com.apple.Accounts /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts < 8A356D32-2E81-3470-AFA2-8C4FA7F1DA0C > (113-113)

    0x7fff8af73000 - 0x7fff8af74ffb libremovefile.dylib (41) < 552EF39E-14D7-363E-9059-4565AC2F894E > /usr/lib/system/libremovefile.dylib

    0x7fff8af99000 - 0x7fff8afb4ff7 com.apple.icloud.FMCore (< D7630506-FB79-33EC-95A0-9FB71ED38EB3 > /System/Library/PrivateFrameworks/FMCore.framework/Versions/A/FMCore 1.0 - 1.).

    0x7fff8afb6000 - 0x7fff8afd5ff7 com.apple.ContactsUI /System/Library/Frameworks/ContactsUI.framework/Versions/A/ContactsUI < 445945EB-D7FC-38BA-8A67-5ABB44EF9987 > (9.0 - 1679.10)

    0x7fff8afd6000 - 0x7fff8afdeffb (625.50.5) libsystem_dnssd.dylib < 4D10E12B-59B5-386F-82DA-326F18028F0A > /usr/lib/system/libsystem_dnssd.dylib

    0x7fff8b3a3000 - 0x7fff8b5c4ff7 com.apple.CoreImage (11.4.0 - 366.4.19) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage < F5B7B115-E43A-3C61-A6AD-EFCDE7FC43A1 >

    0x7fff8b5c5000 - 0x7fff8b5ffff7 (132-132) com.apple.DebugSymbols < 23A42C53-B941-3871-9EE2-4C87A46005B5 > /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s

    0x7fff8b60b000 - 0x7fff8b60dff7 com.apple.securityhi (9.0 - 55006) < 1E7BE52B-97EA-371A-AECA-1EE2AD246D8A > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI

    0x7fff8b60e000 - com.apple.StoreFoundation (1.0 - 463, 9) < E4A83F77-88D1-307A-B137-23CFCF0AB249 > 0x7fff8b675ff7 thing /System/Library/PrivateFrameworks/StoreFoundation.framework/Versions/A/StoreFou

    0x7fff8b676000 - 0x7fff8b9f1ffb com.apple.VideoToolbox (1.0 - 1731.15.204) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox < 2B21F9B2-66A2-3900-84A5-0AB66F8056E4 >

    0x7fff8b9f2000 - 0x7fff8bb4eff3 com.apple.WebKitLegacy (11601 - 11601.6.17) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy < 3F9A3DDF-AA37-388E-8C96-CFF86DB0D16E >. framework/Versions/A/WebKitLegacy

    0x7fff8bb4f000 - 0x7fff8bb59fff com.apple.CoreCDP - OSX (< 3F137206-17BD-396C-B50C-DDDA635D19DD > /System/Library/PrivateFrameworks/CoreCDP.framework/Versions/A/CoreCDP 1.0 - 1.).

    0x7fff8bb5a000 - 0x7fff8bba0ff7 libauto.dylib (186) < 999E610F-41FC-32A3-ADCA-5EC049B65DFB > /usr/lib/libauto.dylib

    0x7fff8bba1000 - 0x7fff8bbd2ff7 libtidy. A.dylib (15,17) < 6859415D-7A43-384E-ABDD-AA6B2AA9FDCD >/usr/lib/libtidy. A.dylib

    0x7fff8bbd3000 - 0x7fff8bbeffff com.apple.GenerationalStorage (2.0 - 239, 1) < 8C821448-4294-3736-9CEF-467C93785CB9 > /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage

    0x7fff8bbf2000 - 0x7fff8bcddff7 com.apple.QuickLookUIFramework (5.0 - 696.7) < 5A4AAFEC-D38C-3DA0-9361-CBF1D4C6B376 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f EPI/Versions/A/QuickLookUI

    0x7fff8bcde000 - 0x7fff8bcdefff com.apple.Cocoa /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa < 807787AB-D231-3F51-A99B-A9314623C571 > (6.11 - 22)

    0x7fff8bce6000 - 0x7fff8bcfdfff libmarisa.dylib (4) < E4919B03-D9BD-3AF8-B436-C415C98E3F0A > /usr/lib/libmarisa.dylib

    0x7fff8bd00000 - 0x7fff8be33fff com.apple.ical.EventKit (3.0 - 487, 4) < B71B80DB-1D9D-38FB-9467-8ED5CE1E804C > /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit

    0x7fff8be91000 - com.apple.DictionaryServices (1.2 - 250, 3) < 30250542-CBAA-39C1-91AA-B57A5DE17594 > 0x7fff8bec0ff7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices

    0x7fff8bec1000 - 0x7fff8bf2eff7 com.apple.imfoundation (10.0 - 1000) < 5C61D95A-BE77-3D37-AA64-9944B791826E > /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n

    0x7fff8bf2f000 - 0x7fff8bf92fff libAVFAudio.dylib (161,2) < 1A98DBF3-490B-37FB-928A-AB1E36E6E5DD > /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib

    0x7fff8c011000 - 0x7fff8c01dfff com.apple.CommerceCore (1.0 - 463, 9) < 92A641CE-2740-3B7A-B69D-E5CE1426B7DE > /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore

    0x7fff8c01e000 - 0x7fff8c01ffff libsystem_blocks.dylib (65) < 1244D9D5-F6AA-35BB-B307-86851C24B8E5 > /usr/lib/system/libsystem_blocks.dylib

    0x7fff8c020000 - 0x7fff8c023ffb libdyld.dylib (360.22) < CC088C2A-D407-33E7-A6B6-B06E0D4AD999 > /usr/lib/system/libdyld.dylib

    0x7fff8c024000 - 0x7fff8c02cfff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) s.framework/Versions/A/FSEvents /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent < 7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A >

    0x7fff8c02d000 - 0x7fff8c151fff libsqlite3.dylib (216,4) < 280D67B8-F93D-3587-A146-19F36C817548 > /usr/lib/libsqlite3.dylib

    0x7fff8c152000 - 0x7fff8c180ff7 com.apple.CoreServicesInternal (248, 2-248, 2) < 6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B > /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal

    0x7fff8c187000 - 0x7fff8c187fff com.apple.IOPlatformPluginFamily (1.0-1) < 61D1D438-9DE8-34A0-ADC0-9789517515E8 > /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/I OPlatformPluginFamily

    0x7fff8c188000 - 0x7fff8c1a4ff7 libextension.dylib (78) < FD952DA6-BBEC-3CB6-98B3-E1D111C5C54E > /usr/lib/libextension.dylib

    0x7fff8c239000 - 0x7fff8c2feff7 com.apple.iChat.SocialUI (8.0 - 5100) < B1D820BC-3C20-3C74-9D15-D8941B89B272 > /System/Library/PrivateFrameworks/SocialUI.framework/Versions/A/SocialUI

    0x7fff8d208000 - 0x7fff8d20cfff libGIF.dylib (1450) < DDEA46A2-85B7-32D7-8CC2-8F4C10AA12D5 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

    0x7fff8d20d000 - 0x7fff8d252ff7 (24, 4-24, 5) com.apple.coreservices.SharedFileList < 1D2AD77B-778F-3253-A295-3D0A32A8121C > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedF ileList.framework/Versions/A/SharedFileList

    0x7fff8d297000 - 0x7fff8d2bcff7 libPng.dylib (1450) < F7944170-4854-3CA5-B66F-7A6CA2292DF2 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

    0x7fff8d2bd000 - 0x7fff8d309ffb com.apple.HIServices (1.22 - 550) < 6B76B41C-CF5A-34C4-89F4-EFD7CA3D1C9D > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices

    0x7fff8d30a000 - 0x7fff8d31cfff com.apple.icloud.FMFUI (< C3631A6F-65FF-39A9-AA4A-68A82D54C546 > /System/Library/PrivateFrameworks/FMFUI.framework/Versions/A/FMFUI 1.0 - 1.).

    0x7fff8d323000 - 0x7fff8d32cff7 (138.10.4) libsystem_pthread.dylib < 3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559 > /usr/lib/system/libsystem_pthread.dylib

    0x7fff8d33a000 - 0x7fff8d5e0ff7 com.apple.CoreData (120-641, 3) < A29A5491-6169-372B-828F-84EE0CFD4BC4 > /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

    0x7fff8d5e1000 - 0x7fff8d5ecfff libGPUSupportMercury.dylib (12.1) < 9D35C668-4F21-31C8-890C-CC1F45905194 > /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib

    0x7fff8d600000 - 0x7fff8d631ffb com.apple.avfoundationcf (2.0 - 211, 11) < 81757846-2F78-3814-85DD-57337F77120B > /System/Library/PrivateFrameworks/AVFoundationCF.framework/Versions/A/AVFoundat ionCF

    0x7fff8d632000 - 0x7fff8d65bfff libc ++ abi.dylib (125) < DCCC8177-3D09-35BC-9784-2A04FEC4C71B > /usr/lib/libc++abi.dylib

    0x7fff8d65c000 - 0x7fff8d687ff7 com.apple.AddressBook.ContactsFoundation (8.0 - 2137.1) < BAE70E9D-BCC8-3650-B554-6D646388EDEF > /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation

    0x7fff8d688000 - 0x7fff8d6b0fff com.apple.GLKit /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit < 6D10E27F-7175-36D2-8770-F7789F2EACBD > (1.0 - 56)

    0x7fff8d6c5000 - 0x7fff8d6defff 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

    0x7fff8d6df000 - 0x7fff8dadbfff libLAPACK.dylib (1162.2) < 987E42B0-5108-3065-87F0-9DF7616A8A06 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib

    0x7fff8dade000 - 0x7fff8db0bff7 com.apple.PassKit (1.0 - 55.1) < D31E95EB-BC60-3A35-B9AB-4FE531A60400 > /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit

    0x7fff8db0c000 - 0x7fff8db1afff com.apple.IntlPreferences (2.0 - 192) < A170BA4F-D39C-378C-99B5-CCB7C4F154C1 > /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences

    0x7fff8db1b000 - 0x7fff8db20fff com.apple.ImageCapture /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture < ACECF0B7-7D92-3A22-BF47-E8FADF4C5378 > (9, 0-9, 0). framework/Versions/A/ImageCapture

    0x7fff8db66000 - 0x7fff8db71fff libGL.dylib (12.1) < 70D51643-04AC-3400-8F11-A6FC25985289 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    0x7fff8db72000 - 0x7fff8db83ff7 (201.10.3) libsystem_trace.dylib < F00E92E4-DBDA-3749-B5B3-0C3FBBABA1CB > /usr/lib/system/libsystem_trace.dylib

    0x7fff8db8d000 - 0x7fff8dc89ff7 libFontParser.dylib (158.6) < 267A9AE4-4138-3112-8D73-BDFDC96568FF > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib

    0x7fff8dc8a000 - 0x7fff8dc8dff7 libCoreFSCache.dylib (119.5) < 2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib

    0x7fff8dc9e000 - 0x7fff8dd0efff com.apple.ids /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS < 12F08B55-D23E-351A-BB2C-B9D691D4044F > (10.0 - 1000)

    0x7fff8dd0f000 - 0x7fff8dfa5fff libmecabra.dylib (696.5) < EF6C0BD4-5FE8-34FB-8ADF-69A53CEC97A9 > /usr/lib/libmecabra.dylib

    0x7fff8dfa6000 - 0x7fff8e01bfff com.apple.framework.IOKit (2.0.2 - 1179.50.2) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit < A509D3AE-9D48-31B7-89C7-326A7A2007B2 >

    0x7fff8e01c000 - 0x7fff8e0a9fff (1082.50.1) libsystem_c.dylib < B552D565-B798-3B9B-AE63-F623B42A5F01 > /usr/lib/system/libsystem_c.dylib

    0x7fff8e9df000 - 0x7fff8e9e7fff (385.40.36) libsystem_networkextension.dylib < 66095DC7-6539-38F2-95EE-458F15F6D014 > /usr/lib/system/libsystem_networkextension.dylib

    0x7fff8e9e8000 - 0x7fff8ea20ff7 com.apple.RemoteViewServices (2.0 - 101) < B2881449-8CFE-3D1C-B4BF-155640392533 > /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices

    0x7fff8ea21000 - 0x7fff8ea62ff7 libGLU.dylib (12.1) < CD7A5916-3E3C-3EF3-A275-B281016B99CB > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

    0x7fff8ea63000 - 0x7fff8eaf2fff com.apple.CorePDF /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF < 849BBFF6-0700-3ED1-98DF-A6E93B9B707F > (4.0 - 4)

    0x7fff8eaf3000 - 0x7fff8ec5afff libBLAS.dylib (1162.2) < A1398FE0-39D2-33EA-9A0F-B2644EEA29A0 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib

    0x7fff8ecbd000 - 0x7fff8ecbfff7 libquarantine.dylib (80) < 0F4169F0-0C84-3A25-B3AE-E47B3586D908 > /usr/lib/system/libquarantine.dylib

    0x7fff8ecc0000 - 0x7fff8ecc8fff libMatch.1.dylib (27) < 3AC0BFB8-7E69-3DBE-A175-7F3946FC4554 > /usr/lib/libMatch.1.dylib

    0x7fff8ecdb000 - 0x7fff8ecddfff com.apple.EFILogin /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin < 38150198-DD7F-3C73-BCAA-C74BB376393A > (2.0 - 2)

    0x7fff8ecde000 - 0x7fff8ed4aff7 com.apple.contacts.Contacts /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts < 2726B3FB-7A00-34E0-8BBF-7E5395C35527 > (1.0 - 2137.1)

    0x7fff8ed4b000 - com.apple.DistributionKit (700-1000) < 4E57473B-3B6C-35E8-8D25-592EA1CACF2A > System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit 0x7fff8ed68fff. framework/Versions/A/DistributionKit

    0x7fff8ed69000 - 0x7fff8ee3fff7 com.apple.AOSUI /System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI < D5F5C0D0-9C45-3A33-B670-3F75BFCF0932 > (1.2 - 421)

    0x7fff8ee68000 - 0x7fff8ee8cfff libJPEG.dylib (1450) < 1775E59E-D82C-3F7A-8E4F-B0C13F88F691 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

    0x7fff8ee8d000 - 0x7fff8ee8dfff (600.0.44.1) libmetal_timestamp.dylib < 6576F284-BACA-332A-A6E7-FA1C347636E3 > /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dyli b

    0x7fff8eec6000 - 0x7fff8eef2fff com.apple.framework.SystemAdministration (1.0 - 1.0) < 1318B6A5-FFC3-3615-914D-95CBFE5BA727 > /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration

    0x7fff8eef3000 - 0x7fff8eefeff7 libChineseTokenizer.dylib (16) < 79B8C67A-3061-3C78-92CD-4650719E68D4 > /usr/lib/libChineseTokenizer.dylib

    0x7fff8ef1b000 - 0x7fff8ef2efff com.apple.CoreBluetooth (< E54CA9A2-A5C6-30C5-9D6E-8472DBA9371E > /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 1.0 - 1.).

    0x7fff8ef5d000 - 0x7fff8ef5ffff libCVMSPluginSupport.dylib (12.1) < D81B3D8D-B83F-3918-BD4B-6C794A30AF9F > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib

    0x7fff8ef60000 - 0x7fff8ef72fff com.apple.AppleIDSSOAuthentication (1.0-1) < 7DA43C1A-8340-3A4E-BCAF-FD036B95D418 > /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A /AppleIDSSOAuthentication

    0x7fff8ef73000 - 0x7fff8ef79fff com.apple.IOAccelerator (205, 10-205, 10) < E46ED853-C2CC-3F29-A7DD-5E9351A2E754 > /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor

    0x7fff8ef7a000 - 0x7fff8f050ffb com.apple.DiskImagesFramework (10.11.4 - 417,4) < 6D26E255-D7BB-3A9D-8B6F-E07D2DBB68AE > /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages

    0x7fff8f051000 - com.apple.DiskManagement (8.1 - 952) < 6E0FBC67-47E0-3669-8065-ECA8C67098A8 > /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag-0x7fff8f0a1ff7

    0x7fff8f0a2000 - 0x7fff8f0adfff com.apple.AppSandbox (4.0 - 261.40.2) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox < 52766210-B6EB-3B73-AB1B-42E0A9AD2EE8 >

    0x7fff8f0ae000 - 0x7fff8f102fff com.apple.TelephonyUtilities (1.0 - 1.0) < 9131CBDA-A44A-3575-93D2-D650FCD1E91B > /System/Library/PrivateFrameworks/TelephonyUtilities.framework/Versions/A/Telep honyUtilities

    0x7fff8f103000 - 0x7fff8f10bfff libGFXShared.dylib (12.1) < 5A0C2493-200C-30BE-97D5-8E8C0B8E604D > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib

    0x7fff8f10c000 - 0x7fff8fd35ff7 com.apple.AppKit /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit < F3411F6E-DD87-34D0-8C68-C69B2205E41D > (6, 9 - 1404.47)

    0x7fff8fd36000 - 0x7fff8fd63fff com.apple.facetimeservices /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices < 4CA7BA98-BECA-3062-BADC-3BEEAAF66D3B > (10.0 - 1000)

    0x7fff8fd64000 - 0x7fff8fd94ff3 com.apple.CoreAVCHD (5.8.0 - 5800.4.2) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD < 4AAFB1C4-3708-30F9-ACFA-90564347204C >

    0x7fff90715000 - 0x7fff9073cfff com.apple.ChunkingLibrary (167-167) < AD7F285C-005E-36BB-98A3-5826413533BE > /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking library

    0x7fff90754000 - 0x7fff907a9fff com.apple.AE (701-701) < AD492742-F884-386B-A450-FAC281B9FFA4 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE

    0x7fff907aa000 - 0x7fff907b5fff com.apple.DirectoryService.Framework /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi < 6F827D0E-0F02-3B09-B2A8-252865EECA7F > (10.11 - 194) this

    0x7fff907dd000 - 0x7fff907f4ff7 (83.40.5) libsystem_coretls.dylib < C90DAE38-4082-381C-A185-2A6A8B677628 > /usr/lib/system/libsystem_coretls.dylib

    0x7fff907f5000 - 0x7fff90870fff com.apple.accounts.AccountsDaemon (113-113) < 75054597-D576-3830-A731-82F04184172A > /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsD Nicolas

    0x7fff908b6000 - 0x7fff90a62fff com.apple.avfoundation (2.0 - 1046.9.11) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation < 399D8273-E3CD-3358-9B80-64E6A5CBE278 >

    0x7fff90a63000 - 0x7fff90a6ffff 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

    0x7fff90a70000 - 0x7fff90a7efff libxar.1.dylib (302) < 03207F66-2C4A-3DBD-8D81-70F4C85903C4 > /usr/lib/libxar.1.dylib

    0x7fff90a7f000 - 0x7fff90acbff7 com.apple.corelocation /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation < 6336CFC5-9D7D-3B76-B263-56DD6EBD0B8D > (1486.17 - 1615.38)

    0x7fff90acc000 - 0x7fff90addfff (1162.2) libSparseBLAS.dylib < EBEB3848-3468-342A-91A6-5C47F2369CD9 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libSparseBLAS.dylib

    0x7fff90cf3000 - 0x7fff90d21ff7 (460.50.4) libsandbox.1.dylib < C6797DA3-DF51-3774-9D02-31670A820D18 > /usr/lib/libsandbox.1.dylib

    0x7fff90d22000 - 0x7fff90e14ff7 libiconv.2.dylib (44) < F05A0A5A-92A9-3668-8F20-F27CBDA26BE9 > /usr/lib/libiconv.2.dylib

    0x7fff90e15000 - 0x7fff910faffb com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) < 2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore

    0x7fff9116a000 - 0x7fff9116efff 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

    0x7fff91217000 - 0x7fff91277fff com.apple.QuickLookFramework /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook < ECD33169-5EB1-3783-AF9E-1AB9240F8358 > (5.0 - 696.7)

    0x7fff91278000 - 0x7fff91286fff com.apple.opengl (12.1.0 - 12.1.0) < BBC4458E-12FC-3C9B-BF7E-6985D61C7A67 > /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

    0x7fff91298000 - 0x7fff912aeff7 (1162.2) libLinearAlgebra.dylib < FFE54EDF-F06F-3C0A-864A-4CA7BBFD4B2D > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib

    0x7fff913e5000 - 0x7fff914cbff7 (59.40.2) libcrypto.0.9.8.dylib < 2486D801-C756-3488-B519-1AA6807E8948 > /usr/lib/libcrypto.0.9.8.dylib

    0x7fff914d6000 - 0x7fff9156bfff (10, 9-214) com.apple.ink.framework < 1F76CF36-3F79-36B8-BC37-C540AF34B338 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink

    0x7fff9156e000 - 0x7fff9159dfff com.apple.securityinterface (10.0 - 55065.40.1) < 1BB39B19-DD74-347E-A344-0E6781773577 > /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face

    0x7fff9159e000 - 0x7fff91612ff7 com.apple.Heimdal /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal < 5D365381-8B5E-3259-8867-FC4A7D307BDE > (4.0 - 2.0)

    0x7fff91613000 - 0x7fff91758fff com.apple.QTKit (7.7.3 - 2943.10) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit < 9D0EA81D-7BDE-3B47-B300-5C53C5EE4846 >

    0x7fff9175c000 - 0x7fff9179eff7 com.apple.Metal /System/Library/Frameworks/Metal.framework/Versions/A/Metal < 2B2C0F78-20B8-3878-B9B1-DE18BB92919D > (56, 6-56, 6)

    0x7fff9179f000 - 0x7fff917daff7 com.apple.AuthKitUI (< E4792D6A-590C-326E-8CC7-2EB5843C51C6 > /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI 1.0 - 1.).

    0x7fff917db000 - 0x7fff917f6fff com.apple.aps.framework (4.0 - 4.0) < CAD47B6E-A581-3B35-885B-67B206F41D5E > /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService

    0x7fff917f7000 - 0x7fff917f7fff com.apple.Carbon /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon < 8F6ED602-5943-3E29-A793-BC331E2C183D > (154 to 157)

    0x7fff91ed7000 - 0x7fff9226cfdb com.apple.vImage (8.0 - 8, 0) < 4BAC9B6F-7482-3580-8787-AB0A5B4D331B > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework, Versions, A, vImage

    0x7fff92277000 - 0x7fff92279fff com.apple.SecCodeWrapper (4.0 - 261.40.2) < 1F832591-59A8-3B3F-943F-D6D827463782 > /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper

    0x7fff9227a000 - 0x7fff92284fff com.apple.KerberosHelper (4.0 - 1.0) < 67D88B2C-A54B-34FF-ABF3-2D3736879730 > /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper

    0x7fff9228b000 - 0x7fff923b0fff com.apple.LaunchServices (728.12 - 728.12) < F5AB56CD-CF33-33F0-A48D-372551714E77 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices

    0x7fff923b5000 - 0x7fff92495ff7 unorm8_rgba.dylib (2.7.3) < 9EB6C346-CFF6-32D7-B4A1-2409DFBCB216 > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib

    0x7fff92496000 - 0x7fff92730ff3 com.apple.security (7.0 - 57337.50.23) /System/Library/Frameworks/Security.framework/Versions/A/Security < 8B6CF71D-A63E-34C9-9227-0AACAB643584 >

    0x7fff92731000 - 0x7fff92731fff com.apple.quartzframework /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz < 5DC3D0D9-9E3F-3AA5-92F1-F229907A49B9 > (1, 5-21)

    0x7fff92732000 - 0x7fff92784fff com.apple.CalDAV /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV < 78741BC8-D22E-33D1-86FD-F88F05952D38 > (8.0 - 234)

    0x7fff92785000 - 0x7fff92789fff libpam.2.dylib (20) < CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A > /usr/lib/libpam.2.dylib

    0x7fff9278a000 - 0x7fff92793ff3 (150.40.1) libsystem_notify.dylib < D48BDE34-0F7E-34CA-A0FF-C578E39987CC > /usr/lib/system/libsystem_notify.dylib

    0x7fff92794000 - 0x7fff92794fff libenergytrace.dylib (10.40.1) < 0A491CA7-3451-3FD5-999A-58AB4362682B > /usr/lib/libenergytrace.dylib

    0x7fff92795000 - 0x7fff927b0ff7 libCRFSuite.dylib (34) < 078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3 > /usr/lib/libCRFSuite.dylib

    0x7fff927d0000 - 0x7fff927e3fff com.apple.contacts.ContactsPersistence (1.0 - 2137.1) < 71232F20-11BD-370D-9F43-F262BFE46C93 > /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/Cont actsPersistence

    0x7fff927e4000 - 0x7fff927e4fff com.apple.AOSMigrate (< 17A49E04-567B-3B4F-9975-E8F83AE8357D > /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate 1.0 - 1.).

    0x7fff927e5000 - 0x7fff927e7ff7 com.apple.xpc.ServiceManagement (1.0-1) < D96D7A6D-EDEB-35EE-B5D9-E33A3BF011B5 > /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage lie

    0x7fff927e8000 - 0x7fff92a78ff7 com.apple.RawCamera.bundle /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera < F14992BD-D9D8-36EE-8A51-989A220E1846 > (6.19 - 844)

    0x7fff92a79000 - 0x7fff92b19fff com.apple.Metadata (10.7.0 - 972.34) a.framework/Versions/A/Metadata /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat < A93B485D-094C-3024-8CBB-D9E035FB83C4 >

    0x7fff92b1a000 - com.apple.SoftwareUpdate.framework (6-797) 0x7fff92bb7ff7 < 695E4BEA-DE14-3AB7-B5D3-0E4C8F7CC5F0 > /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareU updated

    0x7fff92bb8000 - 0x7fff92bbbfff (460.50.4) libsystem_sandbox.dylib < 150A9D3D-F69E-32F7-8C7B-8E72CAAFF7E4 > /usr/lib/system/libsystem_sandbox.dylib

    0x7fff92bbc000 - 0x7fff92bd0fe3 libCGInterfaces.dylib (317.9) < 5079DE4F-3717-32FF-B76A-77F53236D17D > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Libraries/libCGInterfaces.dylib

    0x7fff92bd1000 - 0x7fff92c81fff com.apple.backup.framework (1.7.4 - 1.7.4) < F304E9D1-991A-379E-9659-BF85C35B4808 > /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

    0x7fff92cea000 - 0x7fff92ceefff com.apple.LoginUICore (3.2 - 3.2) < 5524E4BC-4700-39F4-AF06-E53322712EE0 > /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore

    0x7fff92cef000 - 0x7fff92ceffff com.apple.SafariDAVNotifier (1.1.1 - 1) < 4AE03738-AAC2-365E-80DA-6FB78903E508 > /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier

    0x7fff92cf0000 - 0x7fff92d67fff com.apple.ShareKit /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit < 9EB92898-4A5F-3F12-9CCA-A40BBD7F1DD4 > (1.0 - 454.21)

    0x7fff92d6f000 - 0x7fff92d74ff7 com.apple.AssetCacheServices (14.1 - 14.1) < 5F249F84-660A-3E94-B073-6729E7ED56D9 > /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/Asset CacheServices

    0x7fff92d75000 - 0x7fff92e20fff com.apple.PDFKit (3.1 - 3.1) < 27AF3C85-1C0B-389C-856C-2E527620C195 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit

    0x7fff92eab000 - 0x7fff92ebffff com.apple.CoreDuetDaemonProtocol (1.0-1) < 1D60D60C-914A-3BAB-8607-79F68F4C712E > /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol

    0x7fff92ec0000 - 0x7fff92ee2fff com.apple.IconServices (68, 1-68, 1) < CDEEDBE6-F53B-3BA1-82D4-23BCA3DD8949 > /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s

    0x7fff92ee3000 - 0x7fff92eebfef libsystem_platform.dylib (74.40.2) < 29A905EF-6777-3C33-82B0-6C3A88C4BA15 > /usr/lib/system/libsystem_platform.dylib

    0x7fff92eec000 - 0x7fff92efafff libIASAuthReboot.dylib (1010) < 5CDC581B-B0C6-3166-AD79-1D7EA890D748 > /usr/lib/libIASAuthReboot.dylib

    0x7fff92f2f000 - 0x7fff92f32fff libspindump.dylib (197,1) < 48F4C673-9F0C-38BE-B550-88241E812518 > /usr/lib/libspindump.dylib

    0x7fff92f33000 - 0x7fff93140fff libicucore. A.dylib (551.51.3) < 5BC80F94-C90D-3175-BD96-FF1DC222EC9C >/usr/lib/libicucore. A.dylib

    0x7fff9330b000 - 0x7fff93357fff 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

    0x7fff93358000 - 0x7fff9336efff com.apple.CoreMediaAuthoring (2.2 - 953) < DAC012D0-276D-3AF6-A6E9-EA32E692B923 > /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring

    0x7fff9336f000 - 0x7fff93380ff7 libz.1.dylib (61.20.1) < B3EBB42F-48E3-3287-9F0D-308E04D407AC > /usr/lib/libz.1.dylib

    0x7fff9357e000 - 0x7fff9374cff3 com.apple.QuartzCore /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore < 076BDE58-8AED-3D47-84FD-548CF8E8EDB9 > (1.11 - 410.14)

    0x7fff93a3c000 - 0x7fff93a6bffb libsystem_m.dylib (3105) < 08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4 > /usr/lib/system/libsystem_m.dylib

    0x7fff93a6c000 - 0x7fff93e9afff com.apple.vision.FaceCore (3.3.1 - 3.3.1) < E54028EA-4217-3078-A2B1-C52E4214D59E > /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore

    0x7fff93e9b000 - 0x7fff93ea3fff com.apple.AppleSRP (< 840A5C20-6452-36BB-ACF7-29BA6CBF7C48 > /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 5.0 - 1).

    0x7fff93ea4000 - 0x7fff93eeefff com.apple.sociald.Social (?) < 48CEAEF0-38F3-3736-A504-64A59C101FE6 > /System/Library/Frameworks/Social.framework/Versions/A/Social

    0x7fff93eef000 - 0x7fff93eefff7 libunc.dylib (29) < DDB1E947-C775-33B8-B461-63E5EB698F0E > /usr/lib/system/libunc.dylib

    0x7fff93ef0000 - 0x7fff93f0eff7 com.apple.frameworks.preferencepanes /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes < 6D9A4009-DCE8-3FC5-91E4-01433C63E4A6 > (16, 0-16, 0)

    0x7fff93f0f000 - 0x7fff93f12ffb libScreenReader.dylib (426.42) < 16FC79D1-4573-3E90-945F-CBA22D5185FD > /usr/lib/libScreenReader.dylib

    0x7fff947a4000 - 0x7fff947a7ff7 com.apple.help (1.3.3 - 46) < 35DA4D48-0BC2-35A1-8D7C-40905CDF4F64 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/help

    0x7fff947a8000 - com.apple.CalendarPersistence (8.0 - 378, 5) < BDEE7522-C15E-3957-BE87-6B2EF79A38B6 > 0x7fff949fefff /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/Cale ndarPersistence

    0x7fff94a92000 - 0x7fff94c10fff com.apple.UIFoundation (1.0 - 436.1) < AABB5267-E7B7-3D75-B051-E665BDA8DEF4 > /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n

    0x7fff94c11000 - 0x7fff94cc9ff7 com.apple.CoreDuet (< FC1EAEE1-73A4-3B13-A634-1D2A94D0C0B7 > /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 1.0 - 1.).

    0x7fff94cca000 - 0x7fff94ccdff7 com.apple.iChat.InstantMessage (8.0 - 5017) < 989738B4-0269-3DD6-AAEC-2B712FB765D5 > /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage

    0x7fff94cce000 - 0x7fff94ccfffb libSystem.B.dylib (1226.10.1) < C5D09FE1-CC70-383E-AC27-18602F2EDEC4 > /usr/lib/libSystem.B.dylib

    0x7fff94cd0000 - 0x7fff94dc8fff com.apple.coretelephony /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony < 544916C7-6F30-340D-A2A8-D56BB8D669CD > (113 - 3675.1)

    0x7fff94dc9000 - 0x7fff94ddefff com.apple.ToneKit (< 6D5AD263-308F-3F70-8D86-7027569D2694 > /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 1.0 - 1.).

    0x7fff94ddf000 - 0x7fff94e0afff com.apple.idsfoundation (10.0 - 1000) < 4735029B-DAE5-31E4-AD40-C5C52E328B31 > /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion

    0x7fff94e38000 - 0x7fff94e8afff com.apple.AppleVAFramework (5.0.32 - 5.0.32) < 271ED7A9-73E5-3595-A8D6-28594C9F3C9D > /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA

    0x7fff94f07000 - 0x7fff94f29ff7 com.apple.Sharing (442.13.6 - 442.13.6) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing < DDD2811C-6ECB-32F2-8EE1-69BF9657B4A8 >

    0x7fff94f2a000 - 0x7fff94f2cffb libutil.dylib (43) < 4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C > /usr/lib/libutil.dylib

    0x7fff94f2d000 - 0x7fff94f3dfff libbsm.0.dylib (34) < 7E14504C-A8B0-3574-B6EB-5D5FABC72926 > /usr/lib/libbsm.0.dylib

    0x7fff94f93000 - 0x7fff94f9bfff libcopyfile.dylib (127) < A48637BC-F3F2-34F2-BB68-4C65FD012832 > /usr/lib/system/libcopyfile.dylib

    0x7fff94fa7000 - 0x7fff9510dfff com.apple.MapKit (1.0 - 1651.44.2) /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit < 1D96793D-AB70-326E-85EA-65DE75973623 >

    0x7fff9510e000 - 0x7fff95141ff7 com.apple.MediaKit (16-809) < BF8032FE-6645-37F6-A622-BC7EEE3EAABF > /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit

    0x7fff95182000 - 0x7fff9523bff7 com.apple.cloudkit.CloudKit /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit < E235B37E-1491-3857-BDE8-38450D4FE8D0 > (482.29 - 482.29)

    0x7fff9523c000 - 0x7fff95322fef unorm8_bgra.dylib (2.7.3) < B315AE9C-9E09-3D9F-9513-EC2195908516 > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib

    0x7fff95323000 - 0x7fff95352ffb com.apple.datadetectors (5.0 - 308) < 1949868C-BDCD-3772-BDBD-D7E9F2CC1451 > t /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect

    0x7fff95353000 - 0x7fff953a5fff com.apple.CloudDocs /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs < 5FD9138D-09D9-3B97-BBAD-5692E1687F30 > (1.0 - 383.13)

    0x7fff954f8000 - 0x7fff954f8ff7 (765.50.8) liblaunch.dylib < 834ED605-5114-3641-AA4D-ECF31B801C50 > /usr/lib/system/liblaunch.dylib

    0x7fff9550b000 - 0x7fff9553cfff com.apple.GSS /System/Library/Frameworks/GSS.framework/Versions/A/GSS < B490333A-3B3E-397A-AD75-68846E9A9140 > (4.0 - 2.0)

    0x7fff95576000 - 0x7fff95578fff com.apple.loginsupport (1.0-1) < 9B2F5F9B-ED38-313F-B798-D2B667BCD6B5 > /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport

    0x7fff955bd000 - 0x7fff95b15ff7 com.apple.MediaToolbox (1.0 - 1731.15.204) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox < BD296DBD-BEC9-3B25-B859-E88A009BB879 >

    0x7fff95b16000 - 0x7fff95b33ff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) < 41378C0B-B56A-3A73-9BD0-E06FA1F87B8C > /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA

    0x7fff95b34000 - 0x7fff95b4aff7 com.apple.geokit /System/Library/PrivateFrameworks/GeoKit.framework/Versions/A/GeoKit < BC60A03D-8720-3C88-9642-4B84CE9A3ED2 > (2.2 - 2.2)

    0x7fff95b4b000 - 0x7fff95beffff com.apple.Bluetooth (4.4.5 - 4.4.5f3) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth < 141F2C36-70B6-32D3-A556-7A605832CDB3 >

    0x7fff95bf0000 - 0x7fff95c37ff7 com.apple.AOSAccounts (1.3.1 - 1.10.02) /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts < FFD13410-D077-3EAF-8EFB-5A4F99AE2113 >

    0x7fff95c38000 - 0x7fff95c3cfff com.apple.communicationsfilter (10.0 - 1000) < 7B1D1036-D97D-3EC5-9E7F-331B8667F5D5 > /System/Library/PrivateFrameworks/CommunicationsFilter.framework/Versions/A/Com municationsFilter

    0x7fff95c3d000 - 0x7fff95cc1ffb com.apple.AVKit /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit < D6B7FD05-C729-3E84-A2F3-84DDAA268B3E > (1.1 - 285.10)

    0x7fff95cc2000 - 0x7fff95cd4fff libsasl2.2.dylib (209) < 11C7D200-0CA5-30F4-A19A-178CA81D48FE > /usr/lib/libsasl2.2.dylib

    0x7fff95cd5000 - 0x7fff95cf4ff7 com.apple.contacts.vCard /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard < 41529BD9-1BCC-3A62-92BA-2A7110867355 > (1.0 - 2137.1)

    0x7fff95cf5000 - 0x7fff95d56ff7 libTelephonyUtilDynamic.dylib (1207) < 15B546CD-1883-33AC-8EC9-7718043A927B > /usr/lib/libTelephonyUtilDynamic.dylib

    0x7fff95ea1000 - 0x7fff95ea2ffb libsysmon.dylib (85) < B4DA61BB-07A0-3CFB-9EBD-33121FC4BEA4 > /usr/lib/libsysmon.dylib

    0x7fff95ea3000 - 0x7fff95eafff7 com.apple.commonutilities (8.0 - 900) < 18D60822-654D-3532-A47E-A2239EF4E301 > /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUt ite

    0x7fff95eb0000 - 0x7fff96076fe7 com.apple.ImageIO.framework (3.3.0 - 1450) < 18ABA1F4-43EC-3990-9777-C91FD3D6AF71 > /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

    0x7fff96077000 - 0x7fff9607bfff libcache.dylib (75) < 9548AAE9-2AB7-3525-9ECE-A2A7C4688447 > /usr/lib/system/libcache.dylib

    0x7fff96161000 - 0x7fff96163ff7 com.apple.SafariServices.framework (11601 - 11601.6.17) vices /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer < 98035563-BCB5-3BCA-A519-FB27B4F02998 >

    0x7fff96164000 - 0x7fff96164ff7 libkeymgr.dylib (28) < 8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0 > /usr/lib/system/libkeymgr.dylib

    0x7fff9616b000 - 0x7fff9616dff7 (802.40.13) libsystem_configuration.dylib < 3DEB7DF9-6804-37E1-BC83-0166882FF0FF > /usr/lib/system/libsystem_configuration.dylib

    0x7fff9616e000 - 0x7fff96175ff7 libcompiler_rt.dylib (62) < A13ECF69-F59F-38AE-8609-7B731450FBCD > /usr/lib/system/libcompiler_rt.dylib

    0x7fff96176000 - 0x7fff96196ff7 com.apple.IASUtilities (1.0 - 229, 3) < 73F73F02-C7EE-3643-9349-7ECED6DD72CA > /System/Library/PrivateFrameworks/IASUtilities.framework/Versions/A/IASUtilitie s

    0x7fff96199000 - 0x7fff9619eff3 libunwind.dylib (35.3) < F6EB48E5-4D12-359A-AB54-C937FBBE9043 > /usr/lib/system/libunwind.dylib

    0x7fff961ae000 - 0x7fff965d8fff com.apple.ModelIO (< 8838E0E1-ACB3-3CE8-ABDC-C787D8B3F247 > /System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO 1.0 - 1.).

    0x7fff965d9000 - 0x7fff9660bfff com.apple.CommerceKit (1.2.0 - 463,9) < A74B7ABC-5B01-3C09-AF3C-6951B11D230A > /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit

    0x7fff9660c000 - 0x7fff96614fff com.apple.frameworks.CoreDaemon /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon < CC53DC12-9231-3C4F-921B-9A770D463323 > (1.3 - 1.3)

    0x7fff966bd000 - 0x7fff966bffff com.apple.CoreDuetDebugLogging (1.0-1) < 7C932160-AC9C-3173-900F-98138E829CB3 > /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging

    0x7fff966c0000 - 0x7fff966c5fff com.apple.DiskArbitration /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration < F55902AA-5316-3255-A701-FDED5B553065 > (2.7 - 2.7)

    0x7fff966c6000 - 0x7fff96780fff com.apple.DiscRecording (9.0.1 - 9010.4.3) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording < 540853B2-B123-3560-8023-C92EE229051A >

    0x7fff96791000 - 0x7fff96ec3ff7 com.apple.VectorKit (1.0 - 1156.38.0.1) /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit < 622EC7F5-118E-3F16-BD3D-137BA85BABD9 >

    0x7fff96ec4000 - 0x7fff9729cfef com.apple.CoreAUC (214.0.0 - 214.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC < F80C19CA-6CD0-3052-9C22-0288A257CCC8 >

    0x7fff9729d000 - 0x7fff972a1fff com.apple.ServerInformation (2.0-1) /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server < EE3E3BF1-46F4-33ED-9D03-875A8618421A > information

    0x7fff972af000 - 0x7fff97725fff com.apple.CoreFoundation /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation < 943A1383-DA6A-3DC0-ABCD-D9AEB3D0D34D > (6: 9 - 1258.1)

    0x7fff97726000 - 0x7fff9772afff com.apple.FindMyMac /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac < 73E9EE14-0390-33E6-ABD1-F99CD1C786AA > (3.1 - 53)

    0x7fff9772b000 - 0x7fff9774aff7 com.apple.framework.Apple80211 (11.0 - 1121.34.2) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 < 90477FAE-B835-3931-80FB-FDFF02B21D9D >

    0x7fff9774b000 - 0x7fff9774bfff com.apple.ApplicationServices (48-48) < ADD57D3A-142F-3EF5-BFD8-EACD82164884 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services

    0x7fff9774c000 - 0x7fff97768ff3 libresolv.9.dylib (60) < A650B5C8-1950-36A0-86D1-0B2465318BFA > /usr/lib/libresolv.9.dylib

    0x7fff97769000 - 0x7fff97781fef libcompression.dylib (28) < E7601B62-1053-369D-8A9E-91CF86239220 > /usr/lib/libcompression.dylib

    0x7fff97782000 - 0x7fff977f9ff7 com.apple.MMCS (1.3 - 357, 1) < 549FBEFC-55F7-3101-BF51-A0B1F7CF2B46 > /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS

    0x7fff977fa000 - 0x7fff978bdfff com.apple.imcore /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore < C3F22E18-ECB0-32B7-A596-A5EFCF84B192 > (10.0 - 1000)

    0x7fff978be000 - 0x7fff979cdfe7 libvDSP.dylib (563.5) < 9AB6CA3C-4F0E-35E6-9184-9DF86E7C3DAD > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib

    0x7fff979d4000 - 0x7fff97b05fff com.apple.syncservices /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices < 3FF7FE43-2822-3E59-A687-D74E4B0ACD0A > (8.1 - 724)

    0x7fff97b09000 - 0x7fff97b0bfff libsystem_coreservices.dylib (19.2) < 1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D > /usr/lib/system/libsystem_coreservices.dylib

    0x7fff97b0c000 - 0x7fff97b0cfff com.apple.Accelerate (1.10 - 1.10 accelerate) < 185EC96A-5AF0-3620-A4ED-4D3654D25B39 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

    0x7fff97b0d000 - 0x7fff97b15fef libcldcpuengine.dylib (2.7.3) < 511DF05F-B3A1-3810-9901-1F5C1EA278C4 > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib

    0x7fff97b20000 - 0x7fff97e82f3f libobjc. A.dylib (680) < 7489D2D6-1EFD-3414-B18D-2AECCCC90286 >/usr/lib/libobjc. A.dylib

    0x7fff97e83000 - 0x7fff97e9cfff com.apple.CFOpenDirectory (10.11 - 194) < 11F95672-55E0-3F9D-9171-5E8C56AEE948 > /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory

    0x7fff97e9d000 - 0x7fff97ed0fff com.apple.framework.accountsui (1.0 - 33.1) < 2679CC21-0C98-3340-9C42-780B11A70226 > /System/Library/PrivateFrameworks/AccountsUI.framework/Versions/A/AccountsUI

    0x7fff97ed1000 - 0x7fff97f40fff com.apple.SearchKit (1.4.0 - 1.4.0) < F159A888-34CA-36F1-AC8E-EB1B38C9DFB3 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit

    0x7fff97f41000 - 0x7fff98236fff com.apple.HIToolbox (2.1.1 - 807.2) < 36413C45-36AF-34EF-9C0E-F18B31D1E565 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra framework/Versions/A/HIToolbox

    0x7fff98237000 - 0x7fff98239fff libCGXType.A.dylib (957) < B901C222-E779-32EB-96C2-5A707A09FC5B > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy EP. A.dylib

    0x7fff9823a000 - 0x7fff982a0ff7 (583.50.1) libsystem_network.dylib < B52DAB73-92DC-3DA7-B9F4-B899D66445C1 > /usr/lib/system/libsystem_network.dylib

    0x7fff982b9000 - 0x7fff982edff7 com.apple.CoreVideo (1, 8-191, 3) < 1AA24A1B-CB84-3F6B-B6DE-11494542649C > /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    0x7fff982ee000 - 0x7fff982f9fff (3248.50.21) libkxld.dylib < 99195052-038E-3490-ACF8-76F9AC43897E > /usr/lib/system/libkxld.dylib

    0x7fff982fa000 - 0x7fff982fafff libOpenScriptingUtil.dylib (169,1) < AD0DAC8A-9849-3077-999F-9AEC6112BDAB > /usr/lib/libOpenScriptingUtil.dylib

    0x7fff984b9000 - 0x7fff98509ff7 com.apple.ExchangeWebServices (6.0 - 243) < 2F2827B5-9884-3593-9AD8-CB1B3C5FE83D > /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices

    0x7fff98548000 - 0x7fff985bcff3 com.apple.securityfoundation (6.0 - 55126) < 130656AE-2711-3914-8736-D8B021C93FE0 > /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun Foundation

    0x7fff985bd000 - 0x7fff985c5fff com.apple.icloud.FMCoreLite (< 74E4FF49-B38D-31CC-845B-7AE2635401DD > /System/Library/PrivateFrameworks/FMCoreLite.framework/Versions/A/FMCoreLite 1.0 - 1.).

    0x7fff985c6000 - 0x7fff985cbfff com.apple.incomingcallfilter (10.0 - 1000) < D45EB9DE-069A-3831-B3C1-55A363CDC636 > /System/Library/PrivateFrameworks/IncomingCallFilter.framework/Versions/A/Incom ingCallFilter

    0x7fff985cc000 - 0x7fff98603fff com.apple.CharacterPicker (1.0-1) < 09CCA7A1-7F19-37D0-A418-10CF40CAC655 > /System/Library/PrivateFrameworks/CharacterPicker.framework/Versions/A/Characte rPicker

    0x7fff98604000 - 0x7fff98660fff libTIFF.dylib (1450) < 14EB7C03-7DDA-3276-BAC5-D597913AC9C4 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

    0x7fff9868f000 - 0x7fff9889afff libFosl_dynamic.dylib (16.24) < 5F9DB82D-FD4B-3952-8531-CE020F93ED49 > /usr/lib/libFosl_dynamic.dylib

    0x7fff9889b000 - 0x7fff988a0ff7 libheimdal - asn1.dylib (453.40.10) < 981DE40B-FA16-36F7-BE92-8C8A115D6CD9 > /usr/lib/libheimdal-asn1.dylib

    0x7fff98ae9000 - 0x7fff99d37fe7 com.apple.CoreGraphics (1.600.0 - 957) < B5D82A82-EDF9-34D5-A8C5-7F25B80985EE > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

    0x7fff99d38000 - 0x7fff99dc7ff7 (517.50.1) libCoreStorage.dylib < E6283FE9-B5AC-3110-8D4C-8E2BF185983E > /usr/lib/libCoreStorage.dylib

    0x7fff99e58000 - 0x7fff99e83ffb (33.20.2) libarchive.2.dylib < 6C370A21-63FD-3A68-B4B3-5333F24B770B > /usr/lib/libarchive.2.dylib

    0x7fff99e84000 - 0x7fff99e85fff libsystem_secinit.dylib (20) < 32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B > /usr/lib/system/libsystem_secinit.dylib

    0x7fff99e86000 - 0x7fff99f76fff libJP2.dylib (1450) < FAFF00CD-1CF6-34DE-A06F-31D4BB9C8BA9 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

    0x7fff9a01c000 - 0x7fff9a058ff7 com.apple.OSAKit /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit < 8AE3C204-09F1-321A-B007-14D217F9EC59 > (1, 5-104)

    0x7fff9a059000 - 0x7fff9a05efff com.apple.TCC (< F5EEB2D3-9517-3975-97BE-22CB8E11B8A3 > /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 1.0 - 1.).

    0x7fff9a05f000 - 0x7fff9a0aeff7 com.apple.opencl (2.7.0 - 2.7.0) < C3AFF6D2-90FE-3108-A2D5-A1EBCFC5D627 > /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

    0x7fff9a0af000 - 0x7fff9a0bdff7 libbz2.1.0.dylib (38) < 28E54258-C0FE-38D4-AB76-1734CACCB344 > /usr/lib/libbz2.1.0.dylib

    0x7fff9a0be000 - 0x7fff9a0c0ff7 com.apple.diagnosticlogcollection (10.0 - 1000) < 80160173-9F22-300C-BD1A-1CDBB1C39FC6 > /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection

    0x7fff9a0c1000 - 0x7fff9a0c5ff7 com.apple.icloud.FMCoreUI (< BF81E749-CC8B-3189-81B8-7C8153779ACE > /System/Library/PrivateFrameworks/FMCoreUI.framework/Versions/A/FMCoreUI 1.0 - 1.).

    0x7fff9a0c6000 - 0x7fff9a0d5fe7 com.apple.AppleFSCompression (81.20.2 - 1.0) < 2FE122A9-5265-320A-9600-FFC5CE4DE197 > /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression

    0x7fff9a0d6000 - 0x7fff9a186fe7 libvMisc.dylib (563.5) < 6D73C20D-D1C4-3BA5-809B-4B597C15AA86 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib

    0x7fff9a187000 - 0x7fff9a1b9ff7 com.apple.iCalendar /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar < 2D12DD0E-D062-3D75-A86D-543F73A5BD72 > (7.0 - 240)

    0x7fff9a354000 - 0x7fff9a36bff7 (323.50.1) libsystem_asl.dylib < 41F8E11F-1BD0-3F1D-BA3A-AA1577ED98A9 > /usr/lib/system/libsystem_asl.dylib

    0x7fff9a375000 - 0x7fff9a391fff com.apple.icloud.FMF (< 10057D50-E515-3604-97CA-395A7AC8948A > /System/Library/PrivateFrameworks/FMF.framework/Versions/A/FMF 1.0 - 1.).

    0x7fff9a392000 - 0x7fff9a3ddff7 com.apple.CoreMediaIO /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO < 2FAE3CC1-145C-37AB-A836-E5D93A02BA23 > (703, 0-4791)

    0x7fff9a3de000 - 0x7fff9a4b7fff com.apple.CoreMedia (1.0 - 1731.15.204) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia < 4BFDD68E-9411-3358-8679-BB3EDA94F9A2 >

    0x7fff9a4bc000 - 0x7fff9a4ddff7 com.apple.persistentconnection (1.0 - 1.0) < 00A24D59-1664-3F2C-8272-85B877EA7821 > /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/Per sistentConnection

    0x7fff9a4e7000 - 0x7fff9a4ecff7 com.apple.NetFSServer (< A233387F-2626-334C-8CA6-E947B56E1654 > /System/Library/PrivateFrameworks/NetFSServer.framework/Versions/A/NetFSServer 2.0 - 1).

    0x7fff9a4ed000 - 0x7fff9a50aff7 com.apple.pluginkit.framework (< 0BA96479-0451-3DA9-A2AC-FE1D86D383AB > /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 1.0 - 1.).

    0x7fff9a50b000 - 0x7fff9a536ff7 com.apple.SocialAppsCore sCore /System/Library/PrivateFrameworks/SocialAppsCore.framework/Versions/A/SocialApp < 0CCBDAB5-CF21-388A-83CC-B921779E690F > (8.0 - 5100)

    0x7fff9a695000 - 0x7fff9a6beff7 (765.50.8) libxpc.dylib < 54D1328E-054E-3DAA-89E2-375722F9D18F > /usr/lib/system/libxpc.dylib

    0x7fff9a705000 - 0x7fff9a763fff com.apple.SystemConfiguration (1, 14 - 1.14) < D801FAD7-5A2D-3E5E-9F44-B6C9B8BEA747 > /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi setting

    0x7fff9a764000 - 0x7fff9a76afff com.apple.FamilyCircle (1.0?) - e /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/FamilyCircl < A52D160E-4DA5-3778-82D5-79A41483E5F1 >

    0x7fff9a76b000 - 0x7fff9a794fff com.apple.ProtectedCloudStorage (1.0-1) < 7436B2B3-943A-3500-B099-80F133B3E002 > /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage

    0x7fff9a795000 - 0x7fff9a798ff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) < 6932B5EC-0EA9-333D-BF7E-665047392FEC > /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo

    0x7fff9a7ca000 - 0x7fff9acecfff com.apple.QuartzComposer (5.1 - 334) < 80235264-CA1B-3E3F-96F7-5F6F52FDC5B6 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer

    0x7fff9aced000 - 0x7fff9af88fff com.apple.AOSKit /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit < 301C9141-CD8E-3AEC-95AE-36E70F7CB880 > (1.07 - 233)

    0x7fff9af99000 - 0x7fff9b004ff7 com.apple.framework.CoreWLAN /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN < 3B35C543-7FCE-333F-80C1-432FA41DDCDE > (11, 0 - 1101.20)

    0x7fff9b005000 - 0x7fff9b074fff com.apple.datadetectorscore (7.0 - 460) < FA46DEE8-B25B-3E84-B067-6A31193A0885 > /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore

    0x7fff9b075000 - 0x7fff9b077ff7 libRadiance.dylib (1450) < BE9E0EBE-C589-3684-B4AE-04F95C8D410A > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib

    0x7fff9b078000 - 0x7fff9b07efff com.apple.BezelServicesFW (255.10 - 255.10) < B11C9FC3-7007-3DE3-A5FC-352B821B629B > /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi CES

    0x7fff9b084000 - 0x7fff9b09cfff com.apple.login /System/Library/PrivateFrameworks/login.framework/Versions/A/login < E02F6100-10F5-3574-9F9F-11709CC4D1C8 > (3.0 - 3.0)

    0x7fff9b09d000 - 0x7fff9b0a4fff com.apple.AskPermission (1.0-1) < 39C91592-D49B-344E-9E0F-A952E82D4045 > /System/Library/PrivateFrameworks/AskPermission.framework/Versions/A/AskPermiss ion

    0x7fff9b15b000 - 0x7fff9b1a0ff3 libFontRegistry.dylib (155,2) < A70DD497-35F3-34DA-9C19-F4B90080E961 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib

    0x7fff9b1a1000 - 0x7fff9b1bdff7 (67.40.1) libsystem_malloc.dylib < 5748E8B2-F81C-34C6-8B13-456213127678 > /usr/lib/system/libsystem_malloc.dylib

    0x7fff9b1be000 - 0x7fff9b227fff com.apple.framework.internetaccounts (2.1 - 210) < 063FF467-215F-3E81-B02B-02E8B9750F24 > /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts

    0x7fff9b228000 - 0x7fff9b22bfff libCoreVMClient.dylib (119.5) < 560D70FB-709F-3030-96C9-F249FCB7DA6D > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib

    0x7fff9b22c000 - 0x7fff9b234fff com.apple.NetFS /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS < 842A5346-24C3-3F22-9ECF-E586A10EA1F2 > (6.0 - 4.0)

    0x7fff9b235000 - 0x7fff9b235fff com.apple.audio.units.AudioUnit /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit < 93C1D642-37D4-3692-AD35-DCAD04F9610B > (1.13 - 1.13)

    0x7fff9b23f000 - 0x7fff9b34dff3 com.apple.desktopservices (1.10.3 - 1.10.3) < 3A6906D4-C0B8-30D1-B589-0466E5E42B69 > /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv

    0x7fff9b374000 - 0x7fff9b4a1ff3 com.apple.CoreText /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText < 08E8640E-6602-3A00-BC28-94235FD311B4 > (352.0 - 494.11)

    0x7fff9b4a2000 - 0x7fff9b711fff com.apple.AuthKit (< E32E0955-FE8D-3215-9349-C34BEE4AA550 > /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 1.0 - 1.).

    0x7fff9b712000 - 0x7fff9b760fff libcurl.4.dylib (90) < 12E01E4B-24C9-394C-9D2C-85CF85D5F459 > /usr/lib/libcurl.4.dylib

    0x7fff9b900000 - 0x7fff9b90afff com.apple.NetAuth /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth < D692B1EF-534F-3892-8E2F-2BBA7C8AFD74 > (6.0 - 6.0)

    0x7fff9b90b000 - 0x7fff9bfaaff7 com.apple.JavaScriptCore (11601 - 11601.6.13) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore < 93B52DD9-7810-3562-8605-B97965F6DB94 >

    0x7fff9bfbc000 - 0x7fff9c023fff com.apple.framework.CoreWiFi /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi < 993592F1-B3F1-3FAD-87BD-EA83C361BCCF > (11, 0 - 1101.20)

    0x7fff9c024000 - 0x7fff9c0e1fd7 com.apple.PackageKit (3.0 - 546.1) < 619A0B33-B0A5-39F4-98E1-BB61700AA2E3 > /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit

    0x7fff9c117000 - 0x7fff9c148fff com.apple.contacts.ContactsAutocomplete (1.0 - 57: 3) < B39C9840-8EE6-3B42-AD6A-B4506AB98641 > /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/Con tactsAutocomplete

    0x7fff9c149000 - 0x7fff9c151fff com.apple.xpcobjects /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects < 820D71C8-B9DB-3214-97CD-204A2FE6CD6E > (103-103)

    0x7fff9c152000 - 0x7fff9c4a6fff com.apple.Foundation (6: 9-1259) < 71A9D3A0-0B1F-3E3A-86F3-1486365A6EF2 > /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x7fff9c4c6000 - 0x7fff9c671ffb GLEngine (12.1) < 299D9296-2984-3967-9049-A842B99E5D43 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine

    0x7fff9c6dc000 - 0x7fff9ca1cfff com.apple.WebKit (11601 - 11601.6.17) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit < F54752A4-B5AA-3993-BA9A-83F4B3AA176E >

    0x7fff9ca4c000 - 0x7fff9cad5ff7 com.apple.PerformanceAnalysis (1.0-1) < 2064F7E8-5C3D-3E18-8029-2D832D13E2A2 > /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis

    0x7fff9ce4a000 - 0x7fff9ce50fff com.apple.XPCService (< 5E2122D6-FFA2-3552-BF16-9FD3F36B40DB > /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 2.0 - 1).

    0x7fff9ce5c000 - 0x7fff9ce5dff3 com.apple.print.framework.Print (10.0 - 266) < 3E85F70C-D7D4-34E1-B88A-C1F503F99CDA > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print

    0x7fff9ce5e000 - 0x7fff9ce87fff (477.50.4) libsystem_info.dylib < FAA9226D-64DE-3769-A6D8-6CABA4B7FF4D > /usr/lib/system/libsystem_info.dylib

    0x7fff9ce90000 - 0x7fff9ce98ff7 (583.50.1) libnetwork.dylib < EFED972E-5555-30C0-AFC7-7790F20B494D > /usr/lib/libnetwork.dylib

    0x7fff9ce9c000 - 0x7fff9ceabfff com.apple.PhotosFormats (1.5 - 370.42.0) < 9B1A1205-29E3-3A33-A41A-747FF6336E24 > /System/Library/PrivateFrameworks/PhotoLibrary.framework/Versions/A/Frameworks/ PhotosFormats.framework/Versions/A/PhotosFormats

    0x7fff9ceac000 - 0x7fff9cefcff7 com.apple.Symbolication (1.4 - 58044) < F70BF765-FBE9-3F1E-85CA-BB2F8E53E8C2 > /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion

    0x7fff9cefd000 - 0x7fff9cf4ffff com.apple.ImageCaptureCore /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo < 9F3123D8-29D2-332F-AD6B-AB9BF1A58022 > (7.0 to 7.0) re

    0x7fff9cf50000 - 0x7fff9e03dffb com.apple.WebCore (11601 - 11601.6.17) < A715DA96-B504-36A3-88DD-13485DE8BA2D > /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore

    0x7fff9e03e000 - 0x7fff9e060ff7 com.apple.framework.familycontrols (4.1 - 410) < 36DCC2B7-4FDF-397D-BB14-36CACED9E946 > /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon three

    0x7fff9e061000 - 0x7fff9e062fff liblangid.dylib (122) < 9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822 > /usr/lib/liblangid.dylib

    0x7fff9e063000 - 0x7fff9e0a1ff7 libGLImage.dylib (12.1) < BB1F1A93-5101-3906-AB17-8D83FCB200F9 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib

    0x7fff9e0a2000 - 0x7fff9e0f5ff7 libc ++.1.dylib (120,1) < 8FC3D139-8055-3498-9AC5-6467CB7F4D14 > /usr/lib/libc++.1.dylib

    0x7fff9e0f6000 - 0x7fff9e12dff7 com.apple.LDAPFramework (2.4.28 - 194,5) < 9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69 > /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

    0x7fff9e12e000 - 0x7fff9e137fff com.apple.icloud.FindMyDevice (1.0-1) < B9C741F2-6FAC-3BA7-B6E0-9A910C6E8D4E > e /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic

    0x7fff9ea01000 - 0x7fff9ea0bfff com.apple.corerecents (< 38A216F0-6C91-3CA3-94D5-B6242B1F90D0 > /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents 1.0 - 1.).

    0x7fff9ea10000 - 0x7fff9ea18ff7 com.apple.CloudServices (1.0 - 154.50.9) these /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServi < CA10E6A3-36AA-3513-90AE-B71B6B1C0094 >

    0x7fff9eafc000 - 0x7fff9eb16fff com.apple.Kerberos (< 1B4744BF-E5AE-38E2-AA56-E22D3270F2E8 > /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 3.0 - 1).

    0x7fff9eb25000 - 0x7fff9eb76ff7 libcups.2.dylib (435.2) < 91584A40-214D-33E8-A613-CE22289037C8 > /usr/lib/libcups.2.dylib

    Summary of the external change:

    Calls made by other processes for 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: 1812

    thread_create: 0

    thread_set_state: 0

    Summary region VM:

    ReadOnly part of libraries: Total = 409.4 M resident = 0 K (0%) swapped_out_or_unallocated=409.4M(100%)

    Regions in writing: Total = 163.1 M written = 0 K (0%) resident = 0 K (0%) swapped_out = 0 K (0%) unallocated=163.1M(100%)

    VIRTUAL REGION

    The NUMBER of DIMENSIONS of TYPE REGION (not melted)

    ===========                     =======  =======

    384K 3 Accelerate.Framework

    2048K 2 follow-up activity

    CG backup stores 284K 4

    CG image 200 K 44

    CG 304 K 15 raster data

    CG shared images 272K 9

    CoreAnimation 800K 70

    CoreUI 944 K 11 image data

    CoreUI image file 352K 6

    Ship 8192 K 2 continuations

    Foundation 4K 2

    IO image 104K 27

    Kernel Alloc once 8 K 3

    MALLOC 96.9 M 51

    MALLOC 32K 7 cover page

    Tag memory 242 12K 2

    Memory 247 400 K 2 tag

    Tag memory 248 10.3 M 2

    Memory Tag 249 3580 K 9

    OpenCL 24K 4

    Corpse process Info 2048 K 2

    BATTERY GUARD 56.1 M 27

    Stack the 20.3 M 27

    VM_ALLOCATE 148K 22

    __DATA 48.2 M 416

    2588 K 2 __GLSLBUILTINS

    __IMAGE 528K 2

    __LINKEDIT 108.4 M 61

    __TEXT 301,2 416 M

    __UNICODE 552K 2

    mapped file 53.5 M 23

    16.3 shared memory M 10

    ===========                     =======  =======

    TOTAL 734,4 1253 M

    Model: Macmini7, 1, MM71.0220.B07 BootROM, 2 processors, Intel Core i5, clocked at 2.6 GHz, 8 GB, MSC 2.24f32

    Graphics card: Intel Iris, Iris Intel integrated

    Memory module: DIMM0/0 BANK, 4 GB DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E424C54414C41522D4E5444

    Memory module: DIMM0/1 BANK, 4 GB DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E424C54414C41522D4E5444

    Airport: spairport_wireless_card_type_airport_extreme (0x14E4, 0x13B), Broadcom BCM43xx 1.0 (7.21.95.175.1a6)

    Bluetooth: Version 4.4.5f3 17904, 3 services, 27 aircraft, 1 incoming serial ports

    Network service: Wi - Fi, AirPort, en1

    Serial ATA Device: APPLE HDD, 1 TB HTS541010A9E662

    USB device: USB 3.0 Bus

    USB device: C-Media USB Headphone Set

    USB device: USB 2.0 Hub

    USB device: MFC-J475DW

    USB Device: IR receiver

    USB device: Hub BRCM20702

    USB Device: USB Bluetooth host controller

    USB device: My book 111 d

    USB device: Keyboard Hub

    USB Device: Apple keyboard

    Bus crush: Mac mini, Apple Inc., 26.1

    If possible, please restore the library of Photos of a backup prior to the problem. Ask if you need advice.

  • Problem with Mail

    Hello world!

    MacBook Pro (17-inch, late 2011 г.)

    OS X El Capitan 10.11.4

    Please, help me, because it is impossible to use my Mail.

    Every day! Several times a day! My Mail goes down and I got an error message:

    Process: Mail [491]

    Path: /Applications/Mail.app/Contents/MacOS/Mail

    ID: com.apple.mail

    Version: 9.3 (3124)

    Generation information: Mail-3124000000000000 ~ 2

    Code type: X 86-64 (Native)

    Parent process:? [1]

    Manager: Mail [491]

    User ID: 501

    Date/time: 2016-04-14 16:14:39.551 + 0300

    OS version: Mac OS X 10.11.4 (15E65)

    Report Version: 11

    Anonymous UUID: 344B3669-A473-D5BB-7928-1ADCF22A8B0E

    Time since started awake: 10000 seconds

    Integrity of system protection: enabled

    Crashed thread: 0 dispatch queue: com.apple.main - wire

    Exception type: EXC_BAD_ACCESS (SIGSEGV)

    Exception codes: KERN_INVALID_ADDRESS at 0x000007fc1e125968

    Note the exception: EXC_CORPSE_NOTIFY

    VM regions near 0x7fc1e125968:

    ATS (font support) (0000000126989000 - 000000012698a 000 [4K] rw-/ rwx SM = ZERO reserved (Unassigned) VM address space)

    ->

    JS JIT generated code 0000551 36000000-0000551c 36001000 [4K]-/ rwx SM = NULL

    Request for clarification:

    objc_msgSend() selector name: keep

    Call of encodeRestorableStateWithCoder: on the window of class "NSKVONotifying_MouseTrackingWindow" with the title ' Входящие (сообщений: 4)' (delegate of 0x7fc1e1262730, en 0x7fc1dfd76960)

    Global tracking buffer (second chronological reverse):

    18.148387 all 0x00007fff9b727ced TCP Conn 0x7fc1e12d13d0 CFNetwork. FD: 79, err: 0

    18.148601 event TCP Conn 0x7fc1e12d13d0 CFNetwork 0x00007fff9b7b65c7 1. Err: 0

    30.841915 all 0x00007fff9b727ced TCP Conn 0x7fc1dcd8f210 CFNetwork. FD: 36, err: 0

    30.841991 event TCP Conn 0x7fc1dcd8f210 CFNetwork 0x00007fff9b7b65c7 1. Err: 0

    319.024121 CFNetwork 0x00007fff9b729447 TCP 0x7fc1dc90a8b0 SSL Handshake Conn MADE

    319.250148 SSL handshake at the start of CFNetwork 0x00007fff9b729323 TCP Conn 0x7fc1dc90a8b0

    319.250436 all 0x00007fff9b727ced TCP Conn 0x7fc1dc90a8b0 CFNetwork. FD: 50, err: 0

    319.250693 event TCP Conn 0x7fc1dc90a8b0 CFNetwork 0x00007fff9b7b65c7 1. Err: 0

    319.413862 CFNetwork TCP Conn 0x7fc1dc90a8b0 0x00007fff9b726fbf started

    435.768972 all 0x00007fff9b727ced TCP Conn 0x7fc1e12844b0 CFNetwork. FD: 36, err: 0

    435.769158 TCP Conn 0xe12844b0 CFNetwork 0x00007fff9b7b65c7 32705 event. Err: 1

    AppleJPEG 0x00007fff8967aa11 [0x7fc1db495000] 458.596810 releasing session

    AppleJPEG 0x00007fff8967aa11 [0x7fc1db490c00] 458.596810 releasing session

    AppleJPEG 0x00007fff8967aa11 [0x7fc1db295000] 458.596810 releasing session

    AppleJPEG 0x00007fff8967aa11 [0x7fc1db132000] 458.596810 releasing session

    AppleJPEG 0x00007fff8967aa11 [0x7fc1db4ce000] 458.596810 releasing session

    AppleJPEG 0x00007fff8967aa11 [0x7fc1db4d0c00] 458.596810 releasing session

    AppleJPEG 0x00007fff8967aa11 [0x7fc1db12bc00] 458.596810 releasing session

    AppleJPEG 0x00007fff8967aa11 [0x7fc1db432200] 458.596810 releasing session

    AppleJPEG 0x00007fff8967aa11 [0x7fc1db4a5800] 458.596810 releasing session

    AppleJPEG 0x00007fff8967aa11 [0x7fc1db4af400] 458.596838 releasing session

    458.605242 AppleJPEG 0x00007fff8967a05e [0x7fc1db4af400] created session

    458.605242 AppleJPEG 0x00007fff8967a05e [0x7fc1db4a5800] created session

    458.605242 AppleJPEG 0x00007fff8967a05e [0x7fc1db432200] created session

    458.605242 AppleJPEG 0x00007fff8967a05e [0x7fc1db12bc00] created session

    458.605242 AppleJPEG 0x00007fff8967a05e [0x7fc1db4d0c00] created session

    458.605242 AppleJPEG 0x00007fff8967a05e [0x7fc1db4ce000] created session

    458.605242 AppleJPEG 0x00007fff8967a05e [0x7fc1db132000] created session

    458.605242 AppleJPEG 0x00007fff8967a05e [0x7fc1db295000] created session

    Thread 0 crashed: Dispatch queue: com.apple.main - wire

    libobjc 0. A.dylib 0x00007fff889554dd objc_msgSend + 29

    1 com.apple.CoreFoundation 0x00007fff8cb01189 _CFPreferencesSetValueWithContainer + 153

    2 com.apple.Foundation 0x00007fff997e2ab0-[NSUserDefaults (NSUserDefaults) setObject:forKey:] + 46

    3 com.apple.Mail.framework 0x00007fff90688f98-[MFSpecialMailbox saveUserInfo] + 177

    4 com.apple.mail 0x0000000101d0bb99 0x101cad000 + 387993

    5 com.apple.mail 0x0000000101d24b36 0x101cad000 + 490294

    6 com.apple.mail 0x0000000101d248b5 0x101cad000 + 489653

    7 com.apple.mail 0x0000000101d246bb 0x101cad000 + 489147

    8 com.apple.AppKit 0x00007fff8f404379-[NSWindow encodeRestorableStateWithCoder:] + 323

    9 com.apple.AppKit 0x00007fff8f403505-[NSPersistentUIRecord generateArchive:] + 158

    10 com.apple.AppKit 0x00007fff8f403e23 recursivelyEncodeInvalidPersistentState + 446

    11 com.apple.AppKit 0x00007fff8f4026e7-[NSPersistentUIManager flushAllChangesOptionallyWaitingUntilDone:updatingSnapshots:] + 1207

    12 com.apple.AppKit 0x00007fff8f402207-[NSPersistentUIManager flushPersistentStateAndClose:waitingUntilDone:] + 202

    13 com.apple.AppKit 0x00007fff8f2286e9 run_cocoa_block + 41

    14 com.apple.AppKit 0x00007fff8f40211d __42-[NSPersistentUIManager acquireDirtyState] _block_invoke + 77

    15 libdispatch.dylib 0x00007fff920b640b _dispatch_client_callout + 8

    16 libdispatch.dylib 0x00007fff920c6675 _dispatch_source_latch_and_call + 2235

    17 libdispatch.dylib 0x00007fff920baa83 _dispatch_source_invoke + 983

    18 libdispatch.dylib 0x00007fff920c972d _dispatch_main_queue_callback_4CF + 422

    19 com.apple.CoreFoundation 0x00007fff8cb349e9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9

    20 com.apple.CoreFoundation 0x00007fff8caf38dd __CFRunLoopRun + 1949

    21 com.apple.CoreFoundation 0x00007fff8caf2ed8 CFRunLoopRunSpecific + 296

    22 com.apple.HIToolbox 0x00007fff90fa4935 RunCurrentEventLoopInMode + 235

    23 com.apple.HIToolbox 0x00007fff90fa476f ReceiveNextEventCommon + 432

    24 com.apple.HIToolbox 0x00007fff90fa45af _BlockUntilNextEventMatchingListInModeWithFilter + 71

    25 com.apple.AppKit 0x00007fff8f26aefa _DPSNextEvent + 1067

    26 com.apple.AppKit 0x00007fff8f26a32a-[NSApplication _nextEventMatchingEventMask:untilDate:inMode: dequeue:] + 454

    27 com.apple.AppKit 0x00007fff8f25ee84-[NSApplication run] + 682

    28 com.apple.AppKit 0x00007fff8f22846c NSApplicationMain + 1176

    29 libdyld.dylib 0x00007fff938b35ad start + 1

    Thread 1: dispatch queue: com.apple.libdispatch - Manager

    0 libsystem_kernel.dylib 0x00007fff945e8efa kevent_qos + 10

    1 libdispatch.dylib 0x00007fff920bc165 _dispatch_mgr_invoke + 216

    2 libdispatch.dylib 0x00007fff920bbdcd _dispatch_mgr_thread + 52

    Thread 2: com.apple.NSURLConnectionLoader

    0 libsystem_kernel.dylib 0x00007fff945e1f72 mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fff945e13b3 mach_msg + 55

    2 com.apple.CoreFoundation 0x00007fff8caf41c4 __CFRunLoopServiceMachPort + 212

    3 com.apple.CoreFoundation 0x00007fff8caf368c __CFRunLoopRun + 1356

    4 com.apple.CoreFoundation 0x00007fff8caf2ed8 CFRunLoopRunSpecific + 296

    5 com.apple.CFNetwork 0x00007fff9b6ee111 + [NSURLConnection (Loader) _resourceLoadLoop:] + 412

    6 com.apple.Foundation 0x00007fff997dbd64 __NSThread__start__ + 1351

    7 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff9e1a8351 thread_start + 13

    3 wire: com.apple.CFSocket.private

    0 libsystem_kernel.dylib 0x00007fff945e807a __select + 10

    1 com.apple.CoreFoundation 0x00007fff8cb314fa __CFSocketManager + 762

    2 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    3 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    4 libsystem_pthread.dylib 0x00007fff9e1a8351 thread_start + 13

    Thread 4: com.apple.NSEventThread

    0 libsystem_kernel.dylib 0x00007fff945e1f72 mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fff945e13b3 mach_msg + 55

    2 com.apple.CoreFoundation 0x00007fff8caf41c4 __CFRunLoopServiceMachPort + 212

    3 com.apple.CoreFoundation 0x00007fff8caf368c __CFRunLoopRun + 1356

    4 com.apple.CoreFoundation 0x00007fff8caf2ed8 CFRunLoopRunSpecific + 296

    5 com.apple.AppKit 0x00007fff8f3c0e99 _NSEventThread + 149

    6 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    7 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    8 libsystem_pthread.dylib 0x00007fff9e1a8351 thread_start + 13

    Slide 5: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0x00007fff945e7db6 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff9e1ab728 _pthread_cond_wait + 767

    2 libc ++.1.dylib 0x00007fff882e568f std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fff908c65ab JSC::GCThread::waitForNextPhase() + 171

    4 com.apple.JavaScriptCore 0x00007fff908c63f8 JSC::GCThread::gcThreadMain() + 88

    5 com.apple.JavaScriptCore 0x00007fff908bbd72 *: threadEntryPoint(void*) + 178

    6 com.apple.JavaScriptCore 0x00007fff908bbc9f *: wtfThreadEntryPoint(void*) + 15

    7 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff9e1a8351 thread_start + 13

    Wire 6: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0x00007fff945e7db6 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff9e1ab728 _pthread_cond_wait + 767

    2 libc ++.1.dylib 0x00007fff882e568f std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fff908c65ab JSC::GCThread::waitForNextPhase() + 171

    4 com.apple.JavaScriptCore 0x00007fff908c63f8 JSC::GCThread::gcThreadMain() + 88

    5 com.apple.JavaScriptCore 0x00007fff908bbd72 *: threadEntryPoint(void*) + 178

    6 com.apple.JavaScriptCore 0x00007fff908bbc9f *: wtfThreadEntryPoint(void*) + 15

    7 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff9e1a8351 thread_start + 13

    Slide 7: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0x00007fff945e7db6 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff9e1ab728 _pthread_cond_wait + 767

    2 libc ++.1.dylib 0x00007fff882e568f std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fff908c65ab JSC::GCThread::waitForNextPhase() + 171

    4 com.apple.JavaScriptCore 0x00007fff908c63f8 JSC::GCThread::gcThreadMain() + 88

    5 com.apple.JavaScriptCore 0x00007fff908bbd72 *: threadEntryPoint(void*) + 178

    6 com.apple.JavaScriptCore 0x00007fff908bbc9f *: wtfThreadEntryPoint(void*) + 15

    7 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff9e1a8351 thread_start + 13

    Slide 8: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0x00007fff945e7db6 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff9e1ab728 _pthread_cond_wait + 767

    2 libc ++.1.dylib 0x00007fff882e568f std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fff908c65ab JSC::GCThread::waitForNextPhase() + 171

    4 com.apple.JavaScriptCore 0x00007fff908c63f8 JSC::GCThread::gcThreadMain() + 88

    5 com.apple.JavaScriptCore 0x00007fff908bbd72 *: threadEntryPoint(void*) + 178

    6 com.apple.JavaScriptCore 0x00007fff908bbc9f *: wtfThreadEntryPoint(void*) + 15

    7 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff9e1a8351 thread_start + 13

    Wire 9: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0x00007fff945e7db6 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff9e1ab728 _pthread_cond_wait + 767

    2 libc ++.1.dylib 0x00007fff882e568f std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fff908c65ab JSC::GCThread::waitForNextPhase() + 171

    4 com.apple.JavaScriptCore 0x00007fff908c63f8 JSC::GCThread::gcThreadMain() + 88

    5 com.apple.JavaScriptCore 0x00007fff908bbd72 *: threadEntryPoint(void*) + 178

    6 com.apple.JavaScriptCore 0x00007fff908bbc9f *: wtfThreadEntryPoint(void*) + 15

    7 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff9e1a8351 thread_start + 13

    Thread 10: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0x00007fff945e7db6 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff9e1ab728 _pthread_cond_wait + 767

    2 libc ++.1.dylib 0x00007fff882e568f std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fff908c65ab JSC::GCThread::waitForNextPhase() + 171

    4 com.apple.JavaScriptCore 0x00007fff908c63f8 JSC::GCThread::gcThreadMain() + 88

    5 com.apple.JavaScriptCore 0x00007fff908bbd72 *: threadEntryPoint(void*) + 178

    6 com.apple.JavaScriptCore 0x00007fff908bbc9f *: wtfThreadEntryPoint(void*) + 15

    7 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff9e1a8351 thread_start + 13

    Wire 11: com.apple.CoreAnimation.render - Server

    0 libsystem_kernel.dylib 0x00007fff945e1f72 mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fff945e13b3 mach_msg + 55

    2 com.apple.QuartzCore 0x00007fff8834c8df CA::Render:Server:server_thread(void*) + 257

    3 com.apple.QuartzCore 0x00007fff8834c7d7 thread_fun + 25

    4 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    5 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    6 libsystem_pthread.dylib 0x00007fff9e1a8351 thread_start + 13

    Slide 12: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0x00007fff945e7db6 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff9e1ab728 _pthread_cond_wait + 767

    2 libc ++.1.dylib 0x00007fff882e568f std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fff908c65ab JSC::GCThread::waitForNextPhase() + 171

    4 com.apple.JavaScriptCore 0x00007fff908c63f8 JSC::GCThread::gcThreadMain() + 88

    5 com.apple.JavaScriptCore 0x00007fff908bbd72 *: threadEntryPoint(void*) + 178

    6 com.apple.JavaScriptCore 0x00007fff908bbc9f *: wtfThreadEntryPoint(void*) + 15

    7 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff9e1a8351 thread_start + 13

    Line 13: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0x00007fff945e7db6 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff9e1ab728 _pthread_cond_wait + 767

    2 libc ++.1.dylib 0x00007fff882e568f std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fff908c65ab JSC::GCThread::waitForNextPhase() + 171

    4 com.apple.JavaScriptCore 0x00007fff908c63f8 JSC::GCThread::gcThreadMain() + 88

    5 com.apple.JavaScriptCore 0x00007fff908bbd72 *: threadEntryPoint(void*) + 178

    6 com.apple.JavaScriptCore 0x00007fff908bbc9f *: wtfThreadEntryPoint(void*) + 15

    7 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff9e1a8351 thread_start + 13

    Thread 14: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0x00007fff945e7db6 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff9e1ab728 _pthread_cond_wait + 767

    2 libc ++.1.dylib 0x00007fff882e568f std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fff908c65ab JSC::GCThread::waitForNextPhase() + 171

    4 com.apple.JavaScriptCore 0x00007fff908c63f8 JSC::GCThread::gcThreadMain() + 88

    5 com.apple.JavaScriptCore 0x00007fff908bbd72 *: threadEntryPoint(void*) + 178

    6 com.apple.JavaScriptCore 0x00007fff908bbc9f *: wtfThreadEntryPoint(void*) + 15

    7 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff9e1a8351 thread_start + 13

    15 phone: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0x00007fff945e7db6 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff9e1ab728 _pthread_cond_wait + 767

    2 libc ++.1.dylib 0x00007fff882e568f std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fff908c65ab JSC::GCThread::waitForNextPhase() + 171

    4 com.apple.JavaScriptCore 0x00007fff908c63f8 JSC::GCThread::gcThreadMain() + 88

    5 com.apple.JavaScriptCore 0x00007fff908bbd72 *: threadEntryPoint(void*) + 178

    6 com.apple.JavaScriptCore 0x00007fff908bbc9f *: wtfThreadEntryPoint(void*) + 15

    7 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff9e1a8351 thread_start + 13

    16 wire: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0x00007fff945e7db6 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff9e1ab728 _pthread_cond_wait + 767

    2 libc ++.1.dylib 0x00007fff882e568f std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fff908c65ab JSC::GCThread::waitForNextPhase() + 171

    4 com.apple.JavaScriptCore 0x00007fff908c63f8 JSC::GCThread::gcThreadMain() + 88

    5 com.apple.JavaScriptCore 0x00007fff908bbd72 *: threadEntryPoint(void*) + 178

    6 com.apple.JavaScriptCore 0x00007fff908bbc9f *: wtfThreadEntryPoint(void*) + 15

    7 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff9e1a8351 thread_start + 13

    Thread 17: JavaScriptCore::Marking

    0 libsystem_kernel.dylib 0x00007fff945e7db6 __psynch_cvwait + 10

    1 libsystem_pthread.dylib 0x00007fff9e1ab728 _pthread_cond_wait + 767

    2 libc ++.1.dylib 0x00007fff882e568f std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    3 com.apple.JavaScriptCore 0x00007fff908c65ab JSC::GCThread::waitForNextPhase() + 171

    4 com.apple.JavaScriptCore 0x00007fff908c63f8 JSC::GCThread::gcThreadMain() + 88

    5 com.apple.JavaScriptCore 0x00007fff908bbd72 *: threadEntryPoint(void*) + 178

    6 com.apple.JavaScriptCore 0x00007fff908bbc9f *: wtfThreadEntryPoint(void*) + 15

    7 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff9e1a8351 thread_start + 13

    18 wire:

    0 libsystem_kernel.dylib 0x00007fff945e85e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff9e1aa578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff9e1a8341 start_wqthread + 13

    Line 19:

    0 libsystem_kernel.dylib 0x00007fff945e85e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff9e1aa578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff9e1a8341 start_wqthread + 13

    Line 20:

    0 libsystem_kernel.dylib 0x00007fff945e85e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff9e1aa578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff9e1a8341 start_wqthread + 13

    Line 21:

    0 libsystem_kernel.dylib 0x00007fff945e85e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff9e1aa578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff9e1a8341 start_wqthread + 13

    Thread 22:

    0 libsystem_kernel.dylib 0x00007fff945e85e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff9e1aa578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff9e1a8341 start_wqthread + 13

    Line 23:

    0 libsystem_kernel.dylib 0x00007fff945e85e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff9e1aa578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff9e1a8341 start_wqthread + 13

    Line 24:

    0 libsystem_kernel.dylib 0x00007fff945e85e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff9e1aa578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff9e1a8341 start_wqthread + 13

    Line 25:

    0 libsystem_kernel.dylib 0x00007fff945e85e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff9e1aa578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff9e1a8341 start_wqthread + 13

    Line 26:

    0 libsystem_kernel.dylib 0x00007fff945e85e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff9e1aa578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff9e1a8341 start_wqthread + 13

    Thread 27:

    0 libsystem_kernel.dylib 0x00007fff945e85e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff9e1aa578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff9e1a8341 start_wqthread + 13

    Line 28:

    0 libsystem_kernel.dylib 0x00007fff945e85e2 __workq_kernreturn + 10

    1 libsystem_pthread.dylib 0x00007fff9e1aa578 _pthread_wqthread + 1283

    2 libsystem_pthread.dylib 0x00007fff9e1a8341 start_wqthread + 13

    Line 29:

    Line 30:

    0 libsystem_kernel.dylib 0x00007fff945e1fc6 semaphore_timedwait_trap + 10

    1 libdispatch.dylib 0x00007fff920c1c67 _dispatch_semaphore_wait_slow + 149

    2 libdispatch.dylib 0x00007fff920bbd1b _dispatch_worker_thread + 148

    3 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    4 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    5 libsystem_pthread.dylib 0x00007fff9e1a8351 thread_start + 13

    Line 31:

    0 libsystem_kernel.dylib 0x00007fff945e810a __semwait_signal + 10

    1 libsystem_c.dylib 0x00007fff8dc61d17 nanosleep + 199

    2 libc ++.1.dylib 0x00007fff88324020 std::__1:this_thread:sleep_for(std::__1::chrono::duration<long_long,_std::__1::ratio<1l,_1000000000l>_>_const&) + 75

    3 com.apple.JavaScriptCore 0x00007fff90eef917 bmalloc::Heap:scavenge(std::__1::unique_lock<bmalloc::StaticMutex>&,_std::__1::chrono::duration<long_long,_std::__1::ratio<1l,_1000l>_>) + 375

    4 com.apple.JavaScriptCore 0x00007fff90eef494 bmalloc::Heap::concurrentScavenge() + 68

    5 com.apple.JavaScriptCore 0x00007fff90ef1a1a bmalloc::AsyncTask < bmalloc::Heap, Sub (bmalloc::Heap::*)() >: entryPoint() + 90)

    6 com.apple.JavaScriptCore 0x00007fff90ef19b9 bmalloc::AsyncTask < bmalloc::Heap, Sub (bmalloc::Heap::*)() >: pthreadEntryPoint(void*) + 9)

    7 libsystem_pthread.dylib 0x00007fff9e1aa99d _pthread_body + 131

    8 libsystem_pthread.dylib 0x00007fff9e1aa91a _pthread_start + 168

    libsystem_pthread.dylib 9 0x00007fff9e1a8351 thread_start + 13

    Thread 0 crashed with X 86 State of Thread (64-bit):

    Rax: 0x00007fc1e1284730 rbx: 0 x 0000000000000000 rcx: 0 x 0100000000000000 rdx: 0x131dffff7936bf79

    RDI: 0x00007fc1e1284730 rsi: 0x00007fff8cecaa4d PBR: RER 0x00007fff5df50c60: 0x00007fff5df50b18

    R8: 0 x 0000000000000017 r9: 0xffffffff00000000 r10: 0x00007fff8cecaa4d r11: 0x000007fc1e125950

    R12: 0x00007fff5df50b20 r13: 0 x 0000000000000002 r14: 0x00007fff7ba31840 r15: 0x00007fff5df50bc8

    RIP: 0x00007fff889554dd rfl: 0 x 0000000000010206 cr2: 0x000007fc1e125968

    Logical CPU: 4

    Error code: 0 x 00000004

    Trap number: 14

    Binary images:

    0x101cad000 - 0x102067fff (9, 3-3124) com.apple.mail < C485BED8-C430-31C0-B2B9-19A1C46A3837 > /Applications/Mail.app/Contents/MacOS/Mail

    0 x 102406000 - 0x102407fff libCyrillicConverter.dylib (68) < 79F5CFEF-92E4-30FE-A650-41F07B6D31B9 > /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib

    0x1025ce000 - 0x1025cefe7 + cl_kernels (?) < 904F9660-B14D-4785-BBEB-4AF79CFB4FEF > cl_kernels

    0x10554f000 - 0x105550fff libArabicConverter.dylib (68) < 2FB03F3A-6E83-3AD6-A66D-80CC3242E766 > /System/Library/CoreServices/Encodings/libArabicConverter.dylib

    0 x 105555000 - 0x105567fff libTraditionalChineseConverter.dylib (68) < 62CEE84C-366B-3E43-821B-EE072DBF33D7 > /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib

    0 x 105612000 - 0x105613fff libLatin2Converter.dylib (68) < 5B4E5033-46C9-34D0-9C50-DDADCDF50E21 > /System/Library/CoreServices/Encodings/libLatin2Converter.dylib

    0x1067a5000 - 0x1067aafff libgermantok.dylib (17) < B230A9A9-EC4C-306C-8C65-7143285DA142 > /usr/lib/libgermantok.dylib

    0x107b5d000 - 0x107b65fff com.apple.SyncedDefaults /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults < 46C56671-735B-3909-88AD-EBF87CE6ED46 > (2.0 - 235)

    0x107b76000 - 0x107b77fff com.apple.AddressBook.LocalSourceBundle (9.0 - 1679.9) < E73B46A1-0760-3B9A-81CB-859B66436E26 > system/library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource

    0x107b8b000 - 0x107b8ffff com.apple.DirectoryServicesSource (9.0 - 1679.9) < CD3D968D-1671-396B-BB61-3248C23A3855 > system/library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices

    0 x 108000000 - 0x10804eff3 com.apple.AddressBook.CardDAVPlugin (10: 9 - 512.1) < 17916769-F80B-3875-A664-378DECE88576 > system/library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin

    0x10895a000 - 0x10895efff com.apple.audio.AppleHDAHALPlugIn (274.7 - 274.7) < 2CEBD69A-DD77-3B0F-958B-72521D9E49D4 > /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn

    0x1089c2000 - 0x1089c3ff7 libLatin5Converter.dylib (68) < B4072950-2075-3DC0-95B3-EB0E25F5E394 > /System/Library/CoreServices/Encodings/libLatin5Converter.dylib

    0x108a46000 - 0x108a49ff7 libLatinSuppConverter.dylib (68) < 6D921FF4-5484-326A-87C9-9A29D8CEAF54 > /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib

    0x108a62000 - 0x108a63fff libThaiConverter.dylib (68) < 6F28671A-B852-3791-8D3E-BBFC70A92036 > /System/Library/CoreServices/Encodings/libThaiConverter.dylib

    0x108bad000 - 0x108baeff7 + cl_kernels (?) < A37355F0-B961-45F9-BBFD-59D65F9E95CC > cl_kernels

    0x108c15000 - 0x108c31ff7 libJapaneseConverter.dylib (68) < D80D1583-1F6F-32A5-A683-F504A0DF973A > /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib

    0x108c37000 - 0x108c59ff7 libKoreanConverter.dylib (68) < F29010B7-FABC-3CDA-95F5-85DC12B6C91B > /System/Library/CoreServices/Encodings/libKoreanConverter.dylib

    0x108c5e000 - 0x108c6dff7 libSimplifiedChineseConverter.dylib (68) < DCFEA0D3-593E-3E5C-B311-53B8ACF8A318 > /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib

    0x108c84000 - 0x108c9aff7 com.apple.LookupFramework (1.1 - 168.1) < A3D69B59-BAAB-3EF5-A083-B920C96C79AA > /System/Library/PrivateFrameworks/Lookup.framework/Lookup

    0x108e3f000 - 0x108e43fff com.apple.CalendarUIPlugin (1.0-1) < 88096325-7542-356C-B04D-790ED42FA871 > /System/Library/Accounts/UI/CalendarUIPlugin.bundle/Contents/MacOS/CalendarUIPl Marcel

    0 x 109551000 - 0x109553fff apop.so (188) < 8543B50E-91F2-30CD-96A3-AC0DA7738B97 > /usr/lib/sasl2/apop.so

    0 x 109558000 - 0x109559fff atoken.so (188) < EB7AB66D-C0D1-3B63-8625-3D7472B8DE29 > /usr/lib/sasl2/atoken.so

    0x10955e000 - 0x10956effb dhx.so (188) < E5729195-E010-385F-A418-43CE585BDD35 > /usr/lib/sasl2/dhx.so

    0x10957b000 - 0x109583fff digestmd5WebDAV.so (188) < 0C074938-0D2F-3B98-93A8-002E296B671E > /usr/lib/sasl2/digestmd5WebDAV.so

    0 x 109589000 - 0x10958bfff libanonymous.2.so (209) < C3B0EDDE-020A-3C26-816D-8CA304B014F3 > /usr/lib/sasl2/libanonymous.2.so

    0 x 109590000 - 0x109592fff libcrammd5.2.so (209) < AA5E98B2-2D12-3452-94B0-461B58649E1C > /usr/lib/sasl2/libcrammd5.2.so

    0 x 109597000 - 0x1095a0fff libdigestmd5.2.so (209) < E968689E-F366-3F34-A3F9-F6AC29B05A85 > /usr/lib/sasl2/libdigestmd5.2.so

    0x1095a6000 - 0x1095abfff libgssapiv2.2.0.18.so (209) < 6C556CA7-F65F-37B4-A36B-2134E615CE08 > /usr/lib/sasl2/libgssapiv2.2.0.18.so

    0x1095b1000 - 0x1095b6fff libntlm.so (209) < CEC06DA2-CDC8-33E0-A2D4-BE77612D6DB9 > /usr/lib/sasl2/libntlm.so

    0x1095bc000 - 0x1095befff libplain.2.so (209) < DB719939-A0E2-3802-B370-EC3A96B52CFA > /usr/lib/sasl2/libplain.2.so

    0x1095c3000 - 0x1095c5fff login.so (209) < 8A741932-77F8-3A68-ABBB-41ECA9148177 > /usr/lib/sasl2/login.so

    0x1095ca000 - 0x1095cdff7 mschapv2.so (188) < EDEDD67E-40DB-3C12-B395-E9347A9B0EF1 > /usr/lib/sasl2/mschapv2.so

    0x1095d3000 - 0x1095f3ffb com.apple.DirectoryService.PasswordServerFramework (10.11 - 45) < 63E789C1-FCAC-36E1-880A-B32C7510B795 > /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS Server

    0 x 109606000 - 0x10960ffff com.apple.DirectoryServer (62 - 10.11) < 6004588D-B3D3-3307-9E2B-DA17E2167CFD > /System/Library/PrivateFrameworks/DirectoryServer.framework/Versions/A/Director yServer

    0 x 109618000 - 0x109624fff com.apple.directoryserver.CFDirectoryServer (62 - 10.11) < 1E38F620-BA21-3AAB-963F-C06F8AD77F61 > /System/Library/PrivateFrameworks/DirectoryServer.framework/Frameworks/CFDirect oryServer.framework/Versions/A/CFDirectoryServer

    0 x 109631000 - 0x109638ff7 com.apple.HeimODAdmin /System/Library/PrivateFrameworks/HeimODAdmin.framework/Versions/A/HeimODAdmin < 7858DF7D-1095-3DA3-8F0F-882FADDC0229 > (4.0 - 2.0)

    0 x 109642000 - 0x109644fff oauthbearer.so (188) < 2899B743-3008-38F0-933E-E016565F28BF > /usr/lib/sasl2/oauthbearer.so

    0 109649000 x - plain 0x10964afff - clienttoken.so (188) < 7DB4EA45-B1BF-38D2-BDCB-17C2D655BB98 > /usr/lib/sasl2/plain-clienttoken.so

    0x10964f000 - 0x109651fff pwauxprop.so (421) < 1811BAF9-DA13-3EF9-BFC3-CC2660D07A46 > /usr/lib/sasl2/pwauxprop.so

    0 x 109656000 - 0x109658fff shadow_auxprop.so (188) < 0754FA5B-943F-3B0F-911C-EAB6AF949890 > /usr/lib/sasl2/shadow_auxprop.so

    0x10967e000 - 0x109681fff smb_ntlmv2.so (188) < E7CBBBAD-CAB8-3A4F-8473-A47D4894EBE9 > /usr/lib/sasl2/smb_ntlmv2.so

    0 x 109687000 - 0x1096a0ff7 srp.so (209) < CE6C10D4-BFA5-3700-9AA7-82BD6FB36B1B > /usr/lib/sasl2/srp.so

    0x1097d6000 - 0x1097defff com.apple.AddressBook.CardDAVUIPlugin (1.0-1) < A7C50FAC-8E22-33D4-8F18-4E50B600BDBA > /System/Library/Accounts/UI/ContactsAccountsUIPlugin.bundle/Contents/MacOS/Cont actsAccountsUIPlugin

    0 x 109955000 - 0x109958ff7 com.apple.ExchangeUIPlugin (6.0 - 243) < 2E7C19C0-DDEF-342B-9710-336E8B9B5DE5 > /System/Library/Accounts/UI/ExchangeUIPlugin.bundle/Contents/MacOS/ExchangeUIPl Marcel

    0x109ac2000 - 0x109acaff7 com.apple.EmailUIPlugin (9.3 - 3124) < 5C5E04B0-60AB-3C9A-85FF-27E5E7173A52 > /System/Library/Accounts/UI/EmailUIPlugin.bundle/Contents/MacOS/EmailUIPlugin

    0x109ad2000 - 0x109ad5fff com.apple.messages.AccountUIPlugIn (1.0-1) < 3B2243C8-9B65-30D1-B820-07A97D978431 > /System/Library/Accounts/UI/MessagesAccountUIPlugIn.bundle/Contents/MacOS/Messa gesAccountUIPlugIn

    0x109adc000 - 0x109ae1fff com.apple.ServerAccounts (1.0-1) < 46B23303-0E7C-3E59-A56F-AC6D791047BF > /System/Library/PrivateFrameworks/ServerAccounts.framework/Versions/A/ServerAcc're

    0x109b1e000 - 0x109b31ff7 com.apple.webcontentfilter.framework /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys < 82BA647F-77DD-35A5-8BB9-5C6C5D8E721B > (5.1 - 5.1) is

    0x10a3de000 - 0x10a3f3fff com.apple.iCloudUIPlugin /System/Library/Accounts/UI/iCloudUIPlugin.bundle/Contents/MacOS/iCloudUIPlugin < C41DB13A-AA80-38F9-8320-3F21BEFD5C85 > (1.0 - 616)

    0x10a554000 - 0x10a56cfff com.apple.SystemAdministrationInterface (1.0-1) < C96B058C-7692-36AB-91D8-5CD1ACE3D197 > /System/Library/PrivateFrameworks/SystemAdministrationInterface.framework/Versi ons/A/SystemAdministrationInterface

    0x10a580000 - 0x10a5a0fff com.apple.CloudFamilyRestrictionsDaemon (1.0-1) < 86D183A6-F800-31F6-86BC-0CCC88961E53 > /System/Library/PrivateFrameworks/CloudFamilyRestrictionsDaemon.framework/Versi ons/A/CloudFamilyRestrictionsDaemon

    0x10a5b9000 - 0x10a5c2fff com.apple.ServerUIPlugin (< 523C300A-F070-3170-AACC-A56A70930FC2 > /System/Library/Accounts/UI/ServerUIPlugin.bundle/Contents/MacOS/ServerUIPlugin 1.0 - 1.).

    0x10a80f000 - 0x10a818fff com.apple.addressbook.AddressBookAutocomplete (9.0 - 1679.9) < 2CBE7EA6-E40C-30C8-97E0-F69C66600AD8 > /System/Library/PrivateFrameworks/AddressBookAutocomplete.framework/AddressBook Autocomplete

    0x10a96f000 - 0x10aa9fffb com.apple.audio.units.Components /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio < 1C4A84C5-11AE-3914-BD30-D066114778D2 > (1.13 - 1.13)

    0x10acb8000 - 0x10acd2ff7 com.apple.mail.WebPlugIn (9.3 - 3124) < 3E9640A1-F0BA-3303-A12B-9A50F3197E9E > /Applications/Mail.app/Contents/PlugIns/MailWebPlugIn.webplugin/Contents/MacOS/ MailWebPlugIn

    0x10d045000 - 0x10d103ff7 com.apple.CoreNLP /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP < 38DA3DCF-8239-3D55-8009-9D5BB83E40F8 > (1.0 - 55)

    0x7fff67f93000 - 0x7fff67fca0d7 dyld (360.21) < D9B236BC-4AC1-325F-B3EF-3F06DBDA7119 >/usr/lib/dyld

    0x7fff87cd3000 - 0x7fff87ce9fff com.apple.CoreMediaAuthoring (2.2 - 953) < 06C2E0E2-BA5C-3BB1-8DD7-55613EDD654D > /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring

    0x7fff87d38000 - 0x7fff87d54ff3 libresolv.9.dylib (60) < A650B5C8-1950-36A0-86D1-0B2465318BFA > /usr/lib/libresolv.9.dylib

    0x7fff87d55000 - 0x7fff87d78ff7 com.apple.Network (< 7BA0CFFD-E22A-3FE0-BF4C-F1947D72466B > /System/Library/PrivateFrameworks/Network.framework/Versions/A/Network 1.0 - 1.).

    0x7fff87d8b000 - 0x7fff87d92fff com.apple.WeatherKit /System/Library/PrivateFrameworks/WeatherKit.framework/Versions/A/WeatherKit < 30C77573-24C6-3BB5-B915-DD8E97369280 > (2.0 - 150)

    0x7fff87d97000 - 0x7fff87de6ff7 com.apple.opencl (2.7.0 - 2.7.0) < 307263BA-0368-38C9-A7FB-25920343D0DF > /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

    0x7fff87de7000 - 0x7fff87df5fff libxar.1.dylib (302) < 03207F66-2C4A-3DBD-8D81-70F4C85903C4 > /usr/lib/libxar.1.dylib

    0x7fff87df6000 - com.apple.DictionaryServices (1.2 - 250, 3) < 30250542-CBAA-39C1-91AA-B57A5DE17594 > 0x7fff87e25ff7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices

    0x7fff87e2a000 - 0x7fff87e64fff com.apple.QD (3.12 - 302) < 0FE53180-2895-3D14-A1E7-F82DE1D106E1 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD

    0x7fff87e65000 - 0x7fff87e66ffb libSystem.B.dylib (1226.10.1) < CD307E99-FC5C-3575-BCCE-0C861AA63124 > /usr/lib/libSystem.B.dylib

    0x7fff87e67000 - 0x7fff87eacff7 (24, 4-24, 5) com.apple.coreservices.SharedFileList < 1D2AD77B-778F-3253-A295-3D0A32A8121C > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedF ileList.framework/Versions/A/SharedFileList

    0x7fff87eb7000 - 0x7fff88063fff com.apple.avfoundation (2.0 - 1046.9.11) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation < DE524245-B7EF-3E9D-8AA1-3D99A3304EF4 >

    0x7fff88064000 - 0x7fff88068fff libcache.dylib (75) < 9548AAE9-2AB7-3525-9ECE-A2A7C4688447 > /usr/lib/system/libcache.dylib

    0x7fff88069000 - 0x7fff8807cfff com.apple.CoreBluetooth (< E54CA9A2-A5C6-30C5-9D6E-8472DBA9371E > /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 1.0 - 1.).

    0x7fff88083000 - com.apple.StoreFoundation (1.0 - 462, 9) < 229E4B41-4926-38AD-A897-73EBE446511C > 0x7fff880eaff7 thing /System/Library/PrivateFrameworks/StoreFoundation.framework/Versions/A/StoreFou

    0x7fff880fc000 - 0x7fff88146ff7 com.apple.framework.corewlankit /System/Library/PrivateFrameworks/CoreWLANKit.framework/Versions/A/CoreWLANKit < DCCA841E-4397-32FA-9467-88E64C7325E0 > (11, 0 - 1101.20)

    0x7fff88147000 - 0x7fff88174ff3 com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) < E38F3C5D-754F-32BE-87FB-C83A80B4C0D6 > /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X

    0x7fff88208000 - 0x7fff88211ff7 com.apple.CommonAuth /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth < 4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF > (4.0 - 2.0)

    0x7fff8821a000 - 0x7fff88285ff7 com.apple.framework.CoreWLAN /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN < 3B35C543-7FCE-333F-80C1-432FA41DDCDE > (11, 0 - 1101.20)

    0x7fff88286000 - 0x7fff8829ffff 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

    0x7fff882a0000 - 0x7fff882aeff7 libbz2.1.0.dylib (38) < 28E54258-C0FE-38D4-AB76-1734CACCB344 > /usr/lib/libbz2.1.0.dylib

    0x7fff882af000 - 0x7fff882ddff7 (460.40.33) libsandbox.1.dylib < 26158471-870A-3269-9E2B-7D7963B8E9F3 > /usr/lib/libsandbox.1.dylib

    0x7fff882de000 - 0x7fff88331ff7 libc ++.1.dylib (120,1) < 8FC3D139-8055-3498-9AC5-6467CB7F4D14 > /usr/lib/libc++.1.dylib

    0x7fff8834b000 - 0x7fff88519ff3 com.apple.QuartzCore /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore < 0283748A-8318-36AC-8B30-8A951FEB305A > (1.11 - 410.14)

    0x7fff8851a000 - 0x7fff8851bff3 com.apple.print.framework.Print (10.0 - 266) < 3E85F70C-D7D4-34E1-B88A-C1F503F99CDA > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print

    0x7fff88609000 - 0x7fff88619fff libbsm.0.dylib (34) < 7E14504C-A8B0-3574-B6EB-5D5FABC72926 > /usr/lib/libbsm.0.dylib

    0x7fff8861a000 - 0x7fff888aaff7 com.apple.RawCamera.bundle (6.18.1 - 831) < A39B930C-387F-373D-865B-DED7F492B5CF > /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera

    0x7fff888ab000 - 0x7fff88922feb (335.40.8) libcorecrypto.dylib < 9D300121-CAF8-3894-8774-DF38FA65F238 > /usr/lib/system/libcorecrypto.dylib

    0x7fff88923000 - 0x7fff8892efff (517.20.1) libcsfde.dylib < 6FFC376E-E141-37EE-800A-004080A50091 > /usr/lib/libcsfde.dylib

    0x7fff8892f000 - 0x7fff88953ff7 libJPEG.dylib (1444) < BECAD377-4E20-37BE-BEC2-0A1D33497496 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

    0x7fff88954000 - 0x7fff88cbf657 libobjc. A.dylib (680) < D55D5807-1FBE-32A5-9105-44D7AFE68C27 >/usr/lib/libobjc. A.dylib

    0x7fff88cdd000 - 0x7fff88ceffff com.apple.CloudPhotoServicesConfiguration (1.5 - 370.42.0) < CDD720AF-F4C0-31CE-91DD-D2F4E0DEC109 > /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Frame works/CloudPhotoServicesConfiguration.framework/Versions/A/CloudPhotoServicesCon figuration

    0x7fff88d3f000 - 0x7fff88e64ff7 (728, 8-728, 8) com.apple.LaunchServices < FDA38B17-82E2-322F-A008-B9207A6EA668 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices

    0x7fff88e65000 - 0x7fff88e68ff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) < 6932B5EC-0EA9-333D-BF7E-665047392FEC > /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo

    0x7fff88e79000 - 0x7fff88e9cff7 com.apple.speech.LatentSemanticMappingFramework (2.12.1 - 2.12.1) < DB9F6DE8-5FD1-33DC-B010-33BEA74764CB > /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping

    0x7fff88e9d000 - 0x7fff88ec8ff7 com.apple.AddressBook.ContactsFoundation (8.0 - 2137.1) < BAE70E9D-BCC8-3650-B554-6D646388EDEF > /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation

    0x7fff88ec9000 - 0x7fff89089ffb libBLAS.dylib (1162.2) < B4C21826-5EB3-3C6D-B75D-CA4886E2B6A6 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib

    0x7fff8908a000 - 0x7fff8908cfff com.apple.EFILogin /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin < 38150198-DD7F-3C73-BCAA-C74BB376393A > (2.0 - 2)

    0x7fff89094000 - 0x7fff8909fff7 libChineseTokenizer.dylib (16) < 79B8C67A-3061-3C78-92CD-4650719E68D4 > /usr/lib/libChineseTokenizer.dylib

    0x7fff890bd000 - 0x7fff890c1fff 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

    0x7fff890cb000 - 0x7fff890d1ff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) < 9E5A980A-F455-32D5-BBEE-3BD6018CC45E > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition

    0x7fff890d2000 - 0x7fff892dffff libicucore. A.dylib (551.51) < 35315A29-E21C-3CC5-8BD6-E07A3AE8FC0D >/usr/lib/libicucore. A.dylib

    0x7fff892e0000 - 0x7fff892ffff7 com.apple.ContactsUI /System/Library/Frameworks/ContactsUI.framework/Versions/A/ContactsUI < 23570405-ECA4-3E2E-8B29-998DB956BF47 > (9.0 - 1679.9)

    0x7fff89300000 - 0x7fff89445fff com.apple.QTKit (7.7.3 - 2943.3) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit < 88AA19A7-7170-3798-8CBA-B1B8D4763ADB >

    0x7fff8944b000 - 0x7fff8944ffff libpam.2.dylib (20) < CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A > /usr/lib/libpam.2.dylib

    0x7fff89450000 - 0x7fff894bffff com.apple.SearchKit (1.4.0 - 1.4.0) < F159A888-34CA-36F1-AC8E-EB1B38C9DFB3 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit

    0x7fff894cb000 - 0x7fff89529fff com.apple.MailUI (9.3 - 3124) < E95149F2-2DC7-34E7-BFD7-52728C1554C9 > /System/Library/PrivateFrameworks/MailUI.framework/Versions/A/MailUI

    0x7fff8952a000 - 0x7fff8952afff com.apple.AOSMigrate (< 17A49E04-567B-3B4F-9975-E8F83AE8357D > /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate 1.0 - 1.).

    0x7fff89532000 - 0x7fff89561ffb libsystem_m.dylib (3105) < 08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4 > /usr/lib/system/libsystem_m.dylib

    0x7fff89562000 - 0x7fff895e6ffb com.apple.AVKit /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit < 4C174B0F-43FF-3F41-8687-EA9C71EF1C18 > (1.1 - 285.10)

    0x7fff8960f000 - 0x7fff89611fff (12.0.40.6) libCVMSPluginSupport.dylib < 4AA6710A-6267-3062-BFF2-27DB5E6B5892 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib

    0x7fff89621000 - 0x7fff896aedd7 com.apple.AppleJPEG (< 558ACADA-C41F-3EEF-82A0-C2D7B13C5428 > /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 1.0 - 1.).

    0x7fff89f40000 - 0x7fff89f51fff libcmph.dylib (6) < BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF > /usr/lib/libcmph.dylib

    0x7fff89f52000 - 0x7fff8a064fef libvDSP.dylib (563.5) < 5702650E-DF08-3D58-B16F-9EF0A28702B3 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib

    0x7fff8a065000 - 0x7fff8a0c3fff com.apple.SystemConfiguration (1, 14 - 1.14) < 10082F58-6190-3A7C-8B6C-C12B16DC793A > /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi setting

    0x7fff8a0d1000 - 0x7fff8a1c0ffb libxml2.2.dylib (29.5) < 4096C2EA-6659-3F22-AC60-1E2F30BDD2B7 > /usr/lib/libxml2.2.dylib

    0x7fff8a1c5000 - 0x7fff8a299fff com.apple.MailCore (9.3 - 3124) < 85CFA708-4BB5-3DB2-A85E-B7AEF5AC0E3C > /System/Library/PrivateFrameworks/MailCore.framework/Versions/A/MailCore

    0x7fff8a29a000 - 0x7fff8a353ff7 com.apple.cloudkit.CloudKit /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit < E235B37E-1491-3857-BDE8-38450D4FE8D0 > (482.29 - 482.29)

    0x7fff8a354000 - 0x7fff8a365ff7 (201.10.3) libsystem_trace.dylib < 25104542-5251-3E8D-B14A-9E37207218BC > /usr/lib/system/libsystem_trace.dylib

    0x7fff8a507000 - 0x7fff8a527ff7 com.apple.IASUtilities (1.0 - 229, 3) < 73F73F02-C7EE-3643-9349-7ECED6DD72CA > /System/Library/PrivateFrameworks/IASUtilities.framework/Versions/A/IASUtilitie s

    0x7fff8a55a000 - 0x7fff8ac8cff7 com.apple.VectorKit (1.0 - 1156.38.0.1) /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit < 39206074-C49E-3C6C-8C3D-98CB9F9B8961 >

    0x7fff8ac8d000 - 0x7fff8ac94ff7 libcompiler_rt.dylib (62) < A13ECF69-F59F-38AE-8609-7B731450FBCD > /usr/lib/system/libcompiler_rt.dylib

    0x7fff8ad07000 - 0x7fff8ad44ff3 (14, 0-193, 7) com.apple.bom < 9B8AE30B-24A3-37AB-B04E-4CE67AED4775 > /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom

    0x7fff8ad45000 - 0x7fff8ad59fff com.apple.CoreDuetDaemonProtocol (1.0-1) < D0A5B9A7-A247-37CD-A8F7-64DC635F9C9B > /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol

    0x7fff8ad5a000 - 0x7fff8ae68ff3 com.apple.desktopservices (1.10.3 - 1.10.3) < 3A6906D4-C0B8-30D1-B589-0466E5E42B69 > /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv

    0x7fff8ae69000 - com.apple.CalendarPersistence (8.0 - 378, 5) < BDEE7522-C15E-3957-BE87-6B2EF79A38B6 > 0x7fff8b0bffff /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/Cale ndarPersistence

    0x7fff8b0c0000 - 0x7fff8b3a5ffb com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) < 2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore

    0x7fff8b3a6000 - 0x7fff8b3e4ff7 libGLImage.dylib (12.0.40.6) < 734B133F-E789-3A25-9DE6-1CCBA4896D4D > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib

    0x7fff8b7a9000 - 0x7fff8b7f9ff7 com.apple.Symbolication (1.4 - 58044) < F70BF765-FBE9-3F1E-85CA-BB2F8E53E8C2 > /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion

    0x7fff8b827000 - 0x7fff8b88dff7 (583.40.20) libsystem_network.dylib < 269E5ADD-6922-31E2-8D55-7B777263AC0D > /usr/lib/system/libsystem_network.dylib

    0x7fff8b894000 - 0x7fff8b908ff7 com.apple.Heimdal /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal < 5D365381-8B5E-3259-8867-FC4A7D307BDE > (4.0 - 2.0)

    0x7fff8b909000 - 0x7fff8b922fff com.apple.CFOpenDirectory (10.11 - 194) < 11F95672-55E0-3F9D-9171-5E8C56AEE948 > /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory

    0x7fff8b923000 - 0x7fff8b928fff com.apple.TCC (< 50F7EC60-5B21-3B9B-BF2F-F037EA7B12FB > /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 1.0 - 1.).

    0x7fff8b92e000 - 0x7fff8bb9bfff (2: 6-932) com.apple.imageKit < FAE317B8-DF15-3096-AFAC-464913BF2F3B > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit

    0x7fff8bba8000 - 0x7fff8bbdcff7 com.apple.CoreVideo (1, 8-191, 3) < 1AA24A1B-CB84-3F6B-B6DE-11494542649C > /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    0x7fff8bdda000 - 0x7fff8be1fff3 libFontRegistry.dylib (155,1) < F3355C6E-ED33-3506-B10E-2F6995D34BC1 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib

    0x7fff8be20000 - 0x7fff8be25fff com.apple.ImageCapture /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture < ACECF0B7-7D92-3A22-BF47-E8FADF4C5378 > (9, 0-9, 0). framework/Versions/A/ImageCapture

    0x7fff8be26000 - 0x7fff8be28fff libsystem_coreservices.dylib (19.2) < 1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D > /usr/lib/system/libsystem_coreservices.dylib

    0x7fff8be29000 - 0x7fff8be55fff com.apple.framework.SystemAdministration (1.0 - 1.0) < 1318B6A5-FFC3-3615-914D-95CBFE5BA727 > /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration

    0x7fff8bee6000 - 0x7fff8bef4fff libIASAuthReboot.dylib (1010) < 5CDC581B-B0C6-3166-AD79-1D7EA890D748 > /usr/lib/libIASAuthReboot.dylib

    0x7fff8bef5000 - 0x7fff8bfb2fd7 com.apple.PackageKit /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit < C257D310-4642-3F16-A747-EED63B08EB6D > (3.0 - 546)

    0x7fff8bfb3000 - 0x7fff8bfbbfff (385.40.36) libsystem_networkextension.dylib < 66095DC7-6539-38F2-95EE-458F15F6D014 > /usr/lib/system/libsystem_networkextension.dylib

    0x7fff8bfbc000 - 0x7fff8bff3ff7 com.apple.LDAPFramework (2.4.28 - 194,5) < 9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69 > /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

    0x7fff8bff4000 - 0x7fff8c03bff7 com.apple.AOSAccounts (1.3.1 - 1.10.02) /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts < FFD13410-D077-3EAF-8EFB-5A4F99AE2113 >

    0x7fff8c03c000 - 0x7fff8c09fff7 com.apple.WhitePagesFramework (10.7.0 - 141.0) < 876DF49A-E015-3E20-8C61-214EF07F51A4 > /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages

    0x7fff8c0a3000 - 0x7fff8c0f5fff com.apple.AppleVAFramework (5.0.32 - 5.0.32) < FC1AED2C-B3E2-31D9-B163-37989CD8A073 > /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA

    0x7fff8c0f6000 - 0x7fff8c29cff7 com.apple.audio.toolbox.AudioToolbox /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox < 082319FC-59F2-3D36-AC9B-94759724E302 > (1.13 - 1.13)

    0x7fff8c334000 - com.apple.DiskManagement (8.1 - 952) < 6E0FBC67-47E0-3669-8065-ECA8C67098A8 > /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag-0x7fff8c384ff7

    0x7fff8c385000 - 0x7fff8c425fff com.apple.Metadata (10.7.0 - 972.29.1) a.framework/Versions/A/Metadata /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat < F19E0200-6937-3799-9C67-D26C2CE5AA5F >

    0x7fff8c426000 - 0x7fff8c42cfff com.apple.XPCService (< 5E2122D6-FFA2-3552-BF16-9FD3F36B40DB > /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 2.0 - 1).

    0x7fff8c44c000 - 0x7fff8c455ff7 com.apple.DisplayServicesFW (3.0 - 378) < 45BE1B99-8E10-32F0-A180-A6B6CB5883AE > /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices

    0x7fff8c45c000 - 0x7fff8c467ff7 (60075.40.2) libcommonCrypto.dylib < B9D08EB8-FB35-3F7B-8A1C-6FCE3F07B7E7 > /usr/lib/system/libcommonCrypto.dylib

    0x7fff8c468000 - 0x7fff8c491ff7 (765.40.36) libxpc.dylib < 2CC7CF36-66D4-301B-A6D8-EBAE7405B008 > /usr/lib/system/libxpc.dylib

    0x7fff8c492000 - 0x7fff8c72cfff com.apple.security (7.0 - 57337.40.85) /System/Library/Frameworks/Security.framework/Versions/A/Security < 7C5B8DEF-3D02-3410-9BD3-2B1251F84D4B >

    0x7fff8c72d000 - 0x7fff8c79cfff com.apple.datadetectorscore (7.0 - 460) < 8EF4EECC-4FF1-36DF-84CF-65545555A225 > /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore

    0x7fff8c79d000 - 0x7fff8c87dff7 unorm8_rgba.dylib (2.7.3) < 9EB6C346-CFF6-32D7-B4A1-2409DFBCB216 > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib

    0x7fff8c87e000 - 0x7fff8c88dfff com.apple.AccountPolicy (icy of < 3AA9BA1F-7670-3028-A389-970941725A46 > /System/Library/PrivateFrameworks/AccountPolicy.framework/Versions/A/AccountPol 1.0 - 1.).

    0x7fff8c88e000 - 0x7fff8c8a1fff com.apple.MessagesKit (1.0 - 5100) < 26556CF2-1776-333B-A705-9055B401B513 > /System/Library/PrivateFrameworks/MessagesKit.framework/Versions/A/MessagesKit

    0x7fff8c8a2000 - 0x7fff8c8d5ff7 com.apple.MediaKit (16-809) < BF8032FE-6645-37F6-A622-BC7EEE3EAABF > /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit

    0x7fff8c8d6000 - 0x7fff8c8f7ff7 com.apple.persistentconnection (1.0 - 1.0) < 00A24D59-1664-3F2C-8272-85B877EA7821 > /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/Per sistentConnection

    0x7fff8c8f8000 - 0x7fff8ca20fff com.apple.NetworkExtension (< CFD98864-3DD5-391E-B0EA-388294A75C31 > 1.0-1 /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtensi) on

    0x7fff8ca21000 - 0x7fff8ca4cfff com.apple.idsfoundation (10.0 - 1000) < D6207A3B-2716-31F8-B216-85E43472D5CC > /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion

    0x7fff8ca4d000 - 0x7fff8ca69fff com.apple.GenerationalStorage (2.0 - 239, 1) < 8C821448-4294-3736-9CEF-467C93785CB9 > /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage

    0x7fff8ca6a000 - 0x7fff8cee0fff com.apple.CoreFoundation /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation < 943A1383-DA6A-3DC0-ABCD-D9AEB3D0D34D > (6: 9 - 1258.1)

    0x7fff8cf58000 - 0x7fff8cf85ff7 com.apple.CalendarUIKit (1.0 - 124, 1) < C48C9632-400F-3277-A589-20932A18E8A1 > /System/Library/PrivateFrameworks/CalendarUIKit.framework/Versions/A/CalendarUI Kit

    0x7fff8d12c000 - 0x7fff8d202ff7 com.apple.AOSUI /System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI < D5F5C0D0-9C45-3A33-B670-3F75BFCF0932 > (1.2 - 421)

    0x7fff8d203000 - 0x7fff8d21aff7 (323.40.3) libsystem_asl.dylib < 007F9094-317A-33EA-AF62-BAEAAB48C0F7 > /usr/lib/system/libsystem_asl.dylib

    0x7fff8d21b000 - 0x7fff8d2a3fff com.apple.CoreSymbolication (3.1 - 58048.1) < 4730422E-4178-34F9-8550-BB92F2A4F44B > /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication

    0x7fff8dbe2000 - 0x7fff8dc6ffff (1082.20.4) libsystem_c.dylib < CDEBF2BB-A578-30F5-846F-96274951C3C5 > /usr/lib/system/libsystem_c.dylib

    0x7fff8dc70000 - 0x7fff8dc7bfff com.apple.CrashReporterSupport (10.11 - 717) < 474544AD-1199-3ECC-90E5-071847BA72C6 > /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport

    0x7fff8dc7c000 - 0x7fff8dc7cff7 com.apple.CloudPhotosConfigurationXPC (1.5 - 370.42.0) < E1825828-6544-3C11-BDF8-0AF1791D6FB8 > /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Frame works/CloudPhotosConfigurationXPC.framework/Versions/A/CloudPhotosConfigurationX PC

    0x7fff8dc7d000 - 0x7fff8dc87fff com.apple.NetAuth /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth < D692B1EF-534F-3892-8E2F-2BBA7C8AFD74 > (6.0 - 6.0)

    0x7fff8dc88000 - 0x7fff8dd4bff7 com.apple.imcore /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore < CA7E9036-F455-3726-8F6D-BC5FD4773808 > (10.0 - 1000)

    0x7fff8dd57000 - 0x7fff8dd88fff com.apple.contacts.ContactsAutocomplete (1.0 - 57: 3) < B39C9840-8EE6-3B42-AD6A-B4506AB98641 > /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/Con tactsAutocomplete

    0x7fff8ddd2000 - 0x7fff8ddecff3 liblzma.5.dylib (10) < CC03591B-FA57-3CA5-AC81-0D76033AC0CE > /usr/lib/liblzma.5.dylib

    0x7fff8ddfa000 - 0x7fff8ddfdfff libspindump.dylib (197,1) < 48F4C673-9F0C-38BE-B550-88241E812518 > /usr/lib/libspindump.dylib

    0x7fff8ddfe000 - 0x7fff8ddffff7 libodfde.dylib (23) < F84CB160-D638-3190-B6F5-A262E9AF09F6 > /usr/lib/libodfde.dylib

    0x7fff8de00000 - 0x7fff8de70fff com.apple.ids /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS < ADE6E30D-F1DE-3D9E-BF1D-C32BA1B3FFA8 > (10.0 - 1000)

    0x7fff8de71000 - 0x7fff8de77fff com.apple.FamilyCircle (1.0?) - e /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/FamilyCircl < A52D160E-4DA5-3778-82D5-79A41483E5F1 >

    0x7fff8de78000 - 0x7fff8de7efff com.apple.MailService (9.3 - 3124) < 6746CEFE-400D-3455-90B8-D8D7A253F3D5 > /System/Library/PrivateFrameworks/MailService.framework/Versions/A/MailService

    0x7fff8dea8000 - 0x7fff8debdfff com.apple.AppContainer (4.0 - 261.40.2) < F220E702-1C00-3BD2-9943-C7E75C3B4418 > /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r

    0x7fff8df28000 - 0x7fff8e133fff libFosl_dynamic.dylib (16.24) < 5F9DB82D-FD4B-3952-8531-CE020F93ED49 > /usr/lib/libFosl_dynamic.dylib

    0x7fff8e1a4000 - 0x7fff8e1f0ffb com.apple.HIServices (1.22 - 549) < E4E1BD10-F475-3E19-9E0B-A5071D158F47 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices

    0x7fff8e1fc000 - 0x7fff8e2e7ff7 com.apple.QuickLookUIFramework (5.0 - 696.7) < 5A4AAFEC-D38C-3DA0-9361-CBF1D4C6B376 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f EPI/Versions/A/QuickLookUI

    0x7fff8e2e8000 - 0x7fff8e362fff com.apple.IMAP (9.3 - 3124) < 47BE2587-509E-3309-9F62-E530FE698275 > /System/Library/PrivateFrameworks/IMAP.framework/Versions/A/IMAP

    0x7fff8e36c000 - 0x7fff8e402fff 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

    0x7fff8e403000 - 0x7fff8e403fff com.apple.quartzframework /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz < 5DC3D0D9-9E3F-3AA5-92F1-F229907A49B9 > (1, 5-21)

    0x7fff8e404000 - 0x7fff8e832fff com.apple.vision.FaceCore (3.3.1 - 3.3.1) < E54028EA-4217-3078-A2B1-C52E4214D59E > /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore

    0x7fff8e833000 - 0x7fff8e884ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) < 3D62A9B3-67A8-3F8A-A102-05E310249075 > /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0x7fff8e885000 - 0x7fff8e9a7fff com.apple.CalendarUI /System/Library/PrivateFrameworks/CalendarUI.framework/Versions/A/CalendarUI < C98F5199-F00B-34C2-96F3-14057D4776B1 > (8.0 - jd367.3)

    0x7fff8e9ab000 - 0x7fff8e9b4fff com.apple.icloud.FindMyDevice (1.0-1) < B9C741F2-6FAC-3BA7-B6E0-9A910C6E8D4E > e /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic

    0x7fff8e9b5000 - 0x7fff8e9c1fff com.apple.CommerceCore (1.0 - 462, 9) < FC172F15-E030-3437-BCFF-8D4F1570A8E1 > /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore

    0x7fff8e9c2000 - 0x7fff8e9ebfff com.apple.ProtectedCloudStorage (1.0-1) < 4850F751-E61B-30C0-B89A-B313601D3DB5 > /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage

    0x7fff8e9ec000 - 0x7fff8e9f0fff com.apple.LoginUICore (3.2 - 3.2) < 5524E4BC-4700-39F4-AF06-E53322712EE0 > /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore

    0x7fff8e9f2000 - 0x7fff8e9fafff com.apple.NetFS /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS < 842A5346-24C3-3F22-9ECF-E586A10EA1F2 > (6.0 - 4.0)

    0x7fff8ea68000 - 0x7fff8ea7fff7 (83.40.5) libsystem_coretls.dylib < C90DAE38-4082-381C-A185-2A6A8B677628 > /usr/lib/system/libsystem_coretls.dylib

    0x7fff8ea80000 - 0x7fff8eaf7ff7 com.apple.MMCS (1.3 - 357, 1) < 549FBEFC-55F7-3101-BF51-A0B1F7CF2B46 > /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS

    0x7fff8eaf8000 - 0x7fff8eaf9fff liblangid.dylib (122) < 9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822 > /usr/lib/liblangid.dylib

    0x7fff8eafa000 - 0x7fff8eb04fff com.apple.corerecents (< 38A216F0-6C91-3CA3-94D5-B6242B1F90D0 > /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents 1.0 - 1.).

    0x7fff8eb5c000 - 0x7fff8eb64fff com.apple.xpcobjects /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects < 820D71C8-B9DB-3214-97CD-204A2FE6CD6E > (103-103)

    0x7fff8eb65000 - 0x7fff8eb6cff7 com.apple.phonenumbers (1.1.1 - 105) < A616AFB5-2336-385A-B058-16A423D2B21B > /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s

    0x7fff8eb72000 - com.apple.EmailAddressing (9.0 - 3007) < FD3686F1-981C-3B59-BFE4-8B64ACF3E7A4 > 0x7fff8eb77fff pressure /System/Library/PrivateFrameworks/EmailAddressing.framework/Versions/A/EmailAdd

    0x7fff8eb78000 - 0x7fff8eb95ff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) < F4AF2363-B28E-3097-AB1E-FDA1C92F8F56 > /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA

    0x7fff8eb96000 - 0x7fff8eb98fff com.apple.CFAccountPolicy (1.0-1) < 075A9B36-9D7F-32EE-89EB-812EEFCC1D79 > /System/Library/PrivateFrameworks/AccountPolicy.framework/Frameworks/CFAccountP olicy.framework/Versions/A/CFAccountPolicy

    0x7fff8eb99000 - 0x7fff8ece3ff7 com.apple.coreui (2.1 - 366.1) < A3868F31-ACF4-3EA5-9E75-79ED44FA7F06 > /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

    0x7fff8ece4000 - 0x7fff8f206fff com.apple.QuartzComposer (5.1 - 334) < 80235264-CA1B-3E3F-96F7-5F6F52FDC5B6 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer

    0x7fff8f207000 - 0x7fff8f20ffff libcopyfile.dylib (127) < A48637BC-F3F2-34F2-BB68-4C65FD012832 > /usr/lib/system/libcopyfile.dylib

    0x7fff8f210000 - 0x7fff8f218ffb (625.40.20) libsystem_dnssd.dylib < 86A05653-DCA0-3345-B29F-F320029AA05E > /usr/lib/system/libsystem_dnssd.dylib

    0x7fff8f219000 - 0x7fff8f219fff com.apple.ApplicationServices (48-48) < ADD57D3A-142F-3EF5-BFD8-EACD82164884 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services

    0x7fff8f21e000 - 0x7fff8f221fff (460.40.33) libsystem_sandbox.dylib < 30671DCC-265F-325A-B33D-11CD336B3DA3 > /usr/lib/system/libsystem_sandbox.dylib

    0x7fff8f222000 - 0x7fff8fe4bfff com.apple.AppKit /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit < 2492D315-76B6-320B-B542-231FCA44CA48 > (6, 9 - 1404.46)

    0x7fff8fe4c000 - 0x7fff8feb8ff7 com.apple.contacts.Contacts /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts < 2726B3FB-7A00-34E0-8BBF-7E5395C35527 > (1.0 - 2137.1)

    0x7fff8feb9000 - 0x7fff8feddfff 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

    0x7fff8ff9c000 - 0x7fff8ffeafff libcurl.4.dylib (90) < 12E01E4B-24C9-394C-9D2C-85CF85D5F459 > /usr/lib/libcurl.4.dylib

    0x7fff8ffeb000 - 0x7fff90058ff7 com.apple.imfoundation (10.0 - 1000) < 82820E4B-0F23-3048-9F4F-C216A9D87190 > /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n

    0x7fff90099000 - 0x7fff900a1fff com.apple.AppleSRP (< 840A5C20-6452-36BB-ACF7-29BA6CBF7C48 > /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 5.0 - 1).

    0x7fff900f7000 - 0x7fff90180ff7 com.apple.PerformanceAnalysis (1.0-1) < 608E8C50-6F59-3FEB-B822-D9B02F328716 > /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis

    0x7fff90322000 - 0x7fff90322fff com.apple.audio.units.AudioUnit /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit < 93C1D642-37D4-3692-AD35-DCAD04F9610B > (1.13 - 1.13)

    0x7fff90323000 - 0x7fff9032ffff 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

    0x7fff90330000 - 0x7fff903d7fff com.apple.LanguageModeling (1.0-1) < 58C18A47-BDE7-3CBE-81C0-797029D170A1 > /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling

    0x7fff903d8000 - 0x7fff903f2fff com.apple.Kerberos (< 1B4744BF-E5AE-38E2-AA56-E22D3270F2E8 > /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 3.0 - 1).

    0x7fff903f3000 - 0x7fff90425ff7 com.apple.iCalendar /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar < 2D12DD0E-D062-3D75-A86D-543F73A5BD72 > (7.0 - 240)

    0x7fff90426000 - 0x7fff90429ff7 com.apple.iChat.InstantMessage (8.0 - 5017) < 989738B4-0269-3DD6-AAEC-2B712FB765D5 > /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage

    0x7fff9042a000 - 0x7fff9042bffb libremovefile.dylib (41) < 552EF39E-14D7-363E-9059-4565AC2F894E > /usr/lib/system/libremovefile.dylib

    0x7fff9042c000 - 0x7fff90438fff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) < 6BA06290-D4A3-351C-87F9-B61EF61FF055 > /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore

    0x7fff90439000 - 0x7fff90466fff com.apple.facetimeservices /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices < 9F5E1C9A-A3BA-35FE-A75E-C58CD1150A4F > (10.0 - 1000)

    0x7fff90467000 - 0x7fff9046bfff com.apple.ServerInformation (2.0-1) /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server < EE3E3BF1-46F4-33ED-9D03-875A8618421A > information

    0x7fff9046c000 - 0x7fff90733fff com.apple.Mail.framework (9.3 - 3124) < 0688E8B2-6B3B-344D-939A-A42DC30C231C > /System/Library/PrivateFrameworks/Mail.framework/Versions/A/Mail

    0x7fff90734000 - 0x7fff90734fff com.apple.Carbon /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon < 8F6ED602-5943-3E29-A793-BC331E2C183D > (154 to 157)

    0x7fff90735000 - 0x7fff90744ffb 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

    0x7fff90745000 - 0x7fff9074eff3 (150.40.1) libsystem_notify.dylib < D48BDE34-0F7E-34CA-A0FF-C578E39987CC > /usr/lib/system/libsystem_notify.dylib

    0x7fff9074f000 - 0x7fff90757fef libsystem_platform.dylib (74.40.2) < 29A905EF-6777-3C33-82B0-6C3A88C4BA15 > /usr/lib/system/libsystem_platform.dylib

    0x7fff90758000 - 0x7fff907bbfff libAVFAudio.dylib (161,2) < 1A98DBF3-490B-37FB-928A-AB1E36E6E5DD > /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib

    0x7fff907f0000 - 0x7fff907f7fff com.apple.AskPermission (1.0-1) < 39C91592-D49B-344E-9E0F-A952E82D4045 > /System/Library/PrivateFrameworks/AskPermission.framework/Versions/A/AskPermiss ion

    0x7fff9080c000 - 0x7fff908b7fff com.apple.PDFKit (3.1 - 3.1) < 27AF3C85-1C0B-389C-856C-2E527620C195 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit

    0x7fff908b8000 - 0x7fff90f57ff7 com.apple.JavaScriptCore (11601 - 11601.5.17) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore < E12A9CB4-C807-3602-8357-6037579F6A13 >

    0x7fff90f74000 - 0x7fff91269fff com.apple.HIToolbox (2.1.1 - 807.2) < 871E5223-5D03-3649-98AF-9CCA3B41E307 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra framework/Versions/A/HIToolbox

    0x7fff9126a000 - 0x7fff91276fff com.apple.HelpData (2.1.4 - 90) < 10608EEC-B613-309C-96E6-5A40AB951FA4 > /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData

    0x7fff91284000 - 0x7fff9151afff libmecabra.dylib (696.5) < EF6C0BD4-5FE8-34FB-8ADF-69A53CEC97A9 > /usr/lib/libmecabra.dylib

    0x7fff9151b000 - 0x7fff91548ff7 com.apple.PassKit (1.0 - 55.1) < D31E95EB-BC60-3A35-B9AB-4FE531A60400 > /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit

    0x7fff91549000 - 0x7fff91549ff7 libkeymgr.dylib (28) < 8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0 > /usr/lib/system/libkeymgr.dylib

    0x7fff9154a000 - 0x7fff91560ff7 (1162.2) libLinearAlgebra.dylib < FFE54EDF-F06F-3C0A-864A-4CA7BBFD4B2D > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib

    0x7fff91574000 - 0x7fff9157efff com.apple.CaptiveNetworkSupport (13.0 - 1) < 2D412E91-31F5-3CBD-962D-2D78A5904F1A > /System/Library/PrivateFrameworks/CaptiveNetwork.framework/Versions/A/CaptiveNe network

    0x7fff915b6000 - 0x7fff915e7fff com.apple.GSS /System/Library/Frameworks/GSS.framework/Versions/A/GSS < B490333A-3B3E-397A-AD75-68846E9A9140 > (4.0 - 2.0)

    0x7fff915eb000 - 0x7fff915f3fef libcldcpuengine.dylib (2.7.3) < B385841A-B573-3A91-9BEB-CC89CB2716B3 > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib

    0x7fff915f4000 - 0x7fff915f6fff com.apple.CoreDuetDebugLogging (1.0-1) < 7659CACF-3B08-3AF3-8FAC-24FAF18EF114 > /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging

    0x7fff915f7000 - 0x7fff915faff3 libCGXCoreImage.A.dylib (957) < D561A978-8876-3C15-998A-5C6A4827B680 > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib

    0x7fff915fb000 - 0x7fff91600ff7 libmacho.dylib (875.1) < 318264FA-58F1-39D8-8285-1F6254EE410E > /usr/lib/system/libmacho.dylib

    0x7fff91601000 - 0x7fff91696fff (10, 9-214) com.apple.ink.framework < 1F76CF36-3F79-36B8-BC37-C540AF34B338 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink

    0x7fff916af000 - 0x7fff916afff7 libunc.dylib (29) < DDB1E947-C775-33B8-B461-63E5EB698F0E > /usr/lib/system/libunc.dylib

    0x7fff9188e000 - 0x7fff91980ff7 libiconv.2.dylib (44) < F05A0A5A-92A9-3668-8F20-F27CBDA26BE9 > /usr/lib/libiconv.2.dylib

    0x7fff91981000 - 0x7fff91989fff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) s.framework/Versions/A/FSEvents /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent < 7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A >

    0x7fff91a02000 - 0x7fff91a24ff7 com.apple.Sharing (442.13.6 - 442.13.6) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing < DDD2811C-6ECB-32F2-8EE1-69BF9657B4A8 >

    0x7fff91a25000 - 0x7fff91b56fff com.apple.syncservices /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices < 3FF7FE43-2822-3E59-A687-D74E4B0ACD0A > (8.1 - 724)

    0x7fff91b5d000 - 0x7fff91b72ff3 libCGInterfaces.dylib (317.9) < 473434E1-5269-3077-A047-D05E024AE631 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Libraries/libCGInterfaces.dylib

    0x7fff91b73000 - 0x7fff91b9afff com.apple.ChunkingLibrary (167-167) < AD7F285C-005E-36BB-98A3-5826413533BE > /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking library

    0x7fff91b9b000 - 0x7fff91ba3fff (12.0.40.6) libGFXShared.dylib < 1CDE5AEF-3E44-3547-879E-BB490EE7702C > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib

    0x7fff91ba4000 - 0x7fff91bffff7 libTIFF.dylib (1444) < 6DC2EAE6-0AF5-33CA-9037-38652B14D935 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

    0x7fff91c02000 - 0x7fff91c4efff 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

    0x7fff91c4f000 - 0x7fff91c4ffff libenergytrace.dylib (10.40.1) < 0A491CA7-3451-3FD5-999A-58AB4362682B > /usr/lib/libenergytrace.dylib

    0x7fff91c56000 - 0x7fff91c62ff7 com.apple.OpenDirectory /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory < 31A67AD5-5CC2-350A-96D7-821DF4BC4196 > (10.11 - 194)

    0x7fff91ca0000 - 0x7fff91ca3fff com.apple.Mangrove (< 2D86B3AD-64C3-3BB4-BC66-1CFD0C90E844 > /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 1.0 - 1.).

    0x7fff91ca4000 - 0x7fff91d48fff com.apple.Bluetooth (4.4.4 - 4.4.4f4) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth < BCF89EFE-853D-3AEA-AE31-DC8293C7284F >

    0x7fff91d55000 - 0x7fff91ff0fff com.apple.AOSKit /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit < 301C9141-CD8E-3AEC-95AE-36E70F7CB880 > (1.07 - 233)

    0x7fff91ff1000 - 0x7fff920aaff7 libvMisc.dylib (563.5) < BF612F7D-FA3B-3F9F-8BE7-8D1BCB21ECC5 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib

    0x7fff920ab000 - 0x7fff920b0ff7 com.apple.NetFSServer (< A233387F-2626-334C-8CA6-E947B56E1654 > /System/Library/PrivateFrameworks/NetFSServer.framework/Versions/A/NetFSServer 2.0 - 1).

    0x7fff920b1000 - 0x7fff920b3ff7 libRadiance.dylib (1444) < 1B89630A-A096-39D8-BE4D-DF1596B368E0 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib

    0x7fff920b4000 - 0x7fff920e1fff (501.40.12) libdispatch.dylib < C7499857-61A5-3D7D-A5EA-65DCC8C3DF92 > /usr/lib/system/libdispatch.dylib

    0x7fff920e2000 - 0x7fff92114fff com.apple.CommerceKit (1.2.0 - 462,9) < EB0D0092-CA00-38B4-802B-5D62F2CA7260 > /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit

    0x7fff92115000 - 0x7fff9211ffff com.apple.CoreCDP - OSX (< 3F137206-17BD-396C-B50C-DDDA635D19DD > /System/Library/PrivateFrameworks/CoreCDP.framework/Versions/A/CoreCDP 1.0 - 1.).

    0x7fff92221000 - 0x7fff9222cfff com.apple.AppSandbox (4.0 - 261.40.2) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox < 52766210-B6EB-3B73-AB1B-42E0A9AD2EE8 >

    0x7fff9222d000 - 0x7fff93495ffb com.apple.CoreGraphics (1.600.0 - 957) < C403FF5C-1B6F-3810-90B1-F5477828A701 > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

    0x7fff93496000 - 0x7fff935fcfff com.apple.MapKit /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit < 2E289A8D-5629-3A9B-93F3-E439747C3A09 > (1.0 - 1620.41)

    0x7fff935fd000 - 0x7fff93626ffb libRIP.A.dylib (957) < 5F18F20D-5921-3314-A9F8-F1B1CB62C83D > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib

    0x7fff93627000 - 0x7fff9370dff7 (59.40.2) libcrypto.0.9.8.dylib < 2486D801-C756-3488-B519-1AA6807E8948 > /usr/lib/libcrypto.0.9.8.dylib

    0x7fff9370e000 - 0x7fff93775fff com.apple.framework.CoreWiFi /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi < 993592F1-B3F1-3FAD-87BD-EA83C361BCCF > (11, 0 - 1101.20)

    0x7fff937d6000 - 0x7fff937defff com.apple.frameworks.CoreDaemon /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon < CC53DC12-9231-3C4F-921B-9A770D463323 > (1.3 - 1.3)

    0x7fff937df000 - 0x7fff937dffff com.apple.IOPlatformPluginFamily (1.0-1) < 61D1D438-9DE8-34A0-ADC0-9789517515E8 > /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/I OPlatformPluginFamily

    0x7fff937e5000 - 0x7fff9382bff7 libauto.dylib (186) < 999E610F-41FC-32A3-ADCA-5EC049B65DFB > /usr/lib/libauto.dylib

    0x7fff9382c000 - 0x7fff93830fff com.apple.FindMyMac /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac < 73E9EE14-0390-33E6-ABD1-F99CD1C786AA > (3.1 - 53)

    0x7fff93890000 - 0x7fff938acff7 libextension.dylib (78) < FD952DA6-BBEC-3CB6-98B3-E1D111C5C54E > /usr/lib/libextension.dylib

    0x7fff938ad000 - 0x7fff938afff7 libquarantine.dylib (80) < 0F4169F0-0C84-3A25-B3AE-E47B3586D908 > /usr/lib/system/libquarantine.dylib

    0x7fff938b0000 - 0x7fff938b3ffb libdyld.dylib (360.21) < 8390E026-F7DE-3C32-9486-3DFF6BD131B0 > /usr/lib/system/libdyld.dylib

    0x7fff938b4000 - 0x7fff938b4fff com.apple.Cocoa /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa < 807787AB-D231-3F51-A99B-A9314623C571 > (6.11 - 22)

    0x7fff938b5000 - 0x7fff938d7fff com.apple.IconServices (68, 1-68, 1) < CDEEDBE6-F53B-3BA1-82D4-23BCA3DD8949 > /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s

    0x7fff938d8000 - 0x7fff938e6fff com.apple.opengl (12.0.40 - 12.0.40) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL < AEA28993-BA3E-3E0F-A2F5-88C312ABB634 >

    0x7fff938e7000 - 0x7fff938e7fff com.apple.Accelerate (1.10 - 1.10 accelerate) < 5831771A-C1C3-3625-9FE9-2CCB6B2E7EE1 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

    0x7fff938e8000 - 0x7fff938eafff com.apple.loginsupport (1.0-1) < 9B2F5F9B-ED38-313F-B798-D2B667BCD6B5 > /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport

    0x7fff938eb000 - 0x7fff939c1ffb com.apple.DiskImagesFramework (10.11.3 - 417.2) < 7412BC0B-A895-350D-B829-1E3A6FF5EC3F > /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages

    0x7fff939c2000 - 0x7fff939cafff libMatch.1.dylib (27) < 3AC0BFB8-7E69-3DBE-A175-7F3946FC4554 > /usr/lib/libMatch.1.dylib

    0x7fff939cb000 - 0x7fff939cdfff com.apple.marco /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco < F766F4BF-BAE9-3ADD-B54B-16934231F155 > (10.0 - 1000)

    0x7fff93a61000 - 0x7fff93a6bfff com.apple.KerberosHelper (4.0 - 1.0) < 67D88B2C-A54B-34FF-ABF3-2D3736879730 > /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper

    0x7fff93a6c000 - 0x7fff93a6efff com.apple.framework.machinesettings (11, 0-11, 0) < AAD75599-CE5E-3251-B099-587AA7C92860 > /System/Library/PrivateFrameworks/MachineSettings.framework/Versions/A/MachineS installation

    0x7fff93a6f000 - 0x7fff93a87fff com.apple.login /System/Library/PrivateFrameworks/login.framework/Versions/A/login < E02F6100-10F5-3574-9F9F-11709CC4D1C8 > (3.0 - 3.0)

    0x7fff93a88000 - 0x7fff93ae3fff com.apple.coredav (1.0.1 - 307) < D1BDC4FC-44F8-31F7-9C8D-4422A1641BF6 > /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV

    0x7fff93ae4000 - 0x7fff93afaff7 com.apple.geokit /System/Library/PrivateFrameworks/GeoKit.framework/Versions/A/GeoKit < BC60A03D-8720-3C88-9642-4B84CE9A3ED2 > (2.2 - 2.2)

    0x7fff93afb000 - 0x7fff93c79fff com.apple.UIFoundation (1.0 - 436.1) < AABB5267-E7B7-3D75-B051-E665BDA8DEF4 > /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n

    0x7fff93c7a000 - 0x7fff93d09fff com.apple.CorePDF /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF < 849BBFF6-0700-3ED1-98DF-A6E93B9B707F > (4.0 - 4)

    0x7fff93d0a000 - 0x7fff93d38ff7 com.apple.CoreServicesInternal (248, 2-248, 2) < 6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B > /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal

    0x7fff94020000 - 0x7fff9402efff com.apple.IntlPreferences (2.0 - 192) < 61F62126-0902-3324-BB1D-8B93297ED899 > /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences

    0x7fff9402f000 - 0x7fff9402ffff com.apple.Accelerate.vecLib (vecLib - 3.10 3.10) < 848125D3-AF14-3526-8745-FFCDB200CD76 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib

    0x7fff94030000 - 0x7fff94035fff com.apple.MediaAccessibility (1.0 - 79) < C5E61B45-1967-3602-A48C-31E132B998B2 > /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi responsibility

    0x7fff94262000 - 0x7fff94264ff7 (802.40.13) libsystem_configuration.dylib < 3DEB7DF9-6804-37E1-BC83-0166882FF0FF > /usr/lib/system/libsystem_configuration.dylib

    0x7fff94265000 - 0x7fff94289fff com.apple.MultitouchSupport.framework (304.10.2 - 304.10.2) ouchSupport /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit < CE75EDA3-2B22-3968-834E-550EA870ECC8 >

    0x7fff9428a000 - 0x7fff942c2ff7 com.apple.RemoteViewServices (2.0 - 101) < B2881449-8CFE-3D1C-B4BF-155640392533 > /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices

    0x7fff942c3000 - 0x7fff942eafff com.apple.shortcut /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut < 2BA6DF3E-04C7-39C8-B311-3413E9FC9022 > (2.16 - 93)

    0x7fff942eb000 - 0x7fff943d1fef unorm8_bgra.dylib (2.7.3) < B315AE9C-9E09-3D9F-9513-EC2195908516 > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib

    0x7fff943d2000 - 0x7fff94424fff com.apple.CalDAV /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV < 78741BC8-D22E-33D1-86FD-F88F05952D38 > (8.0 - 234)

    0x7fff94425000 - 0x7fff94493ff7 com.apple.ApplicationServices.ATS (377-394, 3) < 847DBFBA-8D6B-367B-99FD-C6CAA8C05C65 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS

    0x7fff94494000 - 0x7fff94497ffb libScreenReader.dylib (426.42) < 16FC79D1-4573-3E90-945F-CBA22D5185FD > /usr/lib/libScreenReader.dylib

    0x7fff94498000 - 0x7fff944c1ff7 libxslt.1.dylib (14.1) < 27DE3F2E-CE96-3327-A563-788EE3E2775B > /usr/lib/libxslt.1.dylib

    0x7fff944c2000 - 0x7fff944dbfe7 libcompression.dylib (28) < F83F421D-115D-3457-A9AA-1BEB5070A30B > /usr/lib/libcompression.dylib

    0x7fff944dc000 - 0x7fff945ceff7 libJP2.dylib (1444) < D57AECF4-013C-3BCF-B6CE-3D033664419E > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

    0x7fff945d1000 - 0x7fff945efff7 (3248.40.184) libsystem_kernel.dylib < 88C17B7F-1CD8-3979-A1A9-F7BDB4FCE789 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff946b0000 - 0x7fff946b8ff7 (583.40.20) libnetwork.dylib < 3C4C9968-C6A7-3D3D-98EE-125045999E01 > /usr/lib/libnetwork.dylib

    0x7fff946bf000 - 0x7fff946d6fff com.apple.iCal.CalendarDraw (8.0 - 1833) < 61117986-E873-3FEB-96A4-EFC3D2D8CA40 > /System/Library/PrivateFrameworks/CalendarDraw.framework/Versions/A/CalendarDra w

    0x7fff946e0000 - 0x7fff94710ff3 com.apple.CoreAVCHD (5.8.0 - 5800.4.2) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD < 4AAFB1C4-3708-30F9-ACFA-90564347204C >

    0x7fff94711000 - 0x7fff948daff7 com.apple.ImageIO.framework (3.3.0 - 1444) < 6A50AFBF-60BE-3845-AE29-843BD8238F17 > /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

    0x7fff948db000 - 0x7fff94c4efff com.apple.FinderKit (1.4.4 - 1.4.4) < 76E52C7F-CA82-337E-BF8E-9961F11C4B8D > /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit

    0x7fff94c4f000 - 0x7fff94c82fff com.apple.framework.accountsui (1.0 - 33.1) < 2679CC21-0C98-3340-9C42-780B11A70226 > /System/Library/PrivateFrameworks/AccountsUI.framework/Versions/A/AccountsUI

    0x7fff94cb0000 - 0x7fff94cb0fff com.apple.CoreServices /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices < 78CB3EAC-A66E-3FD9-A1DF-A9CF227ED3C3 > (728.9 - 728.9)

    0x7fff94cc1000 - 0x7fff94cc6ff7 com.apple.AssetCacheServices (14.1 - 14.1) < 5F249F84-660A-3E94-B073-6729E7ED56D9 > /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/Asset CacheServices

    0x7fff94cc7000 - 0x7fff94ce4ff7 com.apple.pluginkit.framework (< 0BA96479-0451-3DA9-A2AC-FE1D86D383AB > /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 1.0 - 1.).

    0x7fff94ce5000 - 0x7fff94d14ffb com.apple.datadetectors (5.0 - 308) < 1949868C-BDCD-3772-BDBD-D7E9F2CC1451 > t /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect

    0x7fff94eaf000 - 0x7fff94fabff7 libFontParser.dylib (158,5) < 62796E99-36B7-36B6-8D33-5349F88014C3 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib

    0x7fff94fd2000 - 0x7fff9506ffff (6-795) com.apple.SoftwareUpdate.framework < D63E8FC9-DECB-3FA3-8C2B-4116BF46733B > /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareU updated

    0x7fff953a1000 - 0x7fff953c0ff7 com.apple.framework.Apple80211 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 < AE7795B8-4590-3714-999D-3FBFF6BF5D93 > (11, 0 - 1121.34)

    0x7fff953c1000 - 0x7fff95416fff com.apple.AE (701-701) < AD492742-F884-386B-A450-FAC281B9FFA4 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE

    0x7fff9546c000 - 0x7fff9546efff com.apple.SecCodeWrapper (4.0 - 261.40.2) < 1F832591-59A8-3B3F-943F-D6D827463782 > /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper

    0x7fff95d13000 - 0x7fff95d1efff com.apple.DirectoryService.Framework /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi < 6F827D0E-0F02-3B09-B2A8-252865EECA7F > (10.11 - 194) this

    0x7fff95d1f000 - 0x7fff95d7cfff (728, 8-728, 8) com.apple.CoreServices.OSServices < 4CE49D8A-8304-3347-9379-6075CB906419 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices

    0x7fff95d7d000 - 0x7fff95d8dfff (1162.2) libSparseBLAS.dylib < 6F591A0F-80D0-384D-8304-B035C4ED1BBD > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libSparseBLAS.dylib

    0x7fff95df0000 - 0x7fff95e02fff libsasl2.2.dylib (209) < 2F81C8C9-11A3-3581-B2C1-D8C03AB7D39C > /usr/lib/libsasl2.2.dylib

    0x7fff95e03000 - 0x7fff95f30ff3 com.apple.CoreText /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText < 08E8640E-6602-3A00-BC28-94235FD311B4 > (352.0 - 494.11)

    0x7fff95f31000 - 0x7fff95f48fff libmarisa.dylib (4) < E4919B03-D9BD-3AF8-B436-C415C98E3F0A > /usr/lib/libmarisa.dylib

    0x7fff95f8b000 - 0x7fff95f8ffff libGIF.dylib (1444) < F1F581A7-AC59-3A82-9970-25F7F7C72ABD > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

    0x7fff95f90000 - 0x7fff96005fff com.apple.framework.IOKit (2.0.2 - 1179.40.20) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit < FB2AD43B-905D-3BD0-BE17-ACE7D4D13E24 >

    0x7fff96006000 - 0x7fff96006fff libOpenScriptingUtil.dylib (169,1) < AD0DAC8A-9849-3077-999F-9AEC6112BDAB > /usr/lib/libOpenScriptingUtil.dylib

    0x7fff96008000 - 0x7fff962aeff7 com.apple.CoreData (120-641, 3) < A29A5491-6169-372B-828F-84EE0CFD4BC4 > /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

    0x7fff962b7000 - 0x7fff962bdfff com.apple.BezelServicesFW (255.10 - 255.10) < B11C9FC3-7007-3DE3-A5FC-352B821B629B > /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi CES

    0x7fff962be000 - 0x7fff962c0ffb libutil.dylib (43) < 4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C > /usr/lib/libutil.dylib

    0x7fff962d1000 - 0x7fff962d4fff com.apple.IOSurface (108.2.1 - 108.2.1) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface < A0037B0A-277A-393E-9BF6-688595BD564D >

    0x7fff962d5000 - 0x7fff962d6fff libsystem_secinit.dylib (20) < 32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B > /usr/lib/system/libsystem_secinit.dylib

    0x7fff962d7000 - 0x7fff962e8ff7 libz.1.dylib (61.20.1) < B3EBB42F-48E3-3287-9F0D-308E04D407AC > /usr/lib/libz.1.dylib

    0x7fff962e9000 - 0x7fff962eafff libsystem_blocks.dylib (65) < 1244D9D5-F6AA-35BB-B307-86851C24B8E5 > /usr/lib/system/libsystem_blocks.dylib

    0x7fff96497000 - 0x7fff966e3ff7 com.apple.AddressBook.framework /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook < 8879002B-C87B-3595-9CD2-B672F10DD156 > (9.0 - 1679.9)

    0x7fff966e4000 - 0x7fff96ae6fff libLAPACK.dylib (1162.2) < 42238ED4-6B7A-39D0-BFF2-304A0C287213 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib

    0x7fff96afd000 - 0x7fff96b4eff7 libcups.2.dylib (435.1) < 4198A94D-A46C-39AA-92B6-83D0BA507D6C > /usr/lib/libcups.2.dylib

    0x7fff96b7d000 - com.apple.ProtocolBuffer (1-243) 0x7fff96b8dff3 < BAE5E5C9-DD59-3BB8-9741-EEFC5E3046EE > /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer

    0x7fff96c06000 - 0x7fff96c06fff (600.0.44.1) libmetal_timestamp.dylib < 6576F284-BACA-332A-A6E7-FA1C347636E3 > /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dyli b

    0x7fff96c07000 - 0x7fff96c3fff7 com.apple.Accounts /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts < 5CB5B8DD-BAC3-3924-8908-AD1DF4F2C6AB > (113-113)

    0x7fff96c42000 - 0x7fff96cbcfff com.apple.accounts.AccountsDaemon (113-113) < 3423EB41-2D59-30CC-9158-24BCA2E294FA > /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsD Nicolas

    0x7fff96cbd000 - 0x7fff96cbfff7 com.apple.SafariServices.framework (11601 - 11601.5.17.1) vices /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer < 396E2233-E2DC-391C-84D2-991F636A941B >

    0x7fff96cc0000 - 0x7fff96cc5ff3 libunwind.dylib (35.3) < F6EB48E5-4D12-359A-AB54-C937FBBE9043 > /usr/lib/system/libunwind.dylib

    0x7fff96cc6000 - 0x7fff96cf7ff7 libtidy. A.dylib (15,17) < 6859415D-7A43-384E-ABDD-AA6B2AA9FDCD >/usr/lib/libtidy. A.dylib

    0x7fff96d71000 - 0x7fff96de5ff3 com.apple.securityfoundation (6.0 - 55126) < 1F6BDF18-3CF0-3E85-8D9B-0663599B9949 > /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun Foundation

    0x7fff96de6000 - 0x7fff96e08ff7 com.apple.framework.familycontrols (4.1 - 410) < 36DCC2B7-4FDF-397D-BB14-36CACED9E946 > /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon three

    0x7fff96e3b000 - 0x7fff970aafff com.apple.AuthKit (< 376E7446-9F68-3188-B4D3-DA06925DC535 > /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 1.0 - 1.).

    0x7fff97785000 - 0x7fff97788ff7 com.apple.help (1.3.3 - 46) < 35DA4D48-0BC2-35A1-8D7C-40905CDF4F64 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/help

    0x7fff97789000 - 0x7fff977e5fff com.apple.Suggestions /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions < 450BCB58-786F-37DC-9AC7-2E3D13198032 > (5.0 - 180)

    0x7fff977e8000 - 0x7fff9782bff7 com.apple.LoginUIKit /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/LoginUIKit < 76499430-5B49-331F-BA52-7B4C6A00335B > (3.2 - 3.2)

    0x7fff9782c000 - 0x7fff9782dfff com.apple.TrustEvaluationAgent (2.0 - 25) < 0239494E-FEFE-39BC-9FC7-E251BA5128F1 > /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent

    0x7fff97831000 - 0x7fff97d89ff7 com.apple.MediaToolbox (1.0 - 1731.15.202) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox < A19F9D25-5333-3AA0-90FB-97F3F420A7EA >

    0x7fff97d92000 - 0x7fff97e6bfff com.apple.CoreMedia (1.0 - 1731.15.202) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia < D2A49E52-9D26-35A8-BDDC-3BCDBEC5A19E >

    0x7fff97e6c000 - 0x7fff97e6cfff com.apple.SafariDAVNotifier (1.1.1 - 1) < 4AE03738-AAC2-365E-80DA-6FB78903E508 > /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier

    0x7fff97e6d000 - 0x7fff97e6fff7 com.apple.diagnosticlogcollection (10.0 - 1000) < 5EF4A0E7-59A0-3710-B7D6-33663D59D022 > /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection

    0x7fff97e70000 - 0x7fff97e8bff7 libCRFSuite.dylib (34) < 078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3 > /usr/lib/libCRFSuite.dylib

    0x7fff97e99000 - 0x7fff97f51ff7 com.apple.CoreDuet (< 058EAEDE-156F-309C-AB61-34C61B93D967 > /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 1.0 - 1.).

    0x7fff97f61000 - 0x7fff97ff0ff7 (517.20.1) libCoreStorage.dylib < EC540EAA-089C-36D9-BBAA-0684EDE098AB > /usr/lib/libCoreStorage.dylib

    0x7fff97ff1000 - 0x7fff9800afff com.apple.frameworks.preferencepanessupport (13, 0 - 13.0) < 94621817-68A8-3EB3-A958-CD0A076A6268 > /System/Library/PrivateFrameworks/PreferencePanesSupport.framework/Versions/A/P referencePanesSupport

    0x7fff9800e000 - 0x7fff98013ff7 libheimdal - asn1.dylib (453.40.10) < 981DE40B-FA16-36F7-BE92-8C8A115D6CD9 > /usr/lib/libheimdal-asn1.dylib

    0x7fff98014000 - 0x7fff980b4fff com.apple.ViewBridge /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge < D8131B7E-DFC9-3FDD-9D56-49821C1D1521 > (159-159)

    0x7fff980b5000 - 0x7fff9848dfef com.apple.CoreAUC (214.0.0 - 214.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC < F80C19CA-6CD0-3052-9C22-0288A257CCC8 >

    0x7fff9848e000 - 0x7fff984c5ff7 com.apple.CoreSpotlight (1.0 - 81, 4) < C1F47729-FB13-32FF-A569-C63FA6C278E9 > /System/Library/PrivateFrameworks/CoreSpotlight.framework/Versions/A/CoreSpotli ght

    0x7fff98508000 - 0x7fff9851afff com.apple.AppleIDSSOAuthentication (1.0-1) < 7DA43C1A-8340-3A4E-BCAF-FD036B95D418 > /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A /AppleIDSSOAuthentication

    0x7fff9851b000 - 0x7fff9873cff7 com.apple.CoreImage (11.4.0 - 366.4.19) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage < 6EE4A686-50C8-3D77-A036-BE8AA0F8A2FD >

    0x7fff98742000 - 0x7fff9875dfff com.apple.aps.framework (4.0 - 4.0) < CAD47B6E-A581-3B35-885B-67B206F41D5E > /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService

    0x7fff9875e000 - 0x7fff98bf9ff3 com.apple.GeoServices (1.0 - 1151.47.0.1) /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices < 928294E7-6897-3D5B-9D2E-BC092B6C25DE >

    0x7fff99552000 - 0x7fff99554fff com.apple.OAuth /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth < B147CF79-A687-3466-BCAE-F05243DE71F7 > (25-25)

    0x7fff99555000 - 0x7fff995a7fff com.apple.ImageCaptureCore /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo < 9F3123D8-29D2-332F-AD6B-AB9BF1A58022 > (7.0 to 7.0) re

    0x7fff995a8000 - 0x7fff9964efff com.apple.CoreUtils /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils < 60A9A7F3-EB0E-3CCF-8925-D18A9CD4B94D > (4.0 - 400.28)

    0x7fff9964f000 - 0x7fff996affff com.apple.QuickLookFramework /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook < ECD33169-5EB1-3783-AF9E-1AB9240F8358 > (5.0 - 696.7)

    0x7fff996b0000 - 0x7fff99727fff com.apple.ShareKit /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit < 9EB92898-4A5F-3F12-9CCA-A40BBD7F1DD4 > (1.0 - 454.21)

    0x7fff99728000 - 0x7fff99751fff (477.40.5) libsystem_info.dylib < 6B01C09E-A3E5-3C71-B370-D0CABD11A436 > /usr/lib/system/libsystem_info.dylib

    0x7fff99752000 - com.apple.CalendarFoundation (8.0 - 406, 1) < 3CC88B32-3EC8-3D7F-BDB0-663F5D691CC0 > 0x7fff997a2ff7 /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation

    0x7fff997a3000 - 0x7fff997a5fff com.apple.xpc.ServiceManagement (1.0-1) < F3E14561-5DF4-3429-98ED-8F27A87A343A > /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage lie

    0x7fff997a6000 - 0x7fff99afafff com.apple.Foundation (6, 1258-9) < 51833143-6CAE-3E1C-9FBA-BCDEB48D4ADF > /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x7fff99afb000 - 0x7fff99e3bfff com.apple.WebKit (11601 - 11601.5.17.1) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit < 6FA46AD7-3DF1-3654-A642-D9C5BE613ED7 >

    0x7fff99e67000 - 0x7fff99eb1fff com.apple.sociald.Social (?) < 41CC80D4-F4FE-3DBC-9546-62D7BDF59C69 > /System/Library/Frameworks/Social.framework/Versions/A/Social

    0x7fff99eb2000 - 0x7fff99eddffb (33.20.2) libarchive.2.dylib < 6C370A21-63FD-3A68-B4B3-5333F24B770B > /usr/lib/libarchive.2.dylib

    0x7fff99eeb000 - 0x7fff99f2dff7 com.apple.Metal /System/Library/Frameworks/Metal.framework/Versions/A/Metal < 7DCBE573-B713-3C50-A16E-2F33A84C3CFB > (56, 6-56, 6)

    0x7fff99fac000 - 0x7fff99fdbfff com.apple.securityinterface (10.0 - 55065.40.1) < 1BB39B19-DD74-347E-A344-0E6781773577 > /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face

    0x7fff99fdc000 - 0x7fff9a005ff7 com.apple.UserActivity (26, 2 - 26.2) < 6CEB6F0B-3228-3D23-913C-D604FD5D3820 > /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivit y

    0x7fff9a431000 - 0x7fff9b51fff7 com.apple.WebCore (11601 - 11601.5.17) < 01B1DEA6-A07A-367B-84C0-E264EEFBBA1F > /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore

    0x7fff9b520000 - 0x7fff9b55bff7 com.apple.AuthKitUI (< EC5CFA90-A461-30BD-BE65-52D45F005951 > /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI 1.0 - 1.).

    0x7fff9b55c000 - 0x7fff9b562fff com.apple.IOAccelerator (205, 3 - 205.3) < 851B6BF8-5B7F-3FB5-9E45-10AAE3BF7438 > /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor

    0x7fff9b563000 - 0x7fff9b588ff7 libPng.dylib (1444) < 2D5C0007-DC24-3846-AE75-525D461FF3E6 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

    0x7fff9b596000 - 0x7fff9b5e1ff7 com.apple.CoreMediaIO /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO < B974A225-61C6-34DD-AC2A-495BD6A393B3 > (703, 0-4791)

    0x7fff9b5e2000 - 0x7fff9b5f0fff com.apple.ToneLibrary (< AF05AF34-9BC4-3BA6-81C1-7420F22C9D7D > /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 1.0 - 1.).

    0x7fff9b5f1000 - 0x7fff9b600fe7 com.apple.AppleFSCompression (81.20.2 - 1.0) < 2FE122A9-5265-320A-9600-FFC5CE4DE197 > /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression

    0x7fff9b6ac000 - 0x7fff9b6c1fff com.apple.ToneKit (< 6D5AD263-308F-3F70-8D86-7027569D2694 > /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 1.0 - 1.).

    0x7fff9b6c2000 - com.apple.DistributionKit (700-1000) < 4E57473B-3B6C-35E8-8D25-592EA1CACF2A > System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit 0x7fff9b6dffff. framework/Versions/A/DistributionKit

    0x7fff9b6e2000 - 0x7fff9b6e5fff libCoreVMClient.dylib (119.5) < 560D70FB-709F-3030-96C9-F249FCB7DA6D > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib

    0x7fff9b6e6000 - 0x7fff9b96dff7 com.apple.CFNetwork (760.4.2 - 760.4.2) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork < 24C4A390-3079-358A-8D51-75A3E818A6DF >

    0x7fff9b96e000 - 0x7fff9b971ff7 libCoreFSCache.dylib (119.5) < 2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib

    0x7fff9b972000 - 0x7fff9b973fff libDiagnosticMessagesClient.dylib (100) < 4243B6B4-21E9-355B-9C5A-95A216233B96 > /usr/lib/libDiagnosticMessagesClient.dylib

    0x7fff9b974000 - 0x7fff9bcefffb com.apple.VideoToolbox (1.0 - 1731.15.202) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox < B839BE14-9503-3B5E-A54A-C7FCEED34EA3 >

    0x7fff9bcf7000 - 0x7fff9bd43ff7 com.apple.corelocation /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation < 6336CFC5-9D7D-3B76-B263-56DD6EBD0B8D > (1486.17 - 1615.38)

    0x7fff9bd44000 - 0x7fff9bd4ffff libGL.dylib (12.0.40.6) < 4FC6D3F9-6582-3E7D-A7D1-E035F0E26697 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    0x7fff9bd50000 - 0x7fff9bd52fff libCGXType.A.dylib (957) < B901C222-E779-32EB-96C2-5A707A09FC5B > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy EP. A.dylib

    0x7fff9bf68000 - 0x7fff9c426fcf com.apple.vImage (8.0 - 8, 0) < 85FB412E-EB30-3433-A79B-B3970FC83580 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework, Versions, A, vImage

    0x7fff9c427000 - 0x7fff9c461ff7 (132-132) com.apple.DebugSymbols < 23A42C53-B941-3871-9EE2-4C87A46005B5 > /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s

    0x7fff9c462000 - 0x7fff9c467fff com.apple.DiskArbitration /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration < F55902AA-5316-3255-A701-FDED5B553065 > (2.7 - 2.7)

    0x7fff9c49b000 - 0x7fff9c4a3ff7 com.apple.CloudServices (1.0 - 154.40.15) these /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServi < 3611A68C-B34A-3379-94A9-2BA08FC6A3E6 >

    0x7fff9c4a4000 - 0x7fff9c4b3ff7 com.apple.ContactsAutocompleteUI (1.0-1) < E3C1F61B-1AD5-362D-A278-BBBC68D65CC2 > /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/Versions/A/C ontactsAutocompleteUI

    0x7fff9c4b4000 - com.apple.CalendarAgentLink (8.0 - 250) < EA60A52B-6005-312B-99E0-0DD4F479EF8A > /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink 0x7fff9c4cdfff

    0x7fff9c4ce000 - 0x7fff9c50fff7 libGLU.dylib (12.0.40.6) < C56DDF90-CF6D-30D2-A3E6-89288BE69DCB > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

    0x7fff9c510000 - 0x7fff9c579fff com.apple.framework.internetaccounts (2.1 - 210) < 063FF467-215F-3E81-B02B-02E8B9750F24 > /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts

    0x7fff9c5a3000 - 0x7fff9c6c0fff libsqlite3.dylib (216,4) < DC3D59E7-91A3-374F-957C-6699729CD82B > /usr/lib/libsqlite3.dylib

    0x7fff9d642000 - 0x7fff9d661ff7 com.apple.contacts.vCard /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard < 41529BD9-1BCC-3A62-92BA-2A7110867355 > (1.0 - 2137.1)

    0x7fff9dc45000 - 0x7fff9dcf5fff com.apple.backup.framework (1.7.4 - 1.7.4) < F304E9D1-991A-379E-9659-BF85C35B4808 > /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

    0x7fff9dcf6000 - 0x7fff9dcf8ff7 com.apple.securityhi (9.0 - 55006) < A4CEFD45-C51C-381C-A57B-FF75D90C680F > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI

    0x7fff9dcf9000 - 0x7fff9dd49ff7 com.apple.ExchangeWebServices (6.0 - 243) < 2F2827B5-9884-3593-9AD8-CB1B3C5FE83D > /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices

    0x7fff9de19000 - 0x7fff9de2cfff com.apple.contacts.ContactsPersistence (1.0 - 2137.1) < 71232F20-11BD-370D-9F43-F262BFE46C93 > /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/Cont actsPersistence

    0x7fff9de2d000 - 0x7fff9de45ff7 com.apple.CalendarStore (8.0 - 1479) < 4B38242B-8D2F-3130-97F7-3F4BAA69FAEC > /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore

    0x7fff9de48000 - 0x7fff9de66ff7 com.apple.frameworks.preferencepanes /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes < 6D9A4009-DCE8-3FC5-91E4-01433C63E4A6 > (16, 0-16, 0)

    0x7fff9de77000 - 0x7fff9de83ff7 com.apple.commonutilities (8.0 - 900) < 18D60822-654D-3532-A47E-A2239EF4E301 > /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUt ite

    0x7fff9dfe8000 - 0x7fff9e03afff com.apple.CloudDocs /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs < 1388C0E5-9B2F-372B-A005-043EB049AAA3 > (1.0 - 383.12)

    0x7fff9e055000 - 0x7fff9e055ff7 (765.40.36) liblaunch.dylib < 1CD7619D-AF2E-34D1-8EC6-8021CF473D9B > /usr/lib/system/liblaunch.dylib

    0x7fff9e056000 - 0x7fff9e189fff com.apple.ical.EventKit (3.0 - 487, 4) < B71B80DB-1D9D-38FB-9467-8ED5CE1E804C > /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit

    0x7fff9e18a000 - 0x7fff9e1a6ff7 (67.40.1) libsystem_malloc.dylib < 5748E8B2-F81C-34C6-8B13-456213127678 > /usr/lib/system/libsystem_malloc.dylib

    0x7fff9e1a7000 - 0x7fff9e1b0ff7 (138.10.4) libsystem_pthread.dylib < 3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559 > /usr/lib/system/libsystem_pthread.dylib

    0x7fff9e33e000 - 0x7fff9e349fff (3248.40.184) libkxld.dylib < 6F776D34-D06C-3C48-B753-D0FB375A4A8A > /usr/lib/system/libkxld.dylib

    0x7fff9e34a000 - 0x7fff9e38eff7 com.apple.CoreSuggestions (1.0 - 356, 20) < 27F4E449-4B96-3704-9873-D85C9D81DFF9 > linked /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/CoreSugg

    0x7fff9e38f000 - 0x7fff9e3aafff com.apple.PackageKit.PackageUIKit /System/Library/PrivateFrameworks/PackageKit.framework/Frameworks/PackageUIKit < C4FD3F06-3FE4-37BC-BD5F-1C67F66746AD > (3.0 - 546). framework/Versions/A/PackageUIKit

    0x7fff9e3ab000 - 0x7fff9e507ff3 com.apple.WebKitLegacy (11601 - 11601.5.17.1) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy < BEF2ACE7-5D6F-32A2-93BA-BF78D126465F >. framework/Versions/A/WebKitLegacy

    0x7fff9e510000 - 0x7fff9e539fff libc ++ abi.dylib (125) < DCCC8177-3D09-35BC-9784-2A04FEC4C71B > /usr/lib/libc++abi.dylib

    0x7fff9e53a000 - 0x7fff9e5f4fff com.apple.DiscRecording (9.0.1 - 9010.4.3) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording < 540853B2-B123-3560-8023-C92EE229051A >

    Summary of the external change:

    Calls made by other processes for this process:

    task_for_pid: 18

    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: 4238

    thread_create: 0

    thread_set_state: 0

    Summary region VM:

    ReadOnly part of libraries: Total = M = 0 K (0%) swapped_out_or_unallocated=345.1M(100% resident 345.1)

    Regions in writing: Total = 1.3 G written = 0 K (0%) resident = 0 K (0%) swapped_out = 0 K (0%) unallocated=1.3G(100%)

    VIRTUAL REGION

    The NUMBER of DIMENSIONS of TYPE REGION (not melted)

    ===========                       =======  =======

    ATS (font support) 32.1 M 9

    ATS (font support) (reserved) 8K 3 reserved (Unassigned) VM address space

    Accelerate.Framework 256K 3

    2048K 2 follow-up activity

    CG backup stores 348K 4

    CG image 1776 K 226

    CG shared images 336K 9

    CoreAnimation 59.4 M 301

    CoreData Object ID 4100 K 3

    CoreUI 2740 K 40 image data

    CoreUI 416K 11 file image

    Ship continuations 16.0 M 2

    The 1684 K 7 Foundation

    Image of IO 768K 36

    JS JIT generated code 128.0 M 5

    JS JIT generated code (reserved) 896,0 M 2 reserved address space VM (not assigned)

    Kernel Alloc once 8 K 3

    MALLOC 173.3 M 93

    MALLOC 32K 7 cover page

    Tag memory 242 12K 2

    Tag memory K 251 168, 6

    OpenCL                                24K        4

    Corpse process Info 2048 K 2

    SQLite page cache 5248K 31

    BATTERY GUARD 56.1 M 32

    The stack of 22.8 M 34

    VM_ALLOCATE 92 K 13

    WebKit Malloc 16.9 M 83

    __DATA 39.5 M 430

    __IMAGE                              528K        2

    __LINKEDIT 93.5 M 62

    __TEXT 251,6 436 M

    __UNICODE 552K 2

    mapped file 187.7 M 135

    16.3 shared memory M 10

    ===========                       =======  =======

    TOTAL 2.0 G 2015

    In TOTAL, less reserved VM space 1.1 G 2015

    Model: MacBookPro8, 3, MBP81.0047.B2C of BootROM, 4 processors, Intel Core i7, 2.4 GHz, 8 GB, MSC 1.70f6

    Graphics card: integrated Intel HD Graphics 3000, Intel HD Graphics 3000,

    Graphics card: AMD Radeon HD 6770 M, AMD Radeon HD 6770 M, PCIe, 1024 MB

    Memory module: DIMM0/0 BANK, 4 GB DDR3, 1333 MHz, 0x04CB, 0 x 202020202020202020202020202020202020

    Memory module: DIMM0/1 BANK, 4 GB DDR3, 1333 MHz, 0x04CB, 0 x 202020202020202020202020202020202020

    Airport: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.24)

    Bluetooth: Version 4.4.4f4 17685, 3 services, 27 aircraft, 1 incoming serial ports

    Network service: Wi - Fi, AirPort, en1

    Serial ATA Device: TOSHIBA MK7559GSXF, 750,16 GB

    Serial ATA Device: MATSHITADVD-R UJ - 8à8

    USB device: USB 2.0 Bus

    USB device: FaceTime HD camera (built-in)

    USB device: Hub

    USB device: Hub BRCM2070

    USB Device: USB Bluetooth host controller

    USB device: Apple keyboard / Trackpad

    USB device: USB 2.0 Bus

    USB device: Hub

    USB device: HUAWEI_MOBILE

    USB device: iPhone

    USB Device: IR receiver

    Bus crush: MacBook Pro, Apple Inc., 22.1

    Please take these steps to remove the mail folders 'sandbox '.

    Step 1

    Back up all data.

    Triple-click anywhere in the line below on this page to select this option:

    ~/Library/Containers/com.apple.mail

    Right-click or Ctrl-click on the highlighted line and select

    Services ▹ Reveal

    the contextual menu.* A Finder window should open up with a folder named "com.apple.mail" selected. If this is the case, move the selected folder - not only its content - on the desktop. Open the window Finder for now.

    Restart the computer. Launch Mail and test. If the problem is resolved, you may have to re-create some of your e-mail settings. Any writing paper custom that you created may be lost. Ask for instructions if you want to keep these data. You can then delete the folder that you moved and close Finder.

    CAUTION: If you change the content of the sandbox, but leave the folder itself in place, Mail may hang or starts any. Remove the tray to sand everything will be rebuilt automatically.

    Step 2

    If step 1 does not resolve the problem, repeat with this line:

    ~/Library/Containers/com.apple.MailServiceAgent

    * If you do not see the item context menu copy the selected text in the Clipboard by pressing Control-C key combination. In the Finder, select

    Go ▹ go to the folder...

    from the menu bar and paste it into the box that opens by pressing command + V. You won't see what you pasted a newline being included. Press return.

  • Enqueue and dequeue

    Hi all

    I have jusr found an interesting question, which confused me too much. Hope you can help me. Look at the picture (Panel and block diagram). When I press the button loop dequeue, the number will change to 50. When I press STOP loop enqueue, then press the dequeue one, the number will never change at 50. I really don't understand. In addition, on the basis of the second sequence of operation, what can I do to jump the dequeue loop and change the number?

    your queue and dequeue loop run at rates almost the same (which are crazy because you don't have any waiting loop enqueue.)

    So when you tap hold stop button loop it dequeues an element and stops and you go to another sequence and get value = 50. (Note that you always queue data)

    When you press stop loop enqueue, dequeue funtion had already removed data from the queue and waiting for other data. Because the time-out dequeue is - 1 he'll wait forever and the loop will not stop and you would get any value out of the loop.

    To work around the problem, you can give some timeout to dequeue function. (just a workaround, may not be a good technique)

    Now made explanation what actually you trying to do with this?

  • There are ten virus adware and malicious software attempting to invade my files; If you follow prompt to "remove all", nothing happens. How can I solve this problem?

    There are ten virus adware and malware that have file names tries to invade the following files: my dovument (7), Shared (6) and Local C drive files (78); If you follow prompt to "remove all", nothing happens.  There are three flashing warning signs alert me of evil potentiial for files named above. How can I solve this problem?

    Hello

    We need more information. What antivirus do you use? Don't forget to contact support
    and forums. If the MSE a response - MSE here on answers forum. What version of Windows
    you use. It might also help if you named the malware involved.

    Please provide all the information we need to help us help you.

    How to ask a question
    http://support.Microsoft.com/kb/555375

    ===============================================================

    This troubleshooting is for Windows 7 - Vista is similar - for XP using RUN instead of
    Start - Search.

    If you need search malware here's my recommendations - they will allow you to
    scrutiny and the withdrawal without ending up with a load of spyware programs running
    resident who can cause as many questions as the malware and may be harder to detect as
    the cause.

    No one program cannot be used to detect and remove any malware. Added that often easy
    to detect malicious software often comes with a much harder to detect and remove the payload. Then
    its best to be thorough than paying the high price later now too. Check with them to one
    extreme overkill point and then run the cleaning only when you are sure that the system is clean.

    It can be made repeatedly in Mode safe - F8 tap that you start, however, you must also run
    the regular windows when you can.

    TDSSKiller.exe. - Download the desktop - so go ahead and right-click on it - RUN AS ADMIN
    It will display all the infections in the report after you run - if it will not run changed the name of
    TDSSKiller.exe to tdsskiller.com. If she finds something or not does not mean that you should not
    check with the other methods below.
    http://support.Kaspersky.com/viruses/solutions?QID=208280684

    Download malwarebytes and scan with it, run MRT and add Prevx to be sure that he is gone.
    (If Rootkits run UnHackMe)

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Malwarebytes - free
    http://www.Malwarebytes.org/products/malwarebytes_free

    SuperAntiSpyware Portable Scanner - free
    http://www.SUPERAntiSpyware.com/portablescanner.HTML?tag=SAS_HOMEPAGE

    Run the malware removal tool from Microsoft

    Start - type in the search box-> find MRT top - right on - click RUN AS ADMIN.

    You should get this tool and its updates via Windows updates - if necessary, you can
    Download it here.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN
    (Then run MRT as shown above.)

    Microsoft Malicious - 32-bit removal tool
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=AD724AE0-E72D-4F54-9AB3-75B8EB148356&displaylang=en

    Microsoft Malicious removal tool - 64 bit
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=585D2BDE-367F-495e-94E7-6349F4EFFC74&displaylang=en

    also install Prevx to be sure that it is all gone.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Prevx - Home - free - small, fast, exceptional CLOUD protection, working with others
    security programs. It is a single scanner, VERY EFFICIENT, if it finds something to come back
    here or use Google to see how to remove.
    http://www.prevx.com/   <-->
    http://info.prevx.com/downloadcsi.asp?prevx=Y  <-->

    Choice of PCmag editor - Prevx-
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

    Try the demo version of Hitman Pro:

    Hitman Pro is a second scanner reviews, designed to save your computer from malicious software
    (viruses, Trojans, rootkits, etc.). who infected your computer despite safe
    what you have done (such as antivirus, firewall, etc.).
    http://www.SurfRight.nl/en/hitmanpro

    --------------------------------------------------------

    If necessary here are some free online scanners to help the

    http://www.eset.com/onlinescan/

    -----------------------------------

    Original version is now replaced by the Microsoft Safety Scanner
    http://OneCare.live.com/site/en-us/default.htm

    Microsoft safety scanner
    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    ----------------------------------

    http://www.Kaspersky.com/virusscanner

    Other tests free online
    http://www.Google.com/search?hl=en&source=HP&q=antivirus+free+online+scan&AQ=f&OQ=&AQI=G1

    --------------------------------------------------------

    There may be necessary sanitation - which some depends on your version of Windows.
    RUJ SFC/scannow and checkdisk (CHKDSK) - if necessary to do a repair installation. For
    more information on these methods require responses - Windows Forums for your version of
    Windows.

    Answers - Windows Forums
    http://answers.Microsoft.com/en-us/Windows

    Also, be sure to provide all the information we need to help us to help you:

    How to ask a question
    http://support.Microsoft.com/kb/555375

    =======================================

    For extreme cases:

    Norton Power Eraser - eliminates deeply embedded and difficult to remove crimeware
    This traditional antivirus analysis does not always detect. Because the Norton Power Eraser
    uses aggressive methods to detect these threats, there is a risk that it can select some
    legitimate programs for removal. You should use this tool very carefully and only after
    you have exhausted other options.
    http://us.Norton.com/support/DIY/index.jsp

    ================================

    If you are in North America, you can call 866-727-2338 for virus and spyware help
    infections. See http://www.microsoft.com/protect/support/default.mspx for more details. For
    international information, see your subsidiary local Support site.

    Microsoft support - Virus and Security Solution Center
    http://support.Microsoft.com/contactus/cu_sc_virsec_master?ws=support#TAB0

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • data flow problem, queuing Subvi primary VI

    Ive stuck on a very simple data flow problem here, I would like to convey the data queued in the Subvi and dequeue in the main loop of the vi consumer. Ive attached the vi, since im already stuck on this problem, I was hoping I could learn a few things, especially implementation action engine in this situation

    Thank you.

    Your Subvi makes no sense since your loop will always leave after the first iteration and you always initialize your counter to 0 whenever run you it. This is a problem.

    Your code also suffers from several places that are made by the queue data. You will get undeterministic behavior since you do not know which dequeue will get the first data. In general, for a producer/consumer using the architecture queued one or more loops loops should be given enqueueing to the queue. A single loop must be made of data. These loops shuold run in parallel to each other. In your code, you can only run your Subvi whenever you press the Start button and as said you will always show the value 1 to the queue. What you need to do, is to have your Subvi managed independently once it is started. Use "Start Asychronous CAll" to start your Subvi when the Start button is pressed then let it just run. Have it post the meter to the queue. Your lower loop in main VI should remove the values and display them. You need not wait in this lower loop since it is the purpose of the dequeue. This loop will be inactive if there is no current data and run only when the data is in the queue.

    In the upper loop of your VI main remove the dequeue and the queue. You don't need them as the Subvi is all that is necessary to validate the data in the queue.

    Try this:

  • error 0 x 80070246 when you try to install Vista Home Premium SP1. "Missing manifesto" and "Payload missing file" CheckSUR.log errors, running System Update Readiness too.

    I get 0 x 80070246 errors when you try to install SP1 for Vista Home Premium.

    After you run the system update readiness tool, I found the following errors in my CheckSUR.log

    =======================================================
    Preparation of control system was updated.
    Binary version 6.0.6002.22202
    Package Version 6.0
    2009-10-09 19:13

    Checking Windows Service Packages

    Checking of manifests package and catalogs

    Checking package Watchlist

    Watchlist checking

    Checking packages

    Control components store
    (f) clear CSI missing 0x00000002 WinSxS\Manifests\x86_microsoft-windows-msxml30.resources_31bf3856ad364e35_6.0.6000.16386_en-us_37881fc949e23021.manifest x86_microsoft-windows - msxml30.resources_31bf3856ad364e35_6.0.6000.16386_en - us_37881fc949e23021
    (f) CSI Payload file missing 0 x 00000000 jscript.dll x86_microsoft-windows-writing of scripts - jscript_31bf3856ad364e35_6.0.6002.22146_none_852abf080d834b3e

    Summary:
    Seconds executed: 1221
    Found 2 errors
    CSI shows lack Total count: 1
    CSI Payload file lack Total count: 1

    Unavailable repair files:
    winsxs\manifests\x86_microsoft-Windows-msxml30.resources_31bf3856ad364e35_6.0.6000.16386_en-us_37881fc949e23021.manifest

    =======================================================

    The newspaper CBS.log itself has several types of mistakes, too.  Here are some samples:

    -Errors 'M²;

    2009-10-09 21:10:27, info CBS SPI: from SPInstall
    2009-10-09 21:10:27, info CBS SPI: could not start the etl newspaper.  Continue without.  HR: 0 x 80070020
    2009-10-09 21:10:27, info CBS SPI: wave 0 detected
    2009-10-09 21:10:27, info CBS SPI: wave 0 installation. Subset of LPs taken in charge.
    2009-10-09 21:10:27, info CBS SPI: spent before due diligence
    2009-10-09 21:10:27, info CBS SPI: wave 0 installation. Subset of LPs taken in charge.
    2009-10-09 21:10:27, info CBS SPI: M² is not included in
    2009-10-09 21:10:27, error CBS could not initialize wrapper M²
    2009-10-09 21:10:27, error CBS could not define M² by default LCID of the system value

    -"Could not find the CixTarget Molok" errors.

    2009-10-09 21:29:25, CBS Plan info: package: Package_6_for_KB954366 ~ 31bf3856ad364e35 ~ x 86 ~ ~ 6.0.1.3, updated: 954366-50_neutral_GDR, current: installed, pending: the default start: installed, planned: installed, targeted: installed, limit: installed, selected: default
    2009-10-09 21:29:25, error could not find the CixTarget for container package_for_kb954366_server ~ 31bf3856ad364e35 ~ x 86 ~ ~ 6.0.1.3.cat
    2009-10-09 21:29:25, DpxException hr = 0 x code 80070002 error = 0 x 020109
    2009-10-09 21:29:25, error could not find the CixTarget for container package_for_kb954366_sc ~ 31bf3856ad364e35 ~ x 86 ~ ~ 6.0.1.3.cat
    2009-10-09 21:29:25, DpxException hr = 0 x code 80070002 error = 0 x 020109

    -"ILLEGAL_CHARACTER" and more "Sqm" errors-

    2009-10-09 21:30:04, error CSI 00000022@2009/10/10:01:30:04.150 (F) d:\longhorn\base\lstring\lblob.cpp(2217): native STATUS_ILLEGAL_CHARACTER error of the function RtlTranscodeLBlobs expression: __rv. UcsCharacter! = (0xffffffff)
    [gle = 0 x 80004005]
    2009-10-09 21:30:21, error CSI 00000023 (F) HRESULT_FROM_WIN32 (582) #489176 # to Windows::ServicingAPI:CCSITransactionAnalysis_ICSIInventory:EnumDeploymentReferences(flags_=_00000003,_tlcid_=_@0x655fac0,_pszSubscription_=_(null), pszCodebase = (null))
    [gle = 0 x 80070246]
    2009-10-09 21:30:21, CBS WER info: generate report of failure for the package: VistaSP1-KB936330 ~ 31bf3856ad364e35 ~ x 86 ~ ~ 6.0.0.18000, status: 0 x 80070246, source of failure: other CBS, start state: 0, target State: 4


    2009-10-09 21:30:26, information CBS Exec: comprehensive treatment.  Session: 30034248:1278646622, package: VistaSP1-KB936330 ~ 31bf3856ad364e35 ~ x 86 ~ ~ 6.0.0.18000, hr: 0 x 80070246
    2009-10-09 21:30:26, State of the information system sleep restored CBS block: 0x80000000
    2009-10-09 21:30:26, CBS Session information: 30034248:1278646622 finalized.  Reboot required: no
    2009-10-09 21:31:30, CBS briefing: initialized 30034249:1690541326.
    2009-10-09 21:31:30, error CBS SPI: cannot write SQM data flow for the package status
    2009-10-09 21:31:30, error CBS SPI: cannot write SQM data flow for the package status
    2009-10-09 21:31:30, error CBS SPI: cannot write SQM data flow for the package status
    2009-10-09 21:31:31, error CBS SPI: cannot write SQM data flow for the package status
    2009-10-09 21:31:31, error CBS SPI: cannot write SQM data flow for the package status
    2009-10-09 21:31:31, CBS Session info: 30034249:1690541326 finalized.  Reboot required: no
    2009-10-09 21:31:31, error CBS doesn't have value of M² for the time of the scene
    2009-10-09 21:31:31, error CBS doesn't have the m value for the build number
    2009-10-09 21:31:38, CBS Session info: 30034249:748895326 finalized.  Reboot required: no
    2009-10-09 21:31:41, info CBS SPI: cannot install MS using the user interface.  HR 0 x 80070246
    2009-10-09 21:31:41, info CBS SPI: SPInstall terminating, return code 0 x 246
    2009-10-09 21:31:41, error CBS didn't M² value for parameters
    2009-10-09 21:31:41, error CBS failed to set exit code value M²
    2009-10-09 21:31:41, error CBS didn't M² for the SKU value
    2009-10-09 21:31:41, error CBS doesn't have the m value for the build number

    ------------------------------------------------

    I don't understand exactly how errors in the two newspapers are related, but my opinion is that, if I can solve my CheckSUR.log errors, CBS.log errors will disappear to, and then I might even be able to install SP1.

    Any help that can be provided would be greatly appreciated.

     

    1 person needs an answer

    For what is interesting, what I ended up doing to solve my problems was to re - install Vista with the 'upgrade' option, so I don't lose any of my files or desktop settings...

    After that, I had a few problems with my OS reinstalled with several (80 +) updates, SP1 and SP2 from catching up.  But overall these problems were minor compared to it, that I lived just to fix some missing files.

  • I have the problem of diversion of google redirect

    you are looking for on the one hand, and it redirects to a commercial site or a list. Pages now freeze and when you click on a link, that nothing happens again from time to time, it works. I did a lot and fast MS malware Defender, research etc and nothing. I emptied my temporary files. I tried several times to do a system restore right before this happened (approx. 28/10/11), but when finished it sez he handed in the day I do it, not the day, I tried to restore. Restoration has worked in the past the 1 time I tried! I leave IE and Google chrome, everything works. I very rarely ever use chrome except to get the stuff on 1 site where they say to use it.  Thank you

    Hello

    Check these: (remember to do a very thorough check for malware, including running TDSSKiller.exe.)

    IE8 redirect problems - possible Causes and fix the redirect problem
    http://www.brighthub.com/computing/Windows-platform/articles/60039.aspx

    http://EzineArticles.com/?Google-redirect-virus-fix---how-to-get-rid-of-Google-virus&ID=2450094

    http://ask.MetaFilter.com/100853/Oh-that-nasty-Google-redirecting-virus

    http://www.GeeksToGo.com/forum/how-to-fix-Google-redirects-t267407.html

    ------------------------------------------------

    IE - Tools - Internet Options - Advanced - tab click on restore, and then click Reset - apply / OK

    IE - Tools - Internet Options - Security tab - click on reset all default areas - apply / OK

    Close and restart IE

    IE - tools - manage Addons (for sure disable SSV2 if she's here, it is no longer necessary but Java still
    installs and it causes problems - you never update Java to go back in and turn it off again). Look for other
    possible problems.

    Windows Defender - tools - software explore - look for problems with programs that do not look right.
    Allowed are usually OK and "unauthorized" are not always bad. If in doubt about a program, ask to
    It's here.

    Could be a free - BHOremover - BHO - standalone program, needs no installation, download and run.
    not all are bad, but some can cause your question (toolbars are BHO).
    http://securityxploded.com/bhoremover.php

    How to change, add or remove startup programs in Windows 7
    http://www.SevenForums.com/tutorials/1401-startup-programs-change.html

    Also get Malwarebytes - free - use as scanner only.
    http://www.Malwarebytes.org/products/malwarebytes_free

    SuperAntiSpyware Portable Scanner - free
    http://www.SUPERAntiSpyware.com/portablescanner.HTML?tag=SAS_HOMEPAGE

    =========================================
    =========================================

    If you need search malware here's my recommendations - they will allow you to
    scrutiny and the withdrawal without ending up with a load of spyware programs running
    resident who can cause as many questions as the malware and may be harder to detect as
    the cause.

    No one program cannot be used to detect and remove any malware. Added that often easy
    to detect malicious software often comes with a much harder to detect and remove the payload. Then
    its best to be thorough than paying the high price later now too. Check with them to one
    extreme overkill point and then run the cleaning only when you are sure that the system is clean.

    It can be made repeatedly in Mode safe - F8 tap that you start, however, you must also run
    the regular windows when you can.

    TDSSKiller.exe. - Download the desktop - so go ahead and right-click on it - RUN AS ADMIN
    It will display all the infections in the report after you run - if it will not run changed the name of
    TDSSKiller.exe to tdsskiller.com. If she finds something or not does not mean that you should not
    check with the other methods below.
    http://support.Kaspersky.com/viruses/solutions?QID=208280684

    Download malwarebytes and scan with it, run MRT and add Prevx to be sure that he is gone.
    (If Rootkits run UnHackMe)

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Malwarebytes - free
    http://www.Malwarebytes.org/products/malwarebytes_free

    SuperAntiSpyware Portable Scanner - free
    http://www.SUPERAntiSpyware.com/portablescanner.HTML?tag=SAS_HOMEPAGE

    Run the malware removal tool from Microsoft

    Start - type in the search box-> find MRT top - right on - click RUN AS ADMIN.

    You should get this tool and its updates via Windows updates - if necessary, you can
    Download it here.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN
    (Then run MRT as shown above.)

    Microsoft Malicious - 32-bit removal tool
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=AD724AE0-E72D-4F54-9AB3-75B8EB148356&displaylang=en

    Microsoft Malicious removal tool - 64 bit
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=585D2BDE-367F-495e-94E7-6349F4EFFC74&displaylang=en

    also install Prevx to be sure that it is all gone.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Prevx - Home - free - small, fast, exceptional CLOUD protection, working with others
    security programs. It is a single scanner, VERY EFFICIENT, if it finds something to come back
    here or use Google to see how to remove.
    http://www.prevx.com/   <-->
    http://info.prevx.com/downloadcsi.asp  <-->

    Choice of PCmag editor - Prevx-
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

    Try the demo version of Hitman Pro:

    Hitman Pro is a second scanner reviews, designed to save your computer from malicious software
    (viruses, Trojans, rootkits, etc.). who infected your computer despite safe
    what you have done (such as antivirus, firewall, etc.).
    http://www.SurfRight.nl/en/hitmanpro

    --------------------------------------------------------

    If necessary here are some free online scanners to help the

    http://www.eset.com/onlinescan/

    -----------------------------------

    Original version is now replaced by the Microsoft Safety Scanner
    http://OneCare.live.com/site/en-us/default.htm

    Microsoft safety scanner
    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    ----------------------------------

    http://www.Kaspersky.com/virusscanner

    Other tests free online
    http://www.Google.com/search?hl=en&source=HP&q=antivirus+free+online+scan&AQ=f&OQ=&AQI=G1

    --------------------------------------------------------

    After the removal of malicious programs:

    Also follow these steps for the General corruption of cleaning and repair/replace damaged/missing
    system files.

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to fix the system files of Windows 7 with the System File Checker
    http://www.SevenForums.com/tutorials/1538-SFC-SCANNOW-Command-System-File-Checker.html

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Also run CheckDisk, so we cannot exclude as much as possible of the corruption.

    How to run check disk in Windows 7
    http://www.SevenForums.com/tutorials/433-disk-check.html

    -----------------------------------------------------------------------

    If we find Rootkits use this thread and other suggestions. (Run UnHackMe)

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/thread/a8f665f0-C793-441A-a5b9-54b7e1e7a5a4/

    ======================================

    If necessary AFTER THAT you are sure that the machine is clean of any malware.

    How to do a repair installation to repair Windows 7
    http://www.SevenForums.com/tutorials/3413-repair-install.html

    =======================================

    For extreme cases:

    Norton Power Eraser - eliminates deeply embedded and difficult to remove crimeware
    This traditional antivirus analysis does not always detect. Because the Norton Power Eraser
    uses aggressive methods to detect these threats, there is a risk that it can select some
    legitimate programs for removal. You should use this tool very carefully and only after
    you have exhausted other options.
    http://us.Norton.com/support/DIY/index.jsp

    ================================

    If you are in North America, you can call 866-727-2338 to get infections of virus and spyware.
    See http://www.microsoft.com/protect/support/default.mspx for more details. For international information,.
    see your subsidiary local Support site.

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • Dequeue item expires when queue item has new data

    Hello

    I use a producer/consumer, set up and I get only one - iteration of the loop of my consumption.  I probed the cluster wire that feeds on the element of queue of producer and there is there a continuous data stream.  I have a timeout that is connected to the dequeue item in the loop of consumption and have tried at various times to 1ms to 1000 ms.  He is currently at 25 ms.  There must be something else that is causing this problem, but I'm on it.

    I also tried adding a handler that would detect a change of value in the data.  Who did nothing.  I tried to restart my machine without success.  I'm about to close and take the battery of my laptop and restart (the Act of a man out of options).

    If someone could help, I would be indebted.

    GNU P

    Hi P Gnu

    Why would you put an event handler in the loop of the consumer? Furthermore there is no time-out for the event handler (default is - 1, which means that the execution of the loop will be suspended until an event occurs and therefore the consumer loop iteration is 0). You can just use a local variable to the stop command to detect changes in the timeout value.

  • CheckSUR.exe - problem with Windows Update - 80073712.

    Hello, I'm apparently missing these 4 files since my last update, and I'm unable to download anything else. Already tried the fixes posted here, but nothing. I really don't want to reinstall Windows. :(

    =================================
    Preparation of control system was updated.
    Binary version 6.1.7600.20593
    Package, Version 7.0
    2010-03-04 13:53

    Checking Windows Service Packages

    Checking of manifests package and catalogs

    Checking package Watchlist

    Watchlist checking

    Checking packages

    Control components store
    (f) CSI Payload file missing 0x00000000 WatWeb.dll x86_microsoft-windows-s... ideologies - webcontrols_31bf3856ad364e35_7.1.7600.16395_none_39bc056e339474f4
    (f) CSI Payload file missing 0x00000000 WatWeb.dll amd64_microsoft-windows-s... ideologies - webcontrols_31bf3856ad364e35_7.1.7600.16395_none_95daa0f1ebf1e62a
    (f) CSI Payload file missing 0x00000000 WatAdminSvc.exe amd64_microsoft-windows-s... ivationtechnologies_31bf3856ad364e35_7.1.7600.16395_none_89cb1e5f7a64822b
    (f) CSI Payload file missing 0x00000000 WatUX.exe amd64_microsoft-windows-s... ivationtechnologies_31bf3856ad364e35_7.1.7600.16395_none_89cb1e5f7a64822b

    Summary:
    Seconds executed: 87
    Found 4 errors
    CSI Payload file lack Total count: 4

    Hello, I'm apparently missing these 4 files since my last update, and I'm unable to download anything else. Already tried the fixes posted here, but nothing. I really don't want to reinstall Windows. :(

    =================================
    Preparation of control system was updated.
    Binary version 6.1.7600.20593
    Package, Version 7.0
    2010-03-04 13:53

    Checking Windows Service Packages

    Checking of manifests package and catalogs

    Checking package Watchlist

    Watchlist checking

    Checking packages

    Control components store
    (f) CSI Payload file missing 0x00000000 WatWeb.dll x86_microsoft-windows-s... ideologies - webcontrols_31bf3856ad364e35_7.1.7600.16395_none_39bc056e339474f4
    (f) CSI Payload file missing 0x00000000 WatWeb.dll amd64_microsoft-windows-s... ideologies - webcontrols_31bf3856ad364e35_7.1.7600.16395_none_95daa0f1ebf1e62a
    (f) CSI Payload file missing 0x00000000 WatAdminSvc.exe amd64_microsoft-windows-s... ivationtechnologies_31bf3856ad364e35_7.1.7600.16395_none_89cb1e5f7a64822b
    (f) CSI Payload file missing 0x00000000 WatUX.exe amd64_microsoft-windows-s... ivationtechnologies_31bf3856ad364e35_7.1.7600.16395_none_89cb1e5f7a64822b

    Summary:
    Seconds executed: 87
    Found 4 errors
    CSI Payload file lack Total count: 4

    This is to update KB971033 for Windows 7 , correct? I highly doubt that the sfc/scannow can replace missing or corrupt content.

    ** You try to uninstall KB971033 or remove the files associated with it? **

    If no, then suggest that you click the link above for KB971033 and then click on the link for the version for your system architecture
    (32 or 64-bit), it's on the article.
    Save
    update, allow him NOT to run if they are presented with a choice .

    Then, Configure Windows 7 to clean the boot .
    When you have restarted the clean boot state, run that the manually downloaded copy KB971033 that comes to get, not the copy that has been downloaded automatically by Windows Update.
    If you are prompted to restart.
    Cancel the boot minimal steps now.

    Done the above solve the problem of update?
    If this isn't the case, please run CheckSUR once more and send the log again.

    MowGreen Services consumer safety update

  • Update Vista SP2 - lack of File_CSI_0x00000002_\winsxs\x86_microsoft-windows-sidebar_ payload

    When you try to install the Vista SP2 I get errors - following
    (f) lack of payload file CSI 0 x 00000002 \winsxs\x86_microsoft-windows-sidebar_31bf3856ad364e35_6.0.6000.16386_none_cca5e9c129bd0a02\settings.ini Microsoft-Windows-Sidebar, Culture = neutral, Version = 6.0.6000.16386, PublicKeyToken = 31bf3856ad364e35, ProcessorArchitecture = x 86, versionScope = NonSxS
    (f) lack of payload file CSI 0 x 00000002 \winsxs\x86_microsoft-windows-sidebar_31bf3856ad364e35_6.0.6000.16615_none_ccf09e9d29852489\settings.ini Microsoft-Windows-Sidebar, Culture = neutral, Version = 6.0.6000.16615, PublicKeyToken = 31bf3856ad364e35, ProcessorArchitecture = x 86, versionScope = NonSxS
    (f) lack of payload file CSI 0 x 00000002 \winsxs\x86_microsoft-windows-sidebar_31bf3856ad364e35_6.0.6000.20740_none_cd54ca3242bf9973\settings.ini Microsoft-Windows-Sidebar, Culture = neutral, Version = 6.0.6000.20740, PublicKeyToken = 31bf3856ad364e35, ProcessorArchitecture = x 86, versionScope = NonSxS
    (f) lack of payload file CSI 0 x 00000002 \winsxs\x86_microsoft-windows-sidebar_31bf3856ad364e35_6.0.6001.18000_none_cedcabbd26a81ad6\settings.ini Microsoft-Windows-Sidebar, Culture = neutral, Version = 6.0.6001.18000, PublicKeyToken = 31bf3856ad364e35, ProcessorArchitecture = x 86, versionScope = NonSxS

    and
    Found 4 errors
    CSI lack payload Total number of files: 4
    CSI information Total Count: 1

    I tried all the suggestions like running the Mr. Fixit, System tool and downloaded the file and install from my hard drive - nothing works. I bought my laptop with Vista pre-installed and there is no way for to run me a repair, it seems, unless anyone has any suggestions - it seems that I re - install everything from scratch or perhaps upgrade to Windows 7.

    It's the only update that seems to have the problem - as the individual updates through the fine.

    Any suggestion or help would be greatly appreciated.

    You don't want to try a Win7 update with the computer in its current state.

    If your computer came with a set of disks, there is a hidden restore partition (not to be confused with the system restore, please) you would use to reinstall Vista.

    Free unlimited installation and compatibility support is available for Windows Vista, but only for Service Pack 2 (SP2). This support, initially planned to end on November 26, 2009, has been extended until February 26, 2010. Availability of support chat or messaging differs depending on your location. Some questions may require that more support for which he is advanced a charge.  Go to http://support.microsoft.com/oas/default.aspx?prid=13014&gprid=582034 & select appropriate category (i.e., download problem;) Installation problem; Problems after installing a service pack).

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

Maybe you are looking for

  • Watch keeps entering the fitness lifestyle

    Hi, in the last three or four days my watch battery seems to pass exceptionally quickly I noticed that whenever I look at the watch so that the small percentage of practice Green is on the green lights on the back of the watch are constantly turned o

  • Satellite Pro L670-16Z - XP installation after using Windows 7?

    Regards to all forums. I'm new here. Next week I should get a new pc, * Satellite Pro L670-16Z *. I have a few questions. * 1. * If, during some weeks, use my computer with Windows 7, after that I can downgrade to Windows XP? * 2 if I downgrade to XP

  • HP 15 Notebook PC TS: updated memory

    Hello, I would like to improve my memory from 4 GB to 8 GB. It has an AMD A8 - 6410 APU with AMD Radeon R5 graphics card

  • HP 3520 E does not illuminate

    Initial installation on the new printer worked fine. When used a few days later, the printer lights not unless unplugged, re-connected and put power on button pressed for a few seconds. I loaded the latest updates on the printer as suggested on simil

  • Could not find 'Run as administrator' in my user account

    I couldn't update Java in my user account.  I need access to my administrator account, until I can go online to find and download the update.  Cannot find the 'run as administrator' in my user account.  Is it still available?