RAT90

Q: Mail quits unexpectantly

Apple Mail quits after a while, possibly while computer sleeps.

 

Using OS 10.11.3.

 

Did not start having issues until the last update.

Posted on Feb 13, 2016 8:42 PM

Close

Q: Mail quits unexpectantly

  • All replies
  • Helpful answers

  • by Linc Davis,

    Linc Davis Linc Davis Feb 13, 2016 8:49 PM in response to RAT90
    Level 10 (207,995 points)
    Applications
    Feb 13, 2016 8:49 PM in response to RAT90

    Please launch the Console application in any one of the following ways:

    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)

    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    Step 1

    For this step, the title of the Console window should be All Messages. If it isn't, select

              SYSTEM LOG QUERIES â–¹ All Messages

    from the log list on the left. If you don't see that list, select

              View â–¹ Show Log List

    from the menu bar at the top of the screen.

    In the top right corner of the Console window, there's a search box labeled Filter. Enter the name of the crashed application or process. For example, if Safari crashed, you would enter "Safari" (without the quotes.)

    Each message in the log begins with the date and time when it was entered. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.

    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.

    Please don't indiscriminately dump thousands of lines from the log into this discussion.

    Please don't post screenshots of log messages—post the text.

    Some private information, such as your name, may appear in the log. Anonymize before posting.

    Step 2

    In the Console window, please clear the search box, then select

              DIAGNOSTIC AND USAGE INFORMATION â–¹ User Diagnostic Reports

    (not Diagnostic and Usage Messages) from the log list on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of crash reports. The name of each report starts with the name of the process, and ends with ".crash". Select the most recent report related to the process in question. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.

    I know the report is long, maybe several hundred lines. Please post all of it anyway. If the report is only a few lines, make sure you cleared the search box.

    If you don't see any reports listed, but you know there was a crash, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.

    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)

    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

    When you post the log extract or the crash report, you might see an error message on the web page: "You have included content in your post that is not permitted," or "The message contains invalid characters." That's a bug in the forum software. Please post the text on Pastebin, then post a link here to the page you created.

    If you have an account on Pastebin, please don't select Private from the Paste Exposure menu on the page, because then no one but you will be able to see it.

  • by RAT90,

    RAT90 RAT90 Feb 14, 2016 6:15 AM in response to Linc Davis
    Level 1 (0 points)
    Feb 14, 2016 6:15 AM in response to Linc Davis

    Here is the console message of the last Apple Mail Crash:

     

    2/14/16 1:45:56.289 AM SubmitDiagInfo[3825]: Submitted problem report file:///Users/<redacted>/Library/Logs/DiagnosticReports/Mail_2016-02-13-080658_ <redacted>.crash

     

    Here is the file data listed above:

     

    Process:               Mail [44175]

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

    Identifier:            com.apple.mail

    Version:               9.1 (3096.5)

    Build Info:            Mail-3096005000000000~1

    Code Type:             X86-64 (Native)

    Parent Process:        ??? [1]

    Responsible:           Mail [44175]

    User ID:               501

     

     

    Date/Time:             2016-01-31 11:34:17.604 -0600

    OS Version:            Mac OS X 10.11.1 (15B42)

    Report Version:        11

    Anonymous UUID:        <redacted>

     

     

    Sleep/Wake UUID:       DE746188-C126-4BB1-91C1-077E06C93364

     

     

    Time Awake Since Boot: 5400000 seconds

    Time Since Wake:       23000 seconds

     

     

    System Integrity Protection: enabled

     

     

    Crashed Thread:        0  Dispatch queue: com.apple.main-thread

     

     

    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)

    Exception Codes:       KERN_INVALID_ADDRESS at 0x000007f8f9cf0180

    Exception Note:        EXC_CORPSE_NOTIFY

     

     

    VM Regions Near 0x7f8f9cf0180:

        ATS (font support)     00000001187d3000-00000001187d4000 [    4K] rw-/rwx SM=PRV 

    -->

        JS JIT generated code  000030cad4600000-000030cad4601000 [    4K] ---/rwx SM=NUL 

     

     

    Application Specific Information:

    objc_msgSend() selector name: refreshValues

     

     

     

     

    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread

    0   libobjc.A.dylib               0x00007fff83826e5d objc_msgSend + 29

    1   com.apple.Foundation           0x00007fff86b808f8 -[NSBlockOperation main] + 100

    2   com.apple.Foundation           0x00007fff86b7f09e -[__NSOperationInternal _start:] + 654

    3   com.apple.Foundation           0x00007fff86b7b088 __NSOQSchedule_f + 194

    4   libdispatch.dylib             0x00007fff833bb3c3 _dispatch_client_callout + 8

    5   libdispatch.dylib             0x00007fff833cec1b _dispatch_main_queue_callback_4CF + 1685

    6   com.apple.CoreFoundation       0x00007fff924ad999 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9

    7   com.apple.CoreFoundation       0x00007fff9246c9cd __CFRunLoopRun + 1949

    8   com.apple.CoreFoundation       0x00007fff9246bfc8 CFRunLoopRunSpecific + 296

    9   com.apple.HIToolbox           0x00007fff87118d55 RunCurrentEventLoopInMode + 235

    10  com.apple.HIToolbox           0x00007fff87118b8f ReceiveNextEventCommon + 432

    11  com.apple.HIToolbox           0x00007fff871189cf _BlockUntilNextEventMatchingListInModeWithFilter + 71

    12  com.apple.AppKit               0x00007fff8bc93d96 _DPSNextEvent + 1067

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

    14  com.apple.AppKit               0x00007fff8bc87d28 -[NSApplication run] + 682

    15  com.apple.AppKit               0x00007fff8bc50fbe NSApplicationMain + 1176

    16  libdyld.dylib                 0x00007fff9037b5ad start + 1

     

     

    Thread 1:: Dispatch queue: com.apple.libdispatch-manager

    0   libsystem_kernel.dylib         0x00007fff89a9a0a2 kevent_qos + 10

    1   libdispatch.dylib             0x00007fff833c111d _dispatch_mgr_invoke + 216

    2   libdispatch.dylib             0x00007fff833c0d85 _dispatch_mgr_thread + 52

     

     

    Thread 2:: Dispatch queue: com.apple.notify.background.local.notification

    0   libsystem_kernel.dylib         0x00007fff89a93c96 mach_msg_trap + 10

    1   libsystem_kernel.dylib         0x00007fff89a930d7 mach_msg + 55

    2   libsystem_notify.dylib         0x00007fff9180bddd __notify_register_mach_port_block_invoke_3 + 89

    3   libdispatch.dylib             0x00007fff833c68f5 _dispatch_call_block_and_release + 12

    4   libdispatch.dylib             0x00007fff833bb3c3 _dispatch_client_callout + 8

    5   libdispatch.dylib             0x00007fff833bfff3 _dispatch_queue_drain + 754

    6   libdispatch.dylib             0x00007fff833c66bf _dispatch_queue_invoke + 549

    7   libdispatch.dylib             0x00007fff833bb3c3 _dispatch_client_callout + 8

    8   libdispatch.dylib             0x00007fff833bf253 _dispatch_root_queue_drain + 1890

    9   libdispatch.dylib             0x00007fff833beab8 _dispatch_worker_thread3 + 91

    10  libsystem_pthread.dylib       0x00007fff8a3f14f2 _pthread_wqthread + 1129

    11  libsystem_pthread.dylib       0x00007fff8a3ef375 start_wqthread + 13

     

     

    Thread 3:: com.apple.NSURLConnectionLoader

    0   libsystem_kernel.dylib         0x00007fff89a93c96 mach_msg_trap + 10

    1   libsystem_kernel.dylib         0x00007fff89a930d7 mach_msg + 55

    2   com.apple.CoreFoundation       0x00007fff9246d2b4 __CFRunLoopServiceMachPort + 212

    3   com.apple.CoreFoundation       0x00007fff9246c77c __CFRunLoopRun + 1356

    4   com.apple.CoreFoundation       0x00007fff9246bfc8 CFRunLoopRunSpecific + 296

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

    6   com.apple.Foundation           0x00007fff86b6eee4 __NSThread__start__ + 1351

    7   libsystem_pthread.dylib       0x00007fff8a3f19b1 _pthread_body + 131

    8   libsystem_pthread.dylib       0x00007fff8a3f192e _pthread_start + 168

    9   libsystem_pthread.dylib       0x00007fff8a3ef385 thread_start + 13

     

     

    Thread 4:: com.apple.CFSocket.private

    0   libsystem_kernel.dylib         0x00007fff89a99222 __select + 10

    1   com.apple.CoreFoundation       0x00007fff924aa4aa __CFSocketManager + 762

    2   libsystem_pthread.dylib       0x00007fff8a3f19b1 _pthread_body + 131

    3   libsystem_pthread.dylib       0x00007fff8a3f192e _pthread_start + 168

    4   libsystem_pthread.dylib       0x00007fff8a3ef385 thread_start + 13

     

     

    Thread 5:: com.apple.NSEventThread

    0   libsystem_kernel.dylib         0x00007fff89a93c96 mach_msg_trap + 10

    1   libsystem_kernel.dylib         0x00007fff89a930d7 mach_msg + 55

    2   com.apple.CoreFoundation       0x00007fff9246d2b4 __CFRunLoopServiceMachPort + 212

    3   com.apple.CoreFoundation       0x00007fff9246c77c __CFRunLoopRun + 1356

    4   com.apple.CoreFoundation       0x00007fff9246bfc8 CFRunLoopRunSpecific + 296

    5   com.apple.AppKit               0x00007fff8bde9d49 _NSEventThread + 149

    6   libsystem_pthread.dylib       0x00007fff8a3f19b1 _pthread_body + 131

    7   libsystem_pthread.dylib       0x00007fff8a3f192e _pthread_start + 168

    8   libsystem_pthread.dylib       0x00007fff8a3ef385 thread_start + 13

     

     

    Thread 6:: JavaScriptCore::Marking

    0   libsystem_kernel.dylib         0x00007fff89a98f5e __psynch_cvwait + 10

    1   libsystem_pthread.dylib       0x00007fff8a3f273d _pthread_cond_wait + 767

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

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

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

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

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

    7   libsystem_pthread.dylib       0x00007fff8a3f19b1 _pthread_body + 131

    8   libsystem_pthread.dylib       0x00007fff8a3f192e _pthread_start + 168

    9   libsystem_pthread.dylib       0x00007fff8a3ef385 thread_start + 13

     

     

    Thread 7:: JavaScriptCore::Marking

    0   libsystem_kernel.dylib         0x00007fff89a98f5e __psynch_cvwait + 10

    1   libsystem_pthread.dylib       0x00007fff8a3f273d _pthread_cond_wait + 767

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

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

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

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

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

    7   libsystem_pthread.dylib       0x00007fff8a3f19b1 _pthread_body + 131

    8   libsystem_pthread.dylib       0x00007fff8a3f192e _pthread_start + 168

    9   libsystem_pthread.dylib       0x00007fff8a3ef385 thread_start + 13

     

     

    Thread 8:: JavaScriptCore::Marking

    0   libsystem_kernel.dylib         0x00007fff89a98f5e __psynch_cvwait + 10

    1   libsystem_pthread.dylib       0x00007fff8a3f273d _pthread_cond_wait + 767

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

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

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

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

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

    7   libsystem_pthread.dylib       0x00007fff8a3f19b1 _pthread_body + 131

    8   libsystem_pthread.dylib       0x00007fff8a3f192e _pthread_start + 168

    9   libsystem_pthread.dylib       0x00007fff8a3ef385 thread_start + 13

     

     

    Thread 9:: com.apple.CoreAnimation.render-server

    0   libsystem_kernel.dylib         0x00007fff89a93c96 mach_msg_trap + 10

    1   libsystem_kernel.dylib         0x00007fff89a930d7 mach_msg + 55

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

    3   com.apple.QuartzCore           0x00007fff92046037 thread_fun + 25

    4   libsystem_pthread.dylib       0x00007fff8a3f19b1 _pthread_body + 131

    5   libsystem_pthread.dylib       0x00007fff8a3f192e _pthread_start + 168

    6   libsystem_pthread.dylib       0x00007fff8a3ef385 thread_start + 13

     

     

    Thread 10:: JavaScriptCore::Marking

    0   libsystem_kernel.dylib         0x00007fff89a98f5e __psynch_cvwait + 10

    1   libsystem_pthread.dylib       0x00007fff8a3f273d _pthread_cond_wait + 767

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

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

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

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

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

    7   libsystem_pthread.dylib       0x00007fff8a3f19b1 _pthread_body + 131

    8   libsystem_pthread.dylib       0x00007fff8a3f192e _pthread_start + 168

    9   libsystem_pthread.dylib       0x00007fff8a3ef385 thread_start + 13

     

     

    Thread 11:: JavaScriptCore::Marking

    0   libsystem_kernel.dylib         0x00007fff89a98f5e __psynch_cvwait + 10

    1   libsystem_pthread.dylib       0x00007fff8a3f273d _pthread_cond_wait + 767

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

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

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

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

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

    7   libsystem_pthread.dylib       0x00007fff8a3f19b1 _pthread_body + 131

    8   libsystem_pthread.dylib       0x00007fff8a3f192e _pthread_start + 168

    9   libsystem_pthread.dylib       0x00007fff8a3ef385 thread_start + 13

     

     

    Thread 12:: JavaScriptCore::Marking

    0   libsystem_kernel.dylib         0x00007fff89a98f5e __psynch_cvwait + 10

    1   libsystem_pthread.dylib       0x00007fff8a3f273d _pthread_cond_wait + 767

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

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

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

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

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

    7   libsystem_pthread.dylib       0x00007fff8a3f19b1 _pthread_body + 131

    8   libsystem_pthread.dylib       0x00007fff8a3f192e _pthread_start + 168

    9   libsystem_pthread.dylib       0x00007fff8a3ef385 thread_start + 13

     

     

    Thread 13:

    0   libsystem_kernel.dylib         0x00007fff89a9978a __workq_kernreturn + 10

    1   libsystem_pthread.dylib       0x00007fff8a3f158c _pthread_wqthread + 1283

    2   libsystem_pthread.dylib       0x00007fff8a3ef375 start_wqthread + 13

     

     

    Thread 14:: Dispatch queue: IMAPNetworkTaskHandler queue :: NSOperation 0x7f8f9cf0a920 (QOS: BACKGROUND)

    0   libsystem_kernel.dylib         0x00007fff89a93c96 mach_msg_trap + 10

    1   libsystem_kernel.dylib         0x00007fff89a930d7 mach_msg + 55

    2   com.apple.CoreFoundation       0x00007fff9246d2b4 __CFRunLoopServiceMachPort + 212

    3   com.apple.CoreFoundation       0x00007fff9246c77c __CFRunLoopRun + 1356

    4   com.apple.CoreFoundation       0x00007fff9246bfc8 CFRunLoopRunSpecific + 296

    5   com.apple.Foundation           0x00007fff86b5df59 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270

    6   com.apple.MailCore             0x00007fff8e5b4ce3 -[MCSocket readBytes:maxLength:error:] + 876

    7   com.apple.MailCore             0x00007fff8e532f4a -[MCConnection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 126

    8   com.apple.MailCore             0x00007fff8e5327a5 -[MCConnection _fillBuffer:] + 347

    9   com.apple.MailCore             0x00007fff8e532406 -[MCConnection _readLineIntoData:error:] + 216

    10  com.apple.IMAP                 0x00007fff8b127efe -[IMAPConnection _readLineIntoData:error:] + 54

    11  com.apple.IMAP                 0x00007fff8b13297c -[IMAPConnection(MFPrivate) _readDataWithRemainingByteCount:intoData:error:] + 164

    12  com.apple.IMAP                 0x00007fff8b1601a6 +[IMAPResponse newIMAPResponseWithConnection:error:] + 101

    13  com.apple.IMAP                 0x00007fff8b128031 -[IMAPConnection _copyNextServerResponse:fetchResponseLog:] + 49

    14  com.apple.IMAP                 0x00007fff8b1282b5 -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:exists:receivedExists:] + 312

    15  com.apple.IMAP                 0x00007fff8b1304d9 -[IMAPConnection _responseFromSendingCommand:receivedExists:] + 1493

    16  com.apple.IMAP                 0x00007fff8b127016 -[IMAPConnection executeClientCommand:] + 60

    17  com.apple.IMAP                 0x00007fff8b12e42e -[IMAPConnection executeSelectCommand:] + 265

    18  com.apple.IMAP                 0x00007fff8b126e8c -[IMAPConnection prepareAndExecuteCommand:] + 220

    19  com.apple.IMAP                 0x00007fff8b163c14 -[IMAPServerInterface executeClientCommand:] + 867

    20  com.apple.IMAP                 0x00007fff8b1612e1 -[IMAPServerInterface selectMailbox:error:] + 98

    21  com.apple.IMAP                 0x00007fff8b161255 -[IMAPServerInterface selectMailboxIfNeededWithError:] + 264

    22  com.apple.IMAP                 0x00007fff8b14fc31 -[IMAPNetworkTaskHandler serverInterfaceForMailbox:error:] + 97

    23  com.apple.IMAP                 0x00007fff8b14e8d8 -[IMAPNetworkBlockOperation main] + 128

    24  com.apple.Foundation           0x00007fff86b7f09e -[__NSOperationInternal _start:] + 654

    25  com.apple.Foundation           0x00007fff86b7b088 __NSOQSchedule_f + 194

    26  libdispatch.dylib             0x00007fff833bb3c3 _dispatch_client_callout + 8

    27  libdispatch.dylib             0x00007fff833bfff3 _dispatch_queue_drain + 754

    28  libdispatch.dylib             0x00007fff833c66bf _dispatch_queue_invoke + 549

    29  libdispatch.dylib             0x00007fff833bed0b _dispatch_root_queue_drain + 538

    30  libdispatch.dylib             0x00007fff833beab8 _dispatch_worker_thread3 + 91

    31  libsystem_pthread.dylib       0x00007fff8a3f14f2 _pthread_wqthread + 1129

    32  libsystem_pthread.dylib       0x00007fff8a3ef375 start_wqthread + 13

     

     

    Thread 15:

    0   libsystem_kernel.dylib         0x00007fff89a9978a __workq_kernreturn + 10

    1   libsystem_pthread.dylib       0x00007fff8a3f158c _pthread_wqthread + 1283

    2   libsystem_pthread.dylib       0x00007fff8a3ef375 start_wqthread + 13

     

     

    Thread 16:

    0   libsystem_kernel.dylib         0x00007fff89a9978a __workq_kernreturn + 10

    1   libsystem_pthread.dylib       0x00007fff8a3f158c _pthread_wqthread + 1283

    2   libsystem_pthread.dylib       0x00007fff8a3ef375 start_wqthread + 13

     

     

    Thread 17:

    0   libsystem_kernel.dylib         0x00007fff89a9978a __workq_kernreturn + 10

    1   libsystem_pthread.dylib       0x00007fff8a3f158c _pthread_wqthread + 1283

    2   libsystem_pthread.dylib       0x00007fff8a3ef375 start_wqthread + 13

     

     

    Thread 0 crashed with X86 Thread State (64-bit):

      rax: 0x0000000000007f8e  rbx: 0x00007f8f9ba03c00  rcx: 0x0000000000000000  rdx: 0x009a7f00009a7f00

      rdi: 0x00007f8f9c4bc3b0  rsi: 0x00007fff8e5c514a  rbp: 0x00007fff5b9f7220  rsp: 0x00007fff5b9f7218

       r8: 0x0000000000000040   r9: 0x00007f8f997747d0  r10: 0x00007fff8e5c514a  r11: 0x000007f8f9cf0168

      r12: 0x00007f8f9c08d700  r13: 0x00007f8f9c08d700  r14: 0x0000000000000000  r15: 0x0000000000000000

      rip: 0x00007fff83826e5d  rfl: 0x0000000000010202  cr2: 0x000007f8f9cf0180

     

    Logical CPU:     1

    Error Code:      0x00000004

    Trap Number:     14

     

     

     

     

    Binary Images:

           0x104207000 -        0x1045bdff7  com.apple.mail (9.1 - 3096.5) <8D2E3A4C-1EA7-3278-87A3-0A21074F8806> /Applications/Mail.app/Contents/MacOS/Mail

           0x107155000 -        0x107157fff  apop.so (188) <D3429932-FB52-3399-809B-778A0A192682> /usr/lib/sasl2/apop.so

           0x107162000 -        0x107163fff  atoken.so (188) <FE39144F-DAB8-3A7B-8309-F4DBD3738C24> /usr/lib/sasl2/atoken.so

           0x10718f000 -        0x10719fffb  dhx.so (188) <E123F9DC-1A39-3FD5-9AB5-BA6C9B70F4C2> /usr/lib/sasl2/dhx.so

           0x1071f3000 -        0x1071fbfff  digestmd5WebDAV.so (188) <8314F034-0A2F-3ED5-88D5-87740E7FD967> /usr/lib/sasl2/digestmd5WebDAV.so

           0x107207000 -        0x107209fff  libanonymous.2.so (209) <07FBF595-13B1-3D6F-A685-8ADD67F292AC> /usr/lib/sasl2/libanonymous.2.so

           0x107b26000 -        0x107b3bff3  libCGInterfaces.dylib (317.8) <92EA55E8-A12D-3AFC-ADE3-F5AB6B80E638> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Ver sions/A/Libraries/libCGInterfaces.dylib

           0x10822f000 -        0x10822ffe7 +cl_kernels (???) <FB79295B-EB8B-453E-A504-3C2F6AEAB8D4> cl_kernels

           0x1082e8000 -        0x1082fafff  libTraditionalChineseConverter.dylib (68) <9B9E1280-DF9F-3353-BEA1-7DC3E80C762E> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib

           0x108493000 -        0x108494fff  libLatin2Converter.dylib (68) <34744DCB-8E5F-34A5-A7AF-CD3597A65F63> /System/Library/CoreServices/Encodings/libLatin2Converter.dylib

           0x10988d000 -        0x1098b5ff7 +com.c-command.spamsieve.mailplugin (1.8.5 - 1.8.5) <2FF7B686-3B88-36F7-B9D6-2DC937A6D294> /Users/USER/Library/Mail/*/SpamSieve

           0x10993b000 -        0x109943fff  com.apple.SyncedDefaults (2.0 - 233) <9C621940-1DD8-3C2C-BAA5-C247941842CB> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults

           0x109957000 -        0x109958fff  com.apple.AddressBook.LocalSourceBundle (9.0 - 1679) <4285734E-D30E-377B-A7EB-D40E0C541F0C> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource

           0x10996a000 -        0x10996efff  com.apple.DirectoryServicesSource (9.0 - 1679) <BA66AED1-904E-3344-87E3-9DA751294D3B> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices

           0x109975000 -        0x1099c3fff  com.apple.AddressBook.CardDAVPlugin (10.9 - 512) <DCC2042B-121C-30D7-A338-8AAE8F81AFB3> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin

           0x10a69b000 -        0x10a69cfff  libArabicConverter.dylib (68) <A1DCC476-947C-340E-A50A-963648B148BA> /System/Library/CoreServices/Encodings/libArabicConverter.dylib

           0x10a755000 -        0x10a759fff  libFontRegistryUI.dylib (155) <02F5D2F2-988B-36E0-B909-09CEAF5890E2> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib

           0x10a9e8000 -        0x10a9eafff  libcrammd5.2.so (209) <C10B01FE-9E30-317F-A0A2-7224D0CEADB0> /usr/lib/sasl2/libcrammd5.2.so

           0x10a9ef000 -        0x10a9f8fff  libdigestmd5.2.so (209) <304EE8E5-2EBD-36C4-8B04-114ED3369962> /usr/lib/sasl2/libdigestmd5.2.so

           0x10a9fe000 -        0x10aa72fff  com.apple.GeForceMTLDriver (10.6.47 - 10.0.6) <AC980ED9-1C3F-39A2-9C79-01089560FFCB> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDri ver

           0x10aa99000 -        0x10aa9efff  libgssapiv2.2.0.18.so (209) <E6A2ABAA-0C64-3CD8-A021-13852FC3364E> /usr/lib/sasl2/libgssapiv2.2.0.18.so

           0x10aada000 -        0x10aadffff  libntlm.so (209) <4C4160E8-C8B8-3F9C-BAE4-05A5A963FF66> /usr/lib/sasl2/libntlm.so

           0x10aae5000 -        0x10aae7fff  login.so (209) <254FE49B-0881-3525-99F4-25188A9105D7> /usr/lib/sasl2/login.so

           0x10aaf9000 -        0x10aafbfff  libplain.2.so (209) <528F36E5-0E0B-3B98-BAED-09B68EB3B529> /usr/lib/sasl2/libplain.2.so

           0x10ab00000 -        0x10ab01ff3 +cl_kernels (???) <E9BF5F86-767C-4FD0-8947-DC6F979D415D> cl_kernels

           0x10ab67000 -        0x10ab6aff7  mschapv2.so (188) <53C7D9CC-ED5A-3118-8D81-A2983AD8297B> /usr/lib/sasl2/mschapv2.so

           0x10ab70000 -        0x10ab90ffb  com.apple.DirectoryService.PasswordServerFramework (10.11 - 45) <CA0DB788-A7CE-3328-A751-5580AD2B06A0> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver

           0x10aba3000 -        0x10abacfff  com.apple.DirectoryServer (10.11 - 62) <56F8B2F1-2782-33BF-A9F2-351E10EC3191> /System/Library/PrivateFrameworks/DirectoryServer.framework/Versions/A/Director yServer

           0x10abb5000 -        0x10abc1fff  com.apple.directoryserver.CFDirectoryServer (10.11 - 62) <5EAD8C40-11BE-3381-B67A-2A29CFAE9309> /System/Library/PrivateFrameworks/DirectoryServer.framework/Frameworks/CFDirect oryServer.framework/Versions/A/CFDirectoryServer

           0x10abce000 -        0x10abd5ff7  com.apple.HeimODAdmin (4.0 - 2.0) <82DB4341-1502-3DCE-A904-2349993E523F> /System/Library/PrivateFrameworks/HeimODAdmin.framework/Versions/A/HeimODAdmin

           0x10ad72000 -        0x10ad74fff  oauthbearer.so (188) <BE68AFD6-6E2E-33FF-8831-BF0F828311FF> /usr/lib/sasl2/oauthbearer.so

           0x10adfc000 -        0x10adfdfff  plain-clienttoken.so (188) <2D57A3B3-A2FB-39D0-B232-E9FD9262405E> /usr/lib/sasl2/plain-clienttoken.so

           0x10ae38000 -        0x10ae3afff  pwauxprop.so (421) <FEA9CCB1-4ABE-3658-8259-6A9FC47B4AB0> /usr/lib/sasl2/pwauxprop.so

           0x10ae49000 -        0x10ae4bfff  shadow_auxprop.so (188) <B9B29E5A-5114-333C-B173-F823B596BD80> /usr/lib/sasl2/shadow_auxprop.so

           0x10ae53000 -        0x10ae56fff  smb_ntlmv2.so (188) <756784E7-7A70-3243-9127-D5669920FB8F> /usr/lib/sasl2/smb_ntlmv2.so

           0x10ae68000 -        0x10ae69ff7  libLatin5Converter.dylib (68) <0FB2C80F-ABA5-3CB7-A1A8-D8878BCB8FFD> /System/Library/CoreServices/Encodings/libLatin5Converter.dylib

           0x10ae6f000 -        0x10ae88ff7  srp.so (209) <33C10C2A-699C-32E4-8A97-5C1590FCC03E> /usr/lib/sasl2/srp.so

           0x10ae92000 -        0x10ae93fff  libCyrillicConverter.dylib (68) <84B4D880-8743-3DBF-AF13-DC8EA7783B76> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib

           0x10b164000 -        0x10b165ff7  libGreekConverter.dylib (68) <04D18AEC-3038-3625-80AC-E4A73662208B> /System/Library/CoreServices/Encodings/libGreekConverter.dylib

           0x10b16b000 -        0x10b16eff7  libLatinSuppConverter.dylib (68) <97B1413F-E3C1-3A01-B986-10B2CDA2B7F3> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib

           0x10b20d000 -        0x10b20dff7  libHebrewConverter.dylib (68) <932E276D-0F07-35EB-8E1B-9BF5C460C367> /System/Library/CoreServices/Encodings/libHebrewConverter.dylib

           0x10b293000 -        0x10b294fff  libThaiConverter.dylib (68) <6E6063AC-288C-3CCE-B0E8-B27C63F89296> /System/Library/CoreServices/Encodings/libThaiConverter.dylib

           0x10b542000 -        0x10b543fff  ATSHI.dylib (394.1) <932E497A-0AF5-35FA-9771-B45B986AF2A5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib

           0x10b553000 -        0x10b565ff7  com.apple.webcontentfilter.framework (5.1 - 5.1) <A6512208-8732-3C16-A2C8-4283B13AB33F> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is

           0x1128f1000 -        0x112907ff7  com.apple.LookupFramework (1.1 - 168.1) <E6A78048-2C0B-3997-8EE1-17C6AE865591> /System/Library/PrivateFrameworks/Lookup.framework/Lookup

        0x7fff6959c000 -     0x7fff695d2f5f  dyld (360.17) <03673B53-B8B7-34D1-ADCE-F449E78E39CC> /usr/lib/dyld

        0x7fff831b9000 -     0x7fff831f7ff7  libGLImage.dylib (12.0.34.12) <4FC92D21-0834-397E-BE0D-282A73FC16B2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib

        0x7fff831f8000 -     0x7fff831f8ff7  libunc.dylib (29) <D9B0C7B1-8648-3AAC-931C-E7CD362FAA8A> /usr/lib/system/libunc.dylib

        0x7fff831fe000 -     0x7fff832aefff  com.apple.backup.framework (1.7 - 1.7) <70033C43-855B-3F12-998C-343F2A8A93BA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

        0x7fff83314000 -     0x7fff83387fff  com.apple.framework.IOKit (2.0.2 - 1178.10.1) <6A9D7E11-156A-3FDB-850E-114ECB1AE7FD> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

        0x7fff83388000 -     0x7fff833a4ff7  libsystem_malloc.dylib (67) <1B57A614-3D60-3F87-876F-7DB4AF38120F> /usr/lib/system/libsystem_malloc.dylib

        0x7fff833b0000 -     0x7fff833b8fff  com.apple.CoreServices.FSEvents (1222.1.1 - 1222.1.1) <79DF16A7-E169-38A5-BF5E-2D45F86DE154> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents

        0x7fff833b9000 -     0x7fff833e6fff  libdispatch.dylib (500.10.1) <438F4595-0731-34A2-ACAD-60121A76D1FF> /usr/lib/system/libdispatch.dylib

        0x7fff833e7000 -     0x7fff8344aff3  libAVFAudio.dylib (161) <1E0384CE-FF8D-36EE-8A28-50CD673D3109> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib

        0x7fff83488000 -     0x7fff834abfff  com.apple.Network (1.0 - 1) <166EA4A4-C5C1-3211-9F13-BE5A3E3FF317> /System/Library/PrivateFrameworks/Network.framework/Versions/A/Network

        0x7fff834ac000 -     0x7fff834b4fff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <B0028247-B333-36F5-8098-8EC95E6C2B23> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon

        0x7fff834b5000 -     0x7fff834d7ff7  com.apple.framework.familycontrols (4.1 - 410) <941D3CE9-826F-38C9-A553-6F44435ADFF6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols

        0x7fff834f1000 -     0x7fff835a0fff  com.apple.cloudkit.CloudKit (480 - 480) <2507C1D3-733F-394A-9ADC-FF8FAD7D21B9> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit

        0x7fff835a1000 -     0x7fff835affff  com.apple.opengl (12.0.34 - 12.0.34) <31C23ABB-8F75-3201-8CD1-447B3052B434> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

        0x7fff83643000 -     0x7fff83659fff  com.apple.CoreMediaAuthoring (2.2 - 953) <8F5453F5-DC0E-39B8-9CB0-0A89268F6930> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring

        0x7fff83669000 -     0x7fff836f6dd7  com.apple.AppleJPEG (1.0 - 1) <6230F3A0-C89D-3A35-A896-A17B3513E8DB> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG

        0x7fff836f7000 -     0x7fff83745fff  libcurl.4.dylib (90) <00662A4C-B89A-3A17-93FF-950C6DE47F99> /usr/lib/libcurl.4.dylib

        0x7fff83746000 -     0x7fff837a1fff  com.apple.coredav (1.0.1 - 307) <CB965C29-B095-38F0-863E-9141CADF4AF5> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV

        0x7fff837c0000 -     0x7fff837f0ff7  com.apple.contacts.ContactsAutocomplete (1.0 - 57) <B1FB2084-6A46-314D-A99F-5651AF157ACA> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/Con tactsAutocomplete

        0x7fff8380d000 -     0x7fff8380ffff  com.apple.CFAccountPolicy (1.0 - 1) <68C2CA39-6641-30F4-B005-D0490F2EA903> /System/Library/PrivateFrameworks/AccountPolicy.framework/Frameworks/CFAccountP olicy.framework/Versions/A/CFAccountPolicy

        0x7fff83810000 -     0x7fff83812fff  com.apple.loginsupport (1.0 - 1) <09F245DC-8342-358E-A881-DAE88BF0EC1D> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport

        0x7fff83813000 -     0x7fff8381eff7  libcommonCrypto.dylib (60074) <BD1DCF19-8353-3F6A-AFFA-EBBA29A302A8> /usr/lib/system/libcommonCrypto.dylib

        0x7fff8381f000 -     0x7fff83b89ddf  libobjc.A.dylib (680) <CE3C3C78-A7BB-3147-8375-55424032FF5E> /usr/lib/libobjc.A.dylib

        0x7fff83b8a000 -     0x7fff83b9afff  libbsm.0.dylib (34) <F1E41935-5C5D-3704-AE9D-AEA1F2BCF8B1> /usr/lib/libbsm.0.dylib

        0x7fff83b9b000 -     0x7fff83c11ff7  com.apple.MMCS (1.3 - 349) <C445C851-09F2-34F8-AA4C-D7135C15945F> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS

        0x7fff83c12000 -     0x7fff83c1cfff  com.apple.KerberosHelper (4.0 - 1.0) <21AFB2DA-039D-3746-B2CD-DA5867CB78F0> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper

        0x7fff83c1d000 -     0x7fff83c1dfff  com.apple.IOPlatformPluginFamily (1.0 - 1) <8ED29E9D-CE76-3D44-AD5B-CBCDB88B6D3D> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/I OPlatformPluginFamily

        0x7fff83c1e000 -     0x7fff83d51ff7  com.apple.ical.EventKit (3.0 - 487) <C863508E-1FE0-368F-882B-AE22C92CFF10> /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit

        0x7fff83d52000 -     0x7fff83d52ff7  libkeymgr.dylib (28) <47080280-8B57-3D75-8A20-9E100864DE27> /usr/lib/system/libkeymgr.dylib

        0x7fff83d53000 -     0x7fff83d7afff  com.apple.ChunkingLibrary (167 - 167) <C22F5038-7354-330F-8F38-36F187E6A4B1> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library

        0x7fff83de2000 -     0x7fff83e12ff3  com.apple.CoreAVCHD (5.8.0 - 5800.4.2) <56AA41E6-2F60-31D8-B506-2D4A5C341C77> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD

        0x7fff83e31000 -     0x7fff83e3aff3  com.apple.CommonAuth (4.0 - 2.0) <6EF43A6E-C071-36A3-8B94-694AC6BEF6D3> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth

        0x7fff841c0000 -     0x7fff841c1ffb  libremovefile.dylib (41) <C7CFF5F2-AFFB-3C8D-BDB4-D66D50E657C0> /usr/lib/system/libremovefile.dylib

        0x7fff841c2000 -     0x7fff841c4fff  libCVMSPluginSupport.dylib (12.0.34.12) <F8E1EA87-73ED-3372-8C58-4209942ECD20> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib

        0x7fff841c5000 -     0x7fff842b7ff7  libJP2.dylib (1440) <5540B4E7-CDE5-31B1-937F-E5B209E162F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

        0x7fff842e0000 -     0x7fff842e9ff7  com.apple.DisplayServicesFW (3.0 - 378) <69821BC1-66F6-30FE-B706-134F3A9FCAD7> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices

        0x7fff842ea000 -     0x7fff84330ff7  libauto.dylib (186) <460B0167-C89B-37EC-823C-52F684B31C26> /usr/lib/libauto.dylib

        0x7fff84331000 -     0x7fff8433cfff  libGL.dylib (12.0.34.12) <182B925C-7BF6-3EFE-85AF-54760206A6FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

        0x7fff84351000 -     0x7fff8436dff3  libresolv.9.dylib (60) <B192EC27-84EC-3D8A-9CBF-0374B5C9B31A> /usr/lib/libresolv.9.dylib

        0x7fff8436e000 -     0x7fff84390ff7  com.apple.IconServices (68 - 68) <9F8B9184-8DA8-3B7A-970B-3086DDD1CC6F> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s

        0x7fff84391000 -     0x7fff84394ffb  libScreenReader.dylib (425.100) <993C7AE7-6CA2-37B5-A13C-F9032857D3AD> /usr/lib/libScreenReader.dylib

        0x7fff843ed000 -     0x7fff85658ff7  com.apple.CoreGraphics (1.600.0 - 938) <1BB01FAB-B403-3389-8D9F-44A04E9D8ADC> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

        0x7fff85659000 -     0x7fff85691ff7  com.apple.Accounts (113 - 113) <22DBA9B9-F70A-33CB-B87C-4D11AD66D126> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts

        0x7fff85692000 -     0x7fff8577dff7  com.apple.QuickLookUIFramework (5.0 - 696.1) <921959F6-96C2-3814-8D20-0E761AB51199> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI

        0x7fff8577e000 -     0x7fff8577fffb  libSystem.B.dylib (1225.1.1) <59F79CA0-5D86-359D-A235-4F257409109E> /usr/lib/libSystem.B.dylib

        0x7fff85780000 -     0x7fff85780fff  com.apple.quartzframework (1.5 - 21) <E37B0DA2-8DEB-3D46-9038-BD91E789A375> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz

        0x7fff857a2000 -     0x7fff85819fc7  libcorecrypto.dylib (334) <4E1B969F-8449-3B21-9880-51AD58E25AA6> /usr/lib/system/libcorecrypto.dylib

        0x7fff8581a000 -     0x7fff858faff7  unorm8_rgba.dylib (2.6.4.1) <49FF2837-D97B-3CFF-B139-E57D40700F32> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib

        0x7fff858fb000 -     0x7fff85903fff  libMatch.1.dylib (27) <D8024E9A-795B-30FC-BCE7-DB1E20889AB9> /usr/lib/libMatch.1.dylib

        0x7fff85904000 -     0x7fff859befff  com.apple.DiscRecording (9.0.1 - 9010.4.3) <7AFCD317-2A1C-30D3-9871-C9C2C4FF05FD> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording

        0x7fff859c5000 -     0x7fff85a28ff7  com.apple.WhitePagesFramework (10.7.0 - 141.0) <8027ABF0-9B30-3984-A082-E8F878B88B9D> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages

        0x7fff85a29000 -     0x7fff85a7cff7  libc++.1.dylib (120.1) <54190E1B-EE49-3D6D-AC29-2813D7380BA5> /usr/lib/libc++.1.dylib

        0x7fff85b36000 -     0x7fff85b3bfff  com.apple.EmailAddressing (9.0 - 3007) <FFC6528D-680A-3BED-9F63-6F91A7FC574E> /System/Library/PrivateFrameworks/EmailAddressing.framework/Versions/A/EmailAdd ressing

        0x7fff85b5b000 -     0x7fff85b6affb  com.apple.LangAnalysis (1.7.0 - 1.7.0) <E7D610A1-1445-3CA3-B9A1-EE15D54B75AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis

        0x7fff85b75000 -     0x7fff85b8effb  com.apple.openscripting (1.7 - 169) <6AA25650-8900-33C6-AD49-D0543DB27C16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting

        0x7fff85b8f000 -     0x7fff85ecbffb  com.apple.WebKit (11601 - 11601.2.7.2) <D6DDC367-EA9D-3AAD-9296-3D70B3ECFBC7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit

        0x7fff85ecc000 -     0x7fff85ed7ff7  libChineseTokenizer.dylib (16) <1794A880-9C3D-37B2-8F3E-6CAFFB396089> /usr/lib/libChineseTokenizer.dylib

        0x7fff85edd000 -     0x7fff85ee4fff  com.apple.WeatherKit (2.0 - 150) <E747464C-304F-3520-9225-948F72168149> /System/Library/PrivateFrameworks/WeatherKit.framework/Versions/A/WeatherKit

        0x7fff85ee5000 -     0x7fff85f2cff7  com.apple.AOSAccounts (1.3.1 - 1.9.90) <FE26F511-3753-3500-9EFA-84870C570F35> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts

        0x7fff85f65000 -     0x7fff85f7efff  com.apple.CFOpenDirectory (10.11 - 194) <86755CDA-B4AA-39EF-8F7B-27F120F9AAC3> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory

        0x7fff85f7f000 -     0x7fff85f97ff7  com.apple.CalendarStore (8.0 - 1479) <B63B5058-45D7-3C38-9F54-185EA0AC0CB6> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore

        0x7fff85f98000 -     0x7fff85fa3ff7  com.apple.CommerceCore (1.0 - 453.1) <73536ABF-E3F2-349B-94CF-A45AD333BC74> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore

        0x7fff85fa4000 -     0x7fff860fcff3  com.apple.MapKit (1.0 - 1620.0.13.2) <852C413C-2523-3A10-99A1-36CF5ACCE8AF> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit

        0x7fff860fd000 -     0x7fff86128ffb  libarchive.2.dylib (32.10.1) <88036C67-C2C8-3ADF-A4C7-6BBF94B80F15> /usr/lib/libarchive.2.dylib

        0x7fff86129000 -     0x7fff86145fff  com.apple.GenerationalStorage (2.0 - 239) <05652CAD-E7F5-3225-929D-E13F241FBA41> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage

        0x7fff86146000 -     0x7fff861dbfff  com.apple.ink.framework (10.9 - 214) <F1B3B6C9-FF8D-3E68-93EB-8CDCEB65171A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink

        0x7fff86222000 -     0x7fff8626effb  com.apple.HIServices (1.22 - 548) <19389B63-C373-31AE-9180-3A11093EAE58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices

        0x7fff86278000 -     0x7fff86283fff  com.apple.CrashReporterSupport (10.11 - 716) <9BD908E9-368A-3B17-AFCD-185277FF70BA> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport

        0x7fff86284000 -     0x7fff862edfff  com.apple.framework.internetaccounts (2.1 - 210) <2472850D-0318-3CB9-AF91-5E4130F73AB6> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts

        0x7fff8655f000 -     0x7fff865b1fff  com.apple.CalDAV (8.0 - 234) <4296C1F4-E529-3362-BCBF-993C3D31F67F> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV

        0x7fff865b2000 -     0x7fff865bcfff  com.apple.corerecents (1.0 - 1) <336300C2-56D1-394E-B4D3-628B5D87A4DA> /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents

        0x7fff865c7000 -     0x7fff86b1dfff  com.apple.MediaToolbox (1.0 - 1731.15.20) <B7C4E89E-A5D5-35B2-BA8F-36EC2EAB2CFC> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox

        0x7fff86b20000 -     0x7fff86b2ffff  com.apple.AccountPolicy (1.0 - 1) <D60B986E-628A-3635-8388-60BB0DA85131> /System/Library/PrivateFrameworks/AccountPolicy.framework/Versions/A/AccountPol icy

        0x7fff86b39000 -     0x7fff86e8dfff  com.apple.Foundation (6.9 - 1255.1) <3AD7B198-3943-3919-B6F2-B0C28DC817B1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

        0x7fff86e8e000 -     0x7fff86ec5ff7  com.apple.CoreSpotlight (1.0 - 81.2) <66432756-8EDC-335D-9A36-2BCA3C5495CF> /System/Library/PrivateFrameworks/CoreSpotlight.framework/Versions/A/CoreSpotli ght

        0x7fff86ec6000 -     0x7fff86f2dfff  com.apple.framework.CoreWiFi (11.0 - 1101.20) <D5DC3626-3131-3BAA-8552-294B4CE1EFCB> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi

        0x7fff86f56000 -     0x7fff86f77ff7  com.apple.persistentconnection (1.0 - 1.0) <6A0368AC-DC16-3694-B306-28D46269DF72> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/Per sistentConnection

        0x7fff8703d000 -     0x7fff8703ffff  com.apple.SecCodeWrapper (4.0 - 261.10.2) <54B4F790-1FD5-3DFB-8F1F-3BEE312238DC> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper

        0x7fff87040000 -     0x7fff870e7fff  com.apple.LanguageModeling (1.0 - 1) <C405E993-F0DF-39E4-9B74-FE310E63DD8E> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling

        0x7fff870e8000 -     0x7fff873ddff3  com.apple.HIToolbox (2.1.1 - 806) <359FC9DB-B64C-3BC7-B9DA-401D8A5337DC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox

        0x7fff873f9000 -     0x7fff87507fff  com.apple.desktopservices (1.10 - 1.10) <76AA21FE-0F96-366A-9B43-6188FBC29ABE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv

        0x7fff87508000 -     0x7fff8750aff7  com.apple.securityhi (9.0 - 55006) <02F35345-EFDE-3EE6-8526-F64EA74F91EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI

        0x7fff8750b000 -     0x7fff87718fff  libicucore.A.dylib (551.30) <CC6AA367-C6D3-3592-A697-76C0CFFE19DD> /usr/lib/libicucore.A.dylib

        0x7fff8771a000 -     0x7fff87728ff7  libbz2.1.0.dylib (38) <99C5121D-8147-3B51-8D79-66245C863338> /usr/lib/libbz2.1.0.dylib

        0x7fff87729000 -     0x7fff8797ffff  com.apple.CalendarPersistence (8.0 - 378) <8572E8A3-B8B1-36FE-A204-DED49243AB70> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/Cale ndarPersistence

        0x7fff87a00000 -     0x7fff87a34ff7  com.apple.CoreVideo (1.8 - 191.1) <FA99D150-EFCE-3F32-ACDF-5E91AD97F176> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

        0x7fff87a37000 -     0x7fff87a86ff7  com.apple.opencl (2.6.9 - 2.6.9) <CA196FE1-7E95-3CBD-A97F-90747B9F5CBC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

        0x7fff87b13000 -     0x7fff87b16ff7  libCoreFSCache.dylib (119.5) <5935DEAB-4236-38D2-8C76-5AF9A5700559> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib

        0x7fff87d11000 -     0x7fff87d9efe7  libsystem_c.dylib (1081.1.3) <A60CE86D-1FF3-32AD-A672-C7597F884529> /usr/lib/system/libsystem_c.dylib

        0x7fff8865d000 -     0x7fff88661fff  libpam.2.dylib (20) <7F986CE8-EF74-3BC3-BB7E-5267E24EAFFE> /usr/lib/libpam.2.dylib

        0x7fff886a6000 -     0x7fff887f0fc7  com.apple.coreui (2.1 - 364.1) <4E680853-589C-3BC5-8215-240A07A92C81> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

        0x7fff8880b000 -     0x7fff88822fff  libmarisa.dylib (4) <4D3AE55B-CE77-364F-B8DE-C95CAA48B291> /usr/lib/libmarisa.dylib

        0x7fff88a0a000 -     0x7fff88a29ff7  com.apple.contacts.vCard (1.0 - 2137) <74FA0133-CFBB-3055-B429-AF2D13B24D7D> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard

        0x7fff88a35000 -     0x7fff88a3bfff  com.apple.IOAccelerator (203.10 - 203.10) <A9827A1B-1337-31CF-9D96-791868B51A49> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor

        0x7fff88a3c000 -     0x7fff88ccaff3  com.apple.RawCamera.bundle (6.17 - 825) <EFF00605-B354-3F94-B4D0-1A14B08482FE> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera

        0x7fff88ccb000 -     0x7fff88e94ff7  com.apple.ImageIO.framework (3.3.0 - 1440) <C00A0D30-2F60-30F1-9BE5-B7FA33A13DC2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

        0x7fff88e95000 -     0x7fff88ea6fff  libcmph.dylib (6) <43880250-9C2D-395C-90C7-CCCE109FF1B2> /usr/lib/libcmph.dylib

        0x7fff892d1000 -     0x7fff892d4fff  com.apple.IOSurface (108.0.1 - 108.0.1) <7B05B27A-5CC4-30D4-8A10-ED444A2807A2> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

        0x7fff892d5000 -     0x7fff89304fff  com.apple.securityinterface (10.0 - 55065.10.2) <1D6DB9F4-6EB4-39E0-8E99-C09EEA78BB16> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face

        0x7fff89305000 -     0x7fff893dbff7  com.apple.DiskImagesFramework (10.11.1 - 415) <F3C0F696-A10D-3A4B-9391-AAD695D29831> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages

        0x7fff8945a000 -     0x7fff8945afff  com.apple.Carbon (154 - 157) <DF95E7EB-1CFC-3C83-B114-60FFEEAE166E> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon

        0x7fff8945b000 -     0x7fff89463fff  com.apple.AppleSRP (5.0 - 1) <8DBB11A2-150A-3E70-8B83-DDEDAB15E2C3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP

        0x7fff8948f000 -     0x7fff8949ffff  libSparseBLAS.dylib (1159) <C10D35D2-3D3D-3EB0-8215-527BD1F1F3E0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libSparseBLAS.dylib

        0x7fff89708000 -     0x7fff8970dfff  com.apple.MediaAccessibility (1.0 - 79) <309526B0-1A18-3C2D-B425-A2BB61EED005> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility

        0x7fff8970e000 -     0x7fff897c3fff  com.apple.CoreDuet (1.0 - 1) <063ADBE1-44D5-30EE-887E-69ACC8EA9AB6> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet

        0x7fff897c4000 -     0x7fff897c6ffb  libutil.dylib (43) <E37832CF-5EE6-345A-B0EC-FFC8D2B67375> /usr/lib/libutil.dylib

        0x7fff897c7000 -     0x7fff897e6fff  com.apple.ContactsUI (9.0 - 1679) <516CC104-4784-3C94-9095-7231CEE99EA5> /System/Library/Frameworks/ContactsUI.framework/Versions/A/ContactsUI

        0x7fff897e7000 -     0x7fff897fcfff  com.apple.AppContainer (4.0 - 261.10.2) <ABF27707-2925-3A25-916E-370A3E342AF0> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r

        0x7fff897fd000 -     0x7fff898ecfff  libxml2.2.dylib (29) <0702E13C-D726-3DAF-B0D1-77F7B9EF6A37> /usr/lib/libxml2.2.dylib

        0x7fff89957000 -     0x7fff8997bfff  com.apple.quartzfilters (1.10.0 - 1.10.0) <B25F42F6-2548-39A8-9A9E-35331FD813EB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters

        0x7fff899b0000 -     0x7fff899b5ff7  libmacho.dylib (875.1) <A9EC23EC-11A0-3B4F-A8AC-B990C8267A6E> /usr/lib/system/libmacho.dylib

        0x7fff899b6000 -     0x7fff89a45ff7  libCoreStorage.dylib (517) <1CC0776E-B682-3CC1-8CC2-2305E0FA439D> /usr/lib/libCoreStorage.dylib

        0x7fff89a46000 -     0x7fff89a7efff  com.apple.RemoteViewServices (2.0 - 99) <8BD12AE2-BE91-37CF-955B-62E08551FF83> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices

        0x7fff89a7f000 -     0x7fff89a81fff  com.apple.EFILogin (2.0 - 2) <1FF63331-0B4A-385D-AC44-7AE665947553> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin

        0x7fff89a82000 -     0x7fff89aa0fff  libsystem_kernel.dylib (3247.10.11) <FA4DCF42-27B0-3878-9158-E148D208B21E> /usr/lib/system/libsystem_kernel.dylib

        0x7fff89aa1000 -     0x7fff89b2aff7  com.apple.PerformanceAnalysis (1.0 - 1) <BE35D3E9-570D-3483-9C78-82F3EFB56D43> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis

        0x7fff89b3d000 -     0x7fff89b3efff  libDiagnosticMessagesClient.dylib (100) <F2D8CFCC-A00A-3675-9C01-EF0C663F2445> /usr/lib/libDiagnosticMessagesClient.dylib

        0x7fff89b82000 -     0x7fff89bb9ff7  com.apple.LDAPFramework (2.4.28 - 194.5) <207E4A14-E3CC-3658-ABAF-B5CAEC9ED1EB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

        0x7fff89bba000 -     0x7fff89bedfff  com.apple.MediaKit (16 - 807) <CCE5E5C0-B379-3F2C-AE16-7BB543FF7C09> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit

        0x7fff89bee000 -     0x7fff89c1bfff  com.apple.facetimeservices (10.0 - 1000) <53DCAFCA-5B23-3F0B-A3E4-78E2CFC73FAD> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices

        0x7fff89c1c000 -     0x7fff89c3bff7  com.apple.framework.Apple80211 (11.0 - 1102.32) <B94B708C-D7E8-3733-B360-0D5A48FBB873> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211

        0x7fff89c42000 -     0x7fff89c4dfff  libkxld.dylib (3247.10.11) <22BBF963-3808-3320-8BDA-5B7A99035F14> /usr/lib/system/libkxld.dylib

        0x7fff89ce5000 -     0x7fff89d02fff  com.apple.pluginkit.framework (1.0 - 1) <0601C318-E10E-3A62-BCA1-67B3A6108F17> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit

        0x7fff89d03000 -     0x7fff89d06ff7  libsystem_sandbox.dylib (459.10.4) <BC781530-CA98-392D-A77A-8CAD2D9C6B2F> /usr/lib/system/libsystem_sandbox.dylib

        0x7fff89d0e000 -     0x7fff89d1afff  com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <12117823-8A9E-3C88-A01C-3B25D68535CE> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore

        0x7fff89d1e000 -     0x7fff89d36fc7  libcompression.dylib (23) <803C89B9-1E7D-3658-A2CF-2B8371C54638> /usr/lib/libcompression.dylib

        0x7fff89d37000 -     0x7fff89d60fff  libxpc.dylib (755.1.19) <3E09C275-A33B-357A-B0AB-A2DDF88EC9D5> /usr/lib/system/libxpc.dylib

        0x7fff89d61000 -     0x7fff89d6cfff  libcsfde.dylib (517) <C8C9A632-5072-3D24-8EBF-CCDE0BC8BFB5> /usr/lib/libcsfde.dylib

        0x7fff89d6d000 -     0x7fff89d7ffff  com.apple.contacts.ContactsPersistence (1.0 - 2137) <40E67B07-5DC9-3B5E-8266-1A27142268D0> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/Cont actsPersistence

        0x7fff89d80000 -     0x7fff8a2a2fff  com.apple.QuartzComposer (5.1 - 334) <B28D6929-25C0-3F27-9454-EAE22857EF4A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer

        0x7fff8a3bd000 -     0x7fff8a3edff7  libsandbox.1.dylib (459.10.4) <78F4D125-DEF0-3BEA-9D7F-E5BE5C06C8DA> /usr/lib/libsandbox.1.dylib

        0x7fff8a3ee000 -     0x7fff8a3f7ff7  libsystem_pthread.dylib (137.1.1) <1373D0F1-C6CA-364E-A6BA-8BDBD0D34670> /usr/lib/system/libsystem_pthread.dylib

        0x7fff8a3f8000 -     0x7fff8a3fbff7  com.apple.iChat.InstantMessage (8.0 - 5017) <8B3C797E-BAA4-3AA7-B5EE-8FC1C9304A55> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage

        0x7fff8a49c000 -     0x7fff8a4a0fff  libcache.dylib (75) <4948E2C8-867F-3E9D-AAE7-2F30F0B345C6> /usr/lib/system/libcache.dylib

        0x7fff8a4a4000 -     0x7fff8a502fff  com.apple.MailUI (9.1 - 3096.5) <D4065A25-4784-38E6-A870-B7536E347B07> /System/Library/PrivateFrameworks/MailUI.framework/Versions/A/MailUI

        0x7fff8a503000 -     0x7fff8a770ff7  com.apple.imageKit (2.6 - 930) <8DA4A452-0E28-3A3E-82B6-93D155581002> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit

        0x7fff8a771000 -     0x7fff8a89dfff  com.apple.CoreText (352.0 - 494.5.1) <393F0F48-0226-34BA-9793-66D8455EF894> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText

        0x7fff8a89e000 -     0x7fff8a9c0ff7  com.apple.NetworkExtension (1.0 - 1) <3B268DF0-E234-3E11-8BEB-A819A56CB707> /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtensi on

        0x7fff8a9c1000 -     0x7fff8aa83ff7  com.apple.imcore (10.0 - 1000) <2839EC76-372B-381B-9B4E-0622DF0BADCE> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore

        0x7fff8aa86000 -     0x7fff8aac7ff7  libGLU.dylib (12.0.34.12) <055A2B53-7C59-359A-82CB-1F79160C5C86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

        0x7fff8aac8000 -     0x7fff8ab6efff  com.apple.CoreUtils (4.0 - 400.28) <D3FC1D86-1364-3835-9AB1-12288E7EDDCE> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils

        0x7fff8ab6f000 -     0x7fff8ab92ff7  com.apple.speech.LatentSemanticMappingFramework (2.12.1 - 2.12.1) <D46E147D-0A33-3409-9B12-FA662854F408> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping

        0x7fff8ab93000 -     0x7fff8ab93fff  libmetal_timestamp.dylib (600.0.41.2) <2E74E3DE-B13E-3645-8A32-90D889FE92E1> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dyli b

        0x7fff8abb0000 -     0x7fff8abb2fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <B390CD9A-A04F-3A9E-A40C-CB317F40AFE5> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging

        0x7fff8abb3000 -     0x7fff8b071fcf  com.apple.vImage (8.0 - 8.0) <04ADAB75-1588-32BD-96B9-8CEE5543599E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage

        0x7fff8b0dd000 -     0x7fff8b0ddfff  com.apple.CoreServices (728.4 - 728.4) <14019127-641A-3CB9-8155-86AD35F23597> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

        0x7fff8b0f4000 -     0x7fff8b115fff  com.apple.Sharing (438.0.1 - 438.0.1) <679D40D7-3C04-3D2C-962B-E8A959E5889E> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing

        0x7fff8b116000 -     0x7fff8b18fff7  com.apple.IMAP (9.1 - 3096.5) <CA891AA4-97B9-30AA-81B5-EDD2E5478F41> /System/Library/PrivateFrameworks/IMAP.framework/Versions/A/IMAP

        0x7fff8b190000 -     0x7fff8b190fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <84DA0CD4-9670-343A-B243-D03A2A6A14E2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

        0x7fff8b1d6000 -     0x7fff8b1effff  com.apple.CalendarAgentLink (8.0 - 250) <454EFD03-1E89-322B-BE24-2783E3DD93E1> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink

        0x7fff8b339000 -     0x7fff8b7a6ffb  com.apple.GeoServices (1.0 - 1151.2.13.1) <8305A6E9-BE86-3AC7-8EAB-6A989CC208C0> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices

        0x7fff8b7a7000 -     0x7fff8b815ff7  com.apple.ApplicationServices.ATS (377 - 394.1) <E35909E3-83E0-3671-914A-B43845D889B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS

        0x7fff8b816000 -     0x7fff8b83ffff  libc++abi.dylib (125) <F5027B46-1801-344D-BD51-2E6D188C8900> /usr/lib/libc++abi.dylib

        0x7fff8b840000 -     0x7fff8b851fff  libz.1.dylib (60) <43317BEA-ACA2-34C2-AF37-902AA926C83A> /usr/lib/libz.1.dylib

        0x7fff8b852000 -     0x7fff8b855fff  libspindump.dylib (197) <4DAD2F5F-B719-3DD8-9D7C-135314CE85D0> /usr/lib/libspindump.dylib

        0x7fff8b88a000 -     0x7fff8bb11ff3  com.apple.CFNetwork (760.1.2 - 760.1.2) <D4FD8DF6-8481-3BE6-9E93-A3268B16774E> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork

        0x7fff8bb7d000 -     0x7fff8bb7dfff  com.apple.ApplicationServices (48 - 48) <B5326BD2-AF17-3880-A8C5-3C990AE4A1C8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services

        0x7fff8bb7e000 -     0x7fff8bbcefff  libcups.2.dylib (435) <FA565876-F9B2-3021-8E89-6D665ED01B3D> /usr/lib/libcups.2.dylib

        0x7fff8bbcf000 -     0x7fff8bc49fff  com.apple.accounts.AccountsDaemon (113 - 113) <BD0AF3AF-B711-3B1F-999C-7AA9F9CEE377> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsD aemon

        0x7fff8bc4a000 -     0x7fff8c86cfff  com.apple.AppKit (6.9 - 1404.13) <9B600863-6A16-31CB-8138-97AC8F43FBC6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

        0x7fff8c86d000 -     0x7fff8c86ffff  libCGXType.A.dylib (938) <91E0A256-B45F-3728-B68A-250E4E74A838> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib

        0x7fff8c87e000 -     0x7fff8c8a3ff7  libPng.dylib (1440) <D60133FC-EA26-3DD4-8F5F-AE854244A648> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

        0x7fff8c8b7000 -     0x7fff8c8dbfff  com.apple.MultitouchSupport.framework (304.9 - 304.9) <90E9EC0A-57D0-331E-AE0D-FF1A7756A409> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport

        0x7fff8ca96000 -     0x7fff8ca9dff7  libcompiler_rt.dylib (62) <253B36E5-572D-377D-AE99-A02CE32590E5> /usr/lib/system/libcompiler_rt.dylib

        0x7fff8ca9e000 -     0x7fff8cae8ff7  com.apple.sociald.Social (???) <D746A350-E4A6-345E-9552-EB39A27976DE> /System/Library/Frameworks/Social.framework/Versions/A/Social

        0x7fff8cae9000 -     0x7fff8cb55ff7  com.apple.contacts.Contacts (1.0 - 2137) <3503806B-F315-3869-88FD-FFF8D5C10973> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts

        0x7fff8cb69000 -     0x7fff8cc4ffef  unorm8_bgra.dylib (2.6.4.1) <28F838EA-19E5-3724-99FF-B61132555D09> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib

        0x7fff8cc62000 -     0x7fff8cc78ff7  com.apple.geokit (2.2 - 2.2) <6543732C-073D-3BC1-8092-4D8222F38C89> /System/Library/PrivateFrameworks/GeoKit.framework/Versions/A/GeoKit

        0x7fff8ce4c000 -     0x7fff8cff3ffb  com.apple.avfoundation (2.0 - 1046.9.1) <AE9896EC-F23A-3148-A757-D5807E1369EA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation

        0x7fff8cff4000 -     0x7fff8d010ff7  libextension.dylib (78) <3A674BC1-8D7E-3A62-80EF-F950B02CB0FF> /usr/lib/libextension.dylib

        0x7fff8d030000 -     0x7fff8d05eff7  com.apple.CoreServicesInternal (248.1 - 248.1) <834B5D98-DB81-36B1-BD2A-640928EDAAF6> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal

        0x7fff8d05f000 -     0x7fff8d06afff  com.apple.AppSandbox (4.0 - 261.10.2) <9824F3E3-6212-32BB-BC68-13FCAF820FB1> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox

        0x7fff8d06b000 -     0x7fff8d06cfff  liblangid.dylib (122) <EAC09BF0-5E88-3060-AA51-EC71B4D26F3C> /usr/lib/liblangid.dylib

        0x7fff8d06d000 -     0x7fff8d19efff  com.apple.syncservices (8.1 - 724) <5235CB72-B5B2-3D3C-95F5-22A303F32578> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices

        0x7fff8d1a5000 -     0x7fff8d1d2ffb  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <4A9880A5-D88F-3794-8C48-C08B888BD427> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X

        0x7fff8d1e0000 -     0x7fff8d1e4fff  libGIF.dylib (1440) <062A2A8B-E00A-34A5-9C1C-D85C1761CA70> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

        0x7fff8d239000 -     0x7fff8d23bfff  com.apple.OAuth (25 - 25) <DFC11955-75DD-303E-BFCB-0F70A4C541E0> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth

        0x7fff8d24d000 -     0x7fff8d251fff  com.apple.LoginUICore (3.1 - 3.1) <6DCEED7A-529B-3AFD-8F83-97A40B56E4D9> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore

        0x7fff8d252000 -     0x7fff8e30fff7  com.apple.WebCore (11601 - 11601.2.7.1) <46F67CA0-E449-3C16-B1E5-CD3C32C74D7A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore

        0x7fff8e32d000 -     0x7fff8e358fff  com.apple.idsfoundation (10.0 - 1000) <4404F0FC-660F-3198-B5A1-1198DB72097A> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion

        0x7fff8e359000 -     0x7fff8e3b5fff  com.apple.Suggestions (5.0 - 180) <1F22314C-F5E6-309D-A272-BE78C897B64C> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions

        0x7fff8e3b6000 -     0x7fff8e407ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <73EF4EB0-315C-3064-A991-3DBFF6BDDFE1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

        0x7fff8e408000 -     0x7fff8e40aff7  com.apple.xpc.ServiceManagement (1.0 - 1) <0EA1807B-4F41-317D-A6C2-E6A23F201252> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment

        0x7fff8e496000 -     0x7fff8e4f4fff  libsystem_network.dylib (582.1.4) <C5DC3F04-7011-34D4-9682-E1B31999A89C> /usr/lib/system/libsystem_network.dylib

        0x7fff8e517000 -     0x7fff8e5e9fff  com.apple.MailCore (9.1 - 3096.5) <E87DA238-583B-3BF4-B84F-4300C97877CD> /System/Library/PrivateFrameworks/MailCore.framework/Versions/A/MailCore

        0x7fff8e5ea000 -     0x7fff8e5eafff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <E0D5C411-052F-3B71-9562-C1098FB2F86D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib

        0x7fff8e5eb000 -     0x7fff8e63bff7  com.apple.ExchangeWebServices (6.0 - 242) <46DE9C99-EC9F-34E9-BA5E-8077E23C6AAD> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices

        0x7fff8e63c000 -     0x7fff8e656ff3  liblzma.5.dylib (10) <8CD18286-49EA-31E4-8A73-1BF8DECED6C6> /usr/lib/liblzma.5.dylib

        0x7fff8e657000 -     0x7fff8e657ff7  liblaunch.dylib (755.1.19) <7EC0F297-43CC-3D11-B46B-7E72E372648A> /usr/lib/system/liblaunch.dylib

        0x7fff8e658000 -     0x7fff8e68aff7  com.apple.iCalendar (7.0 - 240) <94A69ACC-83CF-36F9-A37E-108E7FE1A656> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar

        0x7fff8e68b000 -     0x7fff8e897fff  com.apple.CoreImage (11.1.0 - 366.1.1) <BE963C1D-90C2-388A-85F2-D6701DC104C4> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage

        0x7fff8e898000 -     0x7fff8e8aeff7  libLinearAlgebra.dylib (1159) <01BD9187-521F-3F96-B477-24511318AECD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib

        0x7fff8e8af000 -     0x7fff8eb49fff  com.apple.AOSKit (1.06 - 232) <54FB0968-088A-3CEB-B084-DDC73AD96658> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit

        0x7fff8eb4a000 -     0x7fff8eb4cff7  com.apple.SafariServices.framework (11601 - 11601.2.7.2) <CC99200E-E893-3A01-AA8F-AF2856675CF7> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices

        0x7fff8eb4d000 -     0x7fff8eb50ff7  com.apple.help (1.3.3 - 46) <AA185754-DEEB-3091-9301-7B23C4D36818> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help

        0x7fff8eb51000 -     0x7fff8eb78ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <403BC9E0-2A4E-3481-BDFE-B3CB372E5051> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage

        0x7fff8eb79000 -     0x7fff8ef51fef  com.apple.CoreAUC (214.0.0 - 214.0.0) <36675355-FEF4-3DC0-9734-AE6F125883C2> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC

        0x7fff8ef84000 -     0x7fff8ef84ff7  com.apple.CloudPhotosConfigurationXPC (1.2 - 340.4.0) <F575AE14-898C-364A-8056-0BDC2C0643D3> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Frame works/CloudPhotosConfigurationXPC.framework/Versions/A/CloudPhotosConfigurationX PC

        0x7fff8f005000 -     0x7fff8f00aff7  libheimdal-asn1.dylib (452.1.1) <6E911973-1E1A-3F80-B955-FA78CF20FBFD> /usr/lib/libheimdal-asn1.dylib

        0x7fff8f00b000 -     0x7fff8f029ff7  com.apple.frameworks.preferencepanes (16.0 - 16.0) <11105B37-322C-30B7-8856-A9F13F25EAEA> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes

        0x7fff8f02a000 -     0x7fff8f0cefff  com.apple.Bluetooth (4.4.2 - 4.4.2f1) <7037778A-6783-3727-9076-6CA9ED130A11> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth

        0x7fff8f102000 -     0x7fff8f11cfff  com.apple.Kerberos (3.0 - 1) <D2F0BF94-8656-3FBF-81AC-43D417B661F1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos

        0x7fff8f11d000 -     0x7fff8f11dfff  libOpenScriptingUtil.dylib (169) <5C4A51D4-09A9-3209-8E57-15F112725CC4> /usr/lib/libOpenScriptingUtil.dylib

        0x7fff8f11e000 -     0x7fff8f11efff  com.apple.Cocoa (6.11 - 22) <A033F342-1FEC-3DFD-830A-E8EE284DF492> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

        0x7fff8f124000 -     0x7fff8f1acfff  com.apple.CoreSymbolication (3.1 - 58048.1) <7B9BCFD9-3600-3973-841D-6227BEDE5D36> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication

        0x7fff8f1ad000 -     0x7fff8f1d6ff7  libxslt.1.dylib (14) <412A09C9-7C02-351E-A416-2453361EACA9> /usr/lib/libxslt.1.dylib

        0x7fff8f35c000 -     0x7fff8f3aefff  com.apple.ImageCaptureCore (7.0 - 7.0) <74BC5DBA-FD63-31B9-A55B-C3C128852F1D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re

        0x7fff8f3af000 -     0x7fff8f3f4ff7  com.apple.coreservices.SharedFileList (24.4 - 24.4) <3C8665BA-A9CD-377C-BECB-2E933FDB68AE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedF ileList.framework/Versions/A/SharedFileList

        0x7fff8f3f9000 -     0x7fff8f4a4fff  com.apple.PDFKit (3.1 - 3.1) <CDEADFD1-493E-37A8-B2D4-42AE8F72C5FE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit

        0x7fff8f4a5000 -     0x7fff8f5caff7  com.apple.LaunchServices (728.4 - 728.4) <A4913361-072C-3A0E-9231-0D9B1DC4ECC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices

        0x7fff8f5cb000 -     0x7fff8f5d9fff  libxar.1.dylib (302) <898402AF-0DF3-341D-83EA-4A1B1770E718> /usr/lib/libxar.1.dylib

        0x7fff8f5da000 -     0x7fff8f637fff  com.apple.CoreServices.OSServices (728.4 - 728.4) <4E1819C2-F7A9-35FB-8193-FF3DCC35226C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices

        0x7fff8f638000 -     0x7fff8f653ff7  libCRFSuite.dylib (34) <65E4DC91-A994-3921-B5B0-696123CE0C1E> /usr/lib/libCRFSuite.dylib

        0x7fff8f657000 -     0x7fff8f6b7ff7  com.apple.QuickLookFramework (5.0 - 696.1) <727FE6BE-8E92-38A3-BDEB-2410B553BB27> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook

        0x7fff8f6d1000 -     0x7fff8f6d9fff  com.apple.xpcobjects (103 - 103) <21BA4DC9-D58B-3CFE-8375-9ABE832CFD92> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects

        0x7fff8f6fc000 -     0x7fff8f739ff3  com.apple.bom (14.0 - 193.7) <FF1FC415-0472-36C5-9706-54125BA365AE> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom

        0x7fff8f73a000 -     0x7fff8f744fff  com.apple.NetAuth (6.0 - 6.0) <ABBBE552-26E0-3682-8BFD-C59EC702F347> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth

        0x7fff8f745000 -     0x7fff8f747fff  libsystem_coreservices.dylib (19) <692631A0-1923-32CA-9BD5-044B1382FFDE> /usr/lib/system/libsystem_coreservices.dylib

        0x7fff8f806000 -     0x7fff8f80bfff  com.apple.AssetCacheServices (14 - 14) <8C912A44-6635-33A0-82A3-389585BAC0F1> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/Asset CacheServices

        0x7fff8f97c000 -     0x7fff8f988fff  com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <8D8F331E-21D2-3B7E-B977-3EB1D9E44D5B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis

        0x7fff8f989000 -     0x7fff8f99dfff  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <C0619E4A-5CF8-357E-B571-2398239911A1> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol

        0x7fff8f99e000 -     0x7fff8fc44fff  com.apple.CoreData (120 - 640) <37466A48-AA4C-3DB5-B606-C04841D3F654> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

        0x7fff90313000 -     0x7fff90319fff  com.apple.MailService (9.1 - 3096.5) <C430974E-B1BB-32D0-BC78-BFD735347685> /System/Library/PrivateFrameworks/MailService.framework/Versions/A/MailService

        0x7fff9031a000 -     0x7fff90366ff7  com.apple.corelocation (1486.17 - 1615.37) <AF201676-FFF5-39E1-8B0A-D670F4129CA8> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation

        0x7fff90367000 -     0x7fff90377ff3  com.apple.ProtocolBuffer (1 - 242) <B3D0CEE0-1ED1-39BB-8C81-896F36398802> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer

        0x7fff90378000 -     0x7fff9037bffb  libdyld.dylib (360.17) <99396189-E53A-3A78-BC49-449236DA7CFF> /usr/lib/system/libdyld.dylib

        0x7fff9038c000 -     0x7fff90391fff  com.apple.DiskArbitration (2.7 - 2.7) <B391A885-1286-3718-A341-8C84560DDE58> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

        0x7fff9039b000 -     0x7fff9040fff3  com.apple.securityfoundation (6.0 - 55126) <73D2EE6C-E3A2-32FE-89B3-BA8ACEA53F09> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation

        0x7fff90428000 -     0x7fff90633fff  libFosl_dynamic.dylib (16.24) <28CD6965-696D-32D0-B76F-4EA21DC1984A> /usr/lib/libFosl_dynamic.dylib

        0x7fff9066e000 -     0x7fff90675fff  libnetwork.dylib (582.1.4) <37BD4D39-4CCA-3073-9858-5FA784BF17C1> /usr/lib/libnetwork.dylib

        0x7fff90676000 -     0x7fff906a5ffb  com.apple.datadetectors (5.0 - 307) <B59A794B-A050-361B-951D-FF015445D955> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors

        0x7fff906a6000 -     0x7fff90716fff  com.apple.ids (10.0 - 1000) <A61E8C59-6AF0-340E-978C-B8D6C1170351> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS

        0x7fff90717000 -     0x7fff90b45fff  com.apple.vision.FaceCore (3.3.1 - 3.3.1) <D02FBB03-42A5-3E75-83C1-F563B1E3258F> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore

        0x7fff90b46000 -     0x7fff90b88ff7  com.apple.Metal (54.26.3 - 54.26.3) <54544DF5-B1D1-3139-ADE6-E815533313EB> /System/Library/Frameworks/Metal.framework/Versions/A/Metal

        0x7fff90b89000 -     0x7fff90dd4fff  com.apple.AddressBook.framework (9.0 - 1679) <87B2D9E4-A042-3A99-BC5F-BA48D6896D12> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook

        0x7fff90dd5000 -     0x7fff90dddfff  com.apple.NetFS (6.0 - 4.0) <5602F3EB-64F6-3495-BEF0-988F92974234> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS

        0x7fff90dde000 -     0x7fff90f9efeb  libBLAS.dylib (1159) <4A01C32E-452C-314C-B878-E301D4998C68> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib

        0x7fff90f9f000 -     0x7fff9109aff7  libFontParser.dylib (158.3) <DBFEE35E-60F4-3F51-AA25-D4D7E4E01996> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib

        0x7fff9109b000 -     0x7fff910c8ff7  com.apple.PassKit (1.0 - 55) <AB5BA084-43DE-36C7-BBCD-F166354579D1> /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit

        0x7fff910db000 -     0x7fff910f0fff  com.apple.ToneKit (1.0 - 1) <3722D681-0582-335A-A992-A972D2046163> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit

        0x7fff910f1000 -     0x7fff91120fc3  libsystem_m.dylib (3105) <07D50372-30ED-3B03-9FA0-0662BF8F0098> /usr/lib/system/libsystem_m.dylib

        0x7fff91121000 -     0x7fff9117cff7  libTIFF.dylib (1440) <53EB5B1D-0080-367C-ADB6-5A57D1B423ED> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

        0x7fff9118c000 -     0x7fff91197fff  com.apple.DirectoryService.Framework (10.11 - 194) <D3F78A43-A04D-31CA-AFF0-52E129CEDB91> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce

        0x7fff911a7000 -     0x7fff911a9ff7  libquarantine.dylib (80) <1693C5FE-EA0A-3122-85EB-7950ECC7435A> /usr/lib/system/libquarantine.dylib

        0x7fff911aa000 -     0x7fff911affff  com.apple.TCC (1.0 - 1) <96281C9E-B2DF-325F-BFA4-0A15150165EC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC

        0x7fff911ec000 -     0x7fff914b2fff  com.apple.Mail.framework (9.1 - 3096.5) <9E397F40-8180-34CD-A63B-63A07A2385E5> /System/Library/PrivateFrameworks/Mail.framework/Versions/A/Mail

        0x7fff914b3000 -     0x7fff915d5ff7  com.apple.CalendarUI (8.0 - 367) <3CCA6950-87C2-3678-996D-56CC0F915EA4> /System/Library/PrivateFrameworks/CalendarUI.framework/Versions/A/CalendarUI

        0x7fff915d6000 -     0x7fff915ffffb  libRIP.A.dylib (938) <4D830858-FD2C-32B1-9B29-E88AD815E604> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib

        0x7fff91600000 -     0x7fff9175bffb  com.apple.WebKitLegacy (11601 - 11601.2.7.2) <79E0891B-88EE-34EB-92D6-3403D89CBB08> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy. framework/Versions/A/WebKitLegacy

        0x7fff91779000 -     0x7fff917c9ff7  com.apple.Symbolication (1.4 - 58044) <BC1259C8-C671-3014-A9C4-85BC767EA962> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion

        0x7fff917ca000 -     0x7fff91804ff7  com.apple.DebugSymbols (132 - 132) <6F5853A1-5DA8-3C42-8E02-2B972F34BCE0> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s

        0x7fff91805000 -     0x7fff9180effb  libsystem_notify.dylib (149) <56ABC155-CB99-30A8-A8B1-C204B5615092> /usr/lib/system/libsystem_notify.dylib

        0x7fff9180f000 -     0x7fff91812fff  com.apple.Mangrove (1.0 - 1) <7CA6F485-F7A5-301C-9F14-4C667EF8B2F3> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove

        0x7fff91813000 -     0x7fff918b3fff  com.apple.ViewBridge (157 - 157) <EA9A214B-6AFA-3543-A4F0-8E67F6ED414F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge

        0x7fff918b4000 -     0x7fff918c5ff7  libsystem_trace.dylib (200) <1D289F35-BFA2-3B9E-BDF9-20F34F9A01D4> /usr/lib/system/libsystem_trace.dylib

        0x7fff918c6000 -     0x7fff918f2fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <6DFACF58-D982-34E7-88A7-B6CC68D2169A> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration

        0x7fff918f3000 -     0x7fff91f99ffb  com.apple.JavaScriptCore (11601 - 11601.2.3) <CAB09947-EC70-3CFC-9C24-101122452A58> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore

        0x7fff91f9a000 -     0x7fff91feffff  com.apple.AE (701 - 701) <87FDCC5A-82AC-36A2-BFE9-D0B2A3D870F1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE

        0x7fff92044000 -     0x7fff92212ff7  com.apple.QuartzCore (1.11 - 410.9) <4D3C169D-C579-38C3-AE10-B975E89331E0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

        0x7fff92213000 -     0x7fff92325fef  libvDSP.dylib (563.4) <7036F91A-0951-340C-8818-0AB90FF0B057> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib

        0x7fff92326000 -     0x7fff923dfff7  libvMisc.dylib (563.4) <04503007-DE32-34EB-90BB-740C289E3784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib

        0x7fff923e0000 -     0x7fff923e2ff7  libRadiance.dylib (1440) <A3E73CE6-7260-3828-BCD9-756DB5167010> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib

        0x7fff923e3000 -     0x7fff92858ff7  com.apple.CoreFoundation (6.9 - 1255.1) <86B26482-C917-34F2-80D8-02911B6001E0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

        0x7fff92859000 -     0x7fff92bd4ffb  com.apple.VideoToolbox (1.0 - 1731.15.20) <70FDD7D4-FE98-3154-8B7D-72EDD5E92CDB> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox

        0x7fff93524000 -     0x7fff93527ff7  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <E4643432-0DF2-3CD3-9F63-3A7665B25838> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo

        0x7fff93528000 -     0x7fff9353bfff  com.apple.CoreBluetooth (1.0 - 1) <A63B8FB0-F8B3-368D-B482-733FF0373610> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth

        0x7fff93bc3000 -     0x7fff93ce0fff  libsqlite3.dylib (216.4) <5CF0D77D-CF0A-301C-8003-69A840AC47FD> /usr/lib/libsqlite3.dylib

        0x7fff93d3e000 -     0x7fff93d3ffff  com.apple.TrustEvaluationAgent (2.0 - 25) <BC19A1D1-805B-3FC5-BF0B-1EF6FB36FE74> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent

        0x7fff94020000 -     0x7fff9406bffb  com.apple.print.framework.PrintCore (11.0 - 472) <34EA102A-D482-37FF-9C9B-E4FE4275913B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore

        0x7fff9406c000 -     0x7fff94080fff  libsystem_coretls.dylib (82) <21EDACF1-D9B3-3086-9821-60EB75E7F965> /usr/lib/system/libsystem_coretls.dylib

        0x7fff94081000 -     0x7fff94159fff  com.apple.CoreMedia (1.0 - 1731.15.20) <F30D52A8-5FA9-3BFE-856F-D6EDBC725A80> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia

        0x7fff941cf000 -     0x7fff942c1ff7  libiconv.2.dylib (44) <82529E3B-0485-344C-8075-83C7725D6A6F> /usr/lib/libiconv.2.dylib

        0x7fff942c2000 -     0x7fff94406ff7  com.apple.QTKit (7.7.3 - 2937) <C04A69AB-93F9-3BB4-BF56-1CD408183CE7> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit

        0x7fff94407000 -     0x7fff9440ffff  libcopyfile.dylib (127) <CA2602AB-E8B7-3CD8-A0C5-D86E35FDA09F> /usr/lib/system/libcopyfile.dylib

        0x7fff94444000 -     0x7fff946c3fff  com.apple.security (7.0 - 57336.10.29) <FA5D22B9-3253-38CF-81E2-E243F93753DC> /System/Library/Frameworks/Security.framework/Versions/A/Security

        0x7fff946c4000 -     0x7fff94842fff  com.apple.UIFoundation (1.0 - 435) <237F281F-7F15-3309-B749-F8DA37822F9F> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n

        0x7fff94843000 -     0x7fff94846fff  libCoreVMClient.dylib (119.5) <56187F75-4436-31CA-8D3A-C6BC67F6F2BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib

        0x7fff94847000 -     0x7fff948baffb  com.apple.Heimdal (4.0 - 2.0) <2D358FB4-61BB-3BB6-9EF7-D9868A0B0275> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal

        0x7fff948bb000 -     0x7fff948eeff7  com.apple.framework.accountsui (1.0 - 32.1) <791E1659-C1B8-3081-B80E-FBD6F900E0D0> /System/Library/PrivateFrameworks/AccountsUI.framework/Versions/A/AccountsUI

        0x7fff948ef000 -     0x7fff948fdfff  com.apple.ToneLibrary (1.0 - 1) <E8B44453-4E70-393C-AECF-988D0A8284A6> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary

        0x7fff948fe000 -     0x7fff94900ff7  libsystem_configuration.dylib (801.10.2) <93D5FB9A-CC7C-3672-80D8-7A1C4805204B> /usr/lib/system/libsystem_configuration.dylib

        0x7fff94933000 -     0x7fff94935fff  com.apple.marco (10.0 - 1000) <4FD7F10A-518B-3A53-8DEC-D6056BC093FF> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco

        0x7fff9493f000 -     0x7fff9494dfff  com.apple.IntlPreferences (2.0 - 192) <6576CA0C-BFA3-3DD4-8FB8-B2B36137060E> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences

        0x7fff9494e000 -     0x7fff94956fff  com.apple.CloudServices (1.0 - 153.10.10) <FA927D14-7D1D-3B82-890E-75B38847CC39> /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServi ces

        0x7fff94957000 -     0x7fff94a3eff7  libcrypto.0.9.8.dylib (59) <7C4E5457-B66C-39CA-BC0E-15CA6C051FC0> /usr/lib/libcrypto.0.9.8.dylib

        0x7fff94b38000 -     0x7fff94b88ff7  com.apple.CalendarFoundation (8.0 - 406) <5FDDED37-B178-3544-B4C1-1BAA393350DD> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation

        0x7fff94b89000 -     0x7fff94bceff3  libFontRegistry.dylib (155) <BC1B3AD5-4927-3AB7-94FF-CD93BF895D98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib

        0x7fff94bcf000 -     0x7fff94be1fff  com.apple.CloudPhotoServicesConfiguration (1.2 - 340.4.0) <93261770-9839-37E9-85F4-9DCA05112922> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Frame works/CloudPhotoServicesConfiguration.framework/Versions/A/CloudPhotoServicesCon figuration

        0x7fff94c4a000 -     0x7fff94c51ff7  com.apple.phonenumbers (1.1.1 - 105) <49696A1F-83FC-3BE8-A7E8-F0F4EAA326BB> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s

        0x7fff94e15000 -     0x7fff94e19fff  com.apple.CommonPanels (1.2.6 - 96) <1D76DDD3-D45A-3679-8B72-5EECE6C1ACAC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels

        0x7fff94e1a000 -     0x7fff94e47fff  com.apple.CalendarUIKit (1.0 - 123) <EF410CDD-6B31-3937-878D-EDD4EA8FEEA0> /System/Library/PrivateFrameworks/CalendarUIKit.framework/Versions/A/CalendarUI Kit

        0x7fff94e5d000 -     0x7fff94e5efff  libsystem_secinit.dylib (20) <932ED582-E80F-39DA-B0FA-F1BC5F1AD2F8> /usr/lib/system/libsystem_secinit.dylib

        0x7fff94e62000 -     0x7fff94e6aff7  libcldcpuengine.dylib (2.6.4.1) <D8A9DDA1-35B5-3D6B-85E0-A5542033FA9F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib

        0x7fff94eb9000 -     0x7fff94ecbfff  libsasl2.2.dylib (209) <D48CE2C5-D0C5-39BD-A7DD-C999E81CF885> /usr/lib/libsasl2.2.dylib

        0x7fff94ecc000 -     0x7fff94f0efff  com.apple.CoreSuggestions (1.0 - 354.10) <5E39A37A-3A8A-31B2-BFAA-852E8827B957> /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/CoreSugg estions

        0x7fff95114000 -     0x7fff95120ff7  com.apple.OpenDirectory (10.11 - 194) <7ECA481B-C265-33F6-835E-2E5B96621E51> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory

        0x7fff95121000 -     0x7fff95124ff3  libCGXCoreImage.A.dylib (938) <7A02F975-D245-3381-A895-E2857A0F1F04> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib

        0x7fff95125000 -     0x7fff9540aff3  com.apple.CoreServices.CarbonCore (1136 - 1136) <9DE930A3-63C0-3E21-965A-132D97D61892> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore

        0x7fff9540b000 -     0x7fff954a1ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <1FBEDDC2-4BCD-3148-800E-968814206CB9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync

        0x7fff954a2000 -     0x7fff9550cff7  com.apple.framework.CoreWLAN (11.0 - 1101.20) <BA9EB0BF-7915-3DB0-9ACE-EC52CD07E1A8> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN

        0x7fff9550d000 -     0x7fff95512fff  com.apple.ImageCapture (9.0 - 9.0) <E53CC0B8-9D36-3636-B602-8AB4CEB4C313> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture

        0x7fff95513000 -     0x7fff95544ff7  libtidy.A.dylib (15.17) <917B7716-5060-3755-A1BA-435DAC06E778> /usr/lib/libtidy.A.dylib

        0x7fff95545000 -     0x7fff95554fff  com.apple.AppleFSCompression (80 - 1.0) <34166CFF-ED5D-3234-A0A2-CB1809879E72> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression

        0x7fff95555000 -     0x7fff95555fff  com.apple.audio.units.AudioUnit (1.13 - 1.13) <CFB91CDC-5BBA-3A8E-BA05-6E972217BD57> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit

        0x7fff95556000 -     0x7fff9556dfff  libsystem_asl.dylib (322) <97D794DA-8CE5-3676-AC5E-364F6D172BDA> /usr/lib/system/libsystem_asl.dylib

        0x7fff9556e000 -     0x7fff95803fff  libmecabra.dylib (696.1) <8FCC4C88-BE6A-3697-B1D3-8E1A2A3B99BA> /usr/lib/libmecabra.dylib

        0x7fff95804000 -     0x7fff9587bfff  com.apple.ShareKit (1.0 - 454.5) <2BFA694F-9260-35E1-BBF6-6B969B6372FC> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit

        0x7fff9587c000 -     0x7fff95894fff  com.apple.login (3.0 - 3.0) <1729D18F-68AA-37FE-84A4-19ABAE15522B> /System/Library/PrivateFrameworks/login.framework/Versions/A/login

        0x7fff958c7000 -     0x7fff958defff  com.apple.iCal.CalendarDraw (8.0 - 1833) <E2D3DB8E-ADEF-30D5-83B6-8497041DBD0E> /System/Library/PrivateFrameworks/CalendarDraw.framework/Versions/A/CalendarDra w

        0x7fff958f0000 -     0x7fff958f2ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <7EC49247-E354-3F19-9B1A-49017ED27BFD> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection

        0x7fff958f3000 -     0x7fff958f8ff3  libunwind.dylib (35.3) <FDA18078-A775-3BAF-A5A6-8A7B75D6AA99> /usr/lib/system/libunwind.dylib

        0x7fff958fb000 -     0x7fff95903fff  libsystem_networkextension.dylib (384.1.2) <4736FCC5-9DBA-31F4-AAC8-CD0A177CF502> /usr/lib/system/libsystem_networkextension.dylib

        0x7fff95904000 -     0x7fff95973fff  com.apple.SearchKit (1.4.0 - 1.4.0) <45A716CD-D9E7-3F1F-9EC8-BB37CA9E8C04> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit

        0x7fff95974000 -     0x7fff959c6fff  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <17D3C8AE-5E48-34CE-B5FB-5F30747EDE91> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA

        0x7fff959c7000 -     0x7fff95a01fff  com.apple.QD (3.12 - 302) <46969760-B02A-3ED5-B8BC-D6144939B16E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD

        0x7fff95a02000 -     0x7fff95a08ff7  com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <433F8745-874A-39B3-A7C6-2EDA8C2C6B4A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition

        0x7fff95a09000 -     0x7fff95a09fff  com.apple.AOSMigrate (1.0 - 1) <B3E3BA6A-00A4-39EF-AA08-2E86DE1B4A69> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate

        0x7fff95a26000 -     0x7fff95bcbff3  com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <F84A0C1D-86BE-3E59-8EEA-BAE0E8CB834B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox

        0x7fff95bcc000 -     0x7fff95bf5ff7  com.apple.UserActivity (26.1 - 26.1) <DBA4EEA4-80E9-36F3-9D71-C3B794FC675D> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivit y

        0x7fff95bf6000 -     0x7fff95c48fff  com.apple.CloudDocs (1.0 - 382) <F8B381F5-C434-3719-B26B-137D61F8DEBD> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs

        0x7fff95c50000 -     0x7fff95c79ff7  libsystem_info.dylib (476) <65D0643A-C8AE-3E8D-9F6E-E4AD823F16B2> /usr/lib/system/libsystem_info.dylib

        0x7fff95c7a000 -     0x7fff95c7afff  com.apple.SafariDAVNotifier (1.1.1 - 1) <96DF820A-B539-3F04-A064-41E2738D2F10> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier

        0x7fff95c80000 -     0x7fff95c86fff  com.apple.XPCService (2.0 - 1) <E50F1206-8B6B-3CDB-BC66-E5B70B4B41C7> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService

        0x7fff95c87000 -     0x7fff95c8fffb  libsystem_dnssd.dylib (624.10.1) <21D63EAB-27BE-3F41-B1D4-604BE7F4C9BA> /usr/lib/system/libsystem_dnssd.dylib

        0x7fff95cbe000 -     0x7fff95d5efff  com.apple.Metadata (10.7.0 - 972.9) <303B6874-8B16-39A0-BB9D-5B7A59D3B8A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata

        0x7fff95d6b000 -     0x7fff95ddaffb  com.apple.datadetectorscore (7.0 - 460) <117708DA-6E19-3866-AD15-0CE3E3F2211A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore

        0x7fff95e6c000 -     0x7fff95e6cfff  libenergytrace.dylib (10) <64F779D4-2192-37EC-8DB5-EC55BAE50058> /usr/lib/libenergytrace.dylib

        0x7fff95ee7000 -     0x7fff95f18ffb  com.apple.GSS (4.0 - 2.0) <D50CDB44-72E9-3520-9965-93901621F781> /System/Library/Frameworks/GSS.framework/Versions/A/GSS

        0x7fff95f19000 -     0x7fff95f21fff  libGFXShared.dylib (12.0.34.12) <F8278F50-25AC-3CEC-9F68-D83785A25F5E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib

        0x7fff95faf000 -     0x7fff95fb0ff3  com.apple.print.framework.Print (10.0 - 266) <F13A0609-793A-3A43-A961-AAFC81AC8FDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print

        0x7fff95fb1000 -     0x7fff96040fff  com.apple.CorePDF (4.0 - 4) <023E8BCC-DA79-34EE-8975-45690E97F862> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF

        0x7fff96041000 -     0x7fff9606fff7  com.apple.DictionaryServices (1.2 - 250) <94678AC8-41FF-3D2E-A35E-D83AD18D7A78> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices

        0x7fff96070000 -     0x7fff96796ff7  com.apple.VectorKit (1.0 - 1156.1.6) <403169C4-1575-3BBA-A874-2F7A5CE02915> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit

        0x7fff967cf000 -     0x7fff9681aff7  com.apple.CoreMediaIO (701.0 - 4790) <EE999B42-E879-346B-829F-6CE9E2806187> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO

        0x7fff9681b000 -     0x7fff96838fff  com.apple.AppleVPAFramework (2.0.15 - 2.0.15) <86BC6DCE-8590-38E3-9C0C-52E97F617B58> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA

        0x7fff96a50000 -     0x7fff96abdfff  com.apple.imfoundation (10.0 - 1000) <BA493E6D-627C-39AA-A29C-B28D0725A4B0> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n

        0x7fff96b30000 -     0x7fff96b31fff  libsystem_blocks.dylib (65) <1B4F1F10-823E-3781-8162-6884D14DF0D6> /usr/lib/system/libsystem_blocks.dylib

        0x7fff96b32000 -     0x7fff96b41ff7  com.apple.ContactsAutocompleteUI (1.0 - 1) <4D1A6012-044D-329D-8EDA-5A812050867A> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/Versions/A/C ontactsAutocompleteUI

        0x7fff96b42000 -     0x7fff96b4bfff  com.apple.icloud.FindMyDevice (1.0 - 1) <28CE764F-4C4C-3A75-B7AE-EDBC7A189E82> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic e

        0x7fff96c75000 -     0x7fff96c76ff7  libodfde.dylib (23) <B2194A77-3D29-3CE2-9D96-F8986A198980> /usr/lib/libodfde.dylib

        0x7fff96c77000 -     0x7fff96ee5fff  com.apple.AuthKit (1.0 - 1) <C9425C37-26D3-3E90-A7E5-F720B6A37C1B> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit

        0x7fff96ee6000 -     0x7fff96f0aff7  libJPEG.dylib (1440) <B16D0DCA-2EA4-348B-A7EA-30E65B536C28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

        0x7fff96f0d000 -     0x7fff96f15fef  libsystem_platform.dylib (73.1.1) <3F4D2390-E3DE-3C24-A515-95DFAC8671C4> /usr/lib/system/libsystem_platform.dylib

        0x7fff96f16000 -     0x7fff97318fff  libLAPACK.dylib (1159) <BDADCDAE-1FD8-3190-B9DD-DB671495EEE2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib

        0x7fff973bf000 -     0x7fff973dafff  com.apple.aps.framework (4.0 - 4.0) <A3971E50-DD87-3752-B37A-E58557AD5AF2> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService

        0x7fff973e6000 -     0x7fff973f2ff7  com.apple.commonutilities (8.0 - 900) <94E0669D-69B6-3C27-8309-35B07400B6F9> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUt ilities

        0x7fff973f3000 -     0x7fff9741eff7  com.apple.AddressBook.ContactsFoundation (8.0 - 2137) <082A84FD-0076-3129-8193-2BCB0EAD15E2> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation

        0x7fff97477000 -     0x7fff974d5fff  com.apple.SystemConfiguration (1.14 - 1.14) <E3F5D239-4CBE-3B77-A8D9-F3423702AAB9> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration

     

     

    External Modification Summary:

      Calls made by other processes targeting this process:

        task_for_pid: 13

        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: 2641938

        thread_create: 0

        thread_set_state: 0

     

     

    VM Region Summary:

    ReadOnly portion of Libraries: Total=328.2M resident=0K(0%) swapped_out_or_unallocated=328.2M(100%)

    Writable regions: Total=1.2G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.2G(100%)

     

                                      VIRTUAL   REGION

    REGION TYPE                          SIZE    COUNT (non-coalesced)

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

    ATS (font support)                  32.3M       11

    Accelerate.framework                 128K        2

    Activity Tracing                    2048K        2

    CG backing stores                    632K        4

    CG image                            1076K      159

    CG shared images                     304K        8

    CoreAnimation                       5936K      190

    CoreData Object IDs                 4100K        3

    CoreUI image data                    548K       38

    CoreUI image file                    384K       10

    Dispatch continuations              8192K        2

    Foundation                            20K        3

    Image IO                             552K       26

    JS JIT generated code              256.0M        5

    JS JIT generated code (reserved)   768.0M        2         reserved VM address space (unallocated)

    Kernel Alloc Once                      8K        3

    MALLOC                              87.1M       71

    MALLOC guard page                     32K        7

    Memory Tag 242                        12K        2

    Memory Tag 251                        44K        3

    OpenCL                                24K        4

    Process Corpse Info                 2048K        2

    SQLite page cache                   8448K       38

    STACK GUARD                         56.1M       19

    Stack                               16.2M       21

    VM_ALLOCATE                          100K       15

    WebKit Malloc                       8764K       62

    __DATA                              36.9M      385

    __IMAGE                              528K        2

    __LINKEDIT                          88.8M       48

    __TEXT                             239.4M      394

    __UNICODE                            552K        2

    mapped file                        166.3M       69

    shared memory                       16.6M       11

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

    TOTAL                                1.8G     1589

    TOTAL, minus reserved VM space       1.0G     1589

     

     

     

     

    System Profile:

    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF4), Broadcom BCM43xx 1.0 (7.21.94.29.1a4)

    Bluetooth: Version 4.4.2f1 16391, 3 services, 27 devices, 1 incoming serial ports

    Thunderbolt Bus: iMac, Apple Inc., 23.4

    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x802C, 0x31364A544635313236344A485A3147364D32

    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x802C, 0x31364A544635313236344A485A3147364D32

    USB Device: USB 2.0 Bus

    USB Device: Hub

    USB Device: FaceTime HD Camera (Built-in)

    USB Device: USB 2.0 Bus

    USB Device: Hub

    USB Device: Hub

    USB Device: BRCM20702 Hub

    USB Device: Bluetooth USB Host Controller

    USB Device: Keyboard Hub

    USB Device: Apple Keyboard

    USB Device: USB 3.0 Bus

    USB Device: USB3.0 Hub

    USB Device: CP825AVR-G

    USB Device: USB2.0 Hub

    USB Device: Photosmart C4400 series

    Serial ATA Device: APPLE HDD HTS541010A9E662, 1 TB

    Model: iMac13,1, BootROM IM131.010A.B09, 4 processors, Intel Core i5, 2.7 GHz, 8 GB, SMC 2.9f5

    Network Service: Ethernet, Ethernet, en0

    Network Service: Wi-Fi, AirPort, en1

    Graphics: NVIDIA GeForce GT 640M, NVIDIA GeForce GT 640M, PCIe, 512 MB

  • by Linc Davis,

    Linc Davis Linc Davis Feb 14, 2016 6:47 AM in response to RAT90
    Level 10 (207,995 points)
    Applications
    Feb 14, 2016 6:47 AM in response to RAT90

    Please remove "SpamSieve" and see whether there's an improvement.

    Any third-party software that doesn't install from the App Store or by drag-and-drop into the Applications folder, and uninstall by drag-and-drop to the Trash, is a system modification.

    Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.

    I never install system modifications myself, and except as stated in this comment, I don't know how to uninstall them. You'll have to do your own research to find that information.

    Here are some general guidelines to get you started. Suppose you want to remove something called “BrickMyMac” (a hypothetical example.) First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickmymac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, contact the developer. While you're waiting for a response, download BrickMyMac.dmg and open it. There may be an application in there such as “Uninstall BrickMyMac.” If not, open “BrickMyMac.pkg” and look for an Uninstall button. The uninstaller might also be accessed by clicking the Customize button, if there is one.

    Back up all data before making any changes.

    You will generally have to restart the computer in order to complete an uninstallation. Until you do that, there may be no effect, or unpredictable effects.

    If you can’t remove software in any other way, you’ll have to erase and install OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.

    Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" such as "AppCleaner" and the like that purport to remove software.

  • by RAT90,

    RAT90 RAT90 Feb 14, 2016 7:29 AM in response to Linc Davis
    Level 1 (0 points)
    Feb 14, 2016 7:29 AM in response to Linc Davis

    I mistakenly selected the first error message and not the most recent. I removed SpamSieve a week ago.

     

    Mail just quit again. Error message posted at http://pastebin.com/7M6Dd0pp (valid until 9:25 am CT Mon Feb 15 16)

  • by Linc Davis,

    Linc Davis Linc Davis Feb 14, 2016 7:54 AM in response to RAT90
    Level 10 (207,995 points)
    Applications
    Feb 14, 2016 7:54 AM in response to RAT90

    What kind of mail accounts do you have—IMAP, POP, Exchange?

  • by RAT90,

    RAT90 RAT90 Feb 14, 2016 8:12 AM in response to Linc Davis
    Level 1 (0 points)
    Feb 14, 2016 8:12 AM in response to Linc Davis

    3 IMAPs: 2 mac/icloud and 1 mail.com

  • by Linc Davis,Apple recommended

    Linc Davis Linc Davis Feb 14, 2016 8:26 AM in response to RAT90
    Level 10 (207,995 points)
    Applications
    Feb 14, 2016 8:26 AM in response to RAT90

    Please back up all data, then open the Internet Accounts pane in System Preferences. Make a note of the settings for the last IMAP account that you added, then delete the account. The messages will remain on the server. If Mail works now, recreate the account with the same settings and test.

    If Mail still crashes, repeat with each of the other IMAP accounts.

  • by RAT90,

    RAT90 RAT90 Feb 14, 2016 8:33 AM in response to Linc Davis
    Level 1 (0 points)
    Feb 14, 2016 8:33 AM in response to Linc Davis

    Will do tonight and update. Thx.

  • by tongej,

    tongej tongej Feb 23, 2016 4:13 AM in response to Linc Davis
    Level 1 (4 points)
    Feb 23, 2016 4:13 AM in response to Linc Davis

    Hello,

     

    I have two IMAP accounts which were working nicely before "El Capitan", actually I had more accounts setup before. I have deleted all the accounts and rebuilt the index (fully from scratch) several times but it keeps crashing. I get the usual message asking me to rebuild the index or quit.  Is there something else I could try? Thanks,

     

    Best,

      Jose