Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Apple Mail keeps crashing (after receiving 100 attachments in the same mail ?)

Hello community,


Yesterday I received a mail with 100 files attached (don't ask 😮). Since then, Apple Mail keeps crashing. It does not happen at startup, but when I start browsing mails. I deleted my plist file, Mail re-indexed all my mail, and it works fine for a few hours. But the crashes came back. Needless to say I deleted the incriminated email, from Gmail and from the trash.


I am not sure but it might be related to the Apple software used to open PDF and images (sorry don't know the name in english, Aperçu in french). It often crashes as well, and as we see in the stack trace below, looks like CorePDF is related to the issue...


Any idea ?


Below is the stack trace from the Apple Mail crash log.


Thanks a lot for your help !



Process:         Mail [4654]
Path:            /Applications/Mail.app/Contents/MacOS/Mail
Identifier:      com.apple.mail
Version:         5.3 (1283)
Build Info:      Mail-1283000000000000~1
Code Type:       X86-64 (Native)
Parent Process:  launchd [559]


Date/Time:       2013-03-26 10:41:16.785 +0100
OS Version:      Mac OS X 10.7.5 (11G63)
Report Version:  9


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


Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000204


VM Regions Near 0x204:
--> 
    __TEXT                 000000010de5b000-000000010e20f000 [ 3792K] r-x/rwx SM=COW  /Applications/Mail.app/Contents/MacOS/Mail


Application Specific Information:
objc[4654]: garbage collection is OFF


Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.CorePDF                       0x00007fff90f907f3 CGPDFNodePurge + 41
1   com.apple.CorePDF                       0x00007fff90f908e3 CGPDFNodePurgeChildren + 73
2   com.apple.CorePDF                       0x00007fff90f908e3 CGPDFNodePurgeChildren + 73
3   com.apple.CorePDF                       0x00007fff90f908e3 CGPDFNodePurgeChildren + 73
4   com.apple.CorePDF                       0x00007fff90f908e3 CGPDFNodePurgeChildren + 73
5   com.apple.CorePDF                       0x00007fff90f908e3 CGPDFNodePurgeChildren + 73
6   com.apple.CorePDF                       0x00007fff90f908e3 CGPDFNodePurgeChildren + 73
7   com.apple.CorePDF                       0x00007fff90f908e3 CGPDFNodePurgeChildren + 73
8   com.apple.CorePDF                       0x00007fff90f92cd2 CGPDFNodeRelease + 77
9   com.apple.CorePDF                       0x00007fff90f8c3ef _CGPDFLayoutFinalize + 25
10  com.apple.CoreFoundation                0x00007fff8f922bf6 CFRelease + 502
11  com.apple.CoreFoundation                0x00007fff8f927242 __CFBasicHashDrain + 450
12  com.apple.CoreFoundation                0x00007fff8f922bf6 CFRelease + 502
13  com.apple.CoreGraphics                  0x00007fff8d5b9328 CGPropertiesRelease + 33
14  com.apple.CoreGraphics                  0x00007fff8d5cd1c9 pdf_page_release + 60
15  com.apple.CoreGraphics                  0x00007fff8d5cd114 CGPDFPageFinalize + 30
16  com.apple.CoreFoundation                0x00007fff8f922bf6 CFRelease + 502
17  com.apple.CoreGraphics                  0x00007fff8d5cd0bc CGPDFDocumentFinalize + 56
18  com.apple.CoreFoundation                0x00007fff8f922bf6 CFRelease + 502
19  com.apple.PDFKit                        0x00007fff910827de -[PDFDocument dealloc] + 385
20  com.apple.PDFKit                        0x00007fff910d4468 -[PDFViewLayout dealloc] + 129
21  com.apple.PDFKit                        0x00007fff9107602b -[PDFView dealloc] + 663
22  com.apple.mail                          0x000000010e091d47 0x10de5b000 + 2321735
23  libobjc.A.dylib                         0x00007fff8cbef03c (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 434
24  com.apple.CoreFoundation                0x00007fff8f94b915 _CFAutoreleasePoolPop + 37
25  com.apple.Foundation                    0x00007fff8e6376cf -[NSAutoreleasePool drain] + 154
26  com.apple.AppKit                        0x00007fff93ed4a5d -[NSApplication run] + 634
27  com.apple.AppKit                        0x00007fff94150eac NSApplicationMain + 867
28  com.apple.mail                          0x000000010df33300 0x10de5b000 + 885504


Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib                  0x00007fff8b4257e6 kevent + 10
1   libdispatch.dylib                       0x00007fff8e0c4786 _dispatch_mgr_invoke + 923
2   libdispatch.dylib                       0x00007fff8e0c3316 _dispatch_mgr_thread + 54


Thread 2:: Dispatch queue: com.apple.root.default-overcommit-priority
0   libsystem_kernel.dylib                  0x00007fff8b42367a mach_msg_trap + 10
1   libsystem_kernel.dylib                  0x00007fff8b422d71 mach_msg + 73
2   com.apple.CoreFoundation                0x00007fff8f94a50c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation                0x00007fff8f952c74 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation                0x00007fff8f952486 CFRunLoopRunSpecific + 230
5   com.apple.MessageFramework              0x00007fff92297a3c _handleRequestWithTimeout + 1484
6   com.apple.MessageFramework              0x00007fff9229a065 -[_NSSocket readBytes:length:error:] + 164
7   com.apple.MessageFramework              0x00007fff92299c7e -[Connection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 86
8   com.apple.MessageFramework              0x00007fff92299b10 -[Connection _fillBuffer:] + 673
9   com.apple.MessageFramework              0x00007fff92299763 -[Connection _readLineIntoData:error:] + 74
10  com.apple.MessageFramework              0x00007fff922996d5 -[IMAPConnection _readLineIntoData:error:] + 53
11  com.apple.MessageFramework              0x00007fff92299575 -[IMAPConnection(MFPrivate) _readDataOfLength:intoData:error:] + 113
12  com.apple.MessageFramework              0x00007fff922990b6 -[IMAPResponse initWithConnection:error:] + 150
13  com.apple.MessageFramework              0x00007fff92298fe6 -[IMAPConnection _copyNextServerResponse:] + 56
14  com.apple.MessageFramework              0x00007fff922a3774 -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:exists:] + 519
15  com.apple.MessageFramework              0x00007fff922b200f -[IMAPConnection _responseFromSendingOperation:] + 937
16  com.apple.MessageFramework              0x00007fff922db138 -[IMAPConnection executeFetch:] + 41
17  com.apple.MessageFramework              0x00007fff922db107 -[IMAPClientFetchOperation executeOnConnection:] + 25
18  com.apple.MessageFramework              0x00007fff922a1339 -[IMAPConnection prepareAndExecuteOperation:outWrongState:] + 1510
19  com.apple.MessageFramework              0x00007fff922a0812 -[IMAPGateway _allowClientOperationThrough:] + 855
20  com.apple.MessageFramework              0x00007fff922a022e -[IMAPGateway allowClientOperationThrough:] + 350
21  com.apple.MessageFramework              0x00007fff922a00a4 -[IMAPClientOperation main] + 85
22  com.apple.Foundation                    0x00007fff8e67b6b4 -[__NSOperationInternal start] + 705
23  com.apple.Foundation                    0x00007fff8e68e912 ____NSOQSchedule_block_invoke_2 + 124
24  libdispatch.dylib                       0x00007fff8e0c2a82 _dispatch_call_block_and_release + 18
25  libdispatch.dylib                       0x00007fff8e0c3961 _dispatch_worker_thread2 + 255
26  libsystem_c.dylib                       0x00007fff8a03b3da _pthread_wqthread + 316
27  libsystem_c.dylib                       0x00007fff8a03cb85 start_wqthread + 13


Thread 3:: -[LibraryIMAPStore openSynchronously]  Dispatch queue: com.apple.root.default-overcommit-priority
0   libsystem_kernel.dylib                  0x00007fff8b424bca __psynch_cvwait + 10
1   libsystem_c.dylib                       0x00007fff8a03d2a6 _pthread_cond_wait + 890
2   com.apple.Foundation                    0x00007fff8e74e68d -[__NSOperationInternal waitUntilFinishedOrTimeout:] + 224
3   com.apple.MessageFramework              0x00007fff9229ffad -[IMAPClientOperationQueue waitUntilOperationIsFinished:] + 161
4   com.apple.MessageFramework              0x00007fff9229feb6 -[IMAPGateway waitUntilClientOperationIsFinished:] + 462
5   com.apple.MessageFramework              0x00007fff9229ec44 -[IMAPGateway addClientOperation:toQueueAndWaitUntilFinished:] + 392
6   com.apple.MessageFramework              0x00007fff922dac5e -[IMAPMailboxSyncEngine _fetchUidsAndFlagsWithMonitor:] + 593
7   com.apple.MessageFramework              0x00007fff922d7c31 -[IMAPMailboxSyncEngine _goWithMessages:] + 703
8   com.apple.MessageFramework              0x00007fff9228dd1b -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 373
9   com.apple.CoreFoundation                0x00007fff8f9afefc __invoking___ + 140
10  com.apple.CoreFoundation                0x00007fff8f9afd94 -[NSInvocation invoke] + 132
11  com.apple.MessageFramework              0x00007fff92279b44 -[MonitoredInvocation invoke] + 196
12  com.apple.MessageFramework              0x00007fff92256655 -[ThrowingInvocationOperation main] + 33
13  com.apple.MessageFramework              0x00007fff922565fb -[_MFInvocationOperation main] + 449
14  com.apple.Foundation                    0x00007fff8e67b6b4 -[__NSOperationInternal start] + 705
15  com.apple.Foundation                    0x00007fff8e68e912 ____NSOQSchedule_block_invoke_2 + 124
16  libdispatch.dylib                       0x00007fff8e0c2a82 _dispatch_call_block_and_release + 18
17  libdispatch.dylib                       0x00007fff8e0c3961 _dispatch_worker_thread2 + 255
18  libsystem_c.dylib                       0x00007fff8a03b3da _pthread_wqthread + 316
19  libsystem_c.dylib                       0x00007fff8a03cb85 start_wqthread + 13


Thread 4:: -[IMAPMailboxSyncEngine _goWithMessagesIfNeeded:]  Dispatch queue: com.apple.root.default-overcommit-priority
0   libsystem_kernel.dylib                  0x00007fff8b424bf2 __psynch_mutexwait + 10
1   libsystem_c.dylib                       0x00007fff8a0381a1 pthread_mutex_lock + 545
2   com.apple.MessageFramework              0x00007fff922d7e86 -[IMAPMailboxSyncEngine _copyLibraryIMAPStore] + 29
3   com.apple.MessageFramework              0x00007fff922d799e -[IMAPMailboxSyncEngine _goWithMessages:] + 44
4   com.apple.CoreFoundation                0x00007fff8f9afefc __invoking___ + 140
5   com.apple.CoreFoundation                0x00007fff8f9afd94 -[NSInvocation invoke] + 132
6   com.apple.MessageFramework              0x00007fff92279b44 -[MonitoredInvocation invoke] + 196
7   com.apple.MessageFramework              0x00007fff92256655 -[ThrowingInvocationOperation main] + 33
8   com.apple.MessageFramework              0x00007fff922565fb -[_MFInvocationOperation main] + 449
9   com.apple.Foundation                    0x00007fff8e67b6b4 -[__NSOperationInternal start] + 705
10  com.apple.Foundation                    0x00007fff8e68e912 ____NSOQSchedule_block_invoke_2 + 124
11  libdispatch.dylib                       0x00007fff8e0c2a82 _dispatch_call_block_and_release + 18
12  libdispatch.dylib                       0x00007fff8e0c3961 _dispatch_worker_thread2 + 255
13  libsystem_c.dylib                       0x00007fff8a03b3da _pthread_wqthread + 316
14  libsystem_c.dylib                       0x00007fff8a03cb85 start_wqthread + 13


Thread 5:
0   libsystem_kernel.dylib                  0x00007fff8b425192 __workq_kernreturn + 10
1   libsystem_c.dylib                       0x00007fff8a03b594 _pthread_wqthread + 758
2   libsystem_c.dylib                       0x00007fff8a03cb85 start_wqthread + 13


Thread 6:: -[LibraryIMAPStore openSynchronously]  Dispatch queue: com.apple.root.default-overcommit-priority
0   libsystem_kernel.dylib                  0x00007fff8b42367a mach_msg_trap + 10
1   libsystem_kernel.dylib                  0x00007fff8b422d71 mach_msg + 73
2   com.apple.CoreFoundation                0x00007fff8f94a50c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation                0x00007fff8f952c74 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation                0x00007fff8f952486 CFRunLoopRunSpecific + 230
5   com.apple.MessageFramework              0x00007fff92297a3c _handleRequestWithTimeout + 1484
6   com.apple.MessageFramework              0x00007fff92296c2f -[_NSSocket connectToHost:withPort:protocol:] + 841
7   com.apple.MessageFramework              0x00007fff92295e29 -[Connection _connectUsingHostname:onPort:securityLayerType:clientIdentity:accountClass:] + 747
8   com.apple.MessageFramework              0x00007fff922959d2 -[Connection _connectUsingAccount:securityLayerType:] + 224
9   com.apple.MessageFramework              0x00007fff9229562e -[Connection connectAndSetSecurityLayerUsingAccount:] + 181
10  com.apple.MessageFramework              0x00007fff922954f9 -[Connection connectUsingAccount:] + 80
11  com.apple.MessageFramework              0x00007fff92294d79 -[IMAPAccount _connectAndAuthenticate:] + 476
12  com.apple.MessageFramework              0x00007fff922ba6b6 -[IMAPConnectionPool _validateAndCheckOutGateway:forMailbox:allowReconnect:newGateway:] + 612
13  com.apple.MessageFramework              0x00007fff922b8b70 -[IMAPConnectionPool _checkOutNewGatewayWithConnection:forMailbox:] + 303
14  com.apple.MessageFramework              0x00007fff922b805c -[IMAPConnectionPool checkOutGatewayForMailbox:newConnection:highPriority:waitIndefinitely:] + 285
15  com.apple.MessageFramework              0x00007fff92293604 -[IMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 522
16  com.apple.MessageFramework              0x00007fff922931ee -[IMAPAccount _gatewayForMailboxUid:name:options:] + 166
17  com.apple.MessageFramework              0x00007fff922930c8 -[IMAPAccount gatewayForStore:options:] + 126
18  com.apple.MessageFramework              0x00007fff92292f0b -[LibraryIMAPStore _gatewayCreateIfNeeded:options:] + 131
19  com.apple.MessageFramework              0x00007fff9228dcc1 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 283
20  com.apple.CoreFoundation                0x00007fff8f9afefc __invoking___ + 140
21  com.apple.CoreFoundation                0x00007fff8f9afd94 -[NSInvocation invoke] + 132
22  com.apple.MessageFramework              0x00007fff92279b44 -[MonitoredInvocation invoke] + 196
23  com.apple.MessageFramework              0x00007fff92256655 -[ThrowingInvocationOperation main] + 33
24  com.apple.MessageFramework              0x00007fff922565fb -[_MFInvocationOperation main] + 449
25  com.apple.Foundation                    0x00007fff8e67b6b4 -[__NSOperationInternal start] + 705
26  com.apple.Foundation                    0x00007fff8e68e912 ____NSOQSchedule_block_invoke_2 + 124
27  libdispatch.dylib                       0x00007fff8e0c2a82 _dispatch_call_block_and_release + 18
28  libdispatch.dylib                       0x00007fff8e0c3961 _dispatch_worker_thread2 + 255
29  libsystem_c.dylib                       0x00007fff8a03b3da _pthread_wqthread + 316
30  libsystem_c.dylib                       0x00007fff8a03cb85 start_wqthread + 13


Thread 7:
0   libsystem_kernel.dylib                  0x00007fff8b425192 __workq_kernreturn + 10
1   libsystem_c.dylib                       0x00007fff8a03b594 _pthread_wqthread + 758
2   libsystem_c.dylib                       0x00007fff8a03cb85 start_wqthread + 13


Thread 8:
0   libsystem_kernel.dylib                  0x00007fff8b425192 __workq_kernreturn + 10
1   libsystem_c.dylib                       0x00007fff8a03b594 _pthread_wqthread + 758
2   libsystem_c.dylib                       0x00007fff8a03cb85 start_wqthread + 13


Thread 9:: -[IMAPAccount _synchronizeAccountWithServerWithUserInput:]  Dispatch queue: com.apple.root.default-overcommit-priority
0   libsystem_kernel.dylib                  0x00007fff8b424bf2 __psynch_mutexwait + 10
1   libsystem_c.dylib                       0x00007fff8a0381a1 pthread_mutex_lock + 545
2   com.apple.Foundation                    0x00007fff8e63d1ee -[NSLock lock] + 163
3   com.apple.MessageFramework              0x00007fff922931c8 -[IMAPAccount _gatewayForMailboxUid:name:options:] + 128
4   com.apple.MessageFramework              0x00007fff922930c8 -[IMAPAccount gatewayForStore:options:] + 126
5   com.apple.MessageFramework              0x00007fff922ed79f -[IMAPAccount _listingForMailboxUid:listAllChildren:onlySubscribed:withUserInput:] + 96
6   com.apple.MessageFramework              0x00007fff922ed33c -[IMAPAccount _listingForMailboxUid:listAllChildren:withUserInput:] + 119
7   com.apple.MessageFramework              0x00007fff922ed266 -[IMAPAccount _synchronizeMailboxListWithUserInput:] + 67
8   com.apple.MessageFramework              0x00007fff922e4eca -[RemoteStoreAccount _synchronizeAccountWithServerWithUserInput:] + 329
9   com.apple.MessageFramework              0x00007fff922e4b66 -[IMAPAccount _synchronizeAccountWithServerWithUserInput:] + 43
10  com.apple.CoreFoundation                0x00007fff8f9afefc __invoking___ + 140
11  com.apple.CoreFoundation                0x00007fff8f9afd94 -[NSInvocation invoke] + 132
12  com.apple.MessageFramework              0x00007fff92279b44 -[MonitoredInvocation invoke] + 196
13  com.apple.MessageFramework              0x00007fff92256655 -[ThrowingInvocationOperation main] + 33
14  com.apple.MessageFramework              0x00007fff922565fb -[_MFInvocationOperation main] + 449
15  com.apple.Foundation                    0x00007fff8e67b6b4 -[__NSOperationInternal start] + 705
16  com.apple.Foundation                    0x00007fff8e68e912 ____NSOQSchedule_block_invoke_2 + 124
17  libdispatch.dylib                       0x00007fff8e0c2a82 _dispatch_call_block_and_release + 18
18  libdispatch.dylib                       0x00007fff8e0c3961 _dispatch_worker_thread2 + 255
19  libsystem_c.dylib                       0x00007fff8a03b3da _pthread_wqthread + 316
20  libsystem_c.dylib                       0x00007fff8a03cb85 start_wqthread + 13


Thread 10:
0   libsystem_kernel.dylib                  0x00007fff8b425192 __workq_kernreturn + 10
1   libsystem_c.dylib                       0x00007fff8a03b594 _pthread_wqthread + 758
2   libsystem_c.dylib                       0x00007fff8a03cb85 start_wqthread + 13


Thread 11:
0   libsystem_kernel.dylib                  0x00007fff8b425192 __workq_kernreturn + 10
1   libsystem_c.dylib                       0x00007fff8a03b594 _pthread_wqthread + 758
2   libsystem_c.dylib                       0x00007fff8a03cb85 start_wqthread + 13


Thread 12:
0   libsystem_kernel.dylib                  0x00007fff8b425192 __workq_kernreturn + 10
1   libsystem_c.dylib                       0x00007fff8a03b594 _pthread_wqthread + 758
2   libsystem_c.dylib                       0x00007fff8a03cb85 start_wqthread + 13


Thread 13:
0   libsystem_kernel.dylib                  0x00007fff8b425192 __workq_kernreturn + 10
1   libsystem_c.dylib                       0x00007fff8a03b594 _pthread_wqthread + 758
2   libsystem_c.dylib                       0x00007fff8a03cb85 start_wqthread + 13


Thread 14:
0   libsystem_kernel.dylib                  0x00007fff8b425192 __workq_kernreturn + 10
1   libsystem_c.dylib                       0x00007fff8a03b594 _pthread_wqthread + 758
2   libsystem_c.dylib                       0x00007fff8a03cb85 start_wqthread + 13


Thread 15:
0   libsystem_kernel.dylib                  0x00007fff8b425192 __workq_kernreturn + 10
1   libsystem_c.dylib                       0x00007fff8a03b594 _pthread_wqthread + 758
2   libsystem_c.dylib                       0x00007fff8a03cb85 start_wqthread + 13


Thread 16:
0   libsystem_kernel.dylib                  0x00007fff8b425192 __workq_kernreturn + 10
1   libsystem_c.dylib                       0x00007fff8a03b594 _pthread_wqthread + 758
2   libsystem_c.dylib                       0x00007fff8a03cb85 start_wqthread + 13


Thread 17:
0   libsystem_kernel.dylib                  0x00007fff8b425192 __workq_kernreturn + 10
1   libsystem_c.dylib                       0x00007fff8a03b594 _pthread_wqthread + 758
2   libsystem_c.dylib                       0x00007fff8a03cb85 start_wqthread + 13


Thread 18:
0   libsystem_kernel.dylib                  0x00007fff8b42367a mach_msg_trap + 10
1   libsystem_kernel.dylib                  0x00007fff8b422d71 mach_msg + 73
2   com.apple.CoreFoundation                0x00007fff8f94a50c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation                0x00007fff8f952c74 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation                0x00007fff8f952486 CFRunLoopRunSpecific + 230
5   com.apple.Foundation                    0x00007fff8e63ef7b -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
6   com.apple.Foundation                    0x00007fff8e63ee67 -[NSRunLoop(NSRunLoop) run] + 62
7   com.apple.MessageFramework              0x00007fff92296685 +[_NSSocket _runIOThread] + 80
8   com.apple.Foundation                    0x00007fff8e68d72a -[NSThread main] + 68
9   com.apple.Foundation                    0x00007fff8e68d6a2 __NSThread__main__ + 1575
10  libsystem_c.dylib                       0x00007fff8a0398bf _pthread_start + 335
11  libsystem_c.dylib                       0x00007fff8a03cb75 thread_start + 13


Thread 19:: com.apple.CFSocket.private
0   libsystem_kernel.dylib                  0x00007fff8b424df2 __select + 10
1   com.apple.CoreFoundation                0x00007fff8f99bc8b __CFSocketManager + 1355
2   libsystem_c.dylib                       0x00007fff8a0398bf _pthread_start + 335
3   libsystem_c.dylib                       0x00007fff8a03cb75 thread_start + 13


Thread 20:
0   libsystem_kernel.dylib                  0x00007fff8b42367a mach_msg_trap + 10
1   libsystem_kernel.dylib                  0x00007fff8b422d71 mach_msg + 73
2   com.apple.CoreFoundation                0x00007fff8f94a50c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation                0x00007fff8f952c74 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation                0x00007fff8f952486 CFRunLoopRunSpecific + 230
5   com.apple.Foundation                    0x00007fff8e63ef7b -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
6   com.apple.Foundation                    0x00007fff8e63ee67 -[NSRunLoop(NSRunLoop) run] + 62
7   com.apple.MessageFramework              0x00007fff92276eb9 -[RSSInterchange _runManager] + 1345
8   com.apple.Foundation                    0x00007fff8e68d72a -[NSThread main] + 68
9   com.apple.Foundation                    0x00007fff8e68d6a2 __NSThread__main__ + 1575
10  libsystem_c.dylib                       0x00007fff8a0398bf _pthread_start + 335
11  libsystem_c.dylib                       0x00007fff8a03cb75 thread_start + 13


Thread 21:: com.apple.appkit-heartbeat
0   libsystem_kernel.dylib                  0x00007fff8b424e42 __semwait_signal + 10
1   libsystem_c.dylib                       0x00007fff89fefdea nanosleep + 164
2   libsystem_c.dylib                       0x00007fff89fefbb5 usleep + 53
3   com.apple.AppKit                        0x00007fff9410d11b -[NSUIHeartBeat _heartBeatThread:] + 1727
4   com.apple.Foundation                    0x00007fff8e68d72a -[NSThread main] + 68
5   com.apple.Foundation                    0x00007fff8e68d6a2 __NSThread__main__ + 1575
6   libsystem_c.dylib                       0x00007fff8a0398bf _pthread_start + 335
7   libsystem_c.dylib                       0x00007fff8a03cb75 thread_start + 13


Thread 22:: WebCore: LocalStorage
0   libsystem_kernel.dylib                  0x00007fff8b424bca __psynch_cvwait + 10
1   libsystem_c.dylib                       0x00007fff8a03d274 _pthread_cond_wait + 840
2   com.apple.JavaScriptCore                0x00007fff8bfc1a60 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
3   com.apple.WebCore                       0x00007fff8ff61f9a ***::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 132
4   com.apple.WebCore                       0x00007fff8ff61ef3 WebCore::LocalStorageThread::threadEntryPoint() + 99
5   com.apple.WebCore                       0x00007fff8ff61e3b WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 9
6   libsystem_c.dylib                       0x00007fff8a0398bf _pthread_start + 335
7   libsystem_c.dylib                       0x00007fff8a03cb75 thread_start + 13


Thread 23:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib                  0x00007fff8b42367a mach_msg_trap + 10
1   libsystem_kernel.dylib                  0x00007fff8b422d71 mach_msg + 73
2   com.apple.CoreFoundation                0x00007fff8f94a50c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation                0x00007fff8f952c74 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation                0x00007fff8f952486 CFRunLoopRunSpecific + 230
5   com.apple.Foundation                    0x00007fff8e698fd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
6   com.apple.Foundation                    0x00007fff8e68d72a -[NSThread main] + 68
7   com.apple.Foundation                    0x00007fff8e68d6a2 __NSThread__main__ + 1575
8   libsystem_c.dylib                       0x00007fff8a0398bf _pthread_start + 335
9   libsystem_c.dylib                       0x00007fff8a03cb75 thread_start + 13


Thread 24:: JavaScriptCore::Marking
0   libsystem_kernel.dylib                  0x00007fff8b424bca __psynch_cvwait + 10
1   libsystem_c.dylib                       0x00007fff8a03d274 _pthread_cond_wait + 840
2   com.apple.JavaScriptCore                0x00007fff8c23878d JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493
3   com.apple.JavaScriptCore                0x00007fff8c2389e0 JSC::MarkStackThreadSharedData::markingThreadMain() + 272
4   com.apple.JavaScriptCore                0x00007fff8c238a89 JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 9
5   libsystem_c.dylib                       0x00007fff8a0398bf _pthread_start + 335
6   libsystem_c.dylib                       0x00007fff8a03cb75 thread_start + 13


Thread 25:: JavaScriptCore::BlockFree
0   libsystem_kernel.dylib                  0x00007fff8b424bca __psynch_cvwait + 10
1   libsystem_c.dylib                       0x00007fff8a03d274 _pthread_cond_wait + 840
2   com.apple.JavaScriptCore                0x00007fff8bfc1ab7 ***::ThreadCondition::timedWait(***::Mutex&, double) + 151
3   com.apple.JavaScriptCore                0x00007fff8c2410cc JSC::Heap::blockFreeingThreadMain() + 300
4   com.apple.JavaScriptCore                0x00007fff8c241109 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
5   libsystem_c.dylib                       0x00007fff8a0398bf _pthread_start + 335
6   libsystem_c.dylib                       0x00007fff8a03cb75 thread_start + 13


Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000001  rbx: 0x0000000000000204  rcx: 0x0000000000000003  rdx: 0x40d23b1ed5599e63
  rdi: 0x0000000000000204  rsi: 0x0000000000000001  rbp: 0x00007fff6da5a240  rsp: 0x00007fff6da5a230
   r8: 0x00000000095b142a   r9: 0x00000000095a4fd9  r10: 0x0000000000000a50  r11: 0xffffffffffffffff
  r12: 0x00007fff90f8c3d6  r13: 0x0000000000000001  r14: 0x0000000000000001  r15: 0x0000000000000000
  rip: 0x00007fff90f907f3  rfl: 0x0000000000010202  cr2: 0x0000000000000204
Logical CPU: 1


Binary Images:
       0x10de5b000 -        0x10e20efff  com.apple.mail (5.3 - 1283) <1F49F84E-A64A-3C38-8C8E-39BEA1188767> /Applications/Mail.app/Contents/MacOS/Mail
       0x1104d2000 -        0x1104d4fff  apop.so (??? - ???) <B40CE86C-1757-3261-848C-F166F3D513EA> /usr/lib/sasl2/apop.so
       0x1104d8000 -        0x1104e1fff  digestmd5WebDAV.so (??? - ???) <8D39C8C0-ACCE-34D4-815A-87825A1A4492> /usr/lib/sasl2/digestmd5WebDAV.so
       0x1104e6000 -        0x1104e8fff  libanonymous.2.so (??? - ???) <99136B94-8BE0-3563-9E2A-9C826971B6E9> /usr/lib/sasl2/libanonymous.2.so
       0x1104ec000 -        0x1104effff  libcrammd5.2.so (??? - ???) <5EEE3304-D132-3C9B-A54D-C21D7C34DA28> /usr/lib/sasl2/libcrammd5.2.so
       0x11211d000 -        0x112133fff  dhx.so (??? - ???) <9AB7809C-2651-3FCF-9357-8E1CDEAB6466> /usr/lib/sasl2/dhx.so
       0x112140000 -        0x112149fff  libdigestmd5.2.so (??? - ???) <6DD64225-CFFF-379B-A5BA-5409F777F307> /usr/lib/sasl2/libdigestmd5.2.so
       0x11214e000 -        0x112153fff  libgssapiv2.2.so (??? - ???) <DC1BA305-26FA-3CC7-8400-6A45521EF2A3> /usr/lib/sasl2/libgssapiv2.2.so
       0x112158000 -        0x11215afff  login.so (??? - ???) <48CD069F-68F5-32C4-BFAC-AC0EFB7B9489> /usr/lib/sasl2/login.so
       0x11215e000 -        0x112163fff  libntlm.so (??? - ???) <1B9D16BE-D0DB-31A3-8B84-7830509B5ECA> /usr/lib/sasl2/libntlm.so
       0x112168000 -        0x11216ffff  libotp.2.so (??? - ???) <1DDBDDF7-3F84-3AF0-A878-9E64EEBE0ED5> /usr/lib/sasl2/libotp.2.so
       0x112178000 -        0x11217afff  libplain.2.so (??? - ???) <C98A873A-4373-3E3A-8257-D9BB5F857C85> /usr/lib/sasl2/libplain.2.so
       0x11217e000 -        0x112182fff  libpps.so (??? - ???) <26172BC5-1758-3BE6-9B8D-F254A727478A> /usr/lib/sasl2/libpps.so
       0x112187000 -        0x11218aff7  mschapv2.so (??? - ???) <F62C8BE2-B2E4-3E36-AC52-B4E149AFC186> /usr/lib/sasl2/mschapv2.so
       0x11218f000 -        0x1121bdfff  com.apple.DirectoryService.PasswordServerFramework (7.1 - 7.1) <1D934B92-4998-35C0-B9CA-3DEB938C2672> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
       0x1121d3000 -        0x1121d6fff  shadow_auxprop.so (??? - ???) <DF9DE842-FBFA-368A-AA8C-E29CF334FF69> /usr/lib/sasl2/shadow_auxprop.so
       0x1121db000 -        0x1121ddfff  smb_nt.so (??? - ???) <C6D59817-4DB8-34F9-BD71-2FDDA857CBA8> /usr/lib/sasl2/smb_nt.so
       0x1121e1000 -        0x1121e4fff  smb_ntlmv2.so (??? - ???) <A2FD1300-B742-32BE-B640-74732490CC94> /usr/lib/sasl2/smb_ntlmv2.so
       0x112638000 -        0x11263bff7  libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
       0x11267f000 -        0x11267fff1 +cl_kernels (??? - ???) <72630505-1BDB-48E4-8C10-9587512A3668> cl_kernels
       0x112685000 -        0x112686ff3 +cl_kernels (??? - ???) <68CACCE5-B5D5-4A1A-92FA-4AE0A5462C3D> cl_kernels
       0x112b21000 -        0x112b2bfef  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
       0x112b40000 -        0x112bdfff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
       0x112c17000 -        0x112c17ff3 +cl_kernels (??? - ???) <D89CFDFC-AB1F-4A00-B2B3-8FEC288396B2> cl_kernels
       0x112c4e000 -        0x112c4fff2 +cl_kernels (??? - ???) <9BE07026-23A1-417E-A3A1-1A1BCF87CF84> cl_kernels
       0x112c51000 -        0x112cebff7  unorm8_rgba.dylib (2.0.19 - compatibility 1.0.0) <8CA67399-44BB-35F8-94EF-EB57CD3AA542> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
       0x113147000 -        0x113148ff3 +cl_kernels (??? - ???) <6028A4A8-F855-4630-8AB0-7214C9189693> cl_kernels
       0x113159000 -        0x113159ff1 +cl_kernels (??? - ???) <BE5967E1-677C-4450-ADE4-642CF897969B> cl_kernels
       0x11315d000 -        0x11315dff9 +cl_kernels (??? - ???) <CD3205B4-A8C9-4452-A33D-8FD804E2CB79> cl_kernels
       0x113731000 -        0x113755fff  com.apple.Mail.Syncer (5.3 - 1283) <5F648C70-BF2C-3F17-8EAD-B76E490BC6CE> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncschema/Contents/MacOS/Syncer
       0x113768000 -        0x11376dfff  com.apple.contacts.iaplugin (1.5 - 1091) <F2A9A27A-8706-3BA8-A187-29D081E31F36> /System/Library/InternetAccounts/AddressBook.iaplugin/Contents/MacOS/AddressBook
       0x113773000 -        0x113777fff  com.aol.iaplugin (1.1 - 2) <E3692370-CCF7-324E-84E4-3E003DE9EC82> /System/Library/InternetAccounts/AOL.iaplugin/Contents/MacOS/AOL
       0x11377d000 -        0x113786fff  com.apple.exchange.iaplugin (1.1 - 2) <3B99C240-293E-3232-B729-8A929171353B> /System/Library/InternetAccounts/Exchange.iaplugin/Contents/MacOS/Exchange
       0x11378f000 -        0x11378fff7  com.apple.SafariDAVNotifier (1.1.1 - 1) <C3E0313B-11B0-3F38-85E3-8A6176A7C6F4> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/SafariDAVNotifier.framework/Versions/A/SafariDAVNotifier
       0x113ab2000 -        0x113ab4fff  com.apple.AddressBook.LocalSourceBundle (1.5 - 1091) <5A5C6F33-94F6-3231-AC7E-23D302142BE2> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
       0x113aca000 -        0x113acdfff  com.apple.DirectoryServicesSource (1.5 - 1091) <F0E58D9D-9D5D-3B38-8D82-74B979BF3532> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
       0x113ad5000 -        0x113b36fff  com.apple.AddressBook.CardDAVPlugin (10.7.2 - 200) <AB709DA1-29BE-35B3-A271-6D0C5C008B1F> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
       0x113d0d000 -        0x113d12fff  com.google.iaplugin (1.1 - 2) <6AEBA3F3-7D8E-34F4-A20E-A1EC6C6B9A72> /System/Library/InternetAccounts/Google.iaplugin/Contents/MacOS/Google
       0x113d19000 -        0x113d21fff  com.apple.calendar.iaplugin (5.0.3 - 1204.2) <7E42E232-D05A-361C-9641-298BD559FB83> /System/Library/InternetAccounts/iCal.iaplugin/Contents/MacOS/iCal
       0x113d40000 -        0x113d45fff  com.apple.chat.iaplugin (6.0.2 - 1011) <B7786E59-657A-39C6-9071-E71FC9562333> /System/Library/InternetAccounts/iChat.iaplugin/Contents/MacOS/iChat
       0x113d4a000 -        0x113d63fff  com.apple.placeholder.iaplugin (1.0.1 - 1) <6A584B53-F045-3740-B270-674EF531DCCD> /System/Library/InternetAccounts/iCloud.iaplugin/Contents/MacOS/iCloud
       0x113d76000 -        0x113dc9fff  com.apple.AOSUI (1.0.2 - 64) <BBACCC01-14D6-34D2-97C4-DDEF44A4DE22> /System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI
       0x113df7000 -        0x113e0eff7  com.apple.AOSAccounts (1.0.2 - 1.0.71) <302B3150-2335-39A5-A443-7E9410D4E1F1> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
       0x113e23000 -        0x113e61fff  com.apple.Ubiquity (1.1 - 210.2) <81A9973A-730B-308A-80A1-F5D042CB790C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
       0x113e7f000 -        0x113e9fff7  com.apple.ChunkingLibrary (1.0 - 127.2) <EDF32155-7CFE-3831-949B-80A56E991B68> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
       0x113eab000 -        0x113eaeff7  com.apple.yahoo.syncframework (1.5 - 61.3) <60BBFE6B-B192-3EEA-9EF4-2184CAF604D7> /System/Library/PrivateFrameworks/YahooSync.framework/Versions/A/YahooSync
       0x113ed4000 -        0x113edbfff  com.apple.mail.iaplugin (5.3 - 1283) <6DB0BE0F-183D-371F-8D24-8A2A15AE0363> /System/Library/InternetAccounts/Mail.iaplugin/Contents/MacOS/Mail
       0x113ee2000 -        0x113ee6fff  com.apple.mobileme.iaplugin (1.1 - 2) <E9F8D7D4-34A6-3F42-8BEC-F09373BF8024> /System/Library/InternetAccounts/MobileMe.iaplugin/Contents/MacOS/MobileMe
       0x113eed000 -        0x113ef2fff  com.apple.osxserver.iaplugin (1.1 - 2) <7C995DB7-73D4-3205-8E98-5E31F219A813> /System/Library/InternetAccounts/OSXServer.iaplugin/Contents/MacOS/OSXServer
       0x113ef9000 -        0x113efdfff  com.yahoo.iaplugin (1.1 - 2) <E362BF51-E2BC-3E86-B142-287858D19A86> /System/Library/InternetAccounts/Yahoo.iaplugin/Contents/MacOS/Yahoo
       0x113f90000 -        0x113f95ff7  libgermantok.dylib (??? - ???) <BEE85384-A58E-3D6B-914B-74E5FF3155F3> /usr/lib/libgermantok.dylib
       0x11400a000 -        0x114090ff7  com.apple.frameworks.server.foundation (10.7.3 - 185.6) <4719FA2C-6BAB-31F9-B68A-6DBC80FAC996> /System/Library/PrivateFrameworks/ServerFoundation.framework/Versions/A/ServerFoundation
       0x1140f1000 -        0x114103ff7  com.apple.PlatformHardwareManagement (2.0.1 - 2.0.1) <B55C63E6-0117-324B-B88A-18C5003D61FC> /System/Library/PrivateFrameworks/PlatformHardwareManagement.framework/Versions/A/PlatformHardwareManagement
       0x114110000 -        0x11414aff7  com.apple.frameworks.CoreDaemon (1.0 - 1.0) <A131985C-8F2E-3706-957E-89BA1FA6A14E> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
       0x114e30000 -        0x114e5dfff  com.apple.datadetectors.actions (3.3 - 172.6) <F2F97E2E-6EC0-31E4-9EEC-8D4A43AB6ECF> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/Resources/Actions.datadetectors/Contents/MacOS/Actions
       0x116764000 -        0x116771ff7 +com.evernote.EvernoteSafariClipperPlugin (1.0 - 158341) <16982ECA-E9D5-E7C4-262E-6FE26A6FF63D> /Users/USER/Library/Internet Plug-Ins/EvernoteSafariClipperPlugin.webplugin/Contents/MacOS/EvernoteSafariClipperPlugin
       0x116822000 -        0x116834ff7  com.apple.mail.WebPlugIn (5.3 - 1283) <2AED06A5-6F4E-3681-A3AD-41ABB4BB5966> /Applications/Mail.app/Contents/PlugIns/MailWebPlugIn.webplugin/Contents/MacOS/MailWebPlugIn
       0x11718d000 -        0x117341ff7  libCMaps.A.dylib (600.0.0 - compatibility 64.0.0) <31ADECC6-ADF3-36C5-A0CB-A8133151B8DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib
    0x7fff6da5b000 -     0x7fff6da8fbaf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
    0x7fff892d1000 -     0x7fff89324fff  com.apple.iCalendar (5.0.1 - 120.1) <88A1937C-3A85-3BEA-B124-1A11F6FB5D72> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x7fff89325000 -     0x7fff89327fff  com.apple.EFILogin (1.0 - 1) <EA18A476-CB02-3EC6-8B2D-9EA019B2D16E> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff89328000 -     0x7fff89329ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
    0x7fff8932a000 -     0x7fff8932dfff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8932e000 -     0x7fff89354fff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff893a2000 -     0x7fff89616fff  com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff89617000 -     0x7fff8966bff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8966c000 -     0x7fff89706ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff89707000 -     0x7fff8970dff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff8970e000 -     0x7fff8972aff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8972b000 -     0x7fff89844fff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff89849000 -     0x7fff89849fff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8984a000 -     0x7fff89a4cfff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
    0x7fff89ad0000 -     0x7fff89c5aff7  com.apple.WebKit (7534.57 - 7534.57.7) <15AA1A2E-DCAC-35CE-89DF-0FF7149198CD> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff89c5b000 -     0x7fff89c8bfff  com.apple.framework.Admin (11.0 - 11.0) <66A06B83-01D1-371E-8A77-4280570BB97D> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x7fff89c8c000 -     0x7fff89fb8fff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff89fb9000 -     0x7fff89fbefff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff89fbf000 -     0x7fff89feafff  com.apple.speech.LatentSemanticMappingFramework (2.8.10 - 2.8.10) <09D59AFB-6CCD-37E1-8A41-8C45217E7612> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping
    0x7fff89feb000 -     0x7fff8a0c8fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    0x7fff8a0c9000 -     0x7fff8a0cafff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
    0x7fff8a0d1000 -     0x7fff8a0dbff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
    0x7fff8a0dc000 -     0x7fff8a157ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8a158000 -     0x7fff8a1fdfff  com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8a1fe000 -     0x7fff8a205ff7  com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff8a206000 -     0x7fff8a20cfff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8a20d000 -     0x7fff8a27dfff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8a27e000 -     0x7fff8a2defff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8a2e5000 -     0x7fff8a304fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
    0x7fff8a659000 -     0x7fff8a66dff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8a66e000 -     0x7fff8a80eff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8a80f000 -     0x7fff8a8d6ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8a8d7000 -     0x7fff8a920ff7  com.apple.framework.CoreWLAN (2.1.3 - 213.1) <D2101093-0B35-3B90-B511-E9272400ED9B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8a9f2000 -     0x7fff8aa32ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
    0x7fff8aec4000 -     0x7fff8aee1fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
    0x7fff8aee2000 -     0x7fff8af3eff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8af3f000 -     0x7fff8b36cfff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8b36d000 -     0x7fff8b3d5ff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8b3d6000 -     0x7fff8b3d7fff  libwebsharing.dylib (??? - ???) <279415F4-2FAD-3D68-BE9A-691D03389662> /usr/lib/libwebsharing.dylib
    0x7fff8b3d8000 -     0x7fff8b3f7ff7  com.apple.DotMacSyncManager (6.1 - 488.6) <7F06D1AA-89C9-37A5-8243-89AB06E2DA2D> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMacSyncManager
    0x7fff8b3f8000 -     0x7fff8b40dfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8b40e000 -     0x7fff8b42efff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8b42f000 -     0x7fff8b481ff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8b482000 -     0x7fff8b48dfff  com.apple.NSServerNotificationCenter (4.1 - 4.1) <504CB664-D9F6-3CEE-A108-38DE002972C4> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotification
    0x7fff8b48e000 -     0x7fff8b491fff  com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff8b492000 -     0x7fff8b4aefff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A1ABA9DB-2C8A-3C96-976A-21E63194F7B2> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff8b4f4000 -     0x7fff8b501fff  com.apple.KerberosHelper (3.0 - 1.0) <5223379A-8854-36CF-B15C-44E0107EEE4C> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
    0x7fff8b502000 -     0x7fff8b9c9fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff8b9ca000 -     0x7fff8b9d1fff  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <1116CD6D-E7AD-375F-A691-B9DF6609FEAD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff8b9d2000 -     0x7fff8bfb6fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8bfb7000 -     0x7fff8c2d9fff  com.apple.JavaScriptCore (7534.57 - 7534.57.3) <3A04B8FC-CFA6-3AEB-8FDF-B0525B5A4C82> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8c2da000 -     0x7fff8c2dafff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8c2db000 -     0x7fff8c3ddfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
    0x7fff8c3de000 -     0x7fff8c41ffff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8c456000 -     0x7fff8c456fff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8c457000 -     0x7fff8c45efff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
    0x7fff8c45f000 -     0x7fff8c46dff7  com.apple.AppleFSCompression (37 - 1.0) <88C436E8-38AE-3D96-A8C8-2D1805CC47B7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff8c46e000 -     0x7fff8c4e4fff  com.apple.ISSupport (1.9.8 - 56) <2CEE7E6B-D841-36D8-BC9F-081B33F6E501> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff8c4e5000 -     0x7fff8c4fdff7  com.apple.iChat.InstantMessage (6.0.2 - 837) <2BAB9937-307D-3AF7-B9E2-B049B9B3EC8F> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x7fff8c4fe000 -     0x7fff8c50dff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
    0x7fff8c56b000 -     0x7fff8c56bfff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff8c56c000 -     0x7fff8c599fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
    0x7fff8c59a000 -     0x7fff8c852fff  com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8c853000 -     0x7fff8c859ff7  com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff8c85a000 -     0x7fff8c8fbfff  com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8c919000 -     0x7fff8c92cff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
    0x7fff8c92d000 -     0x7fff8c98efff  com.apple.ExchangeWebServices (2.2 - 127) <386F50D4-9D1C-3153-8E24-FCBFB7DABCBE> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices
    0x7fff8c98f000 -     0x7fff8cbb9fe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8cbc8000 -     0x7fff8cbdffff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8cbe0000 -     0x7fff8ccc4e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
    0x7fff8ccc5000 -     0x7fff8cd0bfff  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib
    0x7fff8d3d1000 -     0x7fff8d413fff  com.apple.corelocation (330.12 - 330.12) <CFDF7694-382A-30A8-8347-505BA0CAF312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff8d414000 -     0x7fff8d416ff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8d417000 -     0x7fff8d423fff  com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8d424000 -     0x7fff8d475ff7  com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8d476000 -     0x7fff8d476fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8d4c4000 -     0x7fff8d4cdff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff8d4ce000 -     0x7fff8d4e2fff  com.apple.syncservices.syncservicesui (6.3 - 673.6) <0F7E8249-A139-3151-A46B-41226AB0F6E3> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServicesUI
    0x7fff8d4e3000 -     0x7fff8d50fff7  com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8d510000 -     0x7fff8deaea27  com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8deaf000 -     0x7fff8deaffff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8deb0000 -     0x7fff8def0fe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8def1000 -     0x7fff8df1aff7  com.apple.framework.Apple80211 (7.4.1 - 741.1) <F60DA830-84ED-3473-8DE8-611A9D9B56FF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8df1b000 -     0x7fff8df2dff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff8df2e000 -     0x7fff8dfa4fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8dfa5000 -     0x7fff8e019fff  com.apple.WhitePagesFramework (10.7.0 - 141.0) <6585161A-628F-3467-82A4-ECBF1FE7184D> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x7fff8e01a000 -     0x7fff8e06efff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8e082000 -     0x7fff8e086ff7  com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8e099000 -     0x7fff8e0c0fff  com.apple.framework.internetaccounts (1.2 - 3) <28D44E21-54F2-366B-B9D9-1DB788EF0278> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
    0x7fff8e0c1000 -     0x7fff8e0cffff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    0x7fff8e0d0000 -     0x7fff8e22dfff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8e22e000 -     0x7fff8e23bfff  com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8e23c000 -     0x7fff8e2cafff  com.apple.iLifeMediaBrowser (2.6.4 - 502.4.5) <A19798B7-E1A6-3117-8094-8D3A2CAB417F> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
    0x7fff8e2d3000 -     0x7fff8e3b7ff7  com.apple.CoreServices.OSServices (478.50 - 478.50) <3D6AA4EF-C601-36C7-8F3A-A00964F01759> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8e3b8000 -     0x7fff8e4baff7  com.apple.PubSub (1.0.5 - 65.28) <0D52431F-D0B3-3175-85FF-8213615A4526> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff8e4bb000 -     0x7fff8e4fbfff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
    0x7fff8e4fc000 -     0x7fff8e541fff  com.apple.DiskManagement (4.2.1 - 509.1) <732DB9AE-823E-3121-9B87-05F6EED5564F> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff8e561000 -     0x7fff8e5c9ff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8e5ca000 -     0x7fff8e608fff  com.apple.bom (11.0 - 183) <841FA160-A37A-368D-B14E-27AA9DD1AEDA> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8e609000 -     0x7fff8e632fff  com.apple.datadetectors (3.3 - 172.6) <4C5A759B-7CB7-3C0E-8C50-DC2CCE92F5F7> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
    0x7fff8e633000 -     0x7fff8e94cfff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8e94d000 -     0x7fff8e9a3fff  libCoreStorage.dylib (??? - ???) <564C1AE4-4669-3D28-9DBF-0256A4341DF9> /usr/lib/libCoreStorage.dylib
    0x7fff8e9a4000 -     0x7fff8e9aafff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
    0x7fff8e9ab000 -     0x7fff8ea97ff7  com.apple.backup.framework (1.3.5 - 1.3.5) <B25104A3-1CE5-36CA-8F26-0A2DE3F95F70> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8ea98000 -     0x7fff8eafeff7  com.apple.coredav (1.0.1 - 164.1) <D3770C5D-6863-3DDF-AF64-7882024BF0F9> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x7fff8eaff000 -     0x7fff8ee24ff7  com.apple.AddressBook.framework (6.1.3 - 1091) <5A8BEED1-229C-3A9C-8281-581127A1B9B5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff8ee25000 -     0x7fff8f096fff  com.apple.QuartzComposer (5.0 - 236.10) <F8560AEC-4E26-3A43-BE0A-B20FCB5B2E7D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff8f097000 -     0x7fff8f3b3fff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8f3b4000 -     0x7fff8f3b4fff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8f3b5000 -     0x7fff8f4aafff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff8f4ab000 -     0x7fff8f4aeff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8f4af000 -     0x7fff8f4b3fff  com.apple.FindMyMac (1.2 - 1.2) <4657B3B1-CD83-33F6-B072-9384B59222F7> /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac
    0x7fff8f4b4000 -     0x7fff8f4f8ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B2A38D2C-7E82-34C5-8896-48C37B0E64A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8f4f9000 -     0x7fff8f600fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
    0x7fff8f601000 -     0x7fff8f613ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff8f614000 -     0x7fff8f70eff7  com.apple.DiskImagesFramework (10.7.4 - 331.7) <BEBA6D78-08E0-3B99-B77B-A5CBF3344834> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8f70f000 -     0x7fff8f767ff7  libTIFF.dylib (??? - ???) <59353B7F-EA9A-32D5-A501-283443B30C60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8f770000 -     0x7fff8f875fff  libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8f876000 -     0x7fff8f87bfff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8f87c000 -     0x7fff8f87dfff  libodfde.dylib (??? - ???) <87836EDD-1474-3926-916A-A7AE8CA65079> /usr/lib/libodfde.dylib
    0x7fff8f91a000 -     0x7fff8faeeff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8faf3000 -     0x7fff8fafafff  com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8fafb000 -     0x7fff8fb1ffff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8fb20000 -     0x7fff8fb7bfff  com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <9F7C4D81-5CC7-3D66-AC66-81EA9A5EAB94> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff8fb8b000 -     0x7fff8fb8ffff  libutil.dylib (??? - ???) <28672328-B738-38CE-B231-8A93CA6E6EA4> /usr/lib/libutil.dylib
    0x7fff8fb90000 -     0x7fff8fbd8fff  com.apple.imfoundation (6.0 - 800) <267AA0CF-7F7E-387A-8A87-25696388215C> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/Frameworks/IMFoundation.framework/Versions/A/IMFoundation
    0x7fff8fbd9000 -     0x7fff8fc11fff  com.apple.CalDAV (1.0.1 - 93) <0CEB3B4A-4ABF-3EBC-922A-5D076DC601B4> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
    0x7fff8fc12000 -     0x7fff8fd1efff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8fd1f000 -     0x7fff8fd8aff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8fd8b000 -     0x7fff8fdb6ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
    0x7fff8fdb7000 -     0x7fff8ff42ff7  com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8ff43000 -     0x7fff90c7afff  com.apple.WebCore (7534.57 - 7534.57.7) <33FCF30A-08C5-3169-B3B0-3A9462FA1A0D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff90c7b000 -     0x7fff90cc2ff7  com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff90cd2000 -     0x7fff90cd3fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff90cd6000 -     0x7fff90d31ff7  com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff90d32000 -     0x7fff90d40fff  com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff90d41000 -     0x7fff90d7cfff  com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff90d7d000 -     0x7fff90ee4fff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff90ee5000 -     0x7fff90ef0ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff90ef1000 -     0x7fff90ef3fff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff90ef4000 -     0x7fff90efbfff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff90efe000 -     0x7fff90f2bfff  com.apple.quartzfilters (1.7.0 - 1.7.0) <ED846829-EBF1-3E2F-9EA6-D8743E5A4784> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff90f2c000 -     0x7fff90f2ffff  com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff90f30000 -     0x7fff90f3bff7  com.apple.aps.framework (2.1 - 2.1) <D0C49BA6-A5FB-3DBD-AFCC-7B6F056A57A7> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff90f3c000 -     0x7fff90f40fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff90f41000 -     0x7fff90fd3ff7  com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff90fd4000 -     0x7fff9100dfe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
    0x7fff9100e000 -     0x7fff9106bff7  com.apple.QuickLookFramework (3.2 - 500.18) <C36371BF-E1F6-3DF7-83EA-CE96FCDCE4C4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff9106c000 -     0x7fff910fffff  com.apple.PDFKit (2.6.5 - 2.6.5) <9CC30317-E89D-3DDF-9069-F3A9CEE4B9A1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff91100000 -     0x7fff91184ff7  com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff91185000 -     0x7fff9120aff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff9120b000 -     0x7fff91215fff  libcsfde.dylib (??? - ???) <165F76E5-EE38-3942-82B4-9BCEEF72EB69> /usr/lib/libcsfde.dylib
    0x7fff91216000 -     0x7fff91221fff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff91222000 -     0x7fff91227ff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
    0x7fff91228000 -     0x7fff9123efff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff9123f000 -     0x7fff9124cfff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff9124d000 -     0x7fff91264fff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff91265000 -     0x7fff9160ffe7  com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff91610000 -     0x7fff91612ff7  com.apple.IMServicePlugInSupport (1.0 - 1) <A566600F-3D38-3B98-91B5-421AE6D27192> /System/Library/Frameworks/IMServicePlugIn.framework/Versions/A/Frameworks/IMServicePlugInSupport.framework/Versions/A/IMServicePlugInSupport
    0x7fff91613000 -     0x7fff9161efff  com.apple.dotMacLegacy (3.3 - 267) <A7CC6E73-82CD-3057-9A83-894FA0CD7E6C> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegacy
    0x7fff9161f000 -     0x7fff91695ff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
    0x7fff91696000 -     0x7fff916b0fff  com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff916b1000 -     0x7fff91713ff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff91714000 -     0x7fff91ebcfff  com.apple.CoreAUC (6.16.12 - 6.16.12) <EF535959-14FE-3B61-9C32-DF4C54B8F12D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff91fa5000 -     0x7fff9221dfff  com.apple.imageKit (2.1.2 - 1.0) <23470050-28FB-3B09-8E27-ADC371B0E4B8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff9221e000 -     0x7fff92249fff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
    0x7fff9224a000 -     0x7fff92253fff  com.apple.AOSNotification (1.4.0 - 504.1) <081FDD03-CCDF-37E1-A8B6-911CA33B3421> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x7fff92254000 -     0x7fff925aefff  com.apple.MessageFramework (5.3 - 1283) <3CBABE98-5C90-3112-9D93-480449BB9F7A> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x7fff926f7000 -     0x7fff9276afff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff927aa000 -     0x7fff92916ff7  com.apple.syncservices (6.3 - 673.6) <B238BC80-1760-3F33-B153-809E824962C4> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x7fff92917000 -     0x7fff92929ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
    0x7fff9292a000 -     0x7fff92935ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff92936000 -     0x7fff92937fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
    0x7fff92938000 -     0x7fff9296dfff  com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff9296e000 -     0x7fff92972fff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
    0x7fff929a3000 -     0x7fff929c4fff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff929c5000 -     0x7fff92cbaff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff92cd1000 -     0x7fff92cd6fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff92cd7000 -     0x7fff92cfffff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff92d00000 -     0x7fff92d04fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff92e48000 -     0x7fff92e78ff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff92e79000 -     0x7fff92e86ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
    0x7fff92e87000 -     0x7fff92e9dff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff92ee3000 -     0x7fff92f31fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff92f32000 -     0x7fff92f35fff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff92f36000 -     0x7fff92f41ff7  com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff92f42000 -     0x7fff92f44fff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
    0x7fff92f45000 -     0x7fff92f46fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff92f47000 -     0x7fff92f49fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff92f4a000 -     0x7fff93047ff7  com.apple.avfoundation (2.0 - 180.50) <A2EAE4E6-4DBA-3AAB-A387-7E72B93B6DA9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff93097000 -     0x7fff93198fff  com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff931d7000 -     0x7fff93212fff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
    0x7fff93213000 -     0x7fff932c6ff7  com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff932c9000 -     0x7fff932edfff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff932fe000 -     0x7fff9371cff7  com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x7fff9371d000 -     0x7fff93757fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff93758000 -     0x7fff93836fff  com.apple.DiscRecording (6.0.4 - 6040.4.1) <E6D5835F-EE3C-3814-A2EE-6962B5570EF1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff93837000 -     0x7fff9396dfff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff9396e000 -     0x7fff939adfff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff93a98000 -     0x7fff93ba5fff  libJP2.dylib (??? - ???) <6AF1F5FC-34D4-3278-BEBB-0712B81890B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff93ba6000 -     0x7fff93bcffff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff93bd0000 -     0x7fff93bd0fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff93bd1000 -     0x7fff93c28fff  com.apple.Suggestions (1.1 - 85.1) <DE511C42-D2F2-309C-80EE-53862245DE22> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x7fff93c3e000 -     0x7fff93eaaff7  com.apple.AOSKit (1.021 - 94) <530546F3-F01C-3A89-8477-C800EFE59593> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x7fff93eab000 -     0x7fff93eabfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff93eac000 -     0x7fff93eb1fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff93eb2000 -     0x7fff93ecfff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff93ed0000 -     0x7fff94ad6fff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff94ad7000 -     0x7fff94b6dff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff94b6e000 -     0x7fff94b7cff7  libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
    0x7fff94b7d000 -     0x7fff94ba6fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff94ba7000 -     0x7fff94bdaff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff94bdb000 -     0x7fff94c1dff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff94c1e000 -     0x7fff94c1efff  com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff94c1f000 -     0x7fff94c2efff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff94c2f000 -     0x7fff94c3aff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <D836A22C-BBDC-3C9F-83D3-F8CC0EE75885> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff94e23000 -     0x7fff94e23fff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff94e24000 -     0x7fff94e25ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff94e26000 -     0x7fff94e72ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff94e73000 -     0x7fff94eb7ff7  com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff94eb8000 -     0x7fff94ebefff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff94ebf000 -     0x7fff94f3bff7  com.apple.imcore (6.0 - 800) <0A4267B7-D92F-33DA-9B09-1995221A0831> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x7fff94f3c000 -     0x7fff94f8ffff  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff94f90000 -     0x7fff94f95fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
    0x7fff958ac000 -     0x7fff958acfff  com.apple.AOSMigrate (1.0 - 1) <7D22554E-EDAE-3B37-AC47-96B0797F1781> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x7fff958ad000 -     0x7fff9598cfff  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <047DFE61-500F-3F11-9881-D0844D2FCE5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff9598d000 -     0x7fff9598eff7  libsystem_sandbox.dylib (??? - ???) <5422BA4A-4C96-3BC1-AF83-14F0CED0ECB5> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff9598f000 -     0x7fff95bbafff  com.apple.CalendarStore (5.0.3 - 1204.2) <E4E5EC49-B50A-3DF0-A6FC-2782ADB97343> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x7fff95bbb000 -     0x7fff95c5dfff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff95c5e000 -     0x7fff95c66fff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff95c67000 -     0x7fff95ceafef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff95ceb000 -     0x7fff9611eff7  com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox


External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 4
    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: 6750
    thread_create: 2
    thread_set_state: 0


VM Region Summary:
ReadOnly portion of Libraries: Total=231.8M resident=111.9M(48%) swapped_out_or_unallocated=119.9M(52%)
Writable regions: Total=1.1G written=41.0M(4%) resident=71.4M(6%) swapped_out=0K(0%) unallocated=1.0G(94%)

REGION TYPE                        VIRTUAL
===========                        =======
CG backing stores                    4020K
CG image                              524K
CG raster data                       1388K
CG shared images                     4472K
CoreAnimation                           4K
CoreGraphics                           16K
CoreImage                              76K
CoreServices                         5084K
JS JIT generated code               128.0M
JS JIT generated code (reserved)    896.0M        reserved VM address space (unallocated)
JS VM register file (reserved)       4096K        reserved VM address space (unallocated)
JS garbage collector                   16K
MALLOC                               53.5M
MALLOC guard page                      48K
Memory tag=240                          4K
Memory tag=242                         12K
Memory tag=251                        180K
OpenCL                                 68K
SQLite page cache                    4512K
STACK GUARD                          56.1M
Stack                                20.3M
VM_ALLOCATE                          16.4M
__CI_BITMAP                            80K
__DATA                               23.3M
__IMAGE                               528K
__LINKEDIT                           50.7M
__TEXT                              181.1M
__UNICODE                             544K
mapped file                          68.6M
shared memory                         700K
===========                        =======
TOTAL                                 1.5G
TOTAL, minus reserved VM space      619.8M

MacBook Pro (13-inch Mid 2009), Mac OS X (10.7.5)

Posted on Mar 26, 2013 2:52 AM

Reply
1 reply

Apple Mail keeps crashing (after receiving 100 attachments in the same mail ?)

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.