Mail crashes: database problem?

I have the oddest problem with Mail now that I've updated to Lion.  If I start to type the email address of one particular friend into the search box, it crashes as soon as I get to a character that distinguishes it from all others in my address book (ie meec for [email protected]).  I cannot type this address directly into the "To" field either.  Additionally, any time I click on an email that someone has sent to both our addresses, the email pauses for around 30 seconds before finally loading in the preview window. 
I use a POP account for my university which allows Mail to auto-complete email addresses for anyone at the school whether they are in my local address book or not.  
Could this be a problem with my school's mail server or is there some local file/database/etc. corrupted on my Mac?  From the error message, it appears to be a database problem but I'm not sure how to fix it.   The error log is attached.
================================================================================ ==========
Process:         Mail [62068]
Path:            /Applications/Mail.app/Contents/MacOS/Mail
Identifier:      com.apple.mail
Version:         5.0 (1244.2)
Build Info:      Mail-1244002000000000~1
Code Type:       X86-64 (Native)
Parent Process:  launchd [2965]
Date/Time:       2011-09-06 12:16:36.149 -0400
OS Version:      Mac OS X 10.7.1 (11B26)
Report Version:  9
Interval Since Last Report:          151083 sec
Crashes Since Last Report:           7
Per-App Interval Since Last Report:  172691 sec
Per-App Crashes Since Last Report:   4
Anonymous UUID:                      04FCE226-C892-421D-9A4C-C5CB047CB559
Crashed Thread:  7  Dispatch queue: suggestions.spotlight
Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
objc[62068]: garbage collection is OFF
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Fatal error.  The database at /Users/cperuta/Library/Application Support/AddressBook/MailRecents-v4.abcdmr is corrupted.  SQLite error code:11, 'database disk image is malformed''
*** First throw call stack:
    0   CoreFoundation                      0x00007fff94d01986 __exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff97198d5e objc_exception_throw + 43
    2   CoreData                            0x00007fff979ba13f _execute + 847
    3   CoreData                            0x00007fff979b986b -[NSSQLiteConnection execute] + 1211
    4   CoreData                            0x00007fff979d4e7c newFetchedRowsForFetchPlan_MT + 1084
    5   CoreData                            0x00007fff979dd696 -[NSSQLCore fetchRowForObjectID:] + 950
    6   CoreData                            0x00007fff979daf98 -[NSSQLCore newValuesForObjectWithID:withContext:error:] + 216
    7   CoreData                            0x00007fff979daeb1 -[NSPersistentStoreCoordinator(_NSInternalMethods) newValuesForObjectWithID:withContext:error:] + 65
    8   CoreData                            0x00007fff979da740 _PFFaultHandlerLookupRow + 416
    9   CoreData                            0x00007fff979da254 _PF_FulfillDeferredFault + 212
    10  CoreData                            0x00007fff979da0d8 _sharedIMPL_pvfk_core + 56
    11  AddressBook                         0x00007fff9021a06d -[ABCDMailRecent lastEmailDatesArray] + 301
    12  Foundation                          0x00007fff905e1d68 _NSGetUsingKeyValueGetter + 62
    13  AddressBook                         0x00007fff90171f7e -[ABCDRecord nts_ValueForProperty:row:record:] + 237
    14  AddressBook                         0x00007fff90171db1 -[ABRecord nts_ValueForProperty:row:] + 47
    15  AddressBook                         0x00007fff90171d80 -[ABRecord nts_ValueForProperty:] + 25
    16  AddressBook                         0x00007fff90191488 -[ABMailRecent valueForProperty:] + 136
    17  Suggestions                         0x00007fff9935654b -[SGTABPersonGeniusHelper additionalSuggestions] + 951
    18  Suggestions                         0x00007fff9934e8a1 -[SGTMailQueryGenius suggester:additionalSuggestionsForInput:] + 59
    19  Suggestions                         0x00007fff9933ad81 -[SGTSpotlightSuggester additionalSuggestionsForInput:] + 53
    20  Suggestions                         0x00007fff9933ba90 -[SGTSpotlightSuggester _processQueryResults:intermediateResults:suggestionsCount:] + 673
    21  Suggestions                         0x00007fff9933b616 -[SGTSpotlightSuggester _queryDidFinish:] + 308
    22  Foundation                          0x00007fff905d2716 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
    23  CoreFoundation                      0x00007fff94caa51a _CFXNotificationPost + 2634
    24  CoreFoundation                      0x00007fff94ce13e3 CFNotificationCenterPostNotificationWithOptions + 115
    25  Metadata                            0x00007fff98363968 ___pushNotification_block_invoke_1 + 104
    26  libdispatch.dylib                   0x00007fff9984990a _dispatch_call_block_and_release + 18
    27  libdispatch.dylib                   0x00007fff9984b15a _dispatch_queue_drain + 264
    28  libdispatch.dylib                   0x00007fff9984afb6 _dispatch_queue_invoke + 54
    29  libdispatch.dylib                   0x00007fff9984a7b0 _dispatch_worker_thread2 + 198
    30  libsystem_c.dylib                   0x00007fff93f893da _pthread_wqthread + 316
    31  libsystem_c.dylib                   0x00007fff93f8ab85 start_wqthread + 13
terminate called throwing an exception
abort() called
Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib            0x00007fff905b067a mach_msg_trap + 10
1   libsystem_kernel.dylib            0x00007fff905afd71 mach_msg + 73
2   com.apple.CoreFoundation          0x00007fff94c8e29c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation          0x00007fff94c96a04 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation          0x00007fff94c96216 CFRunLoopRunSpecific + 230
5   com.apple.HIToolbox               0x00007fff8d92e4ff RunCurrentEventLoopInMode + 277
6   com.apple.HIToolbox               0x00007fff8d935c21 ReceiveNextEventCommon + 355
7   com.apple.HIToolbox               0x00007fff8d935aae BlockUntilNextEventMatchingListInMode + 62
8   com.apple.AppKit                  0x00007fff931f2191 _DPSNextEvent + 659
9   com.apple.AppKit                  0x00007fff931f1a95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
10  com.apple.AppKit                  0x00007fff931ee3d6 -[NSApplication run] + 463
11  com.apple.AppKit                  0x00007fff9346c52a NSApplicationMain + 867
12  com.apple.mail                    0x000000010bcf5c34 0x10bc1d000 + 887860
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib            0x00007fff905b27e6 kevent + 10
1   libdispatch.dylib                 0x00007fff9984b60e _dispatch_mgr_invoke + 923
2   libdispatch.dylib                 0x00007fff9984a19e _dispatch_mgr_thread + 54
Thread 2:
0   libsystem_kernel.dylib            0x00007fff905b067a mach_msg_trap + 10
1   libsystem_kernel.dylib            0x00007fff905afd71 mach_msg + 73
2   com.apple.CoreFoundation          0x00007fff94c8e29c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation          0x00007fff94c96a04 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation          0x00007fff94c96216 CFRunLoopRunSpecific + 230
5   com.apple.Foundation              0x00007fff905c7983 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
6   com.apple.Foundation              0x00007fff905c786f -[NSRunLoop(NSRunLoop) run] + 62
7   com.apple.MessageFramework        0x00007fff92c563b5 -[RSSInterchange _runManager] + 1345
8   com.apple.Foundation              0x00007fff906161ea -[NSThread main] + 68
9   com.apple.Foundation              0x00007fff90616162 __NSThread__main__ + 1575
10  libsystem_c.dylib                 0x00007fff93f878bf _pthread_start + 335
11  libsystem_c.dylib                 0x00007fff93f8ab75 thread_start + 13
Thread 3:: WebCore: LocalStorage
0   libsystem_kernel.dylib            0x00007fff905b1bca __psynch_cvwait + 10
1   libsystem_c.dylib                 0x00007fff93f8b274 _pthread_cond_wait + 840
2   com.apple.JavaScriptCore          0x00007fff9813fba0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
3   com.apple.WebCore                 0x00007fff8f2572ba ***::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 132
4   com.apple.WebCore                 0x00007fff8f257213 WebCore::LocalStorageThread::threadEntryPoint() + 99
5   com.apple.WebCore                 0x00007fff8f25715b WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 9
6   libsystem_c.dylib                 0x00007fff93f878bf _pthread_start + 335
7   libsystem_c.dylib                 0x00007fff93f8ab75 thread_start + 13
Thread 4:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib            0x00007fff905b067a mach_msg_trap + 10
1   libsystem_kernel.dylib            0x00007fff905afd71 mach_msg + 73
2   com.apple.CoreFoundation          0x00007fff94c8e29c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation          0x00007fff94c96a04 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation          0x00007fff94c96216 CFRunLoopRunSpecific + 230
5   com.apple.Foundation              0x00007fff90621a97 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
6   com.apple.Foundation              0x00007fff906161ea -[NSThread main] + 68
7   com.apple.Foundation              0x00007fff90616162 __NSThread__main__ + 1575
8   libsystem_c.dylib                 0x00007fff93f878bf _pthread_start + 335
9   libsystem_c.dylib                 0x00007fff93f8ab75 thread_start + 13
Thread 5:
0   libsystem_kernel.dylib            0x00007fff905b067a mach_msg_trap + 10
1   libsystem_kernel.dylib            0x00007fff905afd71 mach_msg + 73
2   com.apple.CoreFoundation          0x00007fff94c8e29c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation          0x00007fff94c96a04 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation          0x00007fff94c96216 CFRunLoopRunSpecific + 230
5   com.apple.Foundation              0x00007fff905c7983 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
6   com.apple.Foundation              0x00007fff905c786f -[NSRunLoop(NSRunLoop) run] + 62
7   com.apple.MessageFramework        0x00007fff92c75b89 +[_NSSocket _runIOThread] + 80
8   com.apple.Foundation              0x00007fff906161ea -[NSThread main] + 68
9   com.apple.Foundation              0x00007fff90616162 __NSThread__main__ + 1575
10  libsystem_c.dylib                 0x00007fff93f878bf _pthread_start + 335
11  libsystem_c.dylib                 0x00007fff93f8ab75 thread_start + 13
Thread 6:: com.apple.CFSocket.private
0   libsystem_kernel.dylib            0x00007fff905b1df2 __select + 10
1   com.apple.CoreFoundation          0x00007fff94cdf66b __CFSocketManager + 1355
2   libsystem_c.dylib                 0x00007fff93f878bf _pthread_start + 335
3   libsystem_c.dylib                 0x00007fff93f8ab75 thread_start + 13
Thread 7 Crashed:: Dispatch queue: suggestions.spotlight
0   libsystem_kernel.dylib            0x00007fff905b1ce2 __pthread_kill + 10
1   libsystem_c.dylib                 0x00007fff93f897d2 pthread_kill + 95
2   libsystem_c.dylib                 0x00007fff93f7aa7a abort + 143
3   libc++abi.dylib                   0x00007fff8e7307bc abort_message + 214
4   libc++abi.dylib                   0x00007fff8e72dfcf default_terminate() + 28
5   libobjc.A.dylib                   0x00007fff971991b9 _objc_terminate + 94
6   libc++abi.dylib                   0x00007fff8e72e001 safe_handler_caller(void (*)()) + 11
7   libc++abi.dylib                   0x00007fff8e72e05c std::terminate() + 16
8   libc++abi.dylib                   0x00007fff8e72f152 __cxa_throw + 114
9   libobjc.A.dylib                   0x00007fff97198e7a objc_exception_throw + 327
10  com.apple.CoreFoundation          0x00007fff94d8b5a9 -[NSException raise] + 9
11  com.apple.AddressBook.framework    0x00007fff90171e6e -[ABRecord nts_ValueForProperty:row:] + 236
12  com.apple.AddressBook.framework    0x00007fff90171d80 -[ABRecord nts_ValueForProperty:] + 25
13  com.apple.AddressBook.framework    0x00007fff90191488 -[ABMailRecent valueForProperty:] + 136
14  com.apple.Suggestions             0x00007fff9935654b -[SGTABPersonGeniusHelper additionalSuggestions] + 951
15  com.apple.Suggestions             0x00007fff9934e8a1 -[SGTMailQueryGenius suggester:additionalSuggestionsForInput:] + 59
16  com.apple.Suggestions             0x00007fff9933ad81 -[SGTSpotlightSuggester additionalSuggestionsForInput:] + 53
17  com.apple.Suggestions             0x00007fff9933ba90 -[SGTSpotlightSuggester _processQueryResults:intermediateResults:suggestionsCount:] + 673
18  com.apple.Suggestions             0x00007fff9933b616 -[SGTSpotlightSuggester _queryDidFinish:] + 308
19  com.apple.Foundation              0x00007fff905d2716 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
20  com.apple.CoreFoundation          0x00007fff94caa51a _CFXNotificationPost + 2634
21  com.apple.CoreFoundation          0x00007fff94ce13e3 CFNotificationCenterPostNotificationWithOptions + 115
22  com.apple.Metadata                0x00007fff98363968 ___pushNotification_block_invoke_1 + 104
23  libdispatch.dylib                 0x00007fff9984990a _dispatch_call_block_and_release + 18
24  libdispatch.dylib                 0x00007fff9984b15a _dispatch_queue_drain + 264
25  libdispatch.dylib                 0x00007fff9984afb6 _dispatch_queue_invoke + 54
26  libdispatch.dylib                 0x00007fff9984a7b0 _dispatch_worker_thread2 + 198
27  libsystem_c.dylib                 0x00007fff93f893da _pthread_wqthread + 316
28  libsystem_c.dylib                 0x00007fff93f8ab85 start_wqthread + 13
Thread 8:: Dispatch queue: Query work queue
0   libsystem_kernel.dylib            0x00007fff905b1bca __psynch_cvwait + 10
1   libsystem_c.dylib                 0x00007fff93f8b274 _pthread_cond_wait + 840
2   com.apple.Metadata                0x00007fff983638c6 _pushNotification + 464
3   com.apple.Metadata                0x00007fff98366096 processUpdatesLocked + 9441
4   com.apple.Metadata                0x00007fff983663c4 tryProcessUpdates + 163
5   com.apple.Metadata                0x00007fff983667bf _MDQueryCallback + 189
6   com.apple.Metadata                0x00007fff98366e74 doQueryResultsCallback + 106
7   com.apple.Metadata                0x00007fff983517a4 _XQueryResultsCallback + 276
8   com.apple.Metadata                0x00007fff9835165f MDSClientCallbacks_server + 146
9   libsystem_kernel.dylib            0x00007fff905b0537 mach_msg_server_once + 427
10  com.apple.Metadata                0x00007fff9836837b ___MDQueryExecute_block_invoke_3 + 107
11  libdispatch.dylib                 0x00007fff9984e2f1 _dispatch_source_invoke + 614
12  libdispatch.dylib                 0x00007fff9984afc7 _dispatch_queue_invoke + 71
13  libdispatch.dylib                 0x00007fff9984b124 _dispatch_queue_drain + 210
14  libdispatch.dylib                 0x00007fff9984afb6 _dispatch_queue_invoke + 54
15  libdispatch.dylib                 0x00007fff9984a7b0 _dispatch_worker_thread2 + 198
16  libsystem_c.dylib                 0x00007fff93f893da _pthread_wqthread + 316
17  libsystem_c.dylib                 0x00007fff93f8ab85 start_wqthread + 13
Thread 9:
0   libsystem_kernel.dylib            0x00007fff905b2192 __workq_kernreturn + 10
1   libsystem_c.dylib                 0x00007fff93f89594 _pthread_wqthread + 758
2   libsystem_c.dylib                 0x00007fff93f8ab85 start_wqthread + 13
Thread 10:
0   libsystem_kernel.dylib            0x00007fff905b2192 __workq_kernreturn + 10
1   libsystem_c.dylib                 0x00007fff93f89594 _pthread_wqthread + 758
2   libsystem_c.dylib                 0x00007fff93f8ab85 start_wqthread + 13
Thread 11:
0   libsystem_kernel.dylib            0x00007fff905b2192 __workq_kernreturn + 10
1   libsystem_c.dylib                 0x00007fff93f89594 _pthread_wqthread + 758
2   libsystem_c.dylib                 0x00007fff93f8ab85 start_wqthread + 13
Thread 12:
0   libsystem_kernel.dylib            0x00007fff905b2192 __workq_kernreturn + 10
1   libsystem_c.dylib                 0x00007fff93f89594 _pthread_wqthread + 758
2   libsystem_c.dylib                 0x00007fff93f8ab85 start_wqthread + 13
Thread 13:
0   libsystem_kernel.dylib            0x00007fff905b2192 __workq_kernreturn + 10
1   libsystem_c.dylib                 0x00007fff93f89594 _pthread_wqthread + 758
2   libsystem_c.dylib                 0x00007fff93f8ab85 start_wqthread + 13
Thread 7 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x000000010fa72f48  rdx: 0x0000000000000000
  rdi: 0x0000000000011163  rsi: 0x0000000000000006  rbp: 0x000000010fa72f70  rsp: 0x000000010fa72f48
   r8: 0x00007fff7e0cefb8   r9: 0x000000010fa729d8  r10: 0x00007fff905b1d0a  r11: 0xffffff80002d8240
  r12: 0x0000000000000000  r13: 0x0000000000000002  r14: 0x000000010fa75000  r15: 0x000000010fa730c0
  rip: 0x00007fff905b1ce2  rfl: 0x0000000000000206  cr2: 0x000000010c3ad000
Logical CPU: 0
Binary Images:
       0x10bc1d000 -        0x10bfcdff7  com.apple.mail (5.0 - 1244.2) <8D887218-56A8-3BB1-96BB-4305E158569E> /Applications/Mail.app/Contents/MacOS/Mail
       0x10c37f000 -        0x10c37fff5 +cl_kernels (??? - ???) <4AAD714C-B9EE-43BE-96F2-9F0B873ABB94> cl_kernels
       0x10c4b3000 -        0x10c4b7fff  com.apple.audio.AudioIPCPlugIn (1.2.0 - 1.2.0) <1EAF877E-4F15-39F7-89FA-D362AA4DA9DE> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
       0x10d44b000 -        0x10d44dfff  apop.so (??? - ???) <B40CE86C-1757-3261-848C-F166F3D513EA> /usr/lib/sasl2/apop.so
       0x10d451000 -        0x10d467fff  dhx.so (??? - ???) <9AB7809C-2651-3FCF-9357-8E1CDEAB6466> /usr/lib/sasl2/dhx.so
       0x10d474000 -        0x10d47dfff  digestmd5WebDAV.so (??? - ???) <8D39C8C0-ACCE-34D4-815A-87825A1A4492> /usr/lib/sasl2/digestmd5WebDAV.so
       0x10d482000 -        0x10d484fff  libanonymous.2.so (??? - ???) <99136B94-8BE0-3563-9E2A-9C826971B6E9> /usr/lib/sasl2/libanonymous.2.so
       0x10d488000 -        0x10d48bfff  libcrammd5.2.so (??? - ???) <5EEE3304-D132-3C9B-A54D-C21D7C34DA28> /usr/lib/sasl2/libcrammd5.2.so
       0x10d490000 -        0x10d499fff  libdigestmd5.2.so (??? - ???) <6DD64225-CFFF-379B-A5BA-5409F777F307> /usr/lib/sasl2/libdigestmd5.2.so
       0x10d49e000 -        0x10d4a3fff  libgssapiv2.2.so (??? - ???) <DC1BA305-26FA-3CC7-8400-6A45521EF2A3> /usr/lib/sasl2/libgssapiv2.2.so
       0x10d4a8000 -        0x10d4aafff  login.so (??? - ???) <48CD069F-68F5-32C4-BFAC-AC0EFB7B9489> /usr/lib/sasl2/login.so
       0x10d4ae000 -        0x10d4b3fff  libntlm.so (??? - ???) <1B9D16BE-D0DB-31A3-8B84-7830509B5ECA> /usr/lib/sasl2/libntlm.so
       0x10d4b8000 -        0x10d4bffff  libotp.2.so (??? - ???) <1DDBDDF7-3F84-3AF0-A878-9E64EEBE0ED5> /usr/lib/sasl2/libotp.2.so
       0x10d4c8000 -        0x10d4cafff  libplain.2.so (??? - ???) <C98A873A-4373-3E3A-8257-D9BB5F857C85> /usr/lib/sasl2/libplain.2.so
       0x10d4ce000 -        0x10d4d2fff  libpps.so (??? - ???) <26172BC5-1758-3BE6-9B8D-F254A727478A> /usr/lib/sasl2/libpps.so
       0x10d4d7000 -        0x10d4daff7  mschapv2.so (??? - ???) <F62C8BE2-B2E4-3E36-AC52-B4E149AFC186> /usr/lib/sasl2/mschapv2.so
       0x10d4df000 -        0x10d50dfff  com.apple.DirectoryService.PasswordServerFramework (7.0 - 7.0) <2C10A1AC-CEFF-3215-A398-C75818082C8D> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
       0x10d522000 -        0x10d525fff  shadow_auxprop.so (??? - ???) <DF9DE842-FBFA-368A-AA8C-E29CF334FF69> /usr/lib/sasl2/shadow_auxprop.so
       0x10d52a000 -        0x10d52cfff  smb_nt.so (??? - ???) <C6D59817-4DB8-34F9-BD71-2FDDA857CBA8> /usr/lib/sasl2/smb_nt.so
       0x10d530000 -        0x10d533fff  smb_ntlmv2.so (??? - ???) <A2FD1300-B742-32BE-B640-74732490CC94> /usr/lib/sasl2/smb_ntlmv2.so
       0x10d67d000 -        0x10d67dff1 +cl_kernels (??? - ???) <8E5A038D-9D80-4160-9078-20D8B09E9D20> cl_kernels
       0x10d8b0000 -        0x10d8b6fff  com.apple.audio.AppleHDAHALPlugIn (2.1.1 - 2.1.1f12) <B2B0AAA1-157C-3E65-B8A1-79C50D0191A3> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
       0x10f53a000 -        0x10f53ffff  com.apple.contacts.iaplugin (1.0 - 1043) <0AB8C3AC-AA1C-3D14-B8C5-6AD7E63FBB4F> /System/Library/InternetAccounts/AddressBook.iaplugin/Contents/MacOS/AddressBoo k
       0x10f545000 -        0x10f548fff  com.aol.iaplugin (1.0 - 1) <5EA7A690-6C76-3E54-9284-1FBAEAD932D0> /System/Library/InternetAccounts/AOL.iaplugin/Contents/MacOS/AOL
       0x10f54e000 -        0x10f557fff  com.apple.exchange.iaplugin (1.0 - 1) <52AA2762-8A6F-3BC3-9009-618CAE6A7D78> /System/Library/InternetAccounts/Exchange.iaplugin/Contents/MacOS/Exchange
       0x10f57e000 -        0x10f583fff  com.google.iaplugin (1.0 - 1) <2B3E8068-0911-3FA1-91CF-DDE0A754D110> /System/Library/InternetAccounts/Google.iaplugin/Contents/MacOS/Google
       0x10fac2000 -        0x10fac5ff7  libCoreFSCache.dylib (??? - ???) <783C2402-CA3F-3D9B-B909-0F251145CF1D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
       0x10fafa000 -        0x10fafaffd +cl_kernels (??? - ???) <7AC493B6-348A-4F09-B02C-0022B5FC2F51> cl_kernels
       0x10fb0d000 -        0x10fb13fef  libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) <EAC03E33-595E-3829-8199-479FA5CD9987> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
       0x10fb3a000 -        0x10fb3bff3 +cl_kernels (??? - ???) <4BBEFF1A-0136-401A-9D40-2C0FE6125C63> cl_kernels
       0x10fb50000 -        0x10fb50ff1 +cl_kernels (??? - ???) <DA2F23ED-035B-4E78-8D77-B926270006E2> cl_kernels
       0x110027000 -        0x1100baff7  unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0) <3ED8B0D5-4A55-3E39-8490-B7BC1780F67B> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
       0x1100e9000 -        0x11017aff7  unorm8_rgba.dylib (1.50.61 - compatibility 1.0.0) <278541F2-18CC-3BE4-AD6B-24A3E983ACB5> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
       0x110199000 -        0x11019affc +cl_kernels (??? - ???) <F184DD76-80CC-4FD5-B608-368E2D7D4C71> cl_kernels
       0x1105f1000 -        0x1105f2ff3 +cl_kernels (??? - ???) <97AFF7C4-C941-4A98-835C-4FF11C0AADA3> cl_kernels
       0x110600000 -        0x110600ffd +cl_kernels (??? - ???) <4627C0A2-96E0-45A5-A13A-2446ED2C3709> cl_kernels
       0x110604000 -        0x110604ff5 +cl_kernels (??? - ???) <780495FC-F261-4119-B7E7-55AD156348CF> cl_kernels
       0x110643000 -        0x11064afff  com.apple.calendar.iaplugin (1.0 - 1127) <AEEF9F0F-F4D0-30DF-9F26-7BE714564033> /System/Library/InternetAccounts/iCal.iaplugin/Contents/MacOS/iCal
       0x110651000 -        0x110656fff  com.apple.chat.iaplugin (1.0 - 927) <2C8DF6B6-96BF-3450-A1BF-D40706B868F1> /System/Library/InternetAccounts/iChat.iaplugin/Contents/MacOS/iChat
       0x11068b000 -        0x110692ff7  com.apple.mail.iaplugin (5.0 - 1244.3) <CDEC5E4E-F15F-369F-818A-335DDCBD7656> /System/Library/InternetAccounts/Mail.iaplugin/Contents/MacOS/Mail
       0x110699000 -        0x11069cfff  com.apple.mobileme.iaplugin (1.0 - 1) <136AE107-5555-336C-95F6-E643106D6EEA> /System/Library/InternetAccounts/MobileMe.iaplugin/Contents/MacOS/MobileMe
       0x1106a2000 -        0x1106a7fff  com.apple.osxserver.iaplugin (1.0 - 1) <48C2AF83-8EA5-33BC-8337-33969031CDAB> /System/Library/InternetAccounts/OSXServer.iaplugin/Contents/MacOS/OSXServer
       0x1106ae000 -        0x1106c0ff7  com.apple.PlatformHardwareManagement (2.0.1 - 2.0.1) <B55C63E6-0117-324B-B88A-18C5003D61FC> /System/Library/PrivateFrameworks/PlatformHardwareManagement.framework/Versions /A/PlatformHardwareManagement
       0x1106cd000 -        0x110706fff  com.apple.frameworks.CoreDaemon (1.0 - 1.0) <267FFC79-8640-3290-A7D7-79E4D9390AA7> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
       0x1109cc000 -        0x1109d0fff  com.yahoo.iaplugin (1.0 - 1) <AA2E0D99-9768-3E15-94FF-C9F3C11524C4> /System/Library/InternetAccounts/Yahoo.iaplugin/Contents/MacOS/Yahoo
       0x1109d6000 -        0x1109d9fff  com.apple.yahoo.syncframework (1.4 - 61) <F85D0D3C-B926-3945-8AEE-238128B0AACC> /System/Library/PrivateFrameworks/YahooSync.framework/Versions/A/YahooSync
       0x110b31000 -        0x110bb4ff7  com.apple.frameworks.server.foundation (10.7 - 184) <B6D7DCAD-0D14-3BA2-BCF6-BFCD900EC6C4> /System/Library/PrivateFrameworks/ServerFoundation.framework/Versions/A/ServerF oundation
       0x110db9000 -        0x110dbbfff  com.apple.AddressBook.LocalSourceBundle (1.1 - 1043) <E6A2DAEA-2AE7-3759-A8E5-D354007FDD4B> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
       0x110f29000 -        0x111072ff7  com.apple.audio.units.Components (1.7 - 1.7) <A68668EB-624D-3867-A392-5D2E026AF14A> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x1116f2000 -        0x1116f5fff  com.apple.DirectoryServicesSource (1.1 - 1043) <B1B5FB51-29C4-3D13-AE52-D344C6EE11AE> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
       0x11172c000 -        0x111731ff7  libgermantok.dylib (??? - ???) <BEE85384-A58E-3D6B-914B-74E5FF3155F3> /usr/lib/libgermantok.dylib
       0x111739000 -        0x111766ff7  com.apple.datadetectors.actions (3.0 - 172.0) <9CA54923-56C9-3DE1-A9ED-879CD6E73EFC> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/Resources/ Actions.datadetectors/Contents/MacOS/Actions
       0x11335f000 -        0x1134f7ff7  GLEngine (??? - ???) <EE6CCAE3-1CA1-3C5E-A83C-BB56AB413AB3> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x11352a000 -        0x113623fff  libGLProgrammability.dylib (??? - ???) <7B17211F-D04C-3916-8176-1930C24BA421> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
       0x113649000 -        0x113677ff7  GLRendererFloat (??? - ???) <AB59F7EA-62B1-3AA6-B940-47C0B6BC6DD9> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
       0x115609000 -        0x11562dfff  com.apple.Mail.Syncer (5.0 - 1244.3) <142C325B-273B-3294-8942-D8E82B4A4362> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
       0x200000000 -        0x20075ffff  com.apple.GeForceGLDriver (7.4.10 - 7.0.4) <3DD8B099-0CDB-39E0-B6EE-78E3A4C8D17F> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x7fff6b81d000 -     0x7fff6b851ac7  dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
    0x7fff8d2e7000 -     0x7fff8d2ecfff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
    0x7fff8d2ed000 -     0x7fff8d2f6fff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <BD08553D-8088-38A8-8007-CF5C0B8F0404> /usr/lib/system/libnotify.dylib
    0x7fff8d30c000 -     0x7fff8d30dfff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
    0x7fff8d320000 -     0x7fff8d35fff7  libGLImage.dylib (??? - ???) <29F82AD9-45F0-3AC5-A4A4-B767EC555D82> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff8d360000 -     0x7fff8d77bff7  com.apple.RawCamera.bundle (3.7.2 - 573) <FF8D349E-E8DF-3D12-91E9-BA00C13D5359> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8d77c000 -     0x7fff8d799ff7  libxpc.dylib (77.16.0 - compatibility 1.0.0) <0A4B4775-29A9-30D6-956B-3BE1DBF98090> /usr/lib/system/libxpc.dylib
    0x7fff8d79a000 -     0x7fff8d7a5ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <5209B4F1-D6D6-337B-B3C8-E168931C778C> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff8d7c5000 -     0x7fff8d7cdfff  libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8d7ce000 -     0x7fff8d7fdfff  com.apple.DictionaryServices (1.2 - 158) <2CE51CD1-EE3D-3618-9507-E39A09C9BB8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8d83d000 -     0x7fff8d849fff  com.apple.DirectoryService.Framework (10.7 - 144) <067ACB41-E9B7-3177-9EDE-C188D9B352DC> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff8d84a000 -     0x7fff8d84efff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <5EEAD17D-006C-3855-8093-C7A4A97EE0D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8d862000 -     0x7fff8d89cfef  com.apple.DebugSymbols (2.1 - 85) <7E0E17D9-C8D4-3117-B36A-506929F6FF72> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff8d89d000 -     0x7fff8d8f1ff7  com.apple.ImageCaptureCore (3.0 - 3.0) <C829E6A3-3EB6-3E1C-B9B8-759F56E34D3A> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff8d8f2000 -     0x7fff8d8f8fff  com.apple.DiskArbitration (2.4 - 2.4) <5185FEA6-92CA-3CAA-8442-BD71DBC64AFD> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8d8f9000 -     0x7fff8d921ff7  com.apple.CoreVideo (1.7 - 70.0) <59D5B407-CCB6-3406-8C55-C1B0168D7DC2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8d922000 -     0x7fff8d923ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8d924000 -     0x7fff8d92bfff  com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8d92c000 -     0x7fff8dc4ffff  com.apple.HIToolbox (1.7 - ???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff8dc50000 -     0x7fff8dc56fff  libGFXShared.dylib (??? - ???) <DE6987C5-81AC-3AE6-84F0-138C9636D412> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff8dc57000 -     0x7fff8e072fff  com.apple.SceneKit (2.0 - 124) <9E331DDE-BDF4-34C5-A8F9-E7F12ADBB785> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x7fff8e073000 -     0x7fff8e087fff  com.apple.syncservices.syncservicesui (6.0 - 673) <10E681A2-EB0B-367B-9DCD-D29536FBB0FA> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x7fff8e088000 -     0x7fff8e1ebfff  com.apple.CFNetwork (520.0.13 - 520.0.13) <67E3BB43-2A22-3F5A-964E-391375B24CE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff8e1ec000 -     0x7fff8e204fff  com.apple.iChat.InstantMessage (6.0 - 833) <DF9EAA84-8AE6-3BFD-AB21-7BDED2161564> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x7fff8e205000 -     0x7fff8e297fff  com.apple.PDFKit (2.6 - 2.6) <F838E95F-DEE9-354A-A34A-F5335D0AF1E1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff8e2dc000 -     0x7fff8e300ff7  com.apple.Kerberos (1.0 - 1) <2FF2569B-F59A-371E-AF33-66297F512CB3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8e301000 -     0x7fff8e3b3fff  com.apple.CoreText (4.0.0 - ???) <D7BD85FD-277A-3A97-B1AD-5EE14215237E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff8e3ba000 -     0x7fff8e3c7fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <931F40EB-CA75-3A90-AC97-4DB8E210BC76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8e3c8000 -     0x7fff8e46cfef  com.apple.ink.framework (1.3.2 - 110) <F69DBD44-FEC8-3C14-8131-CC0245DBBD42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff8e46d000 -     0x7fff8e47afff  com.apple.AOSKit (1.0 - 57) <FBEBACDE-FE84-374C-990F-60FC21C43B18> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x7fff8e47b000 -     0x7fff8e49eff7  com.apple.RemoteViewServices (1.0 - 1) <EB549657-8EDC-312A-B8BE-DEC3E160AC3D> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff8e49f000 -     0x7fff8e4aafff  com.apple.CommonAuth (2.1 - 2.0) <49949286-61FB-3A7F-BF49-0EBA45E2664E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8e4ad000 -     0x7fff8e4d8fff  com.apple.speech.LatentSemanticMappingFramework (2.8.10 - 2.8.10) <09D59AFB-6CCD-37E1-8A41-8C45217E7612> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x7fff8e4d9000 -     0x7fff8e5b7ff7  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <70228E69-063C-32FF-BBE7-FCCD9C5C0864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff8e5b8000 -     0x7fff8e600fff  com.apple.framework.CoreWLAN (2.0 - 200.46) <04AFD988-DDFB-330D-B042-C1EB2826A0CC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8e692000 -     0x7fff8e693fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff8e694000 -     0x7fff8e697fff  com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x7fff8e698000 -     0x7fff8e69afff  libCVMSPluginSupport.dylib (??? - ???) <2D21E6BE-CB20-3F76-8DCC-1CB0660A8A5B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff8e69b000 -     0x7fff8e6a9ff7  com.apple.AppleFSCompression (37 - 1.0) <88C436E8-38AE-3D96-A8C8-2D1805CC47B7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff8e6aa000 -     0x7fff8e6b1ff7  com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff8e6b2000 -     0x7fff8e727ff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
    0x7fff8e728000 -     0x7fff8e733ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff8e734000 -     0x7fff8eb66fe7  com.apple.VideoToolbox (1.0 - 705.35) <B1B9F159-EEE2-38BB-A55E-CDB335A7A226> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff8eb67000 -     0x7fff8eb94ff7  com.apple.opencl (1.50.62 - 1.50.62) <616ADE61-11D1-3816-A255-3F0F80F2EAC8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8eb95000 -     0x7fff8ee0fff7  com.apple.imageKit (2.1 - 1.0) <03200568-184B-36E8-AFE9-04D1FACDC926> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff8ee10000 -     0x7fff8ee67fff  libTIFF.dylib (??? - ???) <9E32B490-4C5B-3D96-AF27-9C085C606403> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8ee68000 -     0x7fff8ef6aff7  com.apple.PubSub (1.0.5 - 65.28) <D971543B-C9BE-3C58-8453-B3C69E2D2A6F> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff8ef6b000 -     0x7fff8ef72fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
    0x7fff8ef73000 -     0x7fff8ef80fff  com.apple.KerberosHelper (3.0 - 1.0) <040790B0-527E-337B-8E0D-CC4B4B36634B> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x7fff8ef81000 -     0x7fff8ef8cfff  com.apple.NSServerNotificationCenter (4.0 - 4.0) <67D1D43D-7641-3BCA-B2BF-10838B380100> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x7fff8ef8d000 -     0x7fff8f01aff7  com.apple.iLifeMediaBrowser (2.6.0 - 502) <174E0D48-398B-362A-8A8F-7948CE30539E> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x7fff8f037000 -     0x7fff8f139ff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <D46F371D-6422-31B7-BCE0-D80713069E0E> /usr/lib/libxml2.2.dylib
    0x7fff8f13a000 -     0x7fff8f13efff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8f13f000 -     0x7fff8f168fff  libJPEG.dylib (??? - ???) <3DBFEB41-4BF2-3502-872A-BB3738EE61B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8f234000 -     0x7fff8ff2dfef  com.apple.WebCore (7534 - 7534.48.3) <7C5A681C-3749-382C-9551-C197EF878C22> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff8ff52000 -     0x7fff8ff67fff  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
    0x7fff8ffaf000 -     0x7fff90045ff7  libvMisc.dylib (325.3.0 - compatibility 1.0.0) <AC5A384A-FA5A-3307-9CED-BD69E6F12A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff900a9000 -     0x7fff900a9fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff900aa000 -     0x7fff900afff7  libsystem_network.dylib (??? - ???) <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib
    0x7fff900b0000 -     0x7fff900c2ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
    0x7fff900c3000 -     0x7fff900e0fff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <CC86755A-6CF1-3DDF-A1B0-6F7F5BD7BB39> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff900e1000 -     0x7fff9011cfff  com.apple.LDAPFramework (3.0 - 120.1) <0C23534F-A8E7-3144-B2B2-50F9875101E2> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff9011d000 -     0x7fff90160ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <2B1571E1-8E87-364E-BC36-C9C9B5D3EAC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff90161000 -     0x7fff9047aff7  com.apple.AddressBook.framework (6.0 - 1043) <A6302279-FD1B-3BB7-8419-362425FC5568> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff904c0000 -     0x7fff904ffff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <DE681910-3F7F-3502-9937-AB8008CD281A> /usr/lib/libcups.2.dylib
    0x7fff90500000 -     0x7fff90503fff  libRadiance.dylib (??? - ???) <DCDA308D-4856-3631-B6D7-7A8B94169BC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff90504000 -     0x7fff90596fff  com.apple.CorePDF (3.0 - 3.0) <6056B710-155A-3543-9373-B9F3E5FC99CE> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff90599000 -     0x7fff9059afff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff9059b000 -     0x7fff905bbfff  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
    0x7fff905bc000 -     0x7fff908cefff  com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff908cf000 -     0x7fff90929fff  com.apple.HIServices (1.9 - ???) <8791E8AA-C034-330D-B2BA-5141154C21CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff9092a000 -     0x7fff9095afff  com.apple.shortcut (2.0 - 2.0) <6E6C9F01-5DAC-35F4-876D-082D915EE782> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff9095b000 -     0x7fff9095dfff  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib
    0x7fff9095e000 -     0x7fff90978fff  com.apple.CoreMediaAuthoring (2.0 - 889) <99D8E4C6-DDD3-3B0C-BBFB-A513877F10F6> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff90979000 -     0x7fff909feff7  com.apple.Heimdal (2.1 - 2.0) <E4CD970F-8DE8-31E4-9FC0-BDC97EB924D5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff909ff000 -     0x7fff910cd9df  com.apple.CoreGraphics (1.600.0 - ???) <B3C42497-53F5-31BB-987E-D1E76746B0E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff910ce000 -     0x7fff910f4ff7  com.apple.framework.familycontrols (3.0 - 300) <72FEA71A-5865-3875-97E9-3C8C96B7F7FA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff910f5000 -     0x7fff91107ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff91108000 -     0x7fff91273ff7  com.apple.syncservices (6.0 - 673) <901673E1-85DF-307C-B9BB-167BAAC74B14> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x7fff91274000 -     0x7fff91274fff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <D75971EE-0D74-365A-8E52-46558EA49E87> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff91275000 -     0x7fff9129efff  com.apple.datadetectors (3.0 - 172.0) <A63656A8-DDE4-3C52-98CF-8A3E42CB802D> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x7fff9129f000 -     0x7fff9143efff  com.apple.QuartzCore (1.7 - 269.0) <E0AFC745-4AC5-36E3-9827-E5344721071D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff9143f000 -     0x7fff9147efff  com.apple.AE (527.6 - 527.6) <6F8DF9EF-3250-3B7F-8841-FCAD8E323954> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff91485000 -     0x7fff91499ff7  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
    0x7fff9149a000 -     0x7fff914a8fff  com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff914a9000 -     0x7fff914d2fff  com.apple.CoreServicesInternal (113.7 - 113.7) <ACAC98CD-5941-39DB-951A-2509DCCD22FD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff914d3000 -     0x7fff914dffff  com.apple.CrashReporterSupport (10.7 - 343) <89EFF4A7-D064-3CAE-9BFC-285EE9033197> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff914e0000 -     0x7fff914fdfff  libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff914fe000 -     0x7fff91504ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff91552000 -     0x7fff915c6fff  com.apple.WhitePagesFramework (10.7.0 - 141.0) <6585161A-628F-3467-82A4-ECBF1FE7184D> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x7fff915c7000 -     0x7fff915d5ff7  libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
    0x7fff91d0f000 -     0x7fff91d50fff  com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff91d6d000 -     0x7fff91e4dfff  com.apple.CoreServices.OSServices (478.25.1 - 478.25.1) <E7FD4DB7-7844-355A-83D0-C1F24BE71019> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff91e4e000 -     0x7fff91e6bff7  com.apple.openscripting (1.3.3 - ???) <A64205E6-D3C5-3E12-B1A0-72243151AF7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff91e6c000 -     0x7fff91ee7ff7  com.apple.print.framework.PrintCore (7.0 - 366) <E663DF78-6729-332D-B763-ABB63A6BBB55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff91ee8000 -     0x7fff91ff5fff  libJP2.dylib (??? - ???) <D8257CEE-A1C3-394A-8193-6DB7C29A15A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff91ff6000 -     0x7fff920ddfff  com.apple.backup.framework (1.3 - 1.3) <C7F0B3B6-EAC1-3445-A705-E9F18A45D01D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff920de000 -     0x7fff921e3ff7  libFontParser.dylib (??? - ???) <22AADE96-E54D-3918-9DFA-1967F8B21E54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff921e4000 -     0x7fff921faff7  com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff921fb000 -     0x7fff9224efff  libFontRegistry.dylib (??? - ???) <8FE14D77-1286-3619-A02E-0AC1A622596E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff9224f000 -     0x7fff92259ff7  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
    0x7fff9225a000 -     0x7fff922fcff7  com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff92356000 -     0x7fff92394fff  com.apple.bom (11.0 - 183) <841FA160-A37A-368D-B14E-27AA9DD1AEDA> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff92395000 -     0x7fff92395fff  com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff92396000 -     0x7fff92399fff  com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff9239a000 -     0x7fff923c0fff  com.apple.framework.internetaccounts (1.0 - 1) <64CC50BB-9EE4-36D1-969A-FDD2210026DC> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x7fff923c1000 -     0x7fff923fdfff  libsystem_info.dylib (??? - ???) <BC49C624-1DAB-3A37-890F-6EFD46538424> /usr/lib/system/libsystem_info.dylib
    0x7fff923fe000 -     0x7fff9245aff7  com.apple.QuickLookFramework (3.0 - 489.1) <26470DFE-B3D7-3E05-A4D7-98B64FCB230B> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff9245b000 -     0x7fff924cbfff  com.apple.datadetectorscore (3.0 - 179.3) <AFFBD606-91DE-3F91-8E38-C037D9FBFA8B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff924cc000 -     0x7fff925d8fef  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <3AD29F8D-E3BC-3F49-A438-2C8AAB71DC99> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff925d9000 -     0x7fff925f0fff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff925f1000 -     0x7fff925f3ff7  com.apple.IMServicePlugInSupport (1.0 - 1) <A566600F-3D38-3B98-91B5-421AE6D27192> /System/Library/Frameworks/IMServicePlugIn.framework/Versions/A/Frameworks/IMSe rvicePlugInSupport.framework/Versions/A/IMServicePlugInSupport
    0x7fff925f4000 -     0x7fff92bd8faf  libBLAS.dylib (??? - ???) <D62D6A48-5C7A-3ED6-875D-AA3C2C5BF791> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff92bd9000 -     0x7fff92be8fff  com.apple.opengl (1.7.4 - 1.7.4) <38AF4430-7E81-3C98-9330-21DCDA90507E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff92be9000 -     0x7fff92c1efff  com.apple.securityinterface (5.0 - 55004) <790DDF7E-6BA9-36DD-B818-2322A712E1F5> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff92c1f000 -     0x7fff92c2cff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
    0x7fff92c2d000 -     0x7fff92c32fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff92c33000 -     0x7fff92f8afff  com.apple.MessageFramework (5.0 - 1244.3) <266F07DF-4440-3DB4-B059-5D23A57A8041> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x7fff92f8b000 -     0x7fff92f8bfff  com.apple.CoreServices (53 - 53) <5946A0A6-393D-3087-86A0-4FFF6A305CC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff92f8c000 -     0x7fff92f90ff7  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
    0x7fff92f93000 -     0x7fff931b3fff  com.apple.CalendarStore (5.0 - 1127) <0E9BE7E8-4DBD-3C2F-97DE-CAC5AE0EE3AD> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x7fff931dd000 -     0x7fff931dffff  com.apple.TrustEvaluationAgent (2.0 - 1) <80AFB5D8-5CC4-3A38-83B9-A7DF5820031A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff931e9000 -     0x7fff93de1fff  com.apple.AppKit (6.7 - 1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff93de2000 -     0x7fff93df5ff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
    0x7fff93f39000 -     0x7fff94016fef  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
    0x7fff94017000 -     0x7fff94170ff7  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <296F10D0-A871-39C1-B8B2-9200AB12B5AF> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff94171000 -     0x7fff94905fff  com.apple.CoreAUC (6.11.03 - 6.11.03) <5A56B2DC-A0A6-357B-ADF2-5714AFEBD926> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff94906000 -     0x7fff949a5fff  com.apple.LaunchServices (480.19 - 480.19) <41ED4C8B-C74B-34EA-A9BF-34DBA5F52307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff949a6000 -     0x7fff94c17fff  com.apple.CoreImage (7.77 - 1.0.1) <AB6ECCF3-4B04-3363-9158-08F305BF15FA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff94c5e000 -     0x7fff94e31ff7  com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff94e32000 -     0x7fff94eccff7  com.apple.SearchKit (1.4.0 - 1.4.0) <B7573888-BAF6-333D-AB00-C0D2BF88DF0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff94ecd000 -     0x7fff94ed2fff  libGIF.dylib (??? - ???) <21851808-BFD2-3141-8354-A419479726BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff94ed3000 -     0x7fff94ed3fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff94ed8000 -     0x7fff94ee2ff7  com.apple.aps.framework (2.0 - 2.0) <4A15EAFC-937F-3448-B63C-5304AEB416DD> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x7fff94ee3000 -     0x7fff94ee3fff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff94ee4000 -     0x7fff94f35fff  com.apple.iCalendar (5.0 - 100) <68B0900B-9E7B-30E9-B575-C2F86E76863C> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x7fff94faa000 -     0x7fff94fb0fff  IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff94fb1000 -     0x7fff94fb4ff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff94fcb000 -     0x7fff950c7ff7  com.apple.avfoundation (2.0 - 180.23) <C4383696-561D-33F3-AD7C-51E672F580B2> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff950c8000 -     0x7fff9512ffff  com.apple.Symbolication (1.2 - 87) <C8F38870-0C4E-3A7F-9B12-0E970DE92F24> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff95130000 -    

I simply deteled the database /Users/cperuta/Library/Application Support/AddressBook/MailRecents-v4.abcdmr and now Mail no longer crashes, but I'm still curious as to what caused this problem in the first place.

Similar Messages

  • Mail crashing - deciphering problem report?

    Hi. My mac mail has been crashing - and I believe it started before recent 10.9.3 upgrade. I thought the upgrade might help but it hasn't.
    Before I try to restore to a previous date via time machine I thought I'd check here.
    I am getting a huge problem report and have no idea to decipher it. I don't see that i can add an attachment here (a document).
    I did google this part:
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000105df5f38
    and it apparently is too general?
    A few times lately also my mac has just shut down while I'm doing various things. (Not restarting but just shutting down suddenly).
    I do not know if this is related or an additional issue.
    Any help is greatly appreciated.
    Thank  you!
    Wendy

    Hi, I also have the same problem with the following error report, but I cannot work out what is wrong. Can you help please?
    Process:         Mail [386]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         7.3 (1878.6)
    Build Info:      Mail-1878006000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [185]
    Responsible:     Mail [386]
    User ID:         501
    Date/Time:       2014-07-22 06:27:30.067 +0100
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  BD45108F-39D1-6D5E-FB14-FDEE0A73F0DE
    Sleep/Wake UUID: 869F7AA7-8A5E-4889-AABC-BD93ACC41E57
    Crashed Thread:  15  -[MFIMAPAccount doRoutineCleanup]  Dispatch queue: NSOperationQueue 0x600000037d80
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[MFGmailLabelStore setUid:forMessageWithTemporaryUid:]: unrecognized selector sent to instance 0x600000788610'
    abort() called
    terminating with uncaught exception of type NSException
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff8c6d725c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff8e3bee75 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff8c6da12d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
    3   CoreFoundation                      0x00007fff8c635272 ___forwarding___ + 1010
    4   CoreFoundation                      0x00007fff8c634df8 _CF_forwarding_prep_0 + 120
    5   Mail                                0x00007fff8453e771 -[MFIMAPOperationCache _performCopyOperation:withContext:failedSourceUids:error:] + 2124
    6   Mail                                0x00007fff8453f206 -[MFIMAPOperationCache performDeferredOperationsWithGateway:outDisplayableError:] + 2289
    7   Mail                                0x00007fff8452d4a0 -[MFIMAPAccount _recoverFromConnectionlessStateHighPriority:] + 221
    8   Mail                                0x00007fff8452d19c -[MFIMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 168
    9   Mail                                0x00007fff8452ce34 -[MFIMAPAccount _gatewayForMailbox:name:options:] + 272
    10  Mail                                0x00007fff845835ea -[MFLibraryIMAPStore _gatewayCreateIfNeeded:options:] + 158
    11  Mail                                0x00007fff8457b211 -[MFLibraryIMAPStore deleteMessagesOlderThanNumberOfDays:compact:] + 203
    12  Mail                                0x00007fff845b293b -[MFMailAccount deleteMessagesFromMailbox:olderThanNumberOfDays:] + 163
    13  Mail                                0x00007fff84536c28 -[MFIMAPAccount deleteMessagesFromMailbox:olderThanNumberOfDays:] + 138
    14  Mail                                0x00007fff845283e2 -[MFIMAPAccount doRoutineCleanup] + 160
    15  CoreFoundation                      0x00007fff8c5c29ac __invoking___ + 140
    16  CoreFoundation                      0x00007fff8c5c2814 -[NSInvocation invoke] + 308
    17  MailCore                            0x00007fff8733a448 -[MCThrowingInvocationOperation main] + 40
    18  MailCore                            0x00007fff872deb28 -[_MCInvocationOperation main] + 332
    19  Foundation                          0x00007fff847b58a1 -[__NSOperationInternal _start:] + 631
    20  Foundation                          0x00007fff847b554b __NSOQSchedule_f + 64
    21  libdispatch.dylib                   0x00007fff9012e28d _dispatch_client_callout + 8
    22  libdispatch.dylib                   0x00007fff901327e3 _dispatch_async_redirect_invoke + 154
    23  libdispatch.dylib                   0x00007fff9012e28d _dispatch_client_callout + 8
    24  libdispatch.dylib                   0x00007fff90130082 _dispatch_root_queue_drain + 326
    25  libdispatch.dylib                   0x00007fff90131177 _dispatch_worker_thread2 + 40
    26  libsystem_pthread.dylib             0x00007fff8b373ef8 _pthread_wqthread + 314
    27  libsystem_pthread.dylib             0x00007fff8b376fb9 start_wqthread + 13
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff86704a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff86703d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8c5f9f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8c5f9539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8c5f8e75 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox           0x00007fff8f4c7a0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox           0x00007fff8f4c77b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox           0x00007fff8f4c75bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit               0x00007fff8977224e _DPSNextEvent + 1434
    9   com.apple.AppKit               0x00007fff8977189b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.AppKit               0x00007fff8976599c -[NSApplication run] + 553
    11  com.apple.AppKit               0x00007fff89750783 NSApplicationMain + 940
    12  libdyld.dylib                 0x00007fff8cea45fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff86709662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff90130421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff90130136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff86704a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff86703d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8c5f9f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8c5f9539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8c5f8e75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff8991205e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff8b372899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8b37272a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8b376fc9 thread_start + 13
    Thread 3:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib         0x00007fff86704a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff86703d18 mach_msg + 64
    2   com.apple.QuartzCore           0x00007fff8d5fa377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore           0x00007fff8d5fa2ad thread_fun + 25
    4   libsystem_pthread.dylib       0x00007fff8b372899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff8b37272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff8b376fc9 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff86704a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff86703d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8c5f9f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8c5f9539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8c5f8e75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff84814967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff8481476b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff8b372899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8b37272a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8b376fc9 thread_start + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff867089aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff8c645a03 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff8b372899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff8b37272a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff8b376fc9 thread_start + 13
    Thread 6:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff86708716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8b374c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8f11ecc5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore       0x00007fff8f113f5f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib       0x00007fff8b372899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff8b37272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff8b376fc9 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff86708716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8b374c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8f11f737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8f11f5c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8f113f5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8b372899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8b37272a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8b376fc9 thread_start + 13
    Thread 8:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff86708716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8b374c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8f11ecc5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore       0x00007fff8f113f5f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib       0x00007fff8b372899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff8b37272a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff8b376fc9 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff86708716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8b374c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8f11f737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8f11f5c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8f113f5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8b372899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8b37272a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8b376fc9 thread_start + 13
    Thread 10:: -[MFIMAPAccount doRoutineCleanup]  Dispatch queue: NSOperationQueue 0x600000037d80
    0   libsystem_kernel.dylib         0x00007fff86708716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8b374c77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff84817b40 -[__NSOperationInternal _waitUntilFinishedOrTimeout:outer:] + 218
    3   com.apple.IMAP                 0x00007fff8726bc70 -[IMAPClientOperationQueue waitUntilOperationIsFinished:] + 228
    4   com.apple.IMAP                 0x00007fff87285ca1 -[IMAPGateway waitUntilClientOperationIsFinished:] + 184
    5   com.apple.IMAP                 0x00007fff87285bd7 -[IMAPGateway addClientOperation:toQueueAndWaitUntilFinished:] + 397
    6   com.apple.IMAP                 0x00007fff87271b3f -[IMAPConnection connectionState] + 278
    7   com.apple.IMAP                 0x00007fff87272240 -[IMAPConnection isValidPreferringNetworkCheck:] + 61
    8   com.apple.IMAP                 0x00007fff8727af77 -[IMAPConnectionPool _removeInvalidConnectionsInDictionary:] + 286
    9   com.apple.IMAP                 0x00007fff8727ae05 -[IMAPConnectionPool removeInvalidConnections] + 95
    10  com.apple.IMAP                 0x00007fff8727d1ea -[IMAPConnectionPool checkOutGatewayForMailbox:newConnection:highPriority:waitIndefinitely:] + 320
    11  com.apple.Mail.framework       0x00007fff8452d2ce -[MFIMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 474
    12  com.apple.Mail.framework       0x00007fff8452ce34 -[MFIMAPAccount _gatewayForMailbox:name:options:] + 272
    13  com.apple.Mail.framework       0x00007fff845835ea -[MFLibraryIMAPStore _gatewayCreateIfNeeded:options:] + 158
    14  com.apple.Mail.framework       0x00007fff8457b211 -[MFLibraryIMAPStore deleteMessagesOlderThanNumberOfDays:compact:] + 203
    15  com.apple.Mail.framework       0x00007fff845b293b -[MFMailAccount deleteMessagesFromMailbox:olderThanNumberOfDays:] + 163
    16  com.apple.Mail.framework       0x00007fff84536c28 -[MFIMAPAccount deleteMessagesFromMailbox:olderThanNumberOfDays:] + 138
    17  com.apple.Mail.framework       0x00007fff845283e2 -[MFIMAPAccount doRoutineCleanup] + 160
    18  com.apple.CoreFoundation       0x00007fff8c5c29ac __invoking___ + 140
    19  com.apple.CoreFoundation       0x00007fff8c5c2814 -[NSInvocation invoke] + 308
    20  com.apple.MailCore             0x00007fff8733a448 -[MCThrowingInvocationOperation main] + 40
    21  com.apple.MailCore             0x00007fff872deb28 -[_MCInvocationOperation main] + 332
    22  com.apple.Foundation           0x00007fff847b58a1 -[__NSOperationInternal _start:] + 631
    23  com.apple.Foundation           0x00007fff847b554b __NSOQSchedule_f + 64
    24  libdispatch.dylib             0x00007fff9012e28d _dispatch_client_callout + 8
    25  libdispatch.dylib             0x00007fff901327e3 _dispatch_async_redirect_invoke + 154
    26  libdispatch.dylib             0x00007fff9012e28d _dispatch_client_callout + 8
    27  libdispatch.dylib             0x00007fff90130082 _dispatch_root_queue_drain + 326
    28  libdispatch.dylib             0x00007fff90131177 _dispatch_worker_thread2 + 40
    29  libsystem_pthread.dylib       0x00007fff8b373ef8 _pthread_wqthread + 314
    30  libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 13:: -[MFIMAPAccount doRoutineCleanup]  Dispatch queue: NSOperationQueue 0x600000037d80
    0   libsqlite3.dylib               0x00007fff8ba43b0f sqlite3GetToken + 319
    1   libsqlite3.dylib               0x00007fff8ba4307d sqlite3RunParser + 205
    2   libsqlite3.dylib               0x00007fff8ba42a7b sqlite3Prepare + 987
    3   libsqlite3.dylib               0x00007fff8ba4257f sqlite3LockAndPrepare + 191
    4   libsqlite3.dylib               0x00007fff8baa867f sqlite3_prepare_v2 + 31
    5   com.apple.CoreData             0x00007fff8bd267a4 -[NSSQLiteConnection prepareSQLStatement:] + 548
    6   com.apple.CoreData             0x00007fff8bd39c95 -[NSSQLChannel selectRowsWithStatement:] + 101
    7   com.apple.CoreData             0x00007fff8bd41fd0 newFetchedRowsForFetchPlan_MT + 1216
    8   com.apple.CoreData             0x00007fff8bd2e85f -[NSSQLCore objectsForFetchRequest:inContext:] + 527
    9   com.apple.CoreData             0x00007fff8bd2e397 -[NSSQLCore executeRequest:withContext:error:] + 247
    10  com.apple.CoreData             0x00007fff8bd2de63 -[NSPersistentStoreCoordinator executeRequest:withContext:error:] + 3619
    11  com.apple.CoreData             0x00007fff8bd2bc1b -[NSManagedObjectContext executeFetchRequest:error:] + 507
    12  com.apple.AddressBook.framework 0x00007fff84e04749 +[ABRecordCoreDataFactoryImpl fetchObjectsForClass:withPredicate:prefetchingKeyPaths:managedObjectContext:aff ectedStores:] + 506
    13  com.apple.AddressBook.framework 0x00007fff84e04335 +[ABRecordCoreDataFactoryImpl fetchPublicRecordsForClass:withPredicate:prefetchingKeyPaths:addressBook:persis tentStoreUrls:] + 140
    14  com.apple.AddressBook.framework 0x00007fff84e031e3 -[ABAddressBook nts_AllRecordsForClass:forAccounts:] + 92
    15  com.apple.AddressBook.framework 0x00007fff84e29e6f -[ABAddressBook nts_infosForDefaultAccount] + 143
    16  com.apple.AddressBook.framework 0x00007fff84e29dc0 -[ABAddressBook nts_meUnqiueIdsInDefaultAccount] + 29
    17  com.apple.AddressBook.framework 0x00007fff84e2ac6a -[ABAddressBook nts_meInDefaultAccount] + 29
    18  com.apple.AddressBook.framework 0x00007fff84e2abdb -[ABAddressBook nts_Me] + 53
    19  com.apple.AddressBook.framework 0x00007fff84e4d891 -[ABAddressBook me] + 53
    20  com.apple.mail                 0x000000010561c2b0 0x105566000 + 746160
    21  com.apple.mail                 0x00000001055e5f56 0x105566000 + 524118
    22  com.apple.CoreFoundation       0x00007fff8c6a5e0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    23  com.apple.CoreFoundation       0x00007fff8c59982d _CFXNotificationPost + 2893
    24  com.apple.Mail.framework       0x00007fff845fc6ce -[MFMessageStore messagesWereAdded:conversationsMembers:duringOpen:options:] + 272
    25  com.apple.Mail.framework       0x00007fff8458ce4e -[MFLibraryStore messagesWereAdded:conversationsMembers:duringOpen:options:] + 78
    26  com.apple.Mail.framework       0x00007fff8458ae53 -[MFLibraryStore copyOfAllMessagesWithOptions:] + 480
    27  com.apple.Mail.framework       0x00007fff845285e2 -[MFIMAPAccount doRoutineCleanup] + 672
    28  com.apple.CoreFoundation       0x00007fff8c5c29ac __invoking___ + 140
    29  com.apple.CoreFoundation       0x00007fff8c5c2814 -[NSInvocation invoke] + 308
    30  com.apple.MailCore             0x00007fff8733a448 -[MCThrowingInvocationOperation main] + 40
    31  com.apple.MailCore             0x00007fff872deb28 -[_MCInvocationOperation main] + 332
    32  com.apple.Foundation           0x00007fff847b58a1 -[__NSOperationInternal _start:] + 631
    33  com.apple.Foundation           0x00007fff847b554b __NSOQSchedule_f + 64
    34  libdispatch.dylib             0x00007fff9012e28d _dispatch_client_callout + 8
    35  libdispatch.dylib             0x00007fff901327e3 _dispatch_async_redirect_invoke + 154
    36  libdispatch.dylib             0x00007fff9012e28d _dispatch_client_callout + 8
    37  libdispatch.dylib             0x00007fff90130082 _dispatch_root_queue_drain + 326
    38  libdispatch.dylib             0x00007fff90131177 _dispatch_worker_thread2 + 40
    39  libsystem_pthread.dylib       0x00007fff8b373ef8 _pthread_wqthread + 314
    40  libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 15 Crashed:: -[MFIMAPAccount doRoutineCleanup]  Dispatch queue: NSOperationQueue 0x600000037d80
    0   libsystem_kernel.dylib         0x00007fff86708866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x00007fff8b37335c pthread_kill + 92
    2   libsystem_c.dylib             0x00007fff8cdb9b1a abort + 125
    3   libc++abi.dylib               0x00007fff8b379f31 abort_message + 257
    4   libc++abi.dylib               0x00007fff8b39f952 default_terminate_handler() + 264
    5   libobjc.A.dylib               0x00007fff8e3bf30d _objc_terminate() + 103
    6   libc++abi.dylib               0x00007fff8b39d1d1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib               0x00007fff8b39d246 std::terminate() + 54
    8   libobjc.A.dylib               0x00007fff8e3bf0b0 objc_terminate + 9
    9   libdispatch.dylib             0x00007fff9012e2a1 _dispatch_client_callout + 28
    10  libdispatch.dylib             0x00007fff901327e3 _dispatch_async_redirect_invoke + 154
    11  libdispatch.dylib             0x00007fff9012e28d _dispatch_client_callout + 8
    12  libdispatch.dylib             0x00007fff90130082 _dispatch_root_queue_drain + 326
    13  libdispatch.dylib             0x00007fff90131177 _dispatch_worker_thread2 + 40
    14  libsystem_pthread.dylib       0x00007fff8b373ef8 _pthread_wqthread + 314
    15  libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 16:: Dispatch queue: NSOperationQueue 0x6080010d16b0
    0   libsystem_kernel.dylib         0x00007fff86704a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff86703d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8c5f9f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8c5f9539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8c5f8e75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff84816adc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.MailCore             0x00007fff873374fb -[MCSocket readBytes:maxLength:error:] + 786
    7   com.apple.MailCore             0x00007fff872cf153 -[MCConnection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 109
    8   com.apple.MailCore             0x00007fff872cef9e -[MCConnection _fillBuffer:] + 590
    9   com.apple.MailCore             0x00007fff872cebc3 -[MCConnection _readLineIntoData:error:] + 156
    10  com.apple.IMAP                 0x00007fff87273323 -[IMAPConnection _readLineIntoData:error:] + 50
    11  com.apple.IMAP                 0x00007fff8727a51f -[IMAPConnection(MFPrivate) _readDataOfLength:intoData:error:] + 114
    12  com.apple.IMAP                 0x00007fff872a2cef +[IMAPResponse newIMAPResponseWithConnection:error:] + 85
    13  com.apple.IMAP                 0x00007fff87273403 -[IMAPConnection _copyNextServerResponse:] + 38
    14  com.apple.IMAP                 0x00007fff87273519 -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:exists:] + 179
    15  com.apple.IMAP                 0x00007fff87276f8b -[IMAPConnection executeDone:] + 120
    16  com.apple.IMAP                 0x00007fff872663f6 -[IMAPClientDoneOperation executeOnConnection:] + 26
    17  com.apple.IMAP                 0x00007fff8727278a -[IMAPConnection prepareAndExecuteOperation:outWrongState:] + 1216
    18  com.apple.IMAP                 0x00007fff872857fe -[IMAPGateway _allowClientOperationThrough:] + 910
    19  com.apple.IMAP                 0x00007fff87285415 -[IMAPGateway allowClientOperationThrough:] + 385
    20  com.apple.IMAP                 0x00007fff87268ebb -[IMAPClientOperation main] + 57
    21  com.apple.Foundation           0x00007fff847b58a1 -[__NSOperationInternal _start:] + 631
    22  com.apple.Foundation           0x00007fff847b554b __NSOQSchedule_f + 64
    23  libdispatch.dylib             0x00007fff9012e28d _dispatch_client_callout + 8
    24  libdispatch.dylib             0x00007fff901327e3 _dispatch_async_redirect_invoke + 154
    25  libdispatch.dylib             0x00007fff9012e28d _dispatch_client_callout + 8
    26  libdispatch.dylib             0x00007fff90130082 _dispatch_root_queue_drain + 326
    27  libdispatch.dylib             0x00007fff90131177 _dispatch_worker_thread2 + 40
    28  libsystem_pthread.dylib       0x00007fff8b373ef8 _pthread_wqthread + 314
    29  libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 23:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 24:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 27:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 28:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 29:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 30:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 31:
    0   libsystem_kernel.dylib         0x00007fff86708e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8b373f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8b376fb9 start_wqthread + 13
    Thread 15 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00000001110be000  rcx: 0x00000001110bd828  rdx: 0x0000000000000000
      rdi: 0x000000000001ea6f  rsi: 0x0000000000000006  rbp: 0x00000001110bd850  rsp: 0x00000001110bd828
       r8: 0x00007fff8b3a0959   r9: 0x00007fff8cde18d0  r10: 0x000000000c000000  r11: 0x0000000000000206
      r12: 0x00000001110bd9b0  r13: 0x00007fff759516c0  r14: 0x0000000000000006  r15: 0x00000001110bd890
      rip: 0x00007fff86708866  rfl: 0x0000000000000206  cr2: 0x0000000100f94000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x105566000 -        0x105858fff  com.apple.mail (7.3 - 1878.6) <84C51E40-00C5-3710-8A99-04A0F6D078F5> /Applications/Mail.app/Contents/MacOS/Mail
           0x1072f3000 -        0x1072f5fff  apop.so (170.1) <97DD24EE-D5F4-34EB-B521-D7BA883D2606> /usr/lib/sasl2/apop.so
           0x1072f9000 -        0x107309ff7  dhx.so (170.1) <E4299F4A-F42C-397A-A306-58161EFD7686> /usr/lib/sasl2/dhx.so
           0x107315000 -        0x10731dfff  digestmd5WebDAV.so (170.1) <B11199EC-EF62-3592-AE51-38EBD1B6282F> /usr/lib/sasl2/digestmd5WebDAV.so
           0x107322000 -        0x107324fff  libanonymous.2.so (170) <D1297C21-A57B-311E-9006-C3FB8689849A> /usr/lib/sasl2/libanonymous.2.so
           0x107328000 -        0x10732afff  libcrammd5.2.so (170) <940A42FC-C634-354E-AD74-691CD90A1427> /usr/lib/sasl2/libcrammd5.2.so
           0x10732f000 -        0x107337ff7  libdigestmd5.2.so (170) <122C0383-F9B2-34D1-89AF-D317BC4D5164> /usr/lib/sasl2/libdigestmd5.2.so
           0x10733c000 -        0x107340fff  libgssapiv2.2.so (170) <AA58D85E-916C-3B0B-959A-DCC58497D0F2> /usr/lib/sasl2/libgssapiv2.2.so
           0x107345000 -        0x107347fff  login.so (170) <7D801D4E-A1A4-32FC-BF2E-9F25DB902523> /usr/lib/sasl2/login.so
           0x10734b000 -        0x107350fff  libntlm.so (170) <18693B29-154F-339C-A329-4C42A43F6428> /usr/lib/sasl2/libntlm.so
           0x107357000 -        0x10735efff  libotp.2.so (170) <D1C70F92-1C75-340B-AD53-0C2CD79144FF> /usr/lib/sasl2/libotp.2.so
           0x107367000 -        0x107369fff  libplain.2.so (170) <E9C3B22A-5958-3869-B778-55948D1EC2B7> /usr/lib/sasl2/libplain.2.so
           0x10736d000 -        0x107371ffd  libpps.so (170.1) <C7604F07-E966-33F7-8727-93F000CBA92F> /usr/lib/sasl2/libpps.so
           0x107376000 -        0x107379fff  mschapv2.so (170.1) <C79F63BB-E66D-3552-9C4C-2D3EB14CEE01> /usr/lib/sasl2/mschapv2.so
           0x10737e000 -        0x1073a6ff6  com.apple.DirectoryService.PasswordServerFramework (10.9 - 36) <C36B818F-C1FE-3F3F-A01C-F4613F570D4D> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x1073bc000 -        0x1073befff  pwauxprop.so (400.1) <B95FA3F5-0EE9-335E-BBC7-FDEDEB7F18F0> /usr/lib/sasl2/pwauxprop.so
           0x1073c3000 -        0x1073c5fff  shadow_auxprop.so (170.1) <E02127CB-F9C0-3E3B-ABBB-473EC0CB6DE7> /usr/lib/sasl2/shadow_auxprop.so
           0x1073ca000 -        0x1073ccfff  smb_nt.so (170.1) <B508FD03-CE31-3B93-91D7-440BEDAD9581> /usr/lib/sasl2/smb_nt.so
           0x1073d1000 -        0x1073d3fff  smb_ntlmv2.so (170.1) <938D40AF-BEB3-3F55-B409-C84E3C2886FD> /usr/lib/sasl2/smb_ntlmv2.so
           0x1074e9000 -        0x1074edfff  com.apple.google.iaplugin (2.1 - 210) <28AA2815-EB62-347A-B7F6-8F06AB25EBAB> /System/Library/InternetAccounts/Google.iaplugin/Contents/MacOS/Google
           0x1075cc000 -        0x1075ccffd +cl_kernels (???) <437EB5BF-BD43-41B6-940E-CFC84A5E81F1> cl_kernels
           0x1099bf000 -        0x1099c6fff  com.apple.SyncedDefaults (1.3 - 91.30.1) <26F0AD10-86CC-31A4-899C-097269680E05> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
           0x10a002000 -        0x10a008fff  com.apple.SymptomReporter (1.0 - 1) <F4638872-23B4-3A50-8BBF-EC270E926C1B> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomReporter .framework/SymptomReporter
           0x10a026000 -        0x10a045ff7  com.apple.icloud.iaplugin (426 - 459) <DB692087-05B0-385A-9281-58C8EBEB607A> /System/Library/InternetAccounts/iCloud.iaplugin/Contents/MacOS/iCloud
           0x10a131000 -        0x10a132ff6 +cl_kernels (???) <F42D584C-3582-4200-8130-178249A45412> cl_kernels
           0x10a33d000 -        0x10a33effe +cl_kernels (???) <EBBBAF1D-7246-4ED5-91F3-C2570F662964> cl_kernels
           0x10a51f000 -        0x10a522fff  libLatinSuppConverter.dylib (61) <CBB70C4C-554E-3057-829E-E3705D4AD2AB> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
           0x10a825000 -        0x10a828fff  libspindump.dylib (161.2) <E16E9BFB-8F34-366F-BE10-48993F5843BC> /usr/lib/libspindump.dylib
           0x10b527000 -        0x10b528fff  com.apple.AddressBook.LocalSourceBundle (8.0 - 1371) <B3C35936-EE5F-3C40-95FF-2AE6C5D35638> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x10b557000 -        0x10b557ff9 +cl_kernels (???) <2C36E2A2-E879-4222-879F-A5157B94428D> cl_kernels
           0x10b56c000 -        0x10b570ff7  com.apple.DirectoryServicesSource (8.0 - 1371) <AF6429A6-608F-36B2-BC58-51A0C2B17C31> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x10b597000 -        0x10b5e3ff6  com.apple.AddressBook.CardDAVPlugin (10.9 - 424) <15AC9317-8E7D-3DC3-A68F-89C546648E25> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x10b6b8000 -        0x10b79efef  unorm8_bgra.dylib (2.3.58) <280D6FDD-8CA5-36EC-9EA1-D7DC09598E20> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x10b7f0000 -        0x10b7f1ffa +cl_kernels (???) <660E342A-308B-496B-8A0A-2B01000837B5> cl_kernels
           0x10b805000 -        0x10b805ffd +cl_kernels (???) <067AA02F-B06E-4BA8-8B0A-B5D27529A655> cl_kernels
           0x10b807000 -        0x10b8e7ff7  unorm8_rgba.dylib (2.3.58) <8252DC3E-7434-34C6-B4B9-CFD59B923D12> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
           0x10b92b000 -        0x10b92bfff +cl_kernels (???) <B86417EB-DDC7-44BF-AB07-F2479E759853> cl_kernels
           0x10ba91000 -        0x10ba92ff2 +cl_kernels (???) <5DE82156-02E5-47D2-9560-106E6633B9D9> cl_kernels
           0x10ba99000 -        0x10ba99ffe +cl_kernels (???) <291DDB42-400B-4959-B537-AA807BD1B863> cl_kernels
           0x10baa2000 -        0x10baa2ff7 +cl_kernels (???) <304C4A6F-26D1-4F49-AD1F-3CED1E9C9DE8> cl_kernels
           0x10baad000 -        0x10baadff7 +cl_kernels (???) <E5C87388-E0BF-4C4C-97E4-8A6BAC4EFB6E> cl_kernels
           0x10badb000 -        0x10bae7fff +com.brother.print.pde.CocoaBRMLQuality (4.0.0 - 9) <F3F1698A-1F46-6112-6D44-30A06B636088> /Library/Printers/Brother/PDEs/BRMLQuality.bundle/Contents/MacOS/BRMLQuality
           0x10bb3f000 -        0x10bb43ffd  libFontRegistryUI.dylib (127) <57DE4E73-B65B-3712-9815-81018E72501A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
           0x10bc00000 -        0x10bc01ff0  ATSHI.dylib (363.3) <236B636F-A8E9-37A9-BEF0-7FE68BC58436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x10bfa6000 -        0x10bfa6ffb +cl_kernels (???) <32308929-6C14-4957-A442-E26295C61947> cl_kernels
           0x10c43b000 -        0x10c43cff4 +cl_kernels (???) <3AC0F274-C55F-41A1-8436-9C4BC7203F23> cl_kernels
           0x10c4ea000 -        0x10c4eeff7  libgermantok.dylib (14) <33B11365-E59E-38C1-952E-AFFFEFEE427F> /usr/lib/libgermantok.dylib
           0x10d6ea000 -        0x10d6fbfff  com.apple.mail.WebPlugIn (7.3 - 1878.6) <103C2A72-CB27-3252-863D-272E995822FC> /Applications/Mail.app/Contents/PlugIns/MailWebPlugIn.webplugin/Contents/MacOS/ MailWebPlugIn
           0x10e0a9000 -        0x10e0c9ff3  libPDFRIP.A.dylib (599.25.10.1) <DC33E170-CA22-351C-89E6-9725CD115829> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDFRI P.A.dylib
           0x10eefd000 -        0x10ef2dff7  com.apple.datadetectors.actions (5.0 - 246.0) <8CC4068C-520A-39AB-880F-E9B82C631BD4> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/Resources/ Actions.datadetectors/Contents/MacOS/Actions
           0x10f2d5000 -        0x10f35bfff  com.apple.AOSUI (1.2 - 273) <92D761D5-1ABC-3A29-9306-018570EF6005> /System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI
           0x10f9b9000 -        0x10f9ebff3  com.apple.print.framework.Print.Private (9.0 - 462) <5213B13B-9DEA-3D1C-A5C4-E7A6B9417A4C> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Pl ugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
           0x10ffad000 -        0x10ffebff7  com.apple.print.PrintingCocoaPDEs (9.0 - 462) <E303781E-7376-3D04-89AF-E063972C02A1> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Plugins/ PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
           0x1136fd000 -        0x1138b0ffb  libCMaps.A.dylib (599.25.10.1) <5825749F-7F3A-3798-807F-2E9E9BCADC52> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCMaps .A.dylib
           0x115daa000 -        0x115ebefff  libmecab.dylib (599.9) <B092BD49-854E-3EB5-92A9-B7EBE29C1A7A> /usr/lib/libmecab.dylib
        0x7fff6c168000 -     0x7fff6c19b817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff832d1000 -     0x7fff832d2ff7  libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
        0x7fff832e2000 -     0x7fff832e2fff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff832e3000 -     0x7fff832fcff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff832fd000 -     0x7fff8337efff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8337f000 -     0x7fff83389ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8338a000 -     0x7fff838adfff  com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff838fe000 -     0x7fff83a2cfff  com.apple.syncservices (8.1 - 722) <E4639527-E481-312D-8407-884737D4E605> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
        0x7fff83a40000 -     0x7fff83aadfff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff83aae000 -     0x7fff83aafff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff83ab0000 -     0x7fff83abafff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff83abb000 -     0x7fff83ad2ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff83ad3000 -     0x7fff83ad3ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff83b49000 -     0x7fff83b4cff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff83b4d000 -     0x7fff83daefff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff83daf000 -     0x7fff83dbbffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff83dbc000 -     0x7fff83e17ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff83e18000 -     0x7fff83e20ffb  com.apple.CloudServices (1.0 - 1) <644772DA-9267-376D-AD90-749D6B692566> /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServi ces
        0x7fff83e2e000 -     0x7fff83e5aff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
        0x7fff83e5b000 -     0x7fff83e99ff7  com.apple.ShareKit (1.0 - 185.2) <AF0D2666-2700-3FE2-AD27-5ADAE70F7547> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
        0x7fff83e9a000 -     0x7fff83ed8ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff83ef1000 -     0x7fff83ef2fff  com.apple.AddressBook.ContactsData (8.0 - 1371) <917BFD6E-9489-36FE-BFFD-DA29B0183686> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
        0x7fff83fc9000 -     0x7fff843a4ffb  com.apple.Altitude (1.0 - 347.6.3) <F0AC2688-DF8E-389B-8F9E-ECCF22AD225B> /System/Library/PrivateFrameworks/Altitude.framework/Versions/A/Altitude
        0x7fff843a5000 -     0x7fff843c9fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff843ca000 -     0x7fff843d1ff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
        0x7fff843f9000 -     0x7fff8443afff  com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8443b000 -     0x7fff8447bff7  com.apple.CalDAV (7.0 - 155.2) <B96DAB4A-7431-3FD2-971B-726A67F6E004> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
        0x7fff8447c000 -     0x7fff844abfd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff844ac000 -     0x7fff844b0ff7  libGIF.dylib (1043) <AF0FE71A-27AB-31E0-8CEA-BC0BF2091FA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff844b1000 -     0x7fff846c7fff  com.apple.Mail.framework (7.3 - 1878.6) <C617BE97-1D88-380F-B6EC-6D33485A44D0> /System/Library/PrivateFrameworks/Mail.framework/Versions/A/Mail
        0x7fff846c8000 -     0x7fff846d4ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff846d5000 -     0x7fff84737ff7  com.apple.WhitePagesFramework (10.7.0 - 141.0) <F95E1174-37B7-300C-8ECE-E67A711B6721> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff84738000 -     0x7fff84744fff  com.apple.CalendarAgentLink (7.0 - 138.2) <D56910F9-5CC0-32D8-BA85-0631240F9B71> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
        0x7fff84745000 -     0x7fff8474cffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
        0x7fff8474d000 -     0x7fff8475dfff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff8475e000 -     0x7fff847adff7  com.apple.framework.internetaccounts (2.1 - 210) <D7175985-03A5-315B-B788-FBDC0019B0EA> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff847ae000 -     0x7fff84aacfff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff84aad000 -     0x7fff84ac5ff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff84c67000 -     0x7fff84c68ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff84c69000 -     0x7fff84c90ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff84c91000 -     0x7fff84c9dff7  com.apple.KerberosHelper (4.0 - 1.0) <6D64703B-D7A3-3EF7-89AB-16F7F89333FC> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
        0x7fff84c9e000 -     0x7fff84cc3ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff84cd8000 -     0x7fff84cdaff7  com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff84ce1000 -     0x7fff84de7ff7  com.apple.ImageIO.framework (3.3.0 - 1043) <C4ADE5B1-A540-34E1-A043-118185489C9D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff84de8000 -     0x7fff85031ff7  com.apple.AddressBook.framework (8.0 - 1371) <86409BC9-C2EB-3BBC-8F4D-43DCA2B23C5D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff85032000 -     0x7fff8505bfff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8505c000 -     0x7fff85214ffb  libicucore.A.dylib (511.34) <616A65D6-3F20-3EAB-8CA8-273AD890261C> /usr/lib/libicucore.A.dylib
        0x7fff85215000 -     0x7fff8521cfff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff85288000 -     0x7fff85290fff  libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff85291000 -     0x7fff854eeffa  com.apple.RawCamera.bundle (5.05 - 743) <362EA30F-3B5A-35C4-9455-339B0FDC89C6> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff854ef000 -     0x7fff854ffffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff85500000 -     0x7fff85502fff  libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8566a000 -     0x7fff856cdffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff856ce000 -     0x7fff8570aff7  com.apple.ids (10.0 - 1000) <632F7192-0399-34C8-B6BB-463D2F4370E0> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff8570b000 -     0x7fff8572fff7  libJPEG.dylib (1043) <25723F3F-48A6-3AC5-A7A3-58E418FEBF3F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff85730000 -     0x7fff85758ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff85759000 -     0x7fff8575efff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8576c000 -     0x7fff85792ff7  com.apple.iCalendar (7.0 - 162.2) <8715F4AA-3E35-3E36-B085-128C3DC332B1> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
        0x7fff85793000 -     0x7fff85796fff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff85797000 -     0x7fff857a0ff7  com.apple.MailService (7.3 - 1878.6) <9D8CEFF2-6ABD-3654-B70D-D878BB61EBD3> /System/Library/PrivateFrameworks/MailService.framework/Versions/A/MailService
        0x7fff857d2000 -     0x7fff857e6fff  com.apple.aps.framework (4.0 - 4.0) <2D42DCDD-055E-3EE1-97F8-FC447B495D3E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff857e7000 -     0x7fff85847fff  com.apple.ISSupport (1.9.9 - 57) <E1E343D7-222C-3458-9D1F-FC600B7F1C50> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff85848000 -     0x7fff858f8ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff85a74000 -     0x7fff85a7aff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff85a7b000 -     0x7fff85aa5ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff85aa6000 -     0x7fff85aa8ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff85aa9000 -     0x7fff85ae2ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff85ae3000 -     0x7fff85b05fff  com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff85b06000 -     0x7fff85bd7fff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff85bd8000 -     0x7fff85ec2fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff85ec3000 -     0x7fff85ec4ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff85ec5000 -     0x7fff85f10fff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff85f11000 -     0x7fff85fdcfff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff85fdd000 -     0x7fff86023fff  com.apple.DiskManagement (6.1 - 744.1) <3DD4CD10-4476-334C-8C4B-991A85AAC272> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff86024000 -     0x7fff86031fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff86035000 -     0x7fff86066ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff86067000 -     0x7fff86067fff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff86068000 -     0x7fff864b6fef  com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff864b7000 -     0x7fff86627ff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff86628000 -     0x7fff866f2fff  com.apple.LaunchServices (572.28 - 572.28) <FDED4724-4CB6-3DE5-B785-AE6D4C261CF6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff866f3000 -     0x7fff8670fff7  libsystem_kernel.dylib (2422.110.17) <873931CE-D1AF-3596-AADB-D2E63C9AB29F> /usr/lib/system/libsystem_kernel.dylib
        0x7fff86710000 -     0x7fff86763fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff86764000 -     0x7fff86771ff7  libxar

  • IPrint Manager crashing, database problems

    Hello, I have problems with print manager (OES2SP1 LINUX). When I run it, it
    immediately crashes with:
    Nov 29 17:58:13 INFO iPrint Manager 'iPrintMgr.xxx' has successfully loaded.
    Nov 29 17:58:16 WARNING A low memory error occurred while initializing the
    Job Production Manager.
    Nov 29 17:58:19 WARNING The kernel has indicated that a gateway, ilprsrvrd
    or accounting process is gone.
    Nov 29 17:58:20 INFO The iPrint Manager has unloaded successfully.
    Nov 29 17:58:20 FATAL A child process has gone or the iPrint Manager has had
    a fatal error and has been auto-restarted 5 times within the last hour.
    There appears to be a repetitive problem occurring. The iPrint Manager is
    exiting.
    # cat ndpsmmon.log
    11/29/2009 05:57:48 PM,
    Error (-603) was returned, Operation read. Replica on server '10.211.204.3',
    Object Name: iPrintMgr.burnett, Attribute Name: iPrintManagerDBSaveData
    (NDS Interface)
    Files on physical server are looking fine:
    server:/var/opt/novell/iprint/iPrintMgr.xxx.psm # ll
    total 36
    drwxrwx--- 2 iprint iprint 48 2009-11-29 17:47 4B12A58F.PA
    drwxrwx--- 2 iprint iprint 112 2009-11-29 17:44 audit
    -rw-rw---- 1 iprint iprint 8599 2009-11-29 17:58 ndpsmmon.log
    -rw-r--r-- 1 iprint iprint 19200 2009-11-29 17:58 psmdb.dat
    -rw-rw---- 1 iprint iprint 292 2009-11-29 17:58 PSMLOAD.DAT
    iPrint reconfiguration didn't help. Can you please tell me how to get rid of
    this and make Print Manager work?
    Thank you in advance
    Jakub Talas

    Resolution was to se proper write rights on iprint run directory.
    [email protected] wrote:
    > Hello, I have problems with print manager (OES2SP1 LINUX). When I run it,
    > it immediately crashes with:
    >
    > Nov 29 17:58:13 INFO iPrint Manager 'iPrintMgr.xxx' has successfully
    > loaded. Nov 29 17:58:16 WARNING A low memory error occurred while
    > initializing the Job Production Manager.
    > Nov 29 17:58:19 WARNING The kernel has indicated that a gateway, ilprsrvrd
    > or accounting process is gone.
    > Nov 29 17:58:20 INFO The iPrint Manager has unloaded successfully.
    > Nov 29 17:58:20 FATAL A child process has gone or the iPrint Manager has
    > had a fatal error and has been auto-restarted 5 times within the last
    > hour. There appears to be a repetitive problem occurring. The iPrint
    > Manager is exiting.
    >
    > # cat ndpsmmon.log
    > ....
    > 11/29/2009 05:57:48 PM,
    > Error (-603) was returned, Operation read. Replica on server
    > '10.211.204.3', Object Name: iPrintMgr.burnett, Attribute Name:
    > iPrintManagerDBSaveData (NDS Interface)
    > ....
    >
    > Files on physical server are looking fine:
    > server:/var/opt/novell/iprint/iPrintMgr.xxx.psm # ll
    > total 36
    > drwxrwx--- 2 iprint iprint 48 2009-11-29 17:47 4B12A58F.PA
    > drwxrwx--- 2 iprint iprint 112 2009-11-29 17:44 audit
    > -rw-rw---- 1 iprint iprint 8599 2009-11-29 17:58 ndpsmmon.log
    > -rw-r--r-- 1 iprint iprint 19200 2009-11-29 17:58 psmdb.dat
    > -rw-rw---- 1 iprint iprint 292 2009-11-29 17:58 PSMLOAD.DAT
    >
    >
    > iPrint reconfiguration didn't help. Can you please tell me how to get rid
    > of this and make Print Manager work?
    > Thank you in advance
    > Jakub Talas

  • Mail crashing after last update...

    Started with (shift) key down, no luck. Went online to my .Mac account and Exchange account and checked for spam that may cause crash. Nothing there anywhere. I use this day in & out, never any issues until I accepted the updates yesterday.
    Here's the crash report:
    Date/Time: 2007-07-15 07:58:24.499 -0700
    OS Version: 10.4.10 (Build 8R2218)
    Report Version: 4
    Command: Mail
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Parent: WindowServer [61]
    Version: 2.1.1 (752.3)
    Build Version: 33
    Project Name: MailViewer
    Source Version: 7520300
    PID: 873
    Thread: 5
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000041
    Thread 0:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082cace CFRunLoopRunInMode + 61
    3 com.apple.HIToolbox 0x92df19b8 RunCurrentEventLoopInMode + 285
    4 com.apple.HIToolbox 0x92df10c2 ReceiveNextEventCommon + 385
    5 com.apple.HIToolbox 0x92df0f19 BlockUntilNextEventMatchingListInMode + 81
    6 com.apple.AppKit 0x93278465 _DPSNextEvent + 572
    7 com.apple.AppKit 0x93278056 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    8 com.apple.AppKit 0x93271ddb -[NSApplication run] + 512
    9 com.apple.AppKit 0x93265d2f NSApplicationMain + 573
    10 com.apple.mail 0x00094df2 0x1000 + 605682
    11 com.apple.mail 0x00094d19 0x1000 + 605465
    Thread 1:
    0 libSystem.B.dylib 0x90047dd7 semaphoretimedwait_signaltrap + 7
    1 com.apple.Foundation 0x92892d30 FCONDITION_WAITTIMEOUT + 128
    2 com.apple.Foundation 0x92892c7a -[NSConditionLock lockWhenCondition:beforeDate:] + 101
    3 com.apple.MessageFramework 0x9a1f1821 -[InvocationQueue _drainQueue] + 210
    4 com.apple.Foundation 0x927f42e0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x90047dd7 semaphoretimedwait_signaltrap + 7
    1 com.apple.Foundation 0x92892d30 FCONDITION_WAITTIMEOUT + 128
    2 com.apple.Foundation 0x92892c7a -[NSConditionLock lockWhenCondition:beforeDate:] + 101
    3 com.apple.MessageFramework 0x9a1f1821 -[InvocationQueue _drainQueue] + 210
    4 com.apple.Foundation 0x927f42e0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082cace CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92829d3a -[NSRunLoop runMode:beforeDate:] + 182
    4 com.apple.Foundation 0x92829c36 -[NSRunLoop run] + 75
    5 com.apple.MessageFramework 0x9a1f65af +[_NSSocket _runIOThread] + 97
    6 com.apple.Foundation 0x927f42e0 forkThreadForFunction + 123
    7 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082cace CFRunLoopRunInMode + 61
    3 com.apple.MessageFramework 0x9a1f84ff _handleRequestWithTimeout + 3189
    4 com.apple.MessageFramework 0x9a1fb31e -[_NSSocket readBytes:length:] + 145
    5 com.apple.MessageFramework 0x9a1faf23 _readBytesFromSocket + 69
    6 com.apple.MessageFramework 0x9a1fada7 _fillBuffer + 469
    7 com.apple.MessageFramework 0x9a1faaf3 -[Connection readLineIntoData:] + 51
    8 com.apple.MessageFramework 0x9a1fa99e -[IMAPConnection(MFPrivate) _readDataOfLength:] + 125
    9 com.apple.MessageFramework 0x9a1fa566 -[IMAPResponse initWithConnection:] + 126
    10 com.apple.MessageFramework 0x9a1fa483 -[IMAPConnection _copyNextServerResponseForCommand:] + 63
    11 com.apple.MessageFramework 0x9a202adf -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:] + 240
    12 com.apple.MessageFramework 0x9a2015d0 -[IMAPConnection(MFPrivate) _responseFromSendingCommands:count:] + 213
    13 com.apple.MessageFramework 0x9a2012a0 _doIMAPLogin + 130
    14 com.apple.MessageFramework 0x9a200e42 -[IMAPConnection loginWithAccount:password:] + 235
    15 com.apple.MessageFramework 0x9a2008af -[IMAPConnection authenticateUsingAccount:] + 230
    16 com.apple.MessageFramework 0x9a1f4e9f -[IMAPAccount connectAndAuthenticate:] + 655
    17 com.apple.MessageFramework 0x9a1f4214 _getPotentialConnectionForMailbox + 819
    18 com.apple.MessageFramework 0x9a1f3a21 -[IMAPAccount connectionForStore:delegate:options:] + 288
    19 com.apple.MessageFramework 0x9a1f3859 -[LibraryIMAPStore connection] + 66
    20 com.apple.MessageFramework 0x9a1f3527 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:] + 204
    21 com.apple.MessageFramework 0x9a2b2f96 -[IMAPAccount _synchronizeMailboxesSynchronously] + 627
    22 com.apple.MessageFramework 0x9a2b334b -[IMAPAccount synchronizeAllMailboxes] + 56
    23 com.apple.MessageFramework 0x9a222169 -[IMAPAccount _synchronizeAccountWithServer] + 1136
    24 libobjc.A.dylib 0x90a5cd76 objc_msgSendv + 54
    25 com.apple.Foundation 0x927fb3b2 -[NSInvocation invoke] + 932
    26 com.apple.MessageFramework 0x9a1e7910 -[MonitoredInvocation invoke] + 128
    27 com.apple.MessageFramework 0x9a1f1954 -[InvocationQueue _drainQueue] + 517
    28 com.apple.Foundation 0x927f42e0 forkThreadForFunction + 123
    29 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 5 Crashed:
    0 com.apple.CFNetwork 0x9102ad29 _FTPStreamSchedule + 121
    1 com.apple.CFNetwork 0x9102434e _CFNetConnectionUnschedule + 122
    2 com.apple.CFNetwork 0x910242ae httpRequestUnschedule + 64
    3 com.apple.CoreFoundation 0x9087bfa9 _CFStreamUnscheduleFromRunLoop + 561
    4 com.apple.CFNetwork 0x910193d0 httpRequestRead + 641
    5 com.apple.CoreFoundation 0x9087b756 CFReadStreamRead + 285
    6 ...apple.AddressBook.framework 0x94e0fd63 -[ABDAVQuery execute] + 744
    7 ...apple.AddressBook.framework 0x94e10852 -[ABDAVQuery responseList] + 71
    8 com.apple.MessageFramework 0x9a2a9706 -[ExchangeAccount _nonMailboxChildrenOfMailboxWithPath:iisServer:] + 624
    9 com.apple.MessageFramework 0x9a2a9a4a -[ExchangeAccount _filterMailboxList:forMailboxWithPath:iisServer:] + 404
    10 com.apple.MessageFramework 0x9a224249 -[IMAPConnection listingForMailbox:options:] + 112
    11 com.apple.MessageFramework 0x9a223ed4 -[IMAPAccount _listingForMailboxUid:listAllChildren:] + 305
    12 com.apple.MessageFramework 0x9a221f26 -[IMAPAccount _synchronizeAccountWithServer] + 557
    13 libobjc.A.dylib 0x90a5cd76 objc_msgSendv + 54
    14 com.apple.Foundation 0x927fb3b2 -[NSInvocation invoke] + 932
    15 com.apple.MessageFramework 0x9a1e7910 -[MonitoredInvocation invoke] + 128
    16 com.apple.MessageFramework 0x9a1f1954 -[InvocationQueue _drainQueue] + 517
    17 com.apple.Foundation 0x927f42e0 forkThreadForFunction + 123
    18 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x9001a1cc select + 12
    1 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 7:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082cace CFRunLoopRunInMode + 61
    3 com.apple.MessageFramework 0x9a1f84ff _handleRequestWithTimeout + 3189
    4 com.apple.MessageFramework 0x9a1fb31e -[_NSSocket readBytes:length:] + 145
    5 com.apple.MessageFramework 0x9a1faf23 _readBytesFromSocket + 69
    6 com.apple.MessageFramework 0x9a1fada7 _fillBuffer + 469
    7 com.apple.MessageFramework 0x9a1faaf3 -[Connection readLineIntoData:] + 51
    8 com.apple.MessageFramework 0x9a1fa99e -[IMAPConnection(MFPrivate) _readDataOfLength:] + 125
    9 com.apple.MessageFramework 0x9a1fa566 -[IMAPResponse initWithConnection:] + 126
    10 com.apple.MessageFramework 0x9a1fa483 -[IMAPConnection _copyNextServerResponseForCommand:] + 63
    11 com.apple.MessageFramework 0x9a202adf -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:] + 240
    12 com.apple.MessageFramework 0x9a2015d0 -[IMAPConnection(MFPrivate) _responseFromSendingCommands:count:] + 213
    13 com.apple.MessageFramework 0x9a23cf5c _sendCommandForMailboxes + 567
    14 com.apple.MessageFramework 0x9a2b47f3 -[IMAPAccount _fetchUnreadCountsForMailboxUid:recursively:connection:checkForNewMessages:] + 989
    15 com.apple.MessageFramework 0x9a2b4abf -[IMAPAccount _fetchUnreadCountsCheckForNewMessages:] + 448
    16 libobjc.A.dylib 0x90a5cd76 objc_msgSendv + 54
    17 com.apple.Foundation 0x927fb3b2 -[NSInvocation invoke] + 932
    18 com.apple.MessageFramework 0x9a1e7910 -[MonitoredInvocation invoke] + 128
    19 com.apple.MessageFramework 0x9a1f1954 -[InvocationQueue _drainQueue] + 517
    20 com.apple.Foundation 0x927f42e0 forkThreadForFunction + 123
    21 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 5 crashed with X86 Thread State (32-bit):
    eax: 0x000000a1 ebx: 0x9087bd86 ecx: 0xa141f11c edx: 0x000000a1
    edi: 0x00000000 esi: 0x00000001 ebp: 0xb04a5498 esp: 0xb04a544c
    ss: 0x0000001f efl: 0x00010292 eip: 0x9102ad29 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x1b2fff com.apple.mail 2.1.1 (752.3) /Applications/Mail.app/Contents/MacOS/Mail
    0x51d000 - 0x51ffff net.culater.SIMBL 0.8 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
    0x694000 - 0x69bfff com.mac.bwebster.iPLM ??? (3.2.5) /Users/Gene/Library/InputManagers/iPLM/iPLM.bundle/Contents/MacOS/iPLM
    0x6ab000 - 0x6b2fff com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 (1.2.1) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0x16015000 - 0x1602afff com.apple.Mail.Syncer 1.1.1 (752.3) /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x8fe00000 - 0x8fe4afff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.26 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91046fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91059000 - 0x91069fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91074000 - 0x910f3fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112d000 - 0x9114bfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91157000 - 0x91165fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91168000 - 0x91307fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91405000 - 0x9140dfff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91414000 - 0x9141bfff libbsm.dylib /usr/lib/libbsm.dylib
    0x9141f000 - 0x91445fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91457000 - 0x914cdfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151e000 - 0x9151efff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91520000 - 0x9154cfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9155f000 - 0x91633fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166e000 - 0x916e1fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9170f000 - 0x917b8fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917de000 - 0x91829fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91848000 - 0x9185efff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186a000 - 0x91885fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91890000 - 0x918cdfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e1000 - 0x918edfff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f4000 - 0x91934fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91947000 - 0x919f9fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a3f000 - 0x91a55fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a5a000 - 0x91a78fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7d000 - 0x91adcfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aee000 - 0x91af2fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af4000 - 0x91b7afff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b7e000 - 0x91bbbfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bc1000 - 0x91bdbfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91be0000 - 0x91be2fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91be4000 - 0x91cc2fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91cdf000 - 0x91cdffff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce1000 - 0x91d6ffff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d76000 - 0x91d76fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d78000 - 0x91dd1fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91dda000 - 0x91dfefff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e06000 - 0x9220ffff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92249000 - 0x925fdfff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9262a000 - 0x92717fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92719000 - 0x92796fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927d7000 - 0x92a07fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b21000 - 0x92b3cfff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b48000 - 0x92ba0fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bb4000 - 0x92bb4fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bb6000 - 0x92bc6fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bd5000 - 0x92bddfff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92be3000 - 0x92be9fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bef000 - 0x92c80fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c94000 - 0x92c98fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c9b000 - 0x92cb9fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92ccb000 - 0x92cd1fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cd7000 - 0x92d3afff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d61000 - 0x92da2fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dc9000 - 0x92dd7fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dde000 - 0x92de3fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de8000 - 0x930ddfff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931e3000 - 0x931effff com.apple.opengl 1.5.1 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931f4000 - 0x9320ffff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9325f000 - 0x9325ffff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93261000 - 0x93917fff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c98000 - 0x93d13fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d4c000 - 0x93e06fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e49000 - 0x93e49fff com.apple.audio.units.AudioUnit 1.4.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e4b000 - 0x9400cfff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94052000 - 0x94093fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9409b000 - 0x940defff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940e2000 - 0x940f8fff com.apple.CoreVideo 1.4.1 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94107000 - 0x945c3fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x946f5000 - 0x9473dfff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x947c9000 - 0x947dafff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x947e8000 - 0x94826fff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94842000 - 0x94851fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94858000 - 0x94863fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x948af000 - 0x948c9fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94d5b000 - 0x94ea1fff com.apple.AddressBook.framework 4.0.5 (487) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94f2d000 - 0x94f3cfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94f43000 - 0x94f6cfff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94f72000 - 0x94f81fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94f85000 - 0x94faafff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94fb6000 - 0x94fd3fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x952fe000 - 0x953a7fff com.apple.WebKit 522.11 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95408000 - 0x954aafff com.apple.JavaScriptCore 522.10 /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x954d1000 - 0x95967fff com.apple.WebCore 522.12 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95bc3000 - 0x95bc8fff com.apple.agl 2.6.2 (AGL-2.6.2) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x95bcc000 - 0x95beffff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x95bf6000 - 0x95c7efff com.apple.syncservices 2.5 (194) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x95e77000 - 0x95eaffff com.apple.PDFKit 1.0.3 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x964e4000 - 0x964fafff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x96ef1000 - 0x96ef1fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x973d8000 - 0x973fafff com.apple.speech.LatentSemanticMappingFramework 2.5 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x97cb3000 - 0x97cc0fff com.apple.DMNotification 1.0.4 (37) /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x97e52000 - 0x97f29fff com.apple.QuartzComposer 1.2.5 (32.23) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97fb2000 - 0x97fb2fff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9811b000 - 0x98135fff com.apple.slideshow 1.0.4 (1.0) /System/Library/PrivateFrameworks/Slideshow.framework/Versions/A/Slideshow
    0x984b4000 - 0x984f8fff com.apple.ISSupport 1.1.2 (16) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9851d000 - 0x98546fff com.apple.DotMacSyncManager 1.0.5 (156) /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x98654000 - 0x98699fff com.apple.PAPICommon 2.5 (131) /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x9a1c0000 - 0x9a1cbfff com.apple.IMFramework 3.1.4 (429) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x9a1d5000 - 0x9a341fff com.apple.MessageFramework 2.1.1 (752.3) /System/Library/Frameworks/Message.framework/Versions/B/Message
    Model: MacBookPro3,1, BootROM MBP31.0070.B02, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB
    Graphics: GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), 1.1.8.5
    Bluetooth: Version 1.9.0f8, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Network Service: Ethernet Adaptor (en2), Ethernet, en2
    Network Service: Ethernet Adaptor (en3), Ethernet, en3
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: FUJITSU MHW2160BHPL, 149.05 GB
    Parallel ATA Device: MATSHITADVD-R UJ-857E
    USB Device: Built-in iSight, Apple Inc., Up to 480 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 1.5 Mb/sec, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    Mac OS X (10.4.9)

    Please, describe the circumstances under which Mail crashes. As a result of doing what does Mail crash?
    Problems arising right after installing a system update are usually the result of the problem already being there, or some filesystem corruption that should have been fixed first, or not having installed the update properly (e.g. applications running while installing it), or having ignored Apple’s “Important: Please read before installing” warnings, etc.
    And I wonder whether some of the things you have installed in /Library/InputManagers/ and in ~/Library/InputManagers/ (iPLM in particular) could also have a bearing on this...
    Quit all the applications and verify/repair the startup disk (not just permissions), as described here:
    The Repair functions of Disk Utility: what's it all about?
    After having fixed all the filesystem issues, if any, reinstall any updates that may not have been installed properly. If that’s really the problem (which I don’t know), it may also be necessary to reinstall the Combo Update for the type of computer and the version of Mac OS X you’re using, unless this is the version of Mac OS X that came with the computer:
    About the Mac OS X 10.4.10 Combo Update
    Mac OS X 10.4.10 Combo Update for PowerPC
    Mac OS X 10.4.10 Combo Update for Intel
    After installing the Combo Update, the computer may restart twice and the first restart may take several minutes. This is normal.
    Take a look at the following articles for guidelines on how to properly install system updates:
    Troubleshooting installation and software updates
    Installing software updates
    Basically, you should verify/repair the startup disk and back up before installing the update, no applications should be running while installing it, and you may experience unexpected results if you have third-party system software modifications (not normal applications) installed.

  • Hello apple guys, i can't open app store, reminders, contacts, mail(crash), maps, Image Capture, and other apps that comes with Mavericks OS, how i can solve this problem?

    hello apple guys, after installing OS X Mavericks, i can't open app store, reminders, contacts, mail(crash), maps, Image Capture, and other apps that comes with Mavericks OS, how i can solve this problem?

    So is this the way Apple works now? Not solving customers problems? I'm sure so many users have had this problem. I've had, and I reinstalled Mavericks 3 times. Works fine for some days and then several Apple Apps stop working. Is that a way to force us ti update to Yosemite? (I don't want to) and then pay to update some third party programs (i.e. Pro Tools). Also, there are so many 15" MacBooks Pro with graphic problems and of course the guys at the Apple Service Centers always say: "It's the logic board, you can have it replaced, but it's so expensive I would recommend a new Mac".  I really, really miss Steve Jobs!

  • Two ongoing problems with Mail: (1) PDF's (2) Mail crashing

    Greetings,
    Two ongoing problems with Mail:
    (1) When I receive PDF's in email (sender is using the Apple version of Eudora), the PDF fails to open; it shows there is 0 KB. When my co-workers with PC's receive the same email; they have no problem opening the PDF. Additionally, when I receive the same PDF in Thunderbird, it opens with no problems. Finally, when I receive the PDF in a Zip file, unfortunately, it once again is 0 KB.
    (2) My other ongoing problem, on a consistent basis, Mail crashes upon opening. Pasted below is the complete "Crash Report" which I have been sening into Apple.
    Thanks in advanve for your assistance ...
    Kind reagrds,
    Bill Siegrist
    [email protected]
    Date/Time: 2006-07-07 09:14:47.960 -0500
    OS Version: 10.4.7 (Build 8J2135)
    Report Version: 4
    Command: Mail
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Parent: WindowServer [64]
    Version: 2.1 (752)
    Build Version: 2
    Project Name: MailViewer
    Source Version: 7520000
    PID: 214
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x5657e589
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x90a51091 NXStrIsEqual + 44
    1 libobjc.A.dylib 0x90a4eaf3 NXHashGet + 143
    2 libobjc.A.dylib 0x90a5083f NXUniqueString + 129
    3 com.apple.AppKit 0x933dbc48 newTypeList + 232
    4 com.apple.AppKit 0x933dba7d -[NSApplication(NSServicesMenuPrivate) registerServicesMenuSendTypes:returnTypes:] + 314
    5 com.apple.AppKit 0x933db364 +[NSTextView(NSPasteboard) registerForServices] + 197
    6 com.apple.AppKit 0x933db24c -[NSTextView(NSPrivate) _commonInitState] + 214
    7 com.apple.AppKit 0x933dafe6 -[NSTextView initWithFrame:textContainer:] + 150
    8 com.apple.AppKit 0x933ce792 -[NSTextView initWithFrame:] + 589
    9 com.apple.AppKit 0x9347531d -[NSCustomView nibInstantiate] + 444
    10 com.apple.AppKit 0x9337b118 -[NSIBObjectData instantiateObject:] + 232
    11 com.apple.AppKit 0x9337a661 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 202
    12 com.apple.AppKit 0x93371c95 loadNib + 260
    13 com.apple.AppKit 0x933716c1 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 918
    14 com.apple.AppKit 0x934e99f7 -[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 169
    15 com.apple.MessageFramework 0x99373e47 -[NSBundle(MessageFrameworkAdditions) loadNibNamed:owner:] + 111
    16 com.apple.mail 0x00007451 0x1000 + 25681
    17 com.apple.mail 0x0000727b 0x1000 + 25211
    18 com.apple.mail 0x00007251 0x1000 + 25169
    19 com.apple.mail 0x00006b7e 0x1000 + 23422
    20 com.apple.mail 0x00005fe1 0x1000 + 20449
    21 com.apple.mail 0x00005457 0x1000 + 17495
    22 com.apple.Foundation 0x9273eed3 __NSFireDelayedPerform + 403
    23 com.apple.CoreFoundation 0x90823bc9 CFRunLoopRunSpecific + 3341
    24 com.apple.CoreFoundation 0x90822eb5 CFRunLoopRunInMode + 61
    25 com.apple.HIToolbox 0x92f02b90 RunCurrentEventLoopInMode + 285
    26 com.apple.HIToolbox 0x92f02297 ReceiveNextEventCommon + 385
    27 com.apple.HIToolbox 0x92f020ee BlockUntilNextEventMatchingListInMode + 81
    28 com.apple.AppKit 0x93383771 _DPSNextEvent + 576
    29 com.apple.AppKit 0x9338335e -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    30 com.apple.AppKit 0x9337d0e3 -[NSApplication run] + 512
    31 com.apple.AppKit 0x93371037 NSApplicationMain + 573
    32 com.apple.mail 0x0009474a 0x1000 + 603978
    33 com.apple.mail 0x00094665 0x1000 + 603749
    Thread 1:
    0 libSystem.B.dylib 0x9000a5c7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082369a CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x90822eb5 CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x927dcc35 -[NSRunLoop acceptInputForMode:beforeDate:] + 164
    4 com.apple.MessageFramework 0x99382ccb -[MainThread performOneway:result:withTarget:selector:] + 765
    5 com.apple.MessageFramework 0x993ac69e -[NSObject(MainThreadMessaging) performSelectorInMainThread:] + 70
    6 com.apple.mail 0x0000636f 0x1000 + 21359
    7 libobjc.A.dylib 0x90a51c56 objc_msgSendv + 54
    8 com.apple.Foundation 0x9273026e -[NSInvocation invoke] + 932
    9 com.apple.MessageFramework 0x99373094 -[MonitoredInvocation invoke] + 128
    10 com.apple.MessageFramework 0x99372f25 +[WorkerThread _execute:] + 80
    11 com.apple.Foundation 0x927291b0 forkThreadForFunction + 123
    12 libSystem.B.dylib 0x90024b07 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x9000a5c7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082369a CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x90822eb5 CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x927dcc35 -[NSRunLoop acceptInputForMode:beforeDate:] + 164
    4 com.apple.MessageFramework 0x99382ccb -[MainThread performOneway:result:withTarget:selector:] + 765
    5 com.apple.MessageFramework 0x993b670f -[NSObject(MainThreadMessaging) performSelectorInMainThread:withObject:] + 77
    6 com.apple.mail 0x0003c4df 0x1000 + 242911
    7 libobjc.A.dylib 0x90a51c56 objc_msgSendv + 54
    8 com.apple.Foundation 0x9273026e -[NSInvocation invoke] + 932
    9 com.apple.MessageFramework 0x99373094 -[MonitoredInvocation invoke] + 128
    10 com.apple.MessageFramework 0x9937cfc4 -[InvocationQueue _drainQueue] + 517
    11 com.apple.Foundation 0x927291b0 forkThreadForFunction + 123
    12 libSystem.B.dylib 0x90024b07 pthreadbody + 84
    Thread 0 crashed with i386 Thread State:
    eax: 0x0000004e ebx: 0x90a507cc ecx:0x004d8910 edx: 0x5657e589
    edi: 0x004d8570 esi: 0x00402ad0 ebp:0xbfffe898 esp: 0xbfffe880
    ss: 0x0000002f efl: 0x00010202 eip:0x90a51091 cs: 0x00000027
    ds: 0x0000002f es: 0x0000002f fs:0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x1b5fff com.apple.mail 2.1 (752) /Applications/Mail.app/Contents/MacOS/Mail
    0x7f9000 - 0x7fafff com.objective-decision.ODMailBundle ??? (2.50) /Users/admin/Library/Mail/Bundles/ODMailBundle.mailbundle/Contents/MacOS/ODMail Bundle
    0x1761000 - 0x1766fff com.objective-decision.ODMailBundle104 ??? (1.0) /Users/admin/Library/Mail/Bundles/ODMailBundle.mailbundle/Contents/PlugIns/ODMa ilBundle10_4.bundle/Contents/MacOS/ODMailBundle_104
    0x8fe00000 - 0x8fe4bfff dyld 45.1 /usr/lib/dyld
    0x90000000 - 0x9016efff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901be000 - 0x901c0fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c2000 - 0x901fefff com.apple.CoreText 1.1.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90225000 - 0x902fafff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031a000 - 0x9076afff com.apple.CoreGraphics 1.258.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90801000 - 0x908c9fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90907000 - 0x90907fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90909000 - 0x909fcfff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a4c000 - 0x90acbfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90af4000 - 0x90b57fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bc6000 - 0x90bcdfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bd2000 - 0x90c42fff com.apple.framework.IOKit 1.4.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c57000 - 0x90c69fff libauto.dylib /usr/lib/libauto.dylib
    0x90c6f000 - 0x90f14fff com.apple.CoreServices.CarbonCore 682.12 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f57000 - 0x90fbffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90ff7000 - 0x91035fff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91047000 - 0x91057fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91062000 - 0x910e0fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91115000 - 0x91133fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9113f000 - 0x9114dfff libz.1.dylib /usr/lib/libz.1.dylib
    0x91150000 - 0x91306fff com.apple.security 4.4.1 (27569) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913f5000 - 0x913fdfff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91404000 - 0x9142afff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9143c000 - 0x91443fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91447000 - 0x914c0fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9150e000 - 0x9150efff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91510000 - 0x9153bfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154e000 - 0x91622fff com.apple.ColorSync 4.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9165b000 - 0x916d8fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91705000 - 0x917affff com.apple.QD 3.10.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917d5000 - 0x91820fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9183f000 - 0x91855fff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91861000 - 0x9187bfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91885000 - 0x918c2fff com.apple.LaunchServices 180 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918d6000 - 0x918e1fff com.apple.speech.synthesis.framework 3.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918e8000 - 0x91920fff com.apple.ImageIO.framework 1.4.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91932000 - 0x919e4fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a2a000 - 0x91a40fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a45000 - 0x91a61fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a66000 - 0x91ac4fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91ad4000 - 0x91ad8fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91ada000 - 0x91b35fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b39000 - 0x91b76fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91b7c000 - 0x91b96fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91b9b000 - 0x91b9dfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91b9f000 - 0x91b9ffff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ba1000 - 0x91c2bfff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91c32000 - 0x91c32fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91c34000 - 0x91c79fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91c81000 - 0x91ca6fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91cad000 - 0x92230fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9226d000 - 0x9261ffff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9264c000 - 0x926d0fff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9270c000 - 0x9293efff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92a4a000 - 0x92b28fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92b45000 - 0x92c32fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92c42000 - 0x92c59fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92c64000 - 0x92cbbfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92ccf000 - 0x92ccffff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92cd1000 - 0x92ce1fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92cef000 - 0x92cf7fff com.apple.speech.recognition.framework 3.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92cfd000 - 0x92d02fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92d08000 - 0x92d99fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92dad000 - 0x92db0fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92db3000 - 0x92dd0fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92de0000 - 0x92de6fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92dec000 - 0x92e4ffff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92e73000 - 0x92eb4fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92edb000 - 0x92ee8fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92eef000 - 0x92ef4fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92ef9000 - 0x931ebfff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x932f0000 - 0x932fbfff com.apple.opengl 1.4.10 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93300000 - 0x9331bfff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9336a000 - 0x9336afff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9336c000 - 0x93a25fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93da6000 - 0x93e20fff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93e59000 - 0x93f1afff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93f5a000 - 0x93f5afff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93f5c000 - 0x9410afff com.apple.QuartzCore 1.4.8 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94158000 - 0x94199fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x941a1000 - 0x941dbfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94218000 - 0x9425ffff com.apple.bom 8.4 (86.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x942e0000 - 0x942f0fff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x942fd000 - 0x9433afff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94356000 - 0x94365fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9436c000 - 0x94377fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x943c3000 - 0x943ddfff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x947fb000 - 0x94944fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x949d0000 - 0x949dffff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x949e6000 - 0x94a0ffff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94a15000 - 0x94a24fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94a28000 - 0x94a4cfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94a58000 - 0x94a75fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94d9f000 - 0x94e32fff com.apple.WebKit 418.8 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94e8c000 - 0x94f0efff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x94f41000 - 0x95220fff com.apple.WebCore 418.19 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9537e000 - 0x953a1fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x953a8000 - 0x9542ffff com.apple.syncservices 2.4 (189.2) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x955c7000 - 0x955fffff com.apple.PDFKit 1.0.2 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96524000 - 0x96524fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96a03000 - 0x96a24fff com.apple.speech.LatentSemanticMappingFramework 2.4 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x97379000 - 0x97386fff com.apple.DMNotification 1.0.3 (32) /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x97516000 - 0x975eefff com.apple.QuartzComposer 1.2.3 (32.21) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97675000 - 0x97675fff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x977e0000 - 0x977fafff com.apple.slideshow 1.0.4 (1.0) /System/Library/PrivateFrameworks/Slideshow.framework/Versions/A/Slideshow
    0x97b72000 - 0x97bb7fff com.apple.ISSupport 1.1.2 (16) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x97bdc000 - 0x97bf9fff com.apple.DotMacSyncManager 1.0.3 (49) /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x97d00000 - 0x97d45fff com.apple.PAPICommon 2.4 (123) /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x9934c000 - 0x99357fff com.apple.IMFramework 3.1.1 (427) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x99361000 - 0x994cefff com.apple.MessageFramework 2.1 (752.2) /System/Library/Frameworks/Message.framework/Versions/B/Message
    Model: MacBookPro1,2, BootROM MBP12.0061.B00, 2 processors, Intel Core Duo, 2.16 GHz, 2 GB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 256 MB
    Memory Module: DIMM0/BANK 0, 1 GB, DDR2 SDRAM, 667 MHz
    Memory Module: DIMM1/BANK 1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x86), 0.1.24
    Bluetooth: Version 1.7.5f10, 2 service, 0 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: ST9120821AS, 111.79 GB
    Parallel ATA Device: MATSHITADVD-R UJ-846
    USB Device: BigDisk, LaCie Group.SA, Up to 480 Mb/sec, 500 mA
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA
    USB Device: Hub, Up to 12 Mb/sec, 500 mA
    USB Device: USB GlidePoint, Cirque Corporation, Up to 1.5 Mb/sec, 500 mA
    USB Device: DYMO LabelWriter 330, DYMO, Up to 12 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
    USB Device: Trackball, Logitech, Up to 1.5 Mb/sec, 500 mA

    Greetings again David,
    (1) I still do need assistance with both of these problems.
    (2) I came to this forum for help because like others, I do not have the expertise to solve the issues. I have sought to follow the instructions you have provided. I am thankful for those people like yourself who care enough and are willing to provide guidance / education.
    (3) I am 52 years old and have three grandchildren, please don't talk down to me like I am a child who has been purposely disobedient.
    (4) David, I appreciate and respect your expertise. Thank you for your willingness to help me and others grow and learn.
    I will continue to seek to carry out your recommendations and provide info on the results.
    Kind regards,
    Bill Siegrist
    [email protected]
    MacBook Pro 17"   Mac OS X (10.4.6)  

  • Apple Mail crashes during launch in Yosemite

    After installing OS 10.10 Yosemite, Apple Mail crashes during launch and it's impossible to start up the app. I even tried to re-install Yosemite but that didn't help either. The strange thing is, that Mail is launching perfectly and running on my wife's user login on the same computer. She is user, I'm Admin.
    Details about my system:
    iMac 2007 Mid
    Prcessor: 2,4 GHz Intel Core 2 Duo
    Momory: 4 GB 667 MHz DDR2 SDRAM (2x2 slots)
    Graphic: ATI Radeon HD 2600 Pro 256 MB
    Free HD space: 117 GB
    Error report below:
    Process:          
    Mail [3763]
    Path:             
    /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:       
    com.apple.mail
    Version:          
    8.0 (1990.1)
    Build Info:       
    Mail-1990001000000000~3
    Code Type:        
    X86-64 (Native)
    Parent Process:   
    ??? [1]
    Responsible:      
    Mail [3763]
    User ID:          
    501
    Date/Time:        
    2014-10-18 16:01:02.573 +0200
    OS Version:       
    Mac OS X 10.10 (14A389)
    Report Version:   
    11
    Anonymous UUID:   
    E6EBE393-FFDC-E131-4064-6FD8610AB133
    Sleep/Wake UUID:  
    7BD48D4E-B028-4A52-BB30-717ACF7BE6A8
    Time Awake Since Boot: 2600 seconds
    Time Since Wake:  
    1100 seconds
    Crashed Thread:   
    10  Dispatch queue: NSOperationQueue 0x600000038200 :: NSOperation 0x608000441080 (QOS: UTILITY)
    Exception Type:   
    EXC_CRASH (SIGABRT)
    Exception Codes:  
    0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Absolute path passed into -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:]: //Deleted Messages'
    abort() called
    terminating with uncaught exception of type NSException
    Application Specific Backtrace 1:
    0   CoreFoundation                 
    0x00007fff9631c64c __exceptionPreprocess + 172
    1   libobjc.A.dylib                
    0x00007fff89ac96de objc_exception_throw + 43
    2   CoreFoundation                 
    0x00007fff9631c42a +[NSException raise:format:arguments:] + 106
    3   Foundation                     
    0x00007fff94db85b9 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
    4   Mail                           
    0x00007fff8c1f624c -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 251
    5   Mail                           
    0x00007fff8c1536f4 -[MFIMAPAccount mailboxForRelativePath:isFilesystemPath:create:] + 491
    6   Mail                           
    0x00007fff8c1f7986 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 473
    7   Mail                           
    0x00007fff8c20e458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
    8   CoreFoundation                 
    0x00007fff96246ea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
    9   CoreFoundation                 
    0x00007fff96246db9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
    10  Mail                           
    0x00007fff8c20e3a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
    11  Foundation                     
    0x00007fff94e022e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
    12  Foundation                     
    0x00007fff94cee905 -[NSBlockOperation main] + 97
    13  Foundation                     
    0x00007fff94ccd59c -[__NSOperationInternal _start:] + 653
    14  Foundation                     
    0x00007fff94ccd1a3 __NSOQSchedule_f + 184
    15  libdispatch.dylib              
    0x00007fff8eecfc13 _dispatch_client_callout + 8
    16  libdispatch.dylib              
    0x00007fff8eed3365 _dispatch_queue_drain + 1100
    17  libdispatch.dylib              
    0x00007fff8eed4ecc _dispatch_queue_invoke + 202
    18  libdispatch.dylib              
    0x00007fff8eed26b7 _dispatch_root_queue_drain + 463
    19  libdispatch.dylib              
    0x00007fff8eee0fe4 _dispatch_worker_thread3 + 91
    20  libsystem_pthread.dylib        
    0x00007fff88b076cb _pthread_wqthread + 729
    21  libsystem_pthread.dylib        
    0x00007fff88b054a1 start_wqthread + 13
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib  
    0x00007fff8e110b9e close + 10
    1   com.apple.Foundation    
    0x00007fff94cd8afe -[NSData(NSData) initWithContentsOfFile:] + 91
    2   com.apple.Foundation    
    0x00007fff94cd856c +[NSDictionary(NSDictionary) newWithContentsOf:immutable:] + 101
    3   com.apple.mail          
    0x00000001088bb4cd 0x1088b0000 + 46285
    4   com.apple.mail          
    0x00000001088bb400 0x1088b0000 + 46080
    5   com.apple.mail          
    0x00000001088bb1eb 0x1088b0000 + 45547
    6   com.apple.mail          
    0x0000000108b37244 0x1088b0000 + 2650692
    7   com.apple.CoreFoundation
    0x00007fff9631bc6c ____NSDictionaryEnumerate_block_invoke439 + 28
    8   com.apple.CoreFoundation
    0x00007fff961fdc30 CFBasicHashApply + 128
    9   com.apple.CoreFoundation
    0x00007fff9623ed78 __NSDictionaryEnumerate + 664
    10  com.apple.mail          
    0x00000001088bb177 0x1088b0000 + 45431
    11  com.apple.mail          
    0x00000001088bab18 0x1088b0000 + 43800
    12  com.apple.mail          
    0x00000001088ba3dd 0x1088b0000 + 41949
    13  com.apple.mail          
    0x00000001088b873d 0x1088b0000 + 34621
    14  com.apple.mail          
    0x00000001088b370f 0x1088b0000 + 14095
    15  com.apple.CoreFoundation
    0x00007fff962d8cbc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    16  com.apple.CoreFoundation
    0x00007fff961ca1b4 _CFXNotificationPost + 3140
    17  com.apple.Foundation    
    0x00007fff94cc7ea1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
    18  com.apple.AppKit        
    0x00007fff8c66725b -[NSApplication _postDidFinishNotification] + 291
    19  com.apple.AppKit        
    0x00007fff8c666fc6 -[NSApplication _sendFinishLaunchingNotification] + 191
    20  com.apple.AppKit        
    0x00007fff8c663dc6 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 574
    21  com.apple.AppKit        
    0x00007fff8c663805 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 244
    22  com.apple.Foundation    
    0x00007fff94ce7458 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290
    23  com.apple.Foundation    
    0x00007fff94ce72c9 _NSAppleEventManagerGenericHandler + 102
    24  com.apple.AE            
    0x00007fff92a7e99c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 531
    25  com.apple.AE            
    0x00007fff92a7e719 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    26  com.apple.AE            
    0x00007fff92a7e623 aeProcessAppleEvent + 295
    27  com.apple.HIToolbox     
    0x00007fff8d9c037e AEProcessAppleEvent + 56
    28  com.apple.AppKit        
    0x00007fff8c65fec6 _DPSNextEvent + 2665
    29  com.apple.AppKit        
    0x00007fff8c65efd0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    30  com.apple.AppKit        
    0x00007fff8c652f73 -[NSApplication run] + 594
    31  com.apple.AppKit        
    0x00007fff8c63e424 NSApplicationMain + 1832
    32  libdyld.dylib           
    0x00007fff8eb505c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib  
    0x00007fff8e11122e kevent64 + 10
    1   libdispatch.dylib       
    0x00007fff8eed2a6a _dispatch_mgr_thread + 52
    Thread 2:: Dispatch queue: NSOperationQueue 0x608000221400 :: NSOperation 0x600000845af0 (QOS: USER_INITIATED)
    0   libsystem_kernel.dylib  
    0x00007fff8e10b56a semaphore_wait_trap + 10
    1   libdispatch.dylib       
    0x00007fff8eed6c55 _dispatch_semaphore_wait_slow + 213
    2   com.apple.Foundation    
    0x00007fff94cef078 -[NSFileManager URLForUbiquityContainerIdentifier:] + 357
    3   com.apple.Mail.framework
    0x00007fff8c2b41ae -[MFSyncedFile _setCloudURL] + 117
    4   com.apple.Mail.framework
    0x00007fff8c2b4cd3 __38-[MFSyncedFile _handleIdentityChange:]_block_invoke + 230
    5   com.apple.Foundation    
    0x00007fff94e022e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
    6   com.apple.Foundation    
    0x00007fff94cee905 -[NSBlockOperation main] + 97
    7   com.apple.Foundation    
    0x00007fff94ccd59c -[__NSOperationInternal _start:] + 653
    8   com.apple.Foundation    
    0x00007fff94ccd1a3 __NSOQSchedule_f + 184
    9   libdispatch.dylib       
    0x00007fff8eecfc13 _dispatch_client_callout + 8
    10  libdispatch.dylib       
    0x00007fff8eed3365 _dispatch_queue_drain + 1100
    11  libdispatch.dylib       
    0x00007fff8eed4ecc _dispatch_queue_invoke + 202
    12  libdispatch.dylib       
    0x00007fff8eed26b7 _dispatch_root_queue_drain + 463
    13  libdispatch.dylib       
    0x00007fff8eee0fe4 _dispatch_worker_thread3 + 91
    14  libsystem_pthread.dylib 
    0x00007fff88b076cb _pthread_wqthread + 729
    15  libsystem_pthread.dylib 
    0x00007fff88b054a1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib  
    0x00007fff8e110946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff88b054a1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib  
    0x00007fff8e110946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff88b054a1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib  
    0x00007fff8e110946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff88b054a1 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib  
    0x00007fff8e110946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff88b054a1 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib  
    0x00007fff8e110946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff88b054a1 start_wqthread + 13
    Thread 8:: Dispatch queue: NSOperationQueue 0x608000225380 :: NSOperation 0x608000441530 (QOS: USER_INITIATED)
    0   libsystem_kernel.dylib  
    0x00007fff8e10ffc6 __open + 10
    1   com.apple.Foundation    
    0x00007fff94cec12b -[NSData(NSData) initWithContentsOfFile:options:error:] + 221
    2   com.apple.Mail.framework
    0x00007fff8c165a2b +[MFLibrary restoreBackingStoreUpdateJournalIfNeeded] + 150
    3   com.apple.Mail.framework
    0x00007fff8c19f6ab +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1660
    4   com.apple.Mail.framework
    0x00007fff8c190e34 +[MFLibrary databaseUUIDString] + 106
    5   com.apple.Mail.framework
    0x00007fff8c0e64ce +[MFCriterion queryScopePathForMailbox:] + 124
    6   com.apple.Mail.framework
    0x00007fff8c0e9801 -[MFCriterion _spotlightQueryStringForMailboxCriterion:] + 445
    7   com.apple.Mail.framework
    0x00007fff8c0e8c3c -[MFCriterion _spotlightQueryStringWithInFlightURLs:] + 980
    8   com.apple.Mail.framework
    0x00007fff8c0eb671 -[MFCriterion _spotlightQueryStringForCompoundCriterionWithInFlightURLs:] + 345
    9   com.apple.Mail.framework
    0x00007fff8c0e8a9e -[MFCriterion _spotlightQueryStringWithInFlightURLs:] + 566
    10  com.apple.Mail.framework
    0x00007fff8c294f77 -[MFSmartMailboxUnreadCountManager _updateSmartMailboxUnreadCountUsingSpotlight:useTotalCount:] + 439
    11  com.apple.Mail.framework
    0x00007fff8c2961d6 __91-[MFSmartMailboxUnreadCountManager updateMailboxesUnreadCountUsingSpotlight:useTotalCount:]_block_invoke + 205
    12  com.apple.Foundation    
    0x00007fff94e022e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
    13  com.apple.Foundation    
    0x00007fff94cee905 -[NSBlockOperation main] + 97
    14  com.apple.Foundation    
    0x00007fff94ccd59c -[__NSOperationInternal _start:] + 653
    15  com.apple.Foundation    
    0x00007fff94ccd1a3 __NSOQSchedule_f + 184
    16  libdispatch.dylib       
    0x00007fff8eecfc13 _dispatch_client_callout + 8
    17  libdispatch.dylib       
    0x00007fff8eed3365 _dispatch_queue_drain + 1100
    18  libdispatch.dylib       
    0x00007fff8eed4ecc _dispatch_queue_invoke + 202
    19  libdispatch.dylib       
    0x00007fff8eed26b7 _dispatch_root_queue_drain + 463
    20  libdispatch.dylib       
    0x00007fff8eee0fe4 _dispatch_worker_thread3 + 91
    21  libsystem_pthread.dylib 
    0x00007fff88b076cb _pthread_wqthread + 729
    22  libsystem_pthread.dylib 
    0x00007fff88b054a1 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib  
    0x00007fff8e110946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff88b054a1 start_wqthread + 13
    Thread 10 Crashed:: Dispatch queue: NSOperationQueue 0x600000038200 :: NSOperation 0x608000441080 (QOS: UTILITY)
    0   libsystem_kernel.dylib  
    0x00007fff8e110282 __pthread_kill + 10
    1   libsystem_c.dylib       
    0x00007fff8f215b73 abort + 129
    2   libc++abi.dylib         
    0x00007fff95b2ba21 abort_message + 257
    3   libc++abi.dylib         
    0x00007fff95b539d1 default_terminate_handler() + 267
    4   libobjc.A.dylib         
    0x00007fff89acd6c6 _objc_terminate() + 103
    5   libc++abi.dylib         
    0x00007fff95b510a1 std::__terminate(void (*)()) + 8
    6   libc++abi.dylib         
    0x00007fff95b51113 std::terminate() + 51
    7   libobjc.A.dylib         
    0x00007fff89acd4ef objc_terminate + 9
    8   libdispatch.dylib       
    0x00007fff8eecfc27 _dispatch_client_callout + 28
    9   libdispatch.dylib       
    0x00007fff8eed3365 _dispatch_queue_drain + 1100
    10  libdispatch.dylib       
    0x00007fff8eed4ecc _dispatch_queue_invoke + 202
    11  libdispatch.dylib       
    0x00007fff8eed26b7 _dispatch_root_queue_drain + 463
    12  libdispatch.dylib       
    0x00007fff8eee0fe4 _dispatch_worker_thread3 + 91
    13  libsystem_pthread.dylib 
    0x00007fff88b076cb _pthread_wqthread + 729
    14  libsystem_pthread.dylib 
    0x00007fff88b054a1 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib  
    0x00007fff8e110946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff88b054a1 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib  
    0x00007fff8e110946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff88b054a1 start_wqthread + 13
    Thread 13:: Dispatch queue: NSOperationQueue 0x60000042d4c0 :: NSOperation 0x600000850260 (QOS: USER_INITIATED)
    0   libsystem_kernel.dylib  
    0x00007fff8e10b56a semaphore_wait_trap + 10
    1   libdispatch.dylib       
    0x00007fff8eed9b9c _dispatch_group_wait_slow + 218
    2   com.apple.CoreFoundation
    0x00007fff96343ffc -[CFPrefsSearchListSource generationCountFromListOfSources:count:allowFetching:] + 284
    3   com.apple.CoreFoundation
    0x00007fff96201a25 -[CFPrefsSearchListSource alreadylocked_copyDictionary] + 133
    4   com.apple.CoreFoundation
    0x00007fff961fc93a -[CFPrefsSearchListSource alreadylocked_copyValueForKey:] + 42
    5   com.apple.CoreFoundation
    0x00007fff9637541c ___CFPreferencesCopyAppValueWithContainer_block_invoke + 60
    6   com.apple.CoreFoundation
    0x00007fff96342f89 +[CFPrefsSearchListSource withSearchListForIdentifier:container:perform:] + 729
    7   com.apple.CoreFoundation
    0x00007fff96375397 _CFPreferencesCopyAppValueWithContainer + 183
    8   com.apple.CoreFoundation
    0x00007fff96375648 _CFPreferencesGetAppIntegerValueWithContainer + 24
    9   com.apple.AddressBook.framework    0x00007fff8f4b4af1 -[ABUserDefaults integerForKey:] + 42
    10  com.apple.AddressBook.framework    0x00007fff8f4b4a5b -[ABPreferencesMigrator migrateDefaults] + 30
    11  com.apple.AddressBook.framework    0x00007fff8f4b4757 __40+[ABUserDefaults addressBookPreferences]_block_invoke + 81
    12  com.apple.AddressBook.ContactsData    0x00007fff8bc7b957 __ab_once_block_invoke + 20
    13  libdispatch.dylib       
    0x00007fff8eecfc13 _dispatch_client_callout + 8
    14  libdispatch.dylib       
    0x00007fff8eecfb26 dispatch_once_f + 117
    15  com.apple.AddressBook.ContactsData    0x00007fff8bc7b8cb ab_once + 206
    16  com.apple.AddressBook.framework    0x00007fff8f4b4700 +[ABUserDefaults addressBookPreferences] + 80
    17  com.apple.AddressBook.framework    0x00007fff8f4b4688 -[ABDefaultAccountPreference initWithAccountRepository:] + 40
    18  com.apple.AddressBook.framework    0x00007fff8f4b460a -[ABAccountRepository initWithFactory:] + 208
    19  com.apple.AddressBook.framework    0x00007fff8f5ca7d8 __39+[ABAccountRepository sharedRepository]_block_invoke + 38
    20  libdispatch.dylib       
    0x00007fff8eecfc13 _dispatch_client_callout + 8
    21  libdispatch.dylib       
    0x00007fff8eecfb26 dispatch_once_f + 117
    22  com.apple.AddressBook.framework    0x00007fff8f4b5780 +[ABAccountRepository sharedRepository] + 103
    23  com.apple.AddressBook.framework    0x00007fff8f4b4376 __51+[ABPersistentStoreCoordinatorCache sharedInstance]_block_invoke + 48
    24  libdispatch.dylib       
    0x00007fff8eecfc13 _dispatch_client_callout + 8
    25  libdispatch.dylib       
    0x00007fff8eecfb26 dispatch_once_f + 117
    26  com.apple.AddressBook.framework    0x00007fff8f4b4344 +[ABPersistentStoreCoordinatorCache sharedInstance] + 116
    27  com.apple.AddressBook.framework    0x00007fff8f4b30bb -[ABAddressBook nts_InitAddressBookWithDatabaseDirectory:options:] + 986
    28  com.apple.AddressBook.framework    0x00007fff8f4b2c75 -[ABAddressBook nts_InitDefaultContactManager] + 107
    29  com.apple.AddressBook.framework    0x00007fff8f4b2bbb +[ABAddressBook nts_SharedAddressBook] + 72
    30  com.apple.AddressBook.framework    0x00007fff8f4b2ad3 +[ABAddressBook nts_CreateSharedAddressBook] + 48
    31  com.apple.AddressBook.framework    0x00007fff8f4b293f +[ABAddressBook sharedAddressBook] + 67
    32  com.apple.AddressBook.framework    0x00007fff8f4b1c01 +[ABAddressBook addressBookWithDatabaseDirectory:options:] + 54
    33  com.apple.Mail.framework
    0x00007fff8c2bf2aa -[MFVIPSendersController _updateLocalWithCloud:refresh:] + 421
    34  com.apple.Mail.framework
    0x00007fff8c2ba966 __30-[MFVIPSendersController init]_block_invoke + 210
    35  com.apple.Foundation    
    0x00007fff94e022e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
    36  com.apple.Foundation    
    0x00007fff94cee905 -[NSBlockOperation main] + 97
    37  com.apple.Foundation    
    0x00007fff94ccd59c -[__NSOperationInternal _start:] + 653
    38  com.apple.Foundation    
    0x00007fff94ccd1a3 __NSOQSchedule_f + 184
    39  libdispatch.dylib       
    0x00007fff8eecfc13 _dispatch_client_callout + 8
    40  libdispatch.dylib       
    0x00007fff8eed3365 _dispatch_queue_drain + 1100
    41  libdispatch.dylib       
    0x00007fff8eed4ecc _dispatch_queue_invoke + 202
    42  libdispatch.dylib       
    0x00007fff8eed26b7 _dispatch_root_queue_drain + 463
    43  libdispatch.dylib       
    0x00007fff8eee0fe4 _dispatch_worker_thread3 + 91
    44  libsystem_pthread.dylib 
    0x00007fff88b076cb _pthread_wqthread + 729
    45  libsystem_pthread.dylib 
    0x00007fff88b054a1 start_wqthread + 13
    Thread 14:: Dispatch queue: NSOperationQueue 0x608000221400 :: NSOperation 0x6000008504d0 (QOS: USER_INITIATED)
    0   libsystem_kernel.dylib  
    0x00007fff8e10b56a semaphore_wait_trap + 10
    1   libdispatch.dylib       
    0x00007fff8eed6c55 _dispatch_semaphore_wait_slow + 213
    2   com.apple.Foundation    
    0x00007fff94cef078 -[NSFileManager URLForUbiquityContainerIdentifier:] + 357
    3   com.apple.Mail.framework
    0x00007fff8c2b41ae -[MFSyncedFile _setCloudURL] + 117
    4   com.apple.Mail.framework
    0x00007fff8c2b4cd3 __38-[MFSyncedFile _handleIdentityChange:]_block_invoke + 230
    5   com.apple.Foundation    
    0x00007fff94e022e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
    6   com.apple.Foundation    
    0x00007fff94cee905 -[NSBlockOperation main] + 97
    7   com.apple.Foundation    
    0x00007fff94ccd59c -[__NSOperationInternal _start:] + 653
    8   com.apple.Foundation    
    0x00007fff94ccd1a3 __NSOQSchedule_f + 184
    9   libdispatch.dylib       
    0x00007fff8eecfc13 _dispatch_client_callout + 8
    10  libdispatch.dylib       
    0x00007fff8eed3365 _dispatch_queue_drain + 1100
    11  libdispatch.dylib       
    0x00007fff8eed4ecc _dispatch_queue_invoke + 202
    12  libdispatch.dylib       
    0x00007fff8eed26b7 _dispatch_root_queue_drain + 463
    13  libdispatch.dylib       
    0x00007fff8eee0fe4 _dispatch_worker_thread3 + 91
    14  libsystem_pthread.dylib 
    0x00007fff88b076cb _pthread_wqthread + 729
    15  libsystem_pthread.dylib 
    0x00007fff88b054a1 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib  
    0x00007fff8e110946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff88b054a1 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib  
    0x00007fff8e110946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff88b054a1 start_wqthread + 13
    Thread 10 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x000000010e2117c8  rdx: 0x0000000000000000
      rdi: 0x000000000000a603  rsi: 0x0000000000000006  rbp: 0x000000010e2117f0  rsp: 0x000000010e2117c8
       r8: 0x0000000000000000   r9: 0x00007fff8f23fd90  r10: 0x000000000c000000  r11: 0x0000000000000206
      r12: 0x000000010e211950  r13: 0x0000608000278e40  r14: 0x000000010e212000  r15: 0x000000010e211830
      rip: 0x00007fff8e110282  rfl: 0x0000000000000206  cr2: 0x00007fff7808ffd8
    Logical CPU:
    0
    Error Code: 
    0x02000148
    Trap Number:
    133
    Binary Images:
    0x1088b0000 -   
    0x108c45fff  com.apple.mail (8.0 - 1990.1) <9D8003D6-7A0C-3D7F-AD09-FC5D1D135273> /Applications/Mail.app/Contents/MacOS/Mail
    0x10cd73000 -   
    0x10cd73ff5 +cl_kernels (???) <56C54FFF-ACE2-4AE8-A75A-0ED8819F6AF2> cl_kernels
    0x10cd75000 -   
    0x10ce5bfef  unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x10ce9f000 -   
    0x10ce9ffff +cl_kernels (???) <347DE97F-DF20-400C-9F7E-310595289D15> cl_kernels
    0x10e297000 -   
    0x10e29ffff  com.apple.SyncedDefaults (2.0 - 212) <F74E6622-CD11-3714-848A-47A12A002930> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
    0x7fff6a444000 -
    0x7fff6a47a837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
    0x7fff86dea000 -
    0x7fff86dfbfff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x7fff86dfc000 -
    0x7fff86e00ff7  com.apple.LoginUICore (3.0 - 3.0) <86C742AF-8F8A-3AD6-AFD3-DEC66815B5C0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
    0x7fff86e2d000 -
    0x7fff86e35fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff86e36000 -
    0x7fff86ef9ff7  libvMisc.dylib (512) <A4E39464-52EA-34CB-9FFE-53E79B3C65F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff86efa000 -
    0x7fff871e1ffb  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff871ef000 -
    0x7fff87240ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff87241000 -
    0x7fff87245fff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff87246000 -
    0x7fff8724cff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff87266000 -
    0x7fff8726efff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff87274000 -
    0x7fff872affff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff872b0000 -
    0x7fff872e8fff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff87490000 -
    0x7fff8749bff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
    0x7fff8749c000 -
    0x7fff874b4fff  com.apple.CalendarStore (8.0 - 1479) <42CC3B45-7916-3C2C-8F07-E40D96C9FEDB> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x7fff874ce000 -
    0x7fff8755ffff  com.apple.SoftwareUpdate.framework (6 - 744) <4EBCE244-C676-3228-BF4B-645B143C1B97> /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareU pdate
    0x7fff87560000 -
    0x7fff8756afff  com.apple.IntlPreferences (2.0 - 150.1) <F2DE1784-F780-3E3F-A626-D9CBD38F20EE> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
    0x7fff8756b000 -
    0x7fff87a94ff7  com.apple.QuartzComposer (5.1 - 325) <2007FD9E-A5CF-361E-A7DD-ACAF976860AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff87a95000 -
    0x7fff87a9bfff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
    0x7fff87a9c000 -
    0x7fff87b30fff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff87b31000 -
    0x7fff87b32fff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
    0x7fff87e5a000 -
    0x7fff87e5fff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
    0x7fff87ea1000 -
    0x7fff87eacfff  libGL.dylib (11.0.7) <C53344AD-8CE6-3111-AB94-BD4CA89ED84E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff87ead000 -
    0x7fff87ec7ff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff87ec8000 -
    0x7fff87ef4fff  libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib
    0x7fff87ef5000 -
    0x7fff87f3bffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff87f3c000 -
    0x7fff87f3eff7  com.apple.securityhi (9.0 - 55006) <B1E09986-7AF0-3BD1-BAA1-B5514DFB7CD1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff87f6a000 -
    0x7fff8814fff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
    0x7fff88150000 -
    0x7fff88183ff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff88184000 -
    0x7fff88199ff7  com.apple.AppContainer (4.0 - 238) <9481F305-359A-33E6-93F1-89A25FA14E00> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x7fff8819a000 -
    0x7fff881ebff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff881ec000 -
    0x7fff88211ff7  libJPEG.dylib (1231) <35F13BD9-AA92-3510-B5BB-420DA15AE7F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff88212000 -
    0x7fff88242fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff88243000 -
    0x7fff88264fff  com.apple.framework.Apple80211 (10.0 - 1000.57.3) <F64EB1A1-57F3-3ABA-97D0-DB7C926FD07F> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff88265000 -
    0x7fff882c3fff  com.apple.StoreFoundation (1.0 - 1) <C15C69E9-ED00-3FA1-BE6F-030EBF4C3EC3> /System/Library/PrivateFrameworks/StoreFoundation.framework/Versions/A/StoreFou ndation
    0x7fff88348000 -
    0x7fff88834fff  com.apple.MediaToolbox (1.0 - 1562.19) <36062C5F-CC37-3F50-8383-07A9C8C75F33> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff88835000 -
    0x7fff88971ffb  com.apple.WebKitLegacy (10600 - 10600.1.25) <EE3A7515-AC7B-30D3-A4DC-EB0D36E88E4B> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy. framework/Versions/A/WebKitLegacy
    0x7fff88972000 -
    0x7fff889eaff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff889eb000 -
    0x7fff88b03ffb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff88b04000 -
    0x7fff88b0dfff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
    0x7fff88b23000 -
    0x7fff88b86ff7  com.apple.WhitePagesFramework (10.7.0 - 141.0) <CA610402-24C3-32D9-99AB-326E231D4178> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x7fff88b87000 -
    0x7fff88b9efff  com.apple.login (3.0 - 3.0) <95726FE9-E732-3A3C-A7A1-2566678967D3> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff88b9f000 -
    0x7fff88ba2fff  com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff88d26000 -
    0x7fff88dc4fff  com.apple.Metadata (10.7.0 - 916) <DA8A1D18-19FE-37B3-BE12-85C5B0A00736> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff88dc5000 -
    0x7fff8902ffff  com.apple.imageKit (2.6 - 838) <AFFC0062-F9E0-3F36-B321-D90B7E9CB785> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff89030000 -
    0x7fff89059ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
    0x7fff8905a000 -
    0x7fff8905afff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <A48738CA-5B6F-3D14-97E9-2BFDFC3DCC06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff8905b000 -
    0x7fff89063ffb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
    0x7fff89064000 -
    0x7fff89087ff7  com.apple.idsfoundation (10.0 - 1000) <D0C0714F-B1B0-3D86-BAA8-DACC76121118> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
    0x7fff89088000 -
    0x7fff89119fff  com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) <6F955140-D522-32B3-B34B-BD94C5D94E7A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff8911a000 -
    0x7fff89257fff  com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff894df000 -
    0x7fff894f3ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage
    0x7fff894f4000 -
    0x7fff8951cfff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
    0x7fff8951d000 -
    0x7fff89555ffb  libsystem_network.dylib (411) <C0B2313D-47BE-38A9-BEE6-2634A4F5E14B> /usr/lib/system/libsystem_network.dylib
    0x7fff89556000 -
    0x7fff897beffb  com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff897bf000 -
    0x7fff897d8ff7  com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff897f0000 -
    0x7fff897fafff  com.apple.MailService (8.0 - 1990.1) <973F3BF4-06D4-3CBF-AB4F-6A171F0C4A54> /System/Library/PrivateFrameworks/MailService.framework/Versions/A/MailService
    0x7fff897fb000 -
    0x7fff89817ff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
    0x7fff89818000 -
    0x7fff89aaeff7  com.apple.AOSKit (1.06 - 215) <432B31DE-50F3-3258-A462-A777C3B8184A> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x7fff89abc000 -
    0x7fff89ca1267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
    0x7fff89cd3000 -
    0x7fff89d38fff  com.apple.framework.internetaccounts (2.1 - 210) <DC8D9230-B7C8-3100-8B2F-399B51A4483A> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x7fff89d39000 -
    0x7fff89ea4ff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff89ea5000 -
    0x7fff89ebfff7  libextension.dylib (55) <17514AB2-C503-3D49-A725-EBC1140567A6> /usr/lib/libextension.dylib
    0x7fff89ec0000 -
    0x7fff89f9fff7  com.apple.MailCore (8.0 - 1990.1) <37B55B60-C29A-3F1F-9F10-4C3B0275425D> /System/Library/PrivateFrameworks/MailCore.framework/Versions/A/MailCore
    0x7fff89fa0000 -
    0x7fff8a021ff3  com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff8a022000 -
    0x7fff8a03cff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x7fff8a03d000 -
    0x7fff8a08aff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff8a08b000 -
    0x7fff8a08efff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff8a08f000 -
    0x7fff8a0fbfff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <ACBAAB0A-BCC7-37CF-AAFB-2DA1733F2682> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8a0fc000 -
    0x7fff8a100fff  libspindump.dylib (182) <7BD8C0AC-1CDA-3864-AE03-470B50160148> /usr/lib/libspindump.dylib
    0x7fff8a101000 -
    0x7fff8a14aff3  com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff8a14b000 -
    0x7fff8a164fff  com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff8a165000 -
    0x7fff8a166fff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff8a167000 -
    0x7fff8a24afff  libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8a24b000 -
    0x7fff8b1efffb  com.apple.WebCore (10600 - 10600.1.25) <EE07107A-A63D-3077-B863-C82C1E80B56D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff8b208000 -
    0x7fff8b208fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8b209000 -
    0x7fff8b229fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x7fff8b22a000 -
    0x7fff8b2e5ff7  com.apple.DiscRecording (9.0 - 9000.4.1) <F70E600E-9668-3DF2-A3A8-61813DF9E2EE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8b2e6000 -
    0x7fff8b340ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
    0x7fff8b341000 -
    0x7fff8b3f0fff  com.apple.AOSUI (1.2 - 359) <DB496530-EEFF-3478-94A5-671E77CB75BB> /System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI
    0x7fff8bc7a000 -
    0x7fff8bc7bff7  com.apple.AddressBook.ContactsData (9.0 - 1498) <2F7F3C93-9F1E-3E43-851B-F639EF37D552> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
    0x7fff8bc7c000 -
    0x7fff8bcd3ff7  com.apple.MailUI (8.0 - 1990.1) <82631324-82C3-32CB-AC2A-D4CED2A8172B> /System/Library/PrivateFrameworks/MailUI.framework/Versions/A/MailUI
    0x7fff8bcd9000 -
    0x7fff8bd12fff  com.apple.AirPlaySupport (2.0 - 215.10) <E4159036-4C38-3F28-8AF3-4F074DAF01AC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport
    0x7fff8bdab000 -
    0x7fff8bdb5ff7  com.apple.CrashReporterSupport (10.10 - 629) <EC97EA5E-3190-3717-A4A9-2F35A447E7A6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff8bdb6000 -
    0x7fff8bde6ffb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8bde7000 -
    0x7fff8bdf1fff  com.apple.corerecents (1.0 - 1) <1D3AB6D9-2C43-31F3-A223-E637DE2CD791> /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents
    0x7fff8bdf2000 -
    0x7fff8be0bff7  com.apple.CalendarAgentLink (8.0 - 250) <0F3CCA9C-645D-3A1A-A959-F4F8D31F9B1A> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
    0x7fff8be0c000 -
    0x7fff8be34ffb  libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
    0x7fff8be35000 -
    0x7fff8be76fff  libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8be77000 -
    0x7fff8bea9ff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff8beaa000 -
    0x7fff8beb2ff7  com.apple.AskPermission (1.0 - 1) <FBEDFF5F-029A-301A-9FF8-C876A574CC88> /System/Library/PrivateFrameworks/AskPermission.framework/Versions/A/AskPermiss ion
    0x7fff8beb3000 -
    0x7fff8bec6ff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff8bec7000 -
    0x7fff8bef8fff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
    0x7fff8bef9000 -
    0x7fff8bf6dff3  com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff8bf6e000 -
    0x7fff8bf70fff  libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8bf71000 -
    0x7fff8bf75fff  libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
    0x7fff8bf76000 -
    0x7fff8bf7bff7  com.apple.EmailAddressing (8.0 - 1990.1) <80DA660C-D2B2-3273-BEF6-2CEEBC666909> /System/Library/PrivateFrameworks/EmailAddressing.framework/Versions/A/EmailAdd ressing
    0x7fff8bf7c000 -
    0x7fff8c000ff7  com.apple.ViewBridge (99.1 - 99.1) <B36779D4-BEAF-36DD-83AF-E67F639BFF36> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff8c01b000 -
    0x7fff8c065fff  com.apple.DiskManagement (7.0 - 847) <A57A181E-7C50-38F6-BE0A-4F437BB8C45F> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
    0x7fff8c066000 -
    0x7fff8c06ffff  libGFXShared.dylib (11.0.7) <EC449E3A-D9D2-3494-8B6C-DEB7B11EEDAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff8c070000 -
    0x7fff8c078ffb  com.apple.CloudServices (1.0 - 1) <D278BECB-AEC3-3D32-BEC8-E949EB89D66B> /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServi ces
    0x7fff8c079000 -
    0x7fff8c086fff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x7fff8c087000 -
    0x7fff8c087fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8c088000 -
    0x7fff8c0acff7  com.apple.facetimeservices (10.0 - 1000) <52EE049F-36E3-35C8-9304-7878AF7AC241> /System/Library/PrivateFram

    Unfortunately, I've posted this two different places. However, here's how the problem was solved:
    I'm not an IT shark, but after reading several posts in the forum, I finally solved the problem with kind help from chiefsinga's post with link to Linc Davis suggestion.
    Check it out here: Mail wont start (scroll down on that post)
    OR... you could follow those steps:
    First of all, in my case it wasn't Yosemite that caused the problems. Instead, it was a corrupt database, so don't blame Tim Cook this time :-)  In the following, I assume that you made a backup before installing Yosemite.
    Here's what to do (at least in my case and translated from my Danish Mac version)
    Fire up Finder and choose Go to folder... in the top menu.
    Copy or enter this path in the dialog box: ~/Library and hit Go.
    Now, locate the Mail subfolder and move it from the Library folder to the Desktop (don't move the Mail app).
    Time for a test. If you're able to launch Mail now, it will prompt you to set up an email account. Don't do that, instead hit Cancel.
    From Time Machine (or other backup), restore the Mail subfolder in Library from the most recent backup you have that predates the issue.
    After firing it up, Mail will now let you copy mails, mailboxes, folders etc... to your new Yosemity Mail app.
    You're smiling again (hopefully...), because right in front of you, Mail is launching as it's supposed to do
    Hopefully, this will be a help...

  • Mail crashes in 10.5.1 when trying to drag messages, open folders, etc.

    I installed the 10.5.1 update yesterday and ever since, Mail crashes whenever I try to drag a message to a folder. As soon I try to click and drag the message, Mail quits. It also quits if I try to click the arrow next to a folder to reveal its subfolders.
    It does allow me to right-click an email and move it to a folder that way. It also allows me to create folders & subfolders.
    I've seen the other 10.5.1 mail-crashing threads, but didn't see any problems like this one. Not sure what to do...

    Hold down the Shift Key while clicking on the Mail icon to launch Mail
    Hmm, nothing happens here. Clicking in the dock or double click on the app itself?
    Do i get feedback only when there is a problem and not it everything is okey? Is that similar to the "database rebuild" when holding down option while launching Entourage?
    Thanks for further infos
    Patrik

  • Mail Crashes after Opening Window

    I bought a new MBPr with Mountain Lion (OS X 10.8.2) and migrated the data from the old MPB via a time machine backup. Everything seems to work, except for Apple Mail. When I start Mail it does not open a window; choose then "main window" in the menu pane, Mail crashes.
    Trying to solve the problem, I performed a disk check and I also rebuilt the Mail indices by renaming ~/Library/Mail/V2/MailData/Envelope Index* and starting Mail.
    Unfortunately nothing helped.
    Crash report:
    Process:         Mail [253]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         6.2 (1499)
    Build Info:      Mail-1499000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [125]
    User ID:         4174
    Date/Time:       2012-11-24 00:14:50.858 +0100
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          4933 sec
    Crashes Since Last Report:           14
    Per-App Interval Since Last Report:  2802 sec
    Per-App Crashes Since Last Report:   14
    Anonymous UUID:                      777E241A-A027-206C-A255-5E95A6280BA6
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSSet initWithArray:range:copyItems:]: array argument is not an NSArray'
    Performing @selector(showViewerWindow:) from sender NSMenuItem 0x7fe423438550
    abort() called
    terminate called throwing an exception
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff8243c0a6 __exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff871b83f0 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff8241a9f4 -[NSSet initWithArray:range:copyItems:] + 212
    3   Message                             0x00007fff8a0fb25c -[SmartMailboxUnreadCountManager smartMailbox:didInitializeWithDictionaryRepresentation:] + 98
    4   Message                             0x00007fff8a0faa7c -[MailboxUid initWithDictionaryRepresentation:] + 1289
    5   Mail                                0x00000001025a9a4b Mail + 35403
    6   Mail                                0x00000001025a94df Mail + 34015
    7   Mail                                0x00000001025a91b0 Mail + 33200
    8   Mail                                0x00000001025ac47f Mail + 46207
    9   Mail                                0x00000001025ab933 Mail + 43315
    10  Mail                                0x0000000102744b53 Mail + 1719123
    11  libdispatch.dylib                   0x00007fff8648e0b6 _dispatch_client_callout + 8
    12  libdispatch.dylib                   0x00007fff8648e041 dispatch_once_f + 50
    13  Mail                                0x00000001025ab7e8 Mail + 42984
    14  Mail                                0x00000001025ab6a6 Mail + 42662
    15  CoreFoundation                      0x00007fff82433e89 -[NSSet makeObjectsPerformSelector:] + 201
    16  AppKit                              0x00007fff8315b216 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1168
    17  AppKit                              0x00007fff8313a1fd loadNib + 317
    18  AppKit                              0x00007fff83139729 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 219
    19  AppKit                              0x00007fff83376773 -[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 150
    20  CoreMessage                         0x00007fff84c2d67c -[NSBundle(MessageFrameworkAdditions) loadNibNamed:owner:] + 95
    21  Mail                                0x00000001025aa802 Mail + 38914
    22  Mail                                0x00000001025aa6cc Mail + 38604
    23  Mail                                0x000000010272289c Mail + 1579164
    24  AppKit                              0x00007fff8328aa59 -[NSApplication sendAction:to:from:] + 342
    25  AppKit                              0x00007fff833c044c -[NSMenuItem _corePerformAction] + 406
    26  AppKit                              0x00007fff833c013a -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 133
    27  AppKit                              0x00007fff830ad46f -[NSMenu _internalPerformActionForItemAtIndex:] + 36
    28  AppKit                              0x00007fff830ad2f7 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 135
    29  AppKit                              0x00007fff833b9245 NSSLMMenuEventHandler + 342
    30  HIToolbox                           0x00007fff802eff0a _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1206
    31  HIToolbox                           0x00007fff802ef3d9 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 410
    32  HIToolbox                           0x00007fff803051bd SendEventToEventTarget + 40
    33  HIToolbox                           0x00007fff8033be89 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueE ventRef + 443
    34  HIToolbox                           0x00007fff802e0c11 SendMenuCommandWithContextAndModifiers + 59
    35  HIToolbox                           0x00007fff802e0bc3 SendMenuItemSelectedEvent + 254
    36  HIToolbox                           0x00007fff802e0a4f _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 94
    37  HIToolbox                           0x00007fff802bcaab _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 605
    38  HIToolbox                           0x00007fff802bc0b8 _HandleMenuSelection2 + 565
    39  AppKit                              0x00007fff832789c6 _NSHandleCarbonMenuEvent + 245
    40  AppKit                              0x00007fff8319ab7f _DPSNextEvent + 2073
    41  AppKit                              0x00007fff83199ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    42  AppKit                              0x00007fff83191283 -[NSApplication run] + 517
    43  AppKit                              0x00007fff83135cb6 NSApplicationMain + 869
    44  libdyld.dylib                       0x00007fff822257e1 start + 0
    45  ???                                 0x0000000000000002 0x0 + 2
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff84706212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff8b242af4 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff8b286dce abort + 143
    3   libc++abi.dylib                         0x00007fff805eba17 abort_message + 257
    4   libc++abi.dylib                         0x00007fff805e93c6 default_terminate() + 28
    5   libobjc.A.dylib                         0x00007fff871b8873 _objc_terminate() + 91
    6   libc++.1.dylib                          0x00007fff845588fe std::terminate() + 20
    7   libobjc.A.dylib                         0x00007fff871b85de objc_terminate + 9
    8   libdispatch.dylib                       0x00007fff8648e0ca _dispatch_client_callout + 28
    9   libdispatch.dylib                       0x00007fff8648e041 dispatch_once_f + 50
    10  com.apple.mail                          0x00000001025ab7e8 0x1025a1000 + 42984
    11  com.apple.mail                          0x00000001025ab6a6 0x1025a1000 + 42662
    12  com.apple.CoreFoundation                0x00007fff82433e89 -[NSSet makeObjectsPerformSelector:] + 201
    13  com.apple.AppKit                        0x00007fff8315b216 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1168
    14  com.apple.AppKit                        0x00007fff8313a1fd loadNib + 317
    15  com.apple.AppKit                        0x00007fff83139729 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 219
    16  com.apple.AppKit                        0x00007fff83376773 -[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 150
    17  com.apple.CoreMessage                   0x00007fff84c2d67c -[NSBundle(MessageFrameworkAdditions) loadNibNamed:owner:] + 95
    18  com.apple.mail                          0x00000001025aa802 0x1025a1000 + 38914
    19  com.apple.mail                          0x00000001025aa6cc 0x1025a1000 + 38604
    20  com.apple.mail                          0x000000010272289c 0x1025a1000 + 1579164
    21  com.apple.AppKit                        0x00007fff8328aa59 -[NSApplication sendAction:to:from:] + 342
    22  com.apple.AppKit                        0x00007fff833c044c -[NSMenuItem _corePerformAction] + 406
    23  com.apple.AppKit                        0x00007fff833c013a -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 133
    24  com.apple.AppKit                        0x00007fff830ad46f -[NSMenu _internalPerformActionForItemAtIndex:] + 36
    25  com.apple.AppKit                        0x00007fff830ad2f7 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 135
    26  com.apple.AppKit                        0x00007fff833b9245 NSSLMMenuEventHandler + 342
    27  com.apple.HIToolbox                     0x00007fff802eff0a DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1206
    28  com.apple.HIToolbox                     0x00007fff802ef3d9 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 410
    29  com.apple.HIToolbox                     0x00007fff803051bd SendEventToEventTarget + 40
    30  com.apple.HIToolbox                     0x00007fff8033be89 SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 443
    31  com.apple.HIToolbox                     0x00007fff802e0c11 SendMenuCommandWithContextAndModifiers + 59
    32  com.apple.HIToolbox                     0x00007fff802e0bc3 SendMenuItemSelectedEvent + 254
    33  com.apple.HIToolbox                     0x00007fff802e0a4f FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 94
    34  com.apple.HIToolbox                     0x00007fff802bcaab MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 605
    35  com.apple.HIToolbox                     0x00007fff802bc0b8 _HandleMenuSelection2 + 565
    36  com.apple.AppKit                        0x00007fff832789c6 _NSHandleCarbonMenuEvent + 245
    37  com.apple.AppKit                        0x00007fff8319ab7f _DPSNextEvent + 2073
    38  com.apple.AppKit                        0x00007fff83199ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    39  com.apple.AppKit                        0x00007fff83191283 -[NSApplication run] + 517
    40  com.apple.AppKit                        0x00007fff83135cb6 NSApplicationMain + 869
    41  libdyld.dylib                           0x00007fff822257e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff84706d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff86490dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff864909ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff847066d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b243eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8b243cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8b22e171 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff847066d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b243eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8b243cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8b22e171 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff847066d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b243eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8b243cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8b22e171 start_wqthread + 13
    Thread 5:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_c.dylib                       0x00007fff8b22ff3d _spin_lock$VARIANT$mp + 13
    1   libsystem_c.dylib                       0x00007fff8b25c8bd szone_free + 473
    2   com.apple.CoreFoundation                0x00007fff823b1dd3 CFRelease + 1571
    3   com.apple.CoreFoundation                0x00007fff823b5e36 __CFBasicHashDrain + 486
    4   com.apple.CoreFoundation                0x00007fff823b19af CFRelease + 511
    5   com.apple.CoreFoundation                0x00007fff823d8c25 -[__NSArrayM dealloc] + 229
    6   com.apple.CoreFoundation                0x00007fff823b185a CFRelease + 170
    7   com.apple.CoreFoundation                0x00007fff823b5e0a __CFBasicHashDrain + 442
    8   com.apple.CoreFoundation                0x00007fff823b19af CFRelease + 511
    9   com.apple.CoreFoundation                0x00007fff823d8c25 -[__NSArrayM dealloc] + 229
    10  libobjc.A.dylib                         0x00007fff871b1230 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 464
    11  com.apple.CoreFoundation                0x00007fff823d9342 _CFAutoreleasePoolPop + 34
    12  com.apple.Foundation                    0x00007fff81f54ab8 -[__NSOperationInternal start] + 990
    13  com.apple.Foundation                    0x00007fff81f5c1a1 __block_global_6 + 129
    14  libdispatch.dylib                       0x00007fff86491f01 _dispatch_call_block_and_release + 15
    15  libdispatch.dylib                       0x00007fff8648e0b6 _dispatch_client_callout + 8
    16  libdispatch.dylib                       0x00007fff8648f1fa _dispatch_worker_thread2 + 304
    17  libsystem_c.dylib                       0x00007fff8b243cab _pthread_wqthread + 404
    18  libsystem_c.dylib                       0x00007fff8b22e171 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff847066d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b243eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8b243cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8b22e171 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff847066d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b243eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8b243cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8b22e171 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff847066d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b243eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8b243cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8b22e171 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff847066d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8b243eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8b243cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8b22e171 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5d65d1e8  rdx: 0x0000000000000000
      rdi: 0x0000000000000c07  rsi: 0x0000000000000006  rbp: 0x00007fff5d65d210  rsp: 0x00007fff5d65d1e8
       r8: 0x00007fff71afc278   r9: 0x00007fff5d65d1f0  r10: 0x0000000020000000  r11: 0x0000000000000206
      r12: 0x00007fff5d65d370  r13: 0x00007fe42903fc60  r14: 0x00007fff71afd180  r15: 0x00007fff5d65d250
      rip: 0x00007fff84706212  rfl: 0x0000000000000206  cr2: 0x00007fff71af5fe8
    Logical CPU: 0
    Binary Images:
           0x1025a1000 -        0x102940fff  com.apple.mail (6.2 - 1499) <CA67357A-2C0F-352B-98FC-1752A4438371> /Applications/Mail.app/Contents/MacOS/Mail
           0x102d3a000 -        0x102d3cfff  apop.so (169) <2A1CAD32-5734-3D4E-868B-E773DCD192B5> /usr/lib/sasl2/apop.so
           0x102d41000 -        0x102d55fff  dhx.so (169) <3C4D7E51-F30B-3A5B-9BB6-4426EC607E10> /usr/lib/sasl2/dhx.so
           0x102d61000 -        0x102d6aff7  digestmd5WebDAV.so (169) <D1EF0A0E-92FA-321F-9445-DD08A64C2493> /usr/lib/sasl2/digestmd5WebDAV.so
           0x102d6f000 -        0x102d71fff  libanonymous.2.so (166) <6417EA9E-4202-31DA-A086-B58F1E92C931> /usr/lib/sasl2/libanonymous.2.so
           0x102d76000 -        0x102d79fff  libcrammd5.2.so (166) <866C8DD4-5086-376A-BFC7-897A40327DB4> /usr/lib/sasl2/libcrammd5.2.so
           0x102d7e000 -        0x102d87ff7  libdigestmd5.2.so (166) <F2344A08-F032-35D3-9EBB-F147D4100517> /usr/lib/sasl2/libdigestmd5.2.so
           0x102d8c000 -        0x102d91fff  libgssapiv2.2.so (166) <83A21AF3-FB42-3ACC-B6ED-26B23388C4F4> /usr/lib/sasl2/libgssapiv2.2.so
           0x102d96000 -        0x102d98fff  login.so (166) <1F868238-FB26-3477-B31C-67DB400D6F68> /usr/lib/sasl2/login.so
           0x102d9c000 -        0x102da1fff  libntlm.so (166) <82608FB8-E225-39FF-BC83-B9D3F89D7CEC> /usr/lib/sasl2/libntlm.so
           0x102da6000 -        0x102dadfff  libotp.2.so (166) <2AE53E63-A826-3E20-9B4D-476CC712410D> /usr/lib/sasl2/libotp.2.so
           0x102db6000 -        0x102db8fff  libplain.2.so (166) <074D7604-3435-3E01-A86B-FF102001FC5B> /usr/lib/sasl2/libplain.2.so
           0x102dbc000 -        0x102dc0fff  libpps.so (169) <3C150ECF-0D94-3DBE-8AB6-7B0070700699> /usr/lib/sasl2/libpps.so
           0x102dc5000 -        0x102dc8fff  mschapv2.so (169) <9DAC741E-6BB8-3DFA-85AD-532EB20E780B> /usr/lib/sasl2/mschapv2.so
           0x103ff2000 -        0x10401ffff  com.apple.DirectoryService.PasswordServerFramework (10.8 - 27) <4D67D74D-9200-3838-87D6-5E1968C81019> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x104035000 -        0x104037fff  pwauxprop.so (387) <02EC8AD8-70F5-3512-8026-B41832050634> /usr/lib/sasl2/pwauxprop.so
           0x10403c000 -        0x10403ffff  shadow_auxprop.so (169) <FE9BCBA3-7F30-303B-A815-8FADE514246E> /usr/lib/sasl2/shadow_auxprop.so
           0x104044000 -        0x104046fff  smb_nt.so (169) <F6798ECD-BBC9-3055-96E9-3A9836E36E7A> /usr/lib/sasl2/smb_nt.so
           0x10404b000 -        0x10404efff  smb_ntlmv2.so (169) <FB9D0145-0F31-3FA1-A6B4-5F8530CC60CA> /usr/lib/sasl2/smb_ntlmv2.so
           0x104be9000 -        0x104beafff  com.apple.AddressBook.LocalSourceBundle (2.1 - 1167) <07E0DB43-14DD-3741-BCCA-31CE397A53BC> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x106518000 -        0x10651bfff  com.apple.DirectoryServicesSource (2.1 - 1167) <2BB7BD50-BBB3-3FA9-BAB1-04C704726905> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x106943000 -        0x10694cfe7  libcldcpuengine.dylib (2.1.19) <50800DA2-7233-32E5-9553-A02171B68399> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x106952000 -        0x106955ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x10696d000 -        0x10696dff3 +cl_kernels (???) <674D1031-2439-488B-B8A2-411C48839D87> cl_kernels
           0x10696f000 -        0x106a0aff7  unorm8_bgra.dylib (2.1.19) <904EA51D-225A-38AF-B66C-84493C55C065> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
        0x7fff621a1000 -     0x7fff621d593f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff80226000 -     0x7fff8024ffff  libsandbox.1.dylib (220) <FCD65E60-6276-3455-8A11-09864DC9A285> /usr/lib/libsandbox.1.dylib
        0x7fff80250000 -     0x7fff80267fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff80268000 -     0x7fff80269fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8026a000 -     0x7fff802b2fff  com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff802b3000 -     0x7fff802b6fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff802b7000 -     0x7fff805e7ff7  com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff805e8000 -     0x7fff8060dff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
        0x7fff8060e000 -     0x7fff80664fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff807b2000 -     0x7fff807b2fff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff807b3000 -     0x7fff807ffff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff80800000 -     0x7fff80838fff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff80839000 -     0x7fff80ae7fff  com.apple.imageKit (2.2 - 667) <66A64289-6259-335E-9D8C-E3E02ECE7837> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff80b05000 -     0x7fff80b0bfff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff80b0c000 -     0x7fff80c96fff  com.apple.WebKit (8536 - 8536.26.14) <7C4D5DE6-7153-3E54-8D4F-BB2E9AE74878> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff80c97000 -     0x7fff80cf3fff  com.apple.corelocation (1.0 - 1239.39) <88EFC8F1-0A91-3EB6-A1F6-76294541D85D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff80d05000 -     0x7fff80ddfff7  com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff80de0000 -     0x7fff80e1fff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff80e20000 -     0x7fff81094ff7  com.apple.CalendarStore (6.0 - 1245) <E7844C45-CDCD-3639-9476-7DBACDC90490> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff81095000 -     0x7fff81102fff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff81103000 -     0x7fff811f8fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff811fb000 -     0x7fff8136ffff  com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff813a1000 -     0x7fff813aefff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff813af000 -     0x7fff813ddfff  com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff814b4000 -     0x7fff8150dfff  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <2CC27836-1E1E-3633-B15C-A3BA1734D092> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8150e000 -     0x7fff81555ff7  com.apple.CalDAV (6.0 - 112.5) <F2F0833B-E133-3CC1-BACA-4E84D0A65A2D> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
        0x7fff81556000 -     0x7fff81556fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff81561000 -     0x7fff8156fff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff81570000 -     0x7fff8157fff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff81580000 -     0x7fff81582fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff81583000 -     0x7fff8197afff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff81a23000 -     0x7fff81af6ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff81af7000 -     0x7fff81b4eff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff81b4f000 -     0x7fff81c3fff7  com.apple.DiskImagesFramework (10.8 - 344) <3A30B9B5-5099-35E2-9DCD-C96764FA2D26> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff81c40000 -     0x7fff81ec5fff  com.apple.RawCamera.bundle (4.01 - 666) <BBDA55DD-6155-39B5-9D55-5CCCCFF26D98> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff81ec6000 -     0x7fff82222fff  com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff82223000 -     0x7fff82226ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff82227000 -     0x7fff8223bfff  libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8223c000 -     0x7fff822a3ff7  com.apple.coredav (1.0.1 - 179.6) <4E7C1925-D6D9-3E27-8FF1-BD4E615CC87E> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff822a4000 -     0x7fff822a4fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff822a7000 -     0x7fff822aefff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff822af000 -     0x7fff822e5fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff822e6000 -     0x7fff822f3fff  com.apple.KerberosHelper (4.0 - 1.0) <6815439D-1A03-3251-99FE-CC24CF4C93C5> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
        0x7fff822f4000 -     0x7fff8231bff7  com.apple.speech.LatentSemanticMappingFramework (2.9.3 - 2.9.3) <CDB23C93-853B-3F18-985C-6D32D4704F26> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
        0x7fff8233f000 -     0x7fff823a8fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff823a9000 -     0x7fff82592fff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff82593000 -     0x7fff82599ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8259a000 -     0x7fff82607ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff82608000 -     0x7fff82623ff7  com.apple.frameworks.preferencepanes (15.0 - 15.0) <45E922F9-E5F5-3026-90BA-C1F5F8451C9B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff82624000 -     0x7fff82675ff7  com.apple.iCalendar (6.0 - 126.5) <3C743E01-70DB-341C-89EC-13B5EA70EEE2> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
        0x7fff826b9000 -     0x7fff826cefff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff826cf000 -     0x7fff8270bfff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8270c000 -     0x7fff8271dff7  com.apple.CalendarFoundation (1.0 - 29) <2C84D3EB-844E-39DA-A848-43FC42707168> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
        0x7fff8271e000 -     0x7fff82726ff7  com.apple.AppSandbox (2.0 - 1) <B75AA17F-E401-3586-B8AE-AC71B68D6BF3> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff82727000 -     0x7fff8273eff7  com.apple.iChat.InstantMessage (7.0.1 - 3305) <B512018D-EC03-3906-AB27-8B8FF44C36B7> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
        0x7fff8280e000 -     0x7fff8284bfe7  libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8284c000 -     0x7fff82858ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff82859000 -     0x7fff829dffff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff829e0000 -     0x7fff82a1dfff  com.apple.PassKit (1.0 - 1) <361E16DE-71DF-31F1-B21F-F16A275FA309> /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit
        0x7fff82a1e000 -     0x7fff82a2afff  libCSync.A.dylib (324.6) <2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff82a2b000 -     0x7fff82a2dfff  libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff82a2e000 -     0x7fff82cc8ff7  com.apple.JavaScriptCore (8536 - 8536.26.7) <ADAD1276-675A-3000-B746-560A2EB596A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff82cc9000 -     0x7fff82ccaff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff82ccb000 -     0x7fff82cdcff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff82ec5000 -     0x7fff83016fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff83017000 -     0x7fff83017fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff83045000 -     0x7fff83c72ff7  com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff83c73000 -     0x7fff83e73fff  libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
        0x7fff83e74000 -     0x7fff83eceff7  com.apple.imfoundation (8.0 - 900) <850E59A3-B5CE-3149-8D42-9ED4CBBCAA9D> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff83ecf000 -     0x7fff84013fef  com.apple.MediaControlSender (1.4.5 - 145.3) <3A308EA3-21F7-3213-9157-D3421EB43715> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff84014000 -     0x7fff842b8fff  com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff84349000 -     0x7fff843b1fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff843b2000 -     0x7fff843b2fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff843b5000 -     0x7fff84550fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff84551000 -     0x7fff845b9ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff845bc000 -     0x7fff8464dfff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff846a5000 -     0x7fff846dffff  com.apple.framework.internetaccounts (2.1 - 210) <0AB62FFA-42C8-3433-9C23-7D1AB411348F> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff846e0000 -     0x7fff846e5fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff846e6000 -     0x7fff846f3ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff846f4000 -     0x7fff8470fff7  libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
        0x7fff84710000 -     0x7fff84714ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff84715000 -     0x7fff84766ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff84767000 -     0x7fff847c1fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff847c2000 -     0x7fff847c6fff  com.apple.SecCodeWrapper (2.0 - 1) <B9D67B7E-8EAD-30E7-8898-98EF29E9A44C> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff847c7000 -     0x7fff84824ff7  com.apple.AE (645.3 - 645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff84825000 -     0x7fff848d6fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff848e3000 -     0x7fff848f6ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff848fa000 -     0x7fff84bbdff7  com.apple.AddressBook.framework (7.1 - 1167) <92EF9CE4-A42B-3D30-8CA2-79C0A66BB4CE> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff84bc0000 -     0x7fff84c78fff  com.apple.CoreMessage (1.0 - 1499) <2CC65B9F-919A-3BC7-99D3-26429F2EBAE4> /System/Library/PrivateFrameworks/CoreMessage.framework/Versions/A/CoreMessage
        0x7fff84c79000 -     0x7fff84c83fff  com.apple.DisplayServicesFW (2.6.1 - 353) <0505CB8A-47D9-3539-9A0D-24F09D99E9D8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff84c8a000 -     0x7fff84d8cfff  libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff84d8d000 -     0x7fff84deafff  com.apple.ExchangeWebServices (3.0 - 157) <58BFD72E-27F3-3F22-A421-B883FACA0E19> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff84deb000 -     0x7fff84e19fff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff84e25000 -     0x7fff84f30fff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff857e8000 -     0x7fff85833ff7  com.apple.CoreMedia (1.0 - 926.62) <CFBD094F-DA9C-3498-9D50-BC754B56F00A> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8583d000 -     0x7fff85995ff7  com.apple.syncservices (7.0 - 713) <924B8B34-2C9C-3C1D-909D-FF215AA8985D> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
        0x7fff85996000 -     0x7fff859ccfff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff85d59000 -     0x7fff85d59fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff85d5a000 -     0x7fff85dcafff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff85dcb000 -     0x7fff85dccff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff85dcd000 -     0x7fff85dfbff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff85e66000 -     0x7fff85e9afff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff85e9b000 -     0x7fff85ee6fff  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <8370178E-438C-375C-AA41-A8DEE60B8636> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff85ee7000 -     0x7fff85ef3fff  com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff85ef4000 -     0x7fff85f49ff7  libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff85f4a000 -     0x7fff85f74ff7  com.apple.CoreVideo (1.8 - 99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff85f7a000 -     0x7fff85fe9fff  com.apple.WhitePagesFramework (10.7.0 - 141.0) <65B30FD8-DEC0-31D4-8E7F-CBCB987D7A48> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff85fea000 -     0x7fff862bafff  com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff86301000 -     0x7fff8639bfff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8639c000 -     0x7fff86436fff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8647e000 -     0x7fff8648bff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff8648c000 -     0x7fff864a1ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff864a2000 -     0x7fff864ceff7  libRIP.A.dylib (324.6) <5A7EB5C2-BA60-36D7-BF41-9853F37837AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff864cf000 -     0x7fff864effff  libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff864f0000 -     0x7fff864f1fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff864f2000 -     0x7fff8651efff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8651f000 -     0x7fff86562fff  com.apple.RemoteViewServices (2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff86563000 -     0x7fff8656efff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff86580000 -     0x7fff86652ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff86653000 -     0x7fff86669fff  com.apple.MultitouchSupport.framework (235.28 - 235.28) <BD78B16E-9B5A-3E07-93B4-13AD1A538CAC> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8666a000 -     0x7fff8666efff  libCGXType.A.dylib (324.6) <2FC25246-A69F-3F81-9AC6-0A1753E1C6A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8666f000 -     0x7fff866b7fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff866b8000 -     0x7fff866f3fff  com.apple.LDAPFramework (2.4.28 - 194.5) <0190B746-F684-3F43-B4D0-148EFE386CA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff866f4000 -     0x7fff867b1ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff86835000 -     0x7fff86894fff  com.apple.IMAP (6.0 - 1499) <23848B5F-84DC-3357-8C0D-2643276DA8CD> /System/Library/PrivateFrameworks/IMAP.framework/Versions/A/IMAP
        0x7fff86895000 -     0x7fff86915ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8691a000 -     0x7fff86998ff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff86999000 -     0x7fff869dcff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff869dd000 -     0x7fff86a39ff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff86a3a000 -     0x7fff86a65fff  com.apple.datadetectors (4.0 - 199.0) <4FE34A35-8DE1-3A43-8586-4B2ED03F2D84> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff86ab6000 -     0x7fff86abafff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff86abb000 -     0x7fff86ac6ff7  com.apple.CalendarAgentLink (1.0 - 37) <B794F739-3AA0-395E-B8EA-3E9DECA10890> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
        0x7fff86ac7000 -     0x7fff86ae8ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff86ae9000 -     0x7fff86ae9fff  SleepServices (1.46) <A49C34BF-A696-3266-BCC1-D0788853D626> /System/Library/PrivateFrameworks/SleepServices.framework/Versions/A/SleepServi ces

    Hi Linc,
    below is the opensnoop output. Repeated lines have been deleted (# of repititions is mentioned).
    Before delving into this here additional information:
    1) I have a very large mail folder structure (2399 subfolders...)
    2) I have a very large number of emails (about 240,000)
    In OS X 10.6 this caused no problems. According to http://support.apple.com/kb/PH8747 the number of messages that can be stored on a volume is determined by the total number of files that can be stored on the volume.
    (Of course, in the log text below I have deleted the ~2400 messages regarding to all these subfolders.)
    3) In order to guarantee that it is not a simple error in the Mail executable, I checked that Mail runs without any problem under another account on the same hardware. This is the case. The problem this has to do with the settings/configuration or mail folder structure that has been migrated (using the migration tool + time machine backup).
    Thanks for thinking about my problem !
    Christian
      UID    PID COMM          FD PATH                
    4174    757 Mail           4 /etc/openldap/ldap.conf
    4174    757 Mail          -1 /Users/myaccount/Library/Containers/com.apple.mail/Data/ldaprc
    4174    757 Mail          -1 /Users/myaccount/Library/Containers/com.apple.mail/Data/.ldaprc
    4174    757 Mail          -1 ldaprc              
    4174    757 Mail           4 /usr/lib/sasl2      
    4174    757 Mail           6 /usr/lib/sasl2/apop.la
    4174    757 Mail           7 /usr/lib/sasl2/apop.so
    4174    757 Mail           6 /usr/lib/sasl2/dhx.la
    4174    757 Mail           6 /usr/lib/sasl2/dhx.so
    4174    757 Mail           6 /usr/lib/sasl2/digestmd5WebDAV.la
    4174    757 Mail           6 /usr/lib/sasl2/digestmd5WebDAV.so
    4174    757 Mail           6 /usr/lib/sasl2/libanonymous.la
    4174    757 Mail           6 /usr/lib/sasl2/libanonymous.2.so
    4174    757 Mail           6 /usr/lib/sasl2/libcrammd5.la
    4174    757 Mail           6 /usr/lib/sasl2/libcrammd5.2.so
    4174    757 Mail           6 /usr/lib/sasl2/libdigestmd5.la
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           3 /dev/dtracehelper   
    4174    757 Mail           7 /usr/lib/sasl2/liblogin.la
    4174    757 Mail           4 /Applications/Mail.app
    4174    757 Mail           4 /Applications/Mail.app/Contents
    4174    757 Mail           4 /Applications/Mail.app/Contents/Info.plist
    4174    757 Mail           4 /Applications/Mail.app/Contents/MacOS/Mail
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           6 /usr/lib/sasl2/libdigestmd5.2.so
    4174    757 Mail           6 /usr/lib/sasl2/libgssapiv2.la
    4174    757 Mail           7 /usr/lib/sasl2/libgssapiv2.2.so
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           7 /usr/lib/sasl2/login.so
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           7 /usr/lib/sasl2/libotp.2.so
    4174    757 Mail           6 /usr/lib/sasl2/libplain.la
    4174    757 Mail           6 /usr/lib/sasl2/libplain.2.so
    4174    757 Mail           6 /usr/lib/sasl2/libpps.la
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           6 /usr/lib/sasl2/smb_ntlmv2.so
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           4 /Applications/Mail.app/Contents/Resources
    4174    757 Mail           4 /Applications/Mail.app/Contents/Resources
    4174    757 Mail           4 /Applications/Mail.app/Contents/Resources/German.lproj
    4174    757 Mail          -1 /Applications/Mail.app/Contents/Resources/Base.lproj
    4174    757 Mail           4 /Applications/Mail.app/Contents/Resources/en.lproj
    4174    757 Mail           4 /Applications/Mail.app/Contents/Resources/German.lproj/InfoPlist.strings
    4174    757 Mail           4 /System/Library/CoreServices/SystemVersion.plist
    4174    757 Mail           6 /usr/lib/sasl2/shadow_auxprop.so
    4174    757 Mail           6 /usr/lib/sasl2/smb_nt.la
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           6 /usr/lib/sasl2/libpps.so
    4174    757 Mail           7 /usr/lib/sasl2/mschapv2.la
    4174    757 Mail           7 /usr/lib/sasl2/mschapv2.so
    4174    757 Mail           6 /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    4174    757 Mail           6 /usr/lib/sasl2/pwauxprop.la
    4174    757 Mail           6 /usr/lib/sasl2/pwauxprop.so
    4174    757 Mail           7 /usr/lib/sasl2/shadow_auxprop.la
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           4 /System/Library/Frameworks/Message.framework
    4174    757 Mail           4 /System/Library/Frameworks/Message.framework/Resources
    4174    757 Mail           4 /System/Library/Frameworks/Message.framework/Resources/Info.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework
    4174    757 Mail           4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Resources
    4174    757 Mail           4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Resources/Info.plist
    4174    757 Mail           4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Resources
    4174    757 Mail           4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Resources/German.lproj
    4174    757 Mail          -1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Resources/Base.lproj
    4174    757 Mail           4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Resources/English.lproj
    4174    757 Mail           4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework
    4174    757 Mail          -1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/German.lproj
    4174    757 Mail          -1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Base.lproj
    4174    757 Mail          -1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/English.lproj
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           7 /usr/lib/sasl2/libntlm.so
    4174    757 Mail           7 /usr/lib/sasl2/libotp.la
    4174    757 Mail           7 /usr/lib/sasl2/libntlm.la
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           7 /usr/share/icu/icudt49l.dat
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           6 /usr/lib/sasl2/smb_nt.so
    4174    757 Mail           7 /usr/lib/sasl2/smb_ntlmv2.la
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 54)
    4174    757 Mail           4 /System/Library/ColorSync/Profiles/Generic Gray Gamma 2.2 Profile.icc
    4174    757 Mail           4 /System/Library/ColorSync/Profiles/sRGB Profile.icc
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 17)
    4174    757 Mail           4 /System/Library/Frameworks/Foundation.framework
    4174    757 Mail           4 /System/Library/Frameworks/Foundation.framework/Resources
    4174    757 Mail           4 /System/Library/Frameworks/Foundation.framework/Resources/Info.plist
    4174    757 Mail           4 /System/Library/Frameworks/AppKit.framework
    4174    757 Mail           4 /System/Library/Frameworks/AppKit.framework/Resources
    4174    757 Mail           4 /System/Library/Frameworks/AppKit.framework/Resources/Info.plist
    4174    757 Mail           4 /Applications/Mail.app/Contents/Resources/German.lproj/MainMenu.nib
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           4 /System/Library/PrivateFrameworks/CoreUI.framework
    4174    757 Mail           4 /System/Library/PrivateFrameworks/CoreUI.framework/Resources
    4174    757 Mail           4 /System/Library/PrivateFrameworks/CoreUI.framework/Resources/Info.plist
    4174    757 Mail           4 /System/Library/PrivateFrameworks/CoreUI.framework/Resources
    4174    757 Mail           4 /System/Library/PrivateFrameworks/CoreUI.framework/Resources/English.lproj
    4174    757 Mail          -1 /System/Library/PrivateFrameworks/CoreUI.framework/Resources/Base.lproj
    4174    757 Mail           4 /System/Library/PrivateFrameworks/CoreUI.framework/Resources/SArtFile.bin
    4174    757 Mail           4 /System/Library/ColorSync/Profiles/sRGB Profile.icc
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 4)
    4174    757 Mail           4 /dev/dtracehelper   
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 7)
    4174    757 Mail           4 /System/Library/Fonts/LucidaGrande.ttc
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 2)
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           4 /.vol/16777218/1943/Extras2.rsrc
    4174    757 Mail           6 /System/Library/ColorSync/Profiles/Generic RGB Profile.icc
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 46)
    4174    757 Mail           6 /dev/random         
    4174    757 Mail           6 /dev/random         
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 8)
    4174    757 Mail           4 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk
    4174    757 Mail           4 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources
    4174    757 Mail           4 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/Info.plist
    4174    757 Mail           4 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources
    4174    757 Mail           4 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/German.lproj
    4174    757 Mail          -1 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/Base.lproj
    4174    757 Mail           4 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/English.lproj
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           6 /System/Library/ColorSync/Profiles/Generic Gray Profile.icc
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 7)
    4174    757 Mail           6 /System/Library/Frameworks/AppKit.framework/Resources
    4174    757 Mail           6 /System/Library/Frameworks/AppKit.framework/Resources/German.lproj
    4174    757 Mail          -1 /System/Library/Frameworks/AppKit.framework/Resources/Base.lproj
    4174    757 Mail           6 /System/Library/Frameworks/AppKit.framework/Resources/English.lproj
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 7)
    4174    757 Mail          10 /System/Library/Frameworks/AddressBook.framework
    4174    757 Mail          -1 /System/Library/Frameworks/AddressBook.framework/German.lproj
    4174    757 Mail          -1 /System/Library/Frameworks/AddressBook.framework/Base.lproj
    4174    757 Mail          -1 /System/Library/Frameworks/AddressBook.framework/English.lproj
    4174    757 Mail          10 /System/Library/Frameworks/AddressBook.framework/Resources/ABMailRecents-v4.mom
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          10 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Application Support/AddressBook/MailRecents-v4.abcdmr
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          10 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Application Support/AddressBook/MailRecents-v4.abcdmr
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 8)
    4174    757 Mail           6 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Saved Application State/com.apple.mail.savedState/windows.plist
    4174    757 Mail           6 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Saved Application State/com.apple.mail.savedState/data.data
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 2)
    4174    757 Mail          -1 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Saved Application State/com.apple.mail.savedState/restorecount.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 4)
    4174    757 Mail           7 /etc/group          
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           7 /.vol/16777218/2305969
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 22)
    4174    757 Mail          10 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Application Support/AddressBook/.database.lockN
    4174    757 Mail          11 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Application Support/AddressBook/.database.lock
    4174    757 Mail          10 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Application Support/AddressBook/.database.lockN
    4174    757 Mail          11 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Application Support/AddressBook/.database.lock
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 4)
    4174    757 Mail          11 /System/Library/Frameworks/AddressBook.framework/Versions/A/Resources/ABAddress Book.momd
    4174    757 Mail          11 /System/Library/Frameworks/AddressBook.framework/Versions/A/Resources/ABAddress Book.momd
    4174    757 Mail          -1 /System/Library/Frameworks/AddressBook.framework/Versions/A/Resources/ABAddress Book.momd/en.lproj
    4174    757 Mail          -1 /System/Library/Frameworks/AddressBook.framework/Versions/A/Resources/ABAddress Book.momd/Base.lproj
    4174    757 Mail          11 /System/Library/Frameworks/AddressBook.framework/Versions/A/Resources/ABAddress Book.momd/VersionInfo.plist
    4174    757 Mail          11 /System/Library/Frameworks/AddressBook.framework/Versions/A/Resources/ABAddress Book.momd/ABAddressBook-12-4.omo
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/Info.plist
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/Resources
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/Resources
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/Resources/German.lproj
    4174    757 Mail          -1 /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/Resources/Base.lproj
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/Resources/English.lproj
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/Resources/German.lproj/InfoPlist.str ings
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          10 /System/Library/Frameworks/AddressBook.framework
    4174    757 Mail          10 /System/Library/Frameworks/AddressBook.framework/Resources
    4174    757 Mail          10 /System/Library/Frameworks/AddressBook.framework/Resources/Info.plist
    4174    757 Mail          10 /System/Library/Frameworks/AddressBook.framework/Resources
    4174    757 Mail          10 /System/Library/Frameworks/AddressBook.framework/Resources/German.lproj
    4174    757 Mail          -1 /System/Library/Frameworks/AddressBook.framework/Resources/Base.lproj
    4174    757 Mail          10 /System/Library/Frameworks/AddressBook.framework/Resources/English.lproj
    4174    757 Mail          10 /System/Library/Frameworks/AddressBook.framework/Resources/RegisteredDefaults.p list
    4174    757 Mail          10 /System/Library/Frameworks/AddressBook.framework/Resources/German.lproj/Localiz edDefaults.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 7)
    4174    757 Mail           6 /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle
    4174    757 Mail           6 /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents
    4174    757 Mail           6 /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Info.plist
    4174    757 Mail           6 /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources
    4174    757 Mail           6 /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources
    4174    757 Mail           6 /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/German.lproj
    4174    757 Mail          -1 /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/Base.lproj
    4174    757 Mail           6 /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/English.lproj
    4174    757 Mail           6 /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.d at
    4174    757 Mail           6 /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Info.plist
    4174    757 Mail           6 /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources
    4174    757 Mail           6 /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/German.lproj
    4174    757 Mail          -1 /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/Base.lproj
    4174    757 Mail           6 /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/English.lproj
    4174    757 Mail           6 /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/German.lproj/InfoPlist.s trings
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           7 /Library/Application Support/CrashReporter/SubmitDiagInfo.domains
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           7 /etc/localtime      
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 30)
    4174    757 Mail           7 /Users/myaccount/Library/Mail/V2/MailData/Envelope Index
    4174    757 Mail           8 /Users/myaccount/Library/Mail/V2/MailData/Envelope Index-wal
    4174    757 Mail           9 /Users/myaccount/Library/Mail/V2/MailData/Envelope Index-shm
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          10 /Users/myaccount/Library/Mail/V2/MailData
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          10 /Applications/Mail.app/Contents/Resources/German.lproj/MenuItems.strings
    4174    757 Mail          -1 /Applications/Mail.app/Contents/Resources/German.lproj/MenuItems.stringsdict
    4174    757 Mail          10 /Users/myaccount/Library/Mail/V2/MailData/Accounts.plist
    4174    757 Mail          10 /Users/myaccount/Library/Mail/V2/MailData/Accounts.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 14)
    4174    757 Mail          11 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Application Support/AddressBook/AddressBook-v22.abcddb
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           6 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Saved Application State/com.apple.mail.savedState/data.data
    4174    757 Mail           7 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Saved Application State/com.apple.mail.savedState/windows.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           7 /System/Library/Frameworks/Message.framework/Resources
    4174    757 Mail           7 /System/Library/Frameworks/Message.framework/Resources/German.lproj
    4174    757 Mail          -1 /System/Library/Frameworks/Message.framework/Resources/Base.lproj
    4174    757 Mail           7 /System/Library/Frameworks/Message.framework/Resources/en.lproj
    4174    757 Mail           7 /System/Library/Frameworks/Message.framework/Resources/Message.defaults
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 6)
    4174    757 Mail          11 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Application Support/AddressBook/Configuration.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          11 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Application Support/AddressBook/AddressBook-v22.abcddb
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail           7 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Saved Application State/com.apple.mail.savedState/restorecount.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          11 /.vol/16777218/45847
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/Info.plist
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/Resources
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/Resources
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/Resources/German.lproj
    4174    757 Mail          -1 /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/Resources/Base.lproj
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/Resources/English.lproj
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/Resources/German.lproj/InfoPlist.s trings
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/Info.plist
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/Resources
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/Resources
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/Resources/German.lproj
    4174    757 Mail          -1 /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/Resources/Base.lproj
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/Resources/English.lproj
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/Resources/German.lproj/InfoPli st.strings
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/Exchange.sourcebundle
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/Exchange.sourcebundle/Contents
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/Exchange.sourcebundle/Contents/Info.plist
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/Exchange.sourcebundle/Contents/Resources
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/Exchange.sourcebundle/Contents/Resources
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/Exchange.sourcebundle/Contents/Resources/German.lproj
    4174    757 Mail          -1 /System/Library/Address Book Plug-Ins/Exchange.sourcebundle/Contents/Resources/Base.lproj
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/Exchange.sourcebundle/Contents/Resources/English.lproj
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/Exchange.sourcebundle/Contents/Resources/German.lproj/InfoPlist.string s
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LDAP.sourcebundle
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/Info.plist
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/Resources
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/Resources
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/Resources/German.lproj
    4174    757 Mail          -1 /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/Resources/Base.lproj
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/Resources/English.lproj
    4174    757 Mail          11 /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/Resources/German.lproj/InfoPlist.strings
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/Mailboxes/mailfolder... (x 105 for various mail subfolders)
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/Mailboxes/mailfolder... (x 12 for various mail subfolders)
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 3)
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/Mailboxes/mailfolder... (x 10 for various mail subfolders)
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 4)
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/Mailboxes/mailfolder... (x 5 for various mail subfolders)
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/Mailboxes/mailfolder... (x 12 for various mail subfolders)
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/Mailboxes/mailfolder... (x 4 for various mail subfolders)
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/Mailboxes/mailfolder... (x 3 for various mail subfolders)
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/Mailboxes/mailfolder... (x 3 for various mail subfolders)
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 4)
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/Mailboxes/mailfolder... (x 24 for various mail subfolders)
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/Mailboxes/mailfolder... (x 24 for various mail subfolders)
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 4)
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/Mailboxes/mailfolder... (x 95 for various mail subfolders)
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 21)
    ... this pattern continues for 2399 mail subfolders in total... (log lines deleted)
    4174    757 Mail          13 /var/folders/l8/0rvrkq792f3dv1xysxx4mf1r00042f/C/com.apple.mail//mds/mds.lock
    4174    757 Mail          15 /var/folders/l8/0rvrkq792f3dv1xysxx4mf1r00042f/C/com.apple.mail//mds/mdsObject. db_
    4174    757 Mail          16 /private/var/db/mds/system/mdsObject.db
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 18)
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/MailData/SyncedRules.plist
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/MailData/UnsyncedRules.plist
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/MailData/RulesActiveState.plist
    4174    757 Mail          12 /var/db/DetachedSignatures
    4174    757 Mail          13 /Applications/Mail.app/Contents/MacOS/Mail
    4174    757 Mail          14 /Applications/Mail.app/Contents/MacOS/Mail
    4174    757 Mail          16 /Users/myaccount/Library/Mail/V2/MailData/SyncedFilesInfo.plist
    4174    757 Mail          16 /Users/myaccount/Library/Mail/V2/MailData/SyncedFilesInfo.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          15 /var/folders/l8/0rvrkq792f3dv1xysxx4mf1r00042f/C/com.apple.mail//mds/mdsDirecto ry.db_
    4174    757 Mail          16 /private/var/db/mds/system/mdsDirectory.db
    4174    757 Mail          15 /var/folders/l8/0rvrkq792f3dv1xysxx4mf1r00042f/C/com.apple.mail//mds/mdsObject. db
    4174    757 Mail          15 /System/Library/Security
    4174    757 Mail          -1 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Security
    4174    757 Mail          13 /var/folders/l8/0rvrkq792f3dv1xysxx4mf1r00042f/C/com.apple.mail//mds/mdsDirecto ry.db
    4174    757 Mail          13 /System/Library/Keychains/EVRoots.plist
    4174    757 Mail          13 /Applications/Mail.app/Contents/Info.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 11)
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]/INBOX.mbox/INBOX.mbox/Bearbeitet.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]/INBOX.mbox/INBOX.mbox/Drafts.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]/INBOX.mbox/INBOX.mbox/Junk.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]/INBOX.mbox/INBOX.mbox/Sent.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]/INBOX.mbox/INBOX.mbox/Trash.mbox/Info.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 11)
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@pop.gmx.net/.mboxCache.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@pop.gmx.net/Deleted Messages.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@pop.gmx.net/Drafts.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@pop.gmx.net/INBOX.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@pop.gmx.net/Junk.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@pop.gmx.net/Sent Messages.mbox/Info.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x5)
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@pop.gmx.net/.mboxCache.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@pop.gmx.net/Deleted Messages.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@pop.gmx.net/Drafts.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@pop.gmx.net/INBOX.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@pop.gmx.net/Junk.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@pop.gmx.net/Sent Messages.mbox/Info.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x5)
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/.mboxCache.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/[Google Mail].mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/Deleted Messages.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/Drafts.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/EuroVis.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/Google-Mail.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/Google-Play.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/Google-Scholar.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/Google+.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/Sent Messages.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/Springer.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/YouTube.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/INBOX.mbox/Info.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 15)
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/[Google Mail].mbox/Alle Nachrichten.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/[Google Mail].mbox/Entwürfe.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/[Google Mail].mbox/Gesendet.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/[Google Mail].mbox/Markiert.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/[Google Mail].mbox/Papierkorb.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/[Google Mail].mbox/Spam.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@imap.googlemail.com/[Google Mail].mbox/Wichtig.mbox/Info.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 13)
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]/.mboxCache.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]/Deleted Messages.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]/Drafts.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]/INBOX.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]/Sent Messages.mbox/Info.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 4)
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@secureimap.t-online.de/.mboxCache.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@secureimap.t-online.de/INBOX.mbox/Deleted Messages.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@secureimap.t-online.de/INBOX.mbox/Drafts.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@secureimap.t-online.de/INBOX.mbox/Sent.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@secureimap.t-online.de/INBOX.mbox/Sent Messages.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@secureimap.t-online.de/INBOX.mbox/Telekom.mbox/Info.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@secureimap.t-online.de/INBOX.mbox/Trash.mbox/Info.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 287)
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/MailData/Accounts.plist
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/[email protected]/.mboxCache.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/[email protected]/INBOX.mbox/Apple Mail To Do.mbox/Info.plist
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/[email protected]/INBOX.mbox/Deleted Messages.mbox/Info.plist
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/[email protected]/INBOX.mbox/Drafts.mbox/Info.plist
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/[email protected]/INBOX.mbox/Junk.mbox/Info.plist
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/[email protected]/INBOX.mbox/Sent.mbox/Info.plist
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/[email protected]/INBOX.mbox/Sent Messages.mbox/Info.plist
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/[email protected]/INBOX.mbox/Trash.mbox/Info.plist
    4174    757 Mail          12 /Users/myaccount/Library/Mail/V2/[email protected]/INBOX.mbox/Info.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/MailData/SyncedRules.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 4)
    4174    757 Mail          -1 /Applications/Mail.app/Contents/Resources/German.lproj/Localizable.stringsdict
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 2)
    4174    757 Mail          16 /Users/myaccount/Library/Mail/V2/MailData/SyncedSmartMailboxes.plist
    4174    757 Mail          16 /Users/myaccount/Library/Mail/V2/MailData/SmartMailboxesLocalProperties.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 9)
    4174    757 Mail          17 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Saved Application State/com.apple.mail.savedState/restorecount.plist
    4174    757 Mail          16 /System/Library/PrivateFrameworks/CoreMessage.framework
    4174    757 Mail          16 /System/Library/PrivateFrameworks/CoreMessage.framework/Resources
    4174    757 Mail          16 /System/Library/PrivateFrameworks/CoreMessage.framework/Resources/Info.plist
    4174    757 Mail          16 /System/Library/PrivateFrameworks/CoreMessage.framework/Resources
    4174    757 Mail          16 /System/Library/PrivateFrameworks/CoreMessage.framework/Resources/de.lproj
    4174    757 Mail          -1 /System/Library/PrivateFrameworks/CoreMessage.framework/Resources/Base.lproj
    4174    757 Mail          16 /System/Library/PrivateFrameworks/CoreMessage.framework/Resources/en.lproj
    4174    757 Mail          16 /System/Library/PrivateFrameworks/CoreMessage.framework/Resources/de.lproj/Core Message.strings
    4174    757 Mail          -1 /System/Library/PrivateFrameworks/CoreMessage.framework/Resources/de.lproj/Core Message.stringsdict
    4174    757 Mail          15 /Applications/Mail.app/Contents/Resources/German.lproj/Localizable.strings
    4174    757 Mail          16 /System/Library/Frameworks/Foundation.framework/Resources
    4174    757 Mail          16 /System/Library/Frameworks/Foundation.framework/Resources/de.lproj
    4174    757 Mail          -1 /System/Library/Frameworks/Foundation.framework/Resources/Base.lproj
    4174    757 Mail          -1 /System/Library/Frameworks/Foundation.framework/Resources/en_US.lproj
    4174    757 Mail          16 /System/Library/Frameworks/Foundation.framework/Resources/Intrinsics.sdef
    4174    757 Mail          16 /System/Library/DTDs/sdef.dtd
    4174    757 Mail          16 /System/Library/CoreServices/SystemVersion.plist
    4174    757 Mail          16 /Applications/Mail.app/Contents/Resources/Mail.sdef
    4174    757 Mail          16 /System/Library/ScriptingDefinitions/CocoaStandard.sdef
    4174    757 Mail          17 /System/Library/DTDs/sdef.dtd
    4174    757 Mail          16 /System/Library/DTDs/sdef.dtd
    4174    757 Mail          16 /System/Library/Frameworks/Foundation.framework
    4174    757 Mail          -1 /System/Library/Frameworks/Foundation.framework/de.lproj
    4174    757 Mail          -1 /System/Library/Frameworks/Foundation.framework/Base.lproj
    4174    757 Mail          -1 /System/Library/Frameworks/Foundation.framework/en_US.lproj
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/[email protected]@secureimap.t-online.de/INBOX.mbox/Info.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 58)
    4174    757 Mail          16 /Users/myaccount/Library/Mail/V2/MailData/SyncedFilesInfo.plist
    4174    757 Mail          16 /Users/myaccount/Library/Mail/V2/MailData/SyncedFilesInfo.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 2)
    4174    757 Mail          -1 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Autosave Information/com.apple.mail.plist
    4174    757 Mail          13 /Users/myaccount/Library/Mail/V2/MailData/Envelope Index
    4174    757 Mail          15 /Users/myaccount/Library/Mail/V2/MailData/Envelope Index-wal
    4174    757 Mail          16 /Users/myaccount/Library/Mail/V2/MailData/SyncedSmartMailboxes.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 2321)
    4174    757 Mail          16 /System/Library/OpenDirectory/request-schema.plist
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 3)
    4174    757 Mail          16 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Application Support/AddressBook/Metadata/.info
    4174    757 Mail          16 /.vol/16777218/2285604
    4174    757 Mail          -1 /Library/Preferences/com.apple.mail.plist (x 2)
    4174    757 Mail          16 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Application Support/AddressBook/Metadata/.info
    4174    757 Mail          16 /Users/myaccount/Library/Containers/com.apple.mail/Data/Library/Application Suppo

  • Mail crashes regularly since 10.5.4 upgrade

    Mail crashes a few times a day since I upgraded to 10.5.4. I've rebooted and repaired permissions since then, but the situation hasn't improved.
    Does anyone else have this problem? Any suggestions?
    Thanks!

    My MacOS X 10.5.4 update went fine, and the only anomaly I've noticed since the update is that I have to wake my MacBook Air up twice to get it to successfully reconnect to the network. I have recently changed my AirPort Express settings to use only the 5GHz/wide channels, which may be responsible, but other than that, all is normal.
    Three simple things I can suggest, and why to try them:
    1. Your mailbox may be damaged. Select the Inbox/Mailbox you use, go to the Mailbox Menu at the top of the screen, select Rebuild. This will read all your mail for that account and rebuild its database.
    2. You may have a damaged cache. Your Mac builds temporary files (caches) to speed up its operation (so it doesn't have to search the hard drive for key files it uses over and over for specific functions). If you delete them, the Mac operating system will rebuild them the next time it needs to perform that function. This will slow down the operation the next time you perform that operation, but all will return to normal once the cache is rebuilt. To delete specific caches, go to ~/Library/Caches and select one to delete, or simply simply create a temporary folder on your Desktop and move the contents of the above Caches folder to it. Once you're sure everything is OK, toss this temporary folder into the Trash and delete it. Repeat, this will NOT damage your Mac, but it will slow down operations until the individual caches are rebuilt by the System. (The ~ in the path above means the Library under your user account, not the one at the root of the system.)
    3. You may have a missing/damaged system file. If you have been performing incremental updates using Software Update and a power spike occurred during an update, a file may not have been updated properly. The easiest way to resolve this is to download the combo updater (it contains all of the updates to Leopard in once huge file). When you run the Combo update it will match the installed files against the expected files, and replace the missing ones. I personally always use combo updaters for system updates, and if I ever have to reinstall the operating system, I have one file to run to bring the system up to date. The combo updater is available at:
    http://www.apple.com/downloads/macosx/apple/macosx_updates/macosx1054comboupdate .html
    Finally, if none of the above works, you can always rerun the original Leopard disc, select Archive & Install (this will move your current system files to a Previous Systems folder), and let it rebuild the operating system with completely new files. Then, when that's done, run the combo updater to bring the system back to the latest version. This will work fine for all MacOS stuff, and most commercial third party applications, but some (e.g., Adobe Creative Suite) may require you rerun their installers the first time you attempt to use them after the system replacement.
    Good luck.

  • Apple MAIL crashing

    Has anyone started to experience crashes in Apple Mail?
    I have happily been using InDeve Mail Tags for a few years
    The application was updated, I installed and since then Mail crashes seemingly randomly while composing messages or replies
    InDev support has been following with me.
    The tech guy had me send some logs and noted that the crashes seem involved with JavaScript (not Java)
    OF course I have no clue what might use JavaScript.
    Wondering if my issue is idiocyncratic or if MAIL perhaps has changed and thus there is now conflicts with some software?
    I am trying to check if I have any third party software needing updating which mIght impinge on MAIL.
    Suggestions welcome

    1. This is a comment on what you should—and should not—do to protect yourself from malicious software ("malware") that circulates on the Internet and gets onto a computer as an unintended consequence of the user's actions. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the computer, or who has been able to log in to it remotely. That threat is in a different category, and there's no easy way to defend against it.
    If you find this comment too long or too technical, read only sections 5, 6, and 10.
    OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user. Internally Apple calls it "XProtect."
    The malware recognition database used by XProtect is automatically updated; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
    It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    As new versions of OS X are released, it's not clear whether Apple will indefinitely continue to maintain the XProtect database of older versions such as 10.6. The security of obsolete system versions may eventually be degraded. Security updates to the code of obsolete systems will stop being released at some point, and that may leave them open to other kinds of attack besides malware.
       3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    It can easily be disabled or overridden by the user.
    A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
    An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
    Apple has so far failed to revoke the codesigning certificates of some known abusers, thereby diluting the value of Gatekeeper and the Developer ID program. These failures don't involve App Store products, however.
       For the reasons given, App Store products, and—to a lesser extent—other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. Sandbox security is based on user input. Never click through any request for authorization without thinking.
    4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is effective against known threats, but not against unknown ones. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
    5. The built-in security features of OS X reduce the risk of malware attack, but they are not, and never will be, complete protection. Malware is a problem of human behavior, and a technological fix is not going to solve it. Trusting software to protect you will only make you more vulnerable.
    The best defense is always going to be your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "Trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and the scam artists. If you're smarter than they think you are, you'll win. That means, in practice, that you always stay within a safe harbor of computing practices. How do you know when you're leaving the safe harbor? Below are some warning signs of danger.
    Software from an untrustworthy source
    Software of any kind is distributed via BitTorrent. or Usenet, or on a website that also distributes pirated music or movies.
    Software with a corporate brand, such as Adobe Flash Player, doesn't come directly from the developer’s website. Do not trust an alert from any website to update Flash, your browser, or anything else.
    Rogue websites such as Softonic and CNET Download distribute free applications that have been packaged in a superfluous "installer."
    The software is advertised by means of spam or intrusive web ads. Any ad, on any site, that includes a direct link to a download should be ignored.
    Software that is plainly illegal or does something illegal
    High-priced commercial software such as Photoshop is "cracked" or "free."
    An application helps you to infringe copyright, for instance by circumventing the copy protection on commercial software, or saving streamed media for reuse without permission.
    Conditional or unsolicited offers from strangers
    A telephone caller or a web page tells you that you have a “virus” and offers to help you remove it. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    A web site offers free content such as video or music, but to use it you must install a “codec,” “plug-in,” "player," "downloader," "extractor," or “certificate” that comes from that same site, or an unknown one.
    You win a prize in a contest you never entered.
    Someone on a message board such as this one is eager to help you, but only if you download an application of his choosing.
    A "FREE WI-FI !!!" network advertises itself in a public place such as an airport, but is not provided by the management.
    Anything online that you would expect to pay for is "free."
    Unexpected events
    You open what you think is a document and get an alert that it's "an application downloaded from the Internet." Click Cancel and delete the file. Even if you don't get the alert, you should still delete any file that isn't what you expected it to be.
    An application does something you don't expect, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    Software is attached to email that you didn't request, even if it comes (or seems to come) from someone you trust.
    I don't say that leaving the safe harbor just once will necessarily result in disaster, but making a habit of it will weaken your defenses against malware attack. Any of the above scenarios should, at the very least, make you uncomfortable.
       6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it—not JavaScript—in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a lock icon in the address bar with the abbreviation "https" when visiting a secure site.
    Stay within the safe harbor, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself.
    7. Never install any commercial "anti-virus" (AV) or "Internet security" products for the Mac, as they are all worse than useless. If you need to be able to detect Windows malware in your files, use one of the free security apps in the Mac App Store—nothing else.
    Why shouldn't you use commercial AV products?
    To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. This technique is a proven failure, as a major AV software vendor has admitted. Most attacks are "zero-day"—that is, previously unknown. Recognition-based AV does not defend against such attacks, and the enterprise IT industry is coming to the realization that traditional AV software is worthless.
    Its design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere. In order to meet that nonexistent threat, commercial AV software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    By modifying the operating system, the software may also create weaknesses that could be exploited by malware attackers.
    Most importantly, a false sense of security is dangerous.
    8. An AV product from the App Store, such as "ClamXav," has the same drawback as the commercial suites of being always out of date, but it does not inject low-level code into the operating system. That doesn't mean it's entirely harmless. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    An AV app is not needed, and cannot be relied upon, for protection against OS X malware. It's useful, if at all, only for detecting Windows malware, and even for that use it's not really effective, because new Windows malware is emerging much faster than OS X malware.
    Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else. A malicious attachment in email is usually easy to recognize by the name alone. An actual example:
    London Terror Moovie.avi [124 spaces] Checked By Norton Antivirus.exe
    You don't need software to tell you that's a Windows trojan. Software may be able to tell you which trojan it is, but who cares? In practice, there's no reason to use recognition software unless an institutional policy requires it. Windows malware is so widespread that you should assume it's in every email attachment until proven otherwise. Nevertheless, ClamXav or a similar product from the App Store may serve a purpose if it satisfies an ill-informed network administrator who says you must run some kind of AV application. It's free and it won't handicap the system.
    The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have all the disadvantages mentioned in section 7.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
    10. As a Mac user you don't have to live in fear that your computer may be infected every time you install software, read email, or visit a web page. But neither should you assume that you will always be safe from exploitation, no matter what you do. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

  • Mail crashes during launch in Yosemity

    After installing Yosemity, Apple Mail crashes during launch. It's impossible to launch the app. The strange thing is, that I have two logins/users and Mail only crashes in one of them. Unfortunately my login
    I'm running an iMac 20" Mid 2007, 2,4 GHz Intel Core 2 Duo, 4 GB 667 MHz DDR2 SDRAM.

    I am having the same problem with a Desktop iMac (27-inch, Late 2013), but my MacBook Pro (Retina, mid 2012) seems to work fine. When I launch Mail on the iMac, I get a "Mail Upgrade" Dialog that states that it is Upgrading my Mail Database. Following is the crash report. Thanks for any help anyone can provide! I just installed Yosemite 10.10 on both of my computers.
    Process:          
    Mail [554]
    Path:             
    /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:       
    com.apple.mail
    Version:          
    8.0 (1990.1)
    Build Info:       
    Mail-1990001000000000~3
    Code Type:        
    X86-64 (Native)
    Parent Process:   
    ??? [1]
    Responsible:      
    Mail [554]
    User ID:          
    502
    Date/Time:        
    2014-10-17 18:04:34.542 -0700
    OS Version:       
    Mac OS X 10.10 (14A389)
    Report Version:   
    11
    Anonymous UUID:   
    F164033A-7B32-BBF5-1B4B-FECF27257024
    Time Awake Since Boot: 3700 seconds
    Crashed Thread:   
    4  -[MFLibraryUpgrader run]  Dispatch queue: NSOperationQueue 0x6080002471a0 :: NSOperation 0x608000247230 (QOS: LEGACY)
    Exception Type:   
    EXC_CRASH (SIGABRT)
    Exception Codes:  
    0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to exception while holding database lock 'NSInvalidArgumentException', reason: '*** setObjectForKey: key cannot be nil'
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                 
    0x00007fff8c2a064c __exceptionPreprocess + 172
    1   libobjc.A.dylib                
    0x00007fff8ae786de objc_exception_throw + 43
    2   CoreFoundation                 
    0x00007fff8c1887e6 -[__NSDictionaryM setObject:forKey:] + 1174
    3   Mail                           
    0x00007fff886eabaa -[MFConversationCalculator updateSubjectPrefixesWithHandle:onlyForMessagesMissingConversations:] + 505
    4   Mail                           
    0x00007fff887e1532 -[MFLibraryUpgrader _calculateInternationalSubjectPrefixes] + 121
    5   Mail                           
    0x00007fff887d2fc3 -[MFLibraryUpgrader _upgradeSchema] + 1239
    6   Mail                           
    0x00007fff887d1dde __24-[MFLibraryUpgrader run]_block_invoke + 863
    7   Mail                           
    0x00007fff887a696d +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 2366
    8   Mail                           
    0x00007fff887d1217 -[MFLibraryUpgrader run] + 1238
    9   CoreFoundation                 
    0x00007fff8c17933c __invoking___ + 140
    10  CoreFoundation                 
    0x00007fff8c179192 -[NSInvocation invoke] + 290
    11  MailCore                       
    0x00007fff8ae1108c -[MCMonitoredInvocation invoke] + 242
    12  MailCore                       
    0x00007fff8ae3b194 -[MCThrowingInvocationOperation main] + 48
    13  MailCore                       
    0x00007fff8adc36cd -[_MCInvocationOperation main] + 426
    14  Foundation                     
    0x00007fff86ac959c -[__NSOperationInternal _start:] + 653
    15  Foundation                     
    0x00007fff86ac91a3 __NSOQSchedule_f + 184
    16  libdispatch.dylib              
    0x00007fff8e427c13 _dispatch_client_callout + 8
    17  libdispatch.dylib              
    0x00007fff8e42b365 _dispatch_queue_drain + 1100
    18  libdispatch.dylib              
    0x00007fff8e42cecc _dispatch_queue_invoke + 202
    19  libdispatch.dylib              
    0x00007fff8e42a6b7 _dispatch_root_queue_drain + 463
    20  libdispatch.dylib              
    0x00007fff8e438fe4 _dispatch_worker_thread3 + 91
    21  libsystem_pthread.dylib        
    0x00007fff86fdb6cb _pthread_wqthread + 729
    22  libsystem_pthread.dylib        
    0x00007fff86fd94a1 start_wqthread + 13
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib  
    0x00007fff8abd152e mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff8abd069f mach_msg + 55
    2   com.apple.CoreFoundation
    0x00007fff8c1b0b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation
    0x00007fff8c1affdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation
    0x00007fff8c1af838 CFRunLoopRunSpecific + 296
    5   com.apple.HIToolbox      
    0x00007fff909fd43f RunCurrentEventLoopInMode + 235
    6   com.apple.HIToolbox      
    0x00007fff909fd1ba ReceiveNextEventCommon + 431
    7   com.apple.HIToolbox      
    0x00007fff909fcffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
    8   com.apple.AppKit        
    0x00007fff9186d821 _DPSNextEvent + 964
    9   com.apple.AppKit        
    0x00007fff9186cfd0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    10  com.apple.mail          
    0x00000001050ae152 0x104fa9000 + 1069394
    11  com.apple.mail          
    0x00000001050ad59e 0x104fa9000 + 1066398
    12  com.apple.mail          
    0x0000000104facc45 0x104fa9000 + 15429
    13  com.apple.mail          
    0x0000000104fac0ed 0x104fa9000 + 12525
    14  com.apple.CoreFoundation
    0x00007fff8c25ccbc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    15  com.apple.CoreFoundation
    0x00007fff8c14e1b4 _CFXNotificationPost + 3140
    16  com.apple.Foundation    
    0x00007fff86ac3ea1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
    17  com.apple.AppKit        
    0x00007fff9187525b -[NSApplication _postDidFinishNotification] + 291
    18  com.apple.AppKit        
    0x00007fff91874fc6 -[NSApplication _sendFinishLaunchingNotification] + 191
    19  com.apple.AppKit        
    0x00007fff91871dc6 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 574
    20  com.apple.AppKit        
    0x00007fff91871805 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 244
    21  com.apple.Foundation    
    0x00007fff86ae3458 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290
    22  com.apple.Foundation    
    0x00007fff86ae32c9 _NSAppleEventManagerGenericHandler + 102
    23  com.apple.AE            
    0x00007fff8687099c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 531
    24  com.apple.AE            
    0x00007fff86870719 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    25  com.apple.AE            
    0x00007fff86870623 aeProcessAppleEvent + 295
    26  com.apple.HIToolbox      
    0x00007fff90a0a37e AEProcessAppleEvent + 56
    27  com.apple.AppKit        
    0x00007fff9186dec6 _DPSNextEvent + 2665
    28  com.apple.AppKit        
    0x00007fff9186cfd0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    29  com.apple.AppKit        
    0x00007fff91860f73 -[NSApplication run] + 594
    30  com.apple.AppKit        
    0x00007fff9184c424 NSApplicationMain + 1832
    31  libdyld.dylib            
    0x00007fff916065c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib  
    0x00007fff8abd722e kevent64 + 10
    1   libdispatch.dylib        
    0x00007fff8e42aa6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib  
    0x00007fff8abd6946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff86fd94a1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib  
    0x00007fff8abd6946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff86fd94a1 start_wqthread + 13
    Thread 4 Crashed:: -[MFLibraryUpgrader run]  Dispatch queue: NSOperationQueue 0x6080002471a0 :: NSOperation 0x608000247230 (QOS: LEGACY)
    0   libsystem_kernel.dylib  
    0x00007fff8abd6282 __pthread_kill + 10
    1   libsystem_c.dylib        
    0x00007fff8c10eb73 abort + 129
    2   com.apple.Mail.framework
    0x00007fff887a75d7 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 5544
    3   com.apple.Mail.framework
    0x00007fff887d1217 -[MFLibraryUpgrader run] + 1238
    4   com.apple.CoreFoundation
    0x00007fff8c17933c __invoking___ + 140
    5   com.apple.CoreFoundation
    0x00007fff8c179192 -[NSInvocation invoke] + 290
    6   com.apple.MailCore      
    0x00007fff8ae1108c -[MCMonitoredInvocation invoke] + 242
    7   com.apple.MailCore      
    0x00007fff8ae3b194 -[MCThrowingInvocationOperation main] + 48
    8   com.apple.MailCore      
    0x00007fff8adc36cd -[_MCInvocationOperation main] + 426
    9   com.apple.Foundation    
    0x00007fff86ac959c -[__NSOperationInternal _start:] + 653
    10  com.apple.Foundation    
    0x00007fff86ac91a3 __NSOQSchedule_f + 184
    11  libdispatch.dylib        
    0x00007fff8e427c13 _dispatch_client_callout + 8
    12  libdispatch.dylib        
    0x00007fff8e42b365 _dispatch_queue_drain + 1100
    13  libdispatch.dylib        
    0x00007fff8e42cecc _dispatch_queue_invoke + 202
    14  libdispatch.dylib        
    0x00007fff8e42a6b7 _dispatch_root_queue_drain + 463
    15  libdispatch.dylib        
    0x00007fff8e438fe4 _dispatch_worker_thread3 + 91
    16  libsystem_pthread.dylib  
    0x00007fff86fdb6cb _pthread_wqthread + 729
    17  libsystem_pthread.dylib  
    0x00007fff86fd94a1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib  
    0x00007fff8abd6946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff86fd94a1 start_wqthread + 13
    Thread 6:
    Thread 4 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x0000000106d2f648  rdx: 0x0000000000000000
      rdi: 0x0000000000003207  rsi: 0x0000000000000006  rbp: 0x0000000106d2f670  rsp: 0x0000000106d2f648
       r8: 0x000000000000003f   r9: 0x0000618000a431e0  r10: 0x000000000c000000  r11: 0x0000000000000206
      r12: 0x0000618000a431e0  r13: 0x0000618000329dd8  r14: 0x0000000106d30000  r15: 0x0000618000149320
      rip: 0x00007fff8abd6282  rfl: 0x0000000000000206  cr2: 0x00007fff75a8dfd8
    Logical CPU:
    0
    Error Code: 
    0x02000148
    Trap Number:
    133
    Binary Images:
    0x104fa9000 -   
    0x10533efff  com.apple.mail (8.0 - 1990.1) <9D8003D6-7A0C-3D7F-AD09-FC5D1D135273> /Applications/Mail.app/Contents/MacOS/Mail
    0x107fdb000 -   
    0x107fdbff5 +cl_kernels (???) <5A2E6458-1010-4889-B630-F6975E3FD4DE> cl_kernels
    0x1093de000 -   
    0x1094c4fef  unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x109516000 -   
    0x109516fef +cl_kernels (???) <8C5C5120-8B82-448D-95DC-1F611AA39D1D> cl_kernels
    0x7fff6ce7a000 -
    0x7fff6ceb0837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
    0x7fff8494e000 -
    0x7fff84b33ff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
    0x7fff84b34000 -
    0x7fff84b3aff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff84b3b000 -
    0x7fff84b3efff  com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff84b41000 -
    0x7fff84c1eff7  com.apple.QuickLookUIFramework (5.0 - 675) <84FEB409-7D7A-35AC-83BE-F79FB293E23E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff84c1f000 -
    0x7fff84c5afff  com.apple.AOSAccounts (1.3.1 - 1.8.19) <1EF4B780-3474-331E-9104-6CE796D8C930> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
    0x7fff84c5b000 -
    0x7fff8516eff3  com.apple.JavaScriptCore (10600 - 10600.1.17) <CE5255CC-E13F-3694-B6DD-5285356BFCC0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8516f000 -
    0x7fff85171fff  com.apple.EFILogin (2.0 - 2) <F0269EE2-3686-3A8A-8B83-F86974E35E90> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff85172000 -
    0x7fff851c0fff  libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
    0x7fff851c1000 -
    0x7fff851c9fff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
    0x7fff851ca000 -
    0x7fff851fdff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff851fe000 -
    0x7fff85210ff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol
    0x7fff85211000 -
    0x7fff85323ff7  libvDSP.dylib (512) <DD5517F5-F7F7-3AA1-B6FA-CD98DBC3C651> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff85324000 -
    0x7fff85332fff  com.apple.AddressBook.ContactsFoundation (9.0 - 1498) <0BD29957-C30F-376A-B28F-1510F80A9174> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation
    0x7fff859c7000 -
    0x7fff85c73fff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff85c74000 -
    0x7fff85cd0fff  com.apple.coredav (1.0.1 - 261) <6FDDD736-DF1C-3D2B-82D7-D6D15C67F269> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x7fff85cd1000 -
    0x7fff85d1efff  com.apple.ImageCaptureCore (6.0 - 6.0) <93B4D878-A86B-3615-8426-92E4C79F8482> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff85d1f000 -
    0x7fff85d20fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff85d21000 -
    0x7fff85d4efff  com.apple.notificationcenter (1.0 - 393) <BA346328-3183-337B-9E2C-E9CA146E0247> /System/Library/Frameworks/NotificationCenter.framework/Versions/A/Notification Center
    0x7fff85d4f000 -
    0x7fff85d77ffb  libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
    0x7fff866af000 -
    0x7fff8675efff  com.apple.AOSUI (1.2 - 359) <DB496530-EEFF-3478-94A5-671E77CB75BB> /System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI
    0x7fff867a1000 -
    0x7fff8685fff7  com.apple.imcore (10.0 - 1000) <70102064-F620-3DC0-BA70-1A0A7EF9F734> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x7fff86860000 -
    0x7fff86862fff  com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
    0x7fff86863000 -
    0x7fff868c2ff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff868c6000 -
    0x7fff86946ff7  com.apple.IMAP (8.0 - 1990.1) <5240DA63-E9EC-393A-AF78-CFB571F7D57B> /System/Library/PrivateFrameworks/IMAP.framework/Versions/A/IMAP
    0x7fff86947000 -
    0x7fff86996ff7  com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff86997000 -
    0x7fff869a9ff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff869aa000 -
    0x7fff869f4fff  com.apple.DiskManagement (7.0 - 847) <A57A181E-7C50-38F6-BE0A-4F437BB8C45F> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
    0x7fff869f5000 -
    0x7fff86a35ff7  libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff86a67000 -
    0x7fff86a81ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff86a82000 -
    0x7fff86a98ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff86a99000 -
    0x7fff86a99fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff86a9c000 -
    0x7fff86ab4fff  com.apple.CalendarStore (8.0 - 1479) <42CC3B45-7916-3C2C-8F07-E40D96C9FEDB> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x7fff86ab5000 -
    0x7fff86ac0ff7  com.apple.DirectoryService.Framework (10.10 - 187) <813211CD-725D-31B9-ABEF-7B28DE2CB224> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff86ac1000 -
    0x7fff86defff7  com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff86df0000 -
    0x7fff86f34ff7  com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff86f42000 -
    0x7fff86f7bfff  com.apple.AirPlaySupport (2.0 - 215.10) <E4159036-4C38-3F28-8AF3-4F074DAF01AC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport
    0x7fff86f7c000 -
    0x7fff86fd7fff  com.apple.QuickLookFramework (5.0 - 675) <D71CD23B-643B-341B-A890-57FE099B36C7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff86fd8000 -
    0x7fff86fe1fff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
    0x7fff86fe2000 -
    0x7fff8734dfff  com.apple.VideoToolbox (1.0 - 1562.19) <C08228FE-FA1E-394C-98CB-2AFD8E566C3F> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff8734e000 -
    0x7fff8736bffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x7fff8736c000 -
    0x7fff87382ff7  com.apple.CoreMediaAuthoring (2.2 - 951) <B5E5ADF2-BBE8-30D9-83BC-74D0D450CF42> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff87383000 -
    0x7fff8738afff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/Networ kStatistics
    0x7fff8738b000 -
    0x7fff87461ff3  com.apple.DiskImagesFramework (10.10 - 389.1) <7DE2208C-BD55-390A-8167-4F9F11750C4B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff87462000 -
    0x7fff87464ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
    0x7fff87465000 -
    0x7fff87469fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff8746a000 -
    0x7fff875f8fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff875f9000 -
    0x7fff87604ff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
    0x7fff87605000 -
    0x7fff87658ffb  libAVFAudio.dylib (118.3) <CC124063-34DF-39E3-921A-2BA3EA8D6F38> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
    0x7fff87659000 -
    0x7fff8765dff7  com.apple.TCC (1.0 - 1) <AFC32F8F-BCD5-313C-B66E-5AB8591EC066> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8765e000 -
    0x7fff8767ffff  com.apple.framework.Apple80211 (10.0 - 1000.57.3) <F64EB1A1-57F3-3ABA-97D0-DB7C926FD07F> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff87680000 -
    0x7fff876b0fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff876be000 -
    0x7fff876ddfff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff876de000 -
    0x7fff87992ff7  com.apple.WebKit (10600 - 10600.1.25) <84496A10-D8E5-3E8C-93B1-98D5AE790922> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff87993000 -
    0x7fff87c0dfff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff87c0e000 -
    0x7fff87c48ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff87c56000 -
    0x7fff87cf5df7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff87cf6000 -
    0x7fff87cf6fff  com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff87d22000 -
    0x7fff87d76fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff87d77000 -
    0x7fff87d94fff  com.apple.DistributionKit (700 - 920) <079B0A4A-97CD-34D6-B50D-AB5D656B2A38> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit. framework/Versions/A/DistributionKit
    0x7fff87d95000 -
    0x7fff87d9cfff  libCGCMS.A.dylib (772) <E64DC779-A6CF-3B1F-8E57-C09C0B10670F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
    0x7fff87d9d000 -
    0x7fff87d9ffff  com.apple.marco (10.0 - 1000) <ECD31951-F96E-3F5C-B468-729BBEBDCCE3> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x7fff87da0000 -
    0x7fff87da4fff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
    0x7fff87da5000 -
    0x7fff87dd7ff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff87e25000 -
    0x7fff87e26ff7  libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
    0x7fff87e27000 -
    0x7fff87e2cffb  libheimdal-asn1.dylib (398.1.2) <F9463B34-AAF5-3488-AD0C-85937C81FC5E> /usr/lib/libheimdal-asn1.dylib
    0x7fff87e2d000 -
    0x7fff87e92fff  com.apple.framework.internetaccounts (2.1 - 210) <DC8D9230-B7C8-3100-8B2F-399B51A4483A> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x7fff87e9d000 -
    0x7fff880ddff7  com.apple.AddressBook.framework (9.0 - 1498) <EFCD7F23-4654-3B3F-997B-88054D29D442> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff88245000 -
    0x7fff882dbffb  com.apple.CoreMedia (1.0 - 1562.19) <F79E0E9D-4ED1-3ED1-827A-C3C5377DB1D7> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff882dc000 -
    0x7fff882eefff  libsasl2.2.dylib (193) <E523DD05-544B-3430-8AA9-672408A5AF8B> /usr/lib/libsasl2.2.dylib
    0x7fff88616000 -
    0x7fff88643fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff88644000 -
    0x7fff886b3fff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff886b4000 -
    0x7fff8894aff7  com.apple.Mail.framework (8.0 - 1990.1) <E20C07F9-188A-3514-B15A-BE77E014CD3C> /System/Library/PrivateFrameworks/Mail.framework/Versions/A/Mail
    0x7fff8894b000 -
    0x7fff889a2ff7  com.apple.MailUI (8.0 - 1990.1) <82631324-82C3-32CB-AC2A-D4CED2A8172B> /System/Library/PrivateFrameworks/MailUI.framework/Versions/A/MailUI
    0x7fff889a3000 -
    0x7fff889ceff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
    0x7fff889cf000 -
    0x7fff889d0ff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff889d1000 -
    0x7fff889dcfff  libGL.dylib (11.0.7) <C53344AD-8CE6-3111-AB94-BD4CA89ED84E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff88a76000 -
    0x7fff88ac4fff  com.apple.ExchangeWebServices (5.0 - 213) <BB96875F-981D-3787-B450-A294F6D0A6A6> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x7fff88ac5000 -
    0x7fff88ae3fff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <C763B730-D6BC-31D3-951A-898BB49C5A3E> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff88ae4000 -
    0x7fff88b24ff7  com.apple.CloudDocs (1.0 - 280.1) <21D7E10A-99EF-34BE-82D7-29A6F1761DE5> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff88b25000 -
    0x7fff88b45fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x7fff88b46000 -
    0x7fff88b46ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff88d08000 -
    0x7fff88d0aff7  com.apple.diagnosticlogcollection (10.0 - 1000) <D7516965-DB40-3235-9D00-C724F7D2BC02> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
    0x7fff88d0b000 -
    0x7fff88d54ff3  com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff88d55000 -
    0x7fff88df7fff  com.apple.Bluetooth (4.3.0 - 4.3.0f10) <70922125-2A01-37AE-9CB8-D8A9578092E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff88df8000 -
    0x7fff88e02fff  com.apple.KerberosHelper (4.0 - 1.0) <DA8D89D2-3185-3527-9E36-AA17F018B776> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x7fff88e03000 -
    0x7fff890d2ff3  com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff890d3000 -
    0x7fff8a077ffb  com.apple.WebCore (10600 - 10600.1.25) <EE07107A-A63D-3077-B863-C82C1E80B56D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff8a078000 -
    0x7fff8a44ffe7  com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8a450000 -
    0x7fff8a463ff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff8a464000 -
    0x7fff8a46afff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
    0x7fff8a46b000 -
    0x7fff8a473ffb  com.apple.CloudServices (1.0 - 1) <D278BECB-AEC3-3D32-BEC8-E949EB89D66B> /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServi ces
    0x7fff8a474000 -
    0x7fff8a4affff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff8a4b0000 -
    0x7fff8a4c9ff7  com.apple.CalendarAgentLink (8.0 - 250) <0F3CCA9C-645D-3A1A-A959-F4F8D31F9B1A> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
    0x7fff8a4ca000 -
    0x7fff8a4d5fff  com.apple.CommerceCore (1.0 - 376) <2AF6F377-0288-309A-82A7-274E6796083B> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff8a554000 -
    0x7fff8a555ff3  com.apple.SafariServices.framework (10600 - 10600.1.25) <79FAA76E-A559-3CB0-BB32-56DF025C255A> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
    0x7fff8a556000 -
    0x7fff8a677fff  com.apple.LaunchServices (644.10 - 644.10) <0B1C68BC-0AEB-38E2-ABC8-E92728FEC475> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff8a6a0000 -
    0x7fff8a6c6ff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x7fff8a6c7000 -
    0x7fff8a733fff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <ACBAAB0A-BCC7-37CF-AAFB-2DA1733F2682> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8a84d000 -
    0x7fff8a861ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage
    0x7fff8a862000 -
    0x7fff8ab7dfcf  com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8abc0000 -
    0x7fff8abddfff  libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8abde000 -
    0x7fff8ad18ff7  com.apple.ImageIO.framework (3.3.0 - 1038) <AB3C40DB-FCBE-3315-B7B2-4E16522E20CB> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8ad2e000 -
    0x7fff8ad3afff  com.apple.CloudPhotoServicesConfiguration (0.9 - 201.48.0) <4EB3363D-D216-3630-AAFC-8E3136AA3734> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Frame works/CloudPhotoServicesConfiguration.framework/Versions/A/CloudPhotoServicesCon figuration
    0x7fff8ad8b000 -
    0x7fff8ae6aff7  com.apple.MailCore (8.0 - 1990.1) <37B55B60-C29A-3F1F-9F10-4C3B0275425D> /System/Library/PrivateFrameworks/MailCore.framework/Versions/A/MailCore
    0x7fff8ae6b000 -
    0x7fff8b050267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
    0x7fff8b051000 -
    0x7fff8b051fff  com.apple.SafariDAVNotifier (1.1.1 - 1) <21D4673A-52C7-391D-AF7C-F77D368D34AE> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x7fff8b052000 -
    0x7fff8b146ff7  libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8b147000 -
    0x7fff8b14bfff  libspindump.dylib (182) <7BD8C0AC-1CDA-3864-AE03-470B50160148> /usr/lib/libspindump.dylib
    0x7fff8b14c000 -
    0x7fff8b199ff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff8b19a000 -
    0x7fff8b19bfff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
    0x7fff8b19c000 -
    0x7fff8b1ccffb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8b1cd000 -
    0x7fff8b1cffff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging
    0x7fff8b1d0000 -
    0x7fff8b1d8fe7  libcldcpuengine.dylib (2.4.5) <DF810F9A-1755-3283-82C3-D8192BCD8016> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x7fff8b1d9000 -
    0x7fff8b1e8fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8b218000 -
    0x7fff8b231fff  com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff8b232000 -
    0x7fff8b297ff7  com.apple.ids (10.0 - 1000) <12E5717E-8D63-3B70-BB46-A60AFB02CCAE> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x7fff8b298000 -
    0x7fff8b2a4ff7  com.apple.commonutilities (8.0 - 900) <E5E018A7-FB3C-37A2-9769-49AFAC89FDE8> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUt ilities
    0x7fff8b2a5000 -
    0x7fff8b2bcff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
    0x7fff8b332000 -
    0x7fff8b36afff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff8b36b000 -
    0x7fff8b387fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff8b388000 -
    0x7fff8b3c3fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff8b3c4000 -
    0x7fff8b3c5fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff8bc90000 -
    0x7fff8bc9afff  com.apple.MailService (8.0 - 1990.1) <973F3BF4-06D4-3CBF-AB4F-6A171F0C4A54> /System/Library/PrivateFrameworks/MailService.framework/Versions/A/MailService
    0x7fff8bc9b000 -
    0x7fff8be9eff3  com.apple.CFNetwork (720.0.9 - 720.0.9) <78EE1B88-394F-3BB8-93A6-E068990559EC> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8be9f000 -
    0x7fff8bea1fff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff8bea2000 -
    0x7fff8bed4ff7  com.apple.CalendarFoundation (8.0 - 294) <D6E23441-70E7-3E98-AB3E-BF568114D037> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
    0x7fff8bed5000 -
    0x7fff8bed8ff7  com.apple.AppleSystemInfo (3.0 - 3.0) <E54DA0B2-3515-3B1C-A4BD-54A0B02B5612> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x7fff8bed9000 -
    0x7fff8bf01fff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
    0x7fff8bf02000 -
    0x7fff8bf13ff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.dylib
    0x7fff8bf2c000 -
    0x7fff8bf43fff  com.apple.login (3.0 - 3.0) <95726FE9-E732-3A3C-A7A1-2566678967D3> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff8bf44000 -
    0x7fff8bf46ff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
    0x7fff8bf47000 -
    0x7fff8bf72fff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8bf73000 -
    0x7fff8bf7dfff  com.apple.IntlPreferences (2.0 - 150.1) <F2DE1784-F780-3E3F-A626-D9CBD38F20EE> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
    0x7fff8bf97000 -
    0x7fff8c03fff7  com.apple.PackageKit (3.0 - 434) <B6C2831E-914D-3E5F-B0E9-A7079489A6FD> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
    0x7fff8c040000 -
    0x7fff8c05eff7  com.apple.addressbook.vCard (9.0 - 1498) <45C2138B-EA52-3576-8C5C-46637E648DF2> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff8c05f000 -
    0x7fff8c0b0ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8c0b1000 -
    0x7fff8c13dfff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
    0x7fff8c13e000 -
    0x7fff8c4d4fff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8c526000 -
    0x7fff8c52eff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff8c52f000 -
    0x7fff8c537fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff8c538000 -
    0x7fff8c560fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
    0x7fff8c561000 -
    0x7fff8c5efff7  com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff8c664000 -
    0x7fff8c66fff7  com.apple.AppSandbox (4.0 - 238) <BC5EE1CA-764A-303D-9989-4041C1291026> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff8c670000 -
    0x7fff8c6bcff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
    0x7fff8c6ca000 -
    0x7fff8c87aff7  com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8c87b000 -
    0x7fff8caf5ff3  com.apple.RawCamera.bundle (6.00 - 761) <056E2E1D-6682-354E-9666-7E4935653D47> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8caf6000 -
    0x7fff8caf6fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <C7278843-2462-32F6-B0E3-D33C681399A2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8caf7000 -
    0x7fff8cb6bfff  com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff8cb6c000 -
    0x7fff8cbb9ff3  com.apple.CoreMediaIO (601.0 - 4749) <DDB756B3-A281-3791-9744-1F52CF8E5EDB> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8cbba000 -
    0x7fff8ce22ffb  com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8ce9c000 -
    0x7fff8cfc3fff  com.apple.coreui (2.1 - 305) <BB430677-D1F7-38DD-8F05-70E54352B8B5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8cfc4000 -
    0x7fff8cfd8ff7  com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff8cfd9000 -
    0x7fff8cfe3fff  com.apple.corerecents (1.0 - 1) <1D3AB6D9-2C43-31F3-A223-E637DE2CD791> /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents
    0x7fff8cfe4000 -
    0x7fff8d120ffb  com.apple.WebKitLegacy (10600 - 10600.1.25) <EE3A7515-AC7B-30D3-A4DC-EB0D36E88E4B> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy. framework/Versions/A/WebKitLegacy
    0x7fff8d121000 -
    0x7fff8d121fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff8d122000 -
    0x7fff8d38cfff  com.apple.imageKit (2.6 - 838) <AFFC0062-F9E0-3F36-B321-D90B7E9CB785> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff8d38d000 -
    0x7fff8d3c3ffb  com.apple.datadetectors (5.0 - 273) <9E17D22E-1A96-3A4F-8394-F14ED7D862D0> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x7fff8d3c4000 -
    0x7fff8d438ff3  com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff8d439000 -
    0x7fff8d439ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff8d61e000 -
    0x7fff8d626ff7  com.apple.AskPermission (1.0 - 1) <FBEDFF5F-029A-301A-9FF8-C876A574CC88> /System/Library/PrivateFrameworks/AskPermission.framework/Versions/A/AskPermiss ion
    0x7fff8d627000 -
    0x7fff8d643ff7  com.apple.pluginkit.framework (1.0 - 1) <566FECEA-620F-3E70-8B87-C69A4486811F> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff8d644000 -
    0x7fff8d64ffff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8d650000 -
    0x7fff8d658ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff8d659000 -
    0x7fff8db45fff  com.apple.MediaToolbox (1.0 - 1562.19) <36062C5F-CC37-3F50-8383-07A9C8C75F33> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff8db46000 -
    0x7fff8db57fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x7fff8db58000 -
    0x7fff8db5dff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
    0x7fff8db6e000 -
    0x7fff8db88ff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8db89000 -
    0x7fff8db92fff  libGFXShared.dylib (11.0.7) <EC449E3A-D9D2-3494-8B6C-DEB7B11EEDAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff8db93000 -
    0x7fff8dc31fff  com.apple.Metadata (10.7.0 - 916) <DA8A1D18-19FE-37B3-BE12-85C5B0A00736> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8dc3b000 -
    0x7fff8dc3bfff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8dc3c000 -
    0x7fff8dc3dfff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff8dc3e000 -
    0x7fff8dcc7fff  com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff8dcc8000 -
    0x7fff8dcf6ff7  com.apple.CommerceKit (1.2.0 - 376) <59ECB1CE-A737-319E-A0A4-080359168F7A> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit
    0x7fff8dcf7000 -
    0x7fff8dd03ff7  com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8dd11000 -
    0x7fff8dd15fff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8dd16000 -
    0x7fff8ddabff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8ddac000 -
    0x7fff8de2efff  com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff8de31000 -
    0x7fff8de38ff7  com.apple.FamilyCircle (1.0 - ???) <6FB67950-21A4-30F9-A26E-2EE6ADEC107C> /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/FamilyCircl e
    0x7fff8de39000 -
    0x7fff8de5efff  libPng.dylib (1231) <759DF465-B08C-3E97-9A07-3CD447F84F78> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8de5f000 -
    0x7fff8de82ff7  com.apple.framework.familycontrols (4.1 - 410) <41499068-0AB2-38CB-BE6A-F0DD0F06AB52> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff8de83000 -
    0x7fff8dea6fff  com.apple.Sharing (328.3 - 328.3) <FDEE49AD-8804-3760-9C14-8D1D10B

  • Troubleshooting Mail using the Mail.crash.log file and TN2123 CrashReporter

    This morning, for apparently no reason at all, Mail began to consistently crash each time I attempted to send or reply to a message. By observing what occured in mail, opening the crash log [mail.crash.log] located here…
    Macintosh HD:Users:<username>:Library:Logs:CrashReporter
    …and parsing the information with the help of the Apple Developer Technical Note linked below, I was able to quickly determine that my last action just prior to sending the message—appending a signature to it—resulted in the application crashing. Simply by deleting the existing signature and recreating it, I was able to resolve the problem in only a matter of minutes.
    This demonstrates how useful crash logs can be, and why they should likely be the very first place you look for an indication of trouble when an application unexpectely quits.
    Here is a very short, relevent section of my Mail crash log which you can examine using the instructions linked below:
    Host Name: Michael-Lafferty
    Date/Time: 2006-05-15 09:37:57.885 -0700
    OS Version: 10.4.6 (Build 8I127)
    Report Version: 4
    Command: Mail
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Parent: WindowServer [64]
    Version: 2.0.7 (746.2)
    Build Version: 2
    Project Name: MailViewer
    Source Version: 7460200
    PID: 1662
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 com.apple.WebCore 0x956065d4 khtml::CompositeEditCommand::insertNodeAfter(DOM::No
    1 com.apple.WebCore 0x956b0b34 khtml::DeleteSelectionCommand::moveNodesAfterNode()
    2 com.apple.WebCore 0x956b1640 khtml::DeleteSelectionCommand::doApply() + 688
    3 com.apple.WebCore 0x955ff41c khtml::EditCommand::apply() + 52
    4 com.apple.WebCore 0x955ff9c8 khtml::CompositeEditCommand::applyCommandToComposite
    5 com.apple.WebCore 0x956a75c4 khtml::CompositeEditCommand::deleteSelection(khtml::…
    This is the most significant section of a very long, multi-threaded log, because it shows the detail of the thread which crashed, the actual step at which it crashed, and the particular crash type: in this case, a EXCBADACCESS (0x0001) - KERNPROTECTIONFAILURE, indicating an attempt to write to a read-only memory location.
    Here is a link to the Apple Developer documentation you can use to troubleshoot such issues:
    http://developer.apple.com/technotes/tn2004/tn2123.html
    Technical Note TN2123
    CrashReporter

    This morning, for apparently no reason at all, Mail began to consistently crash each time I attempted to send or reply to a message. By observing what occured in mail, opening the crash log [mail.crash.log] located here…
    Macintosh HD:Users:<username>:Library:Logs:CrashReporter
    …and parsing the information with the help of the Apple Developer Technical Note linked below, I was able to quickly determine that my last action just prior to sending the message—appending a signature to it—resulted in the application crashing. Simply by deleting the existing signature and recreating it, I was able to resolve the problem in only a matter of minutes.
    This demonstrates how useful crash logs can be, and why they should likely be the very first place you look for an indication of trouble when an application unexpectely quits.
    Here is a very short, relevent section of my Mail crash log which you can examine using the instructions linked below:
    Host Name: Michael-Lafferty
    Date/Time: 2006-05-15 09:37:57.885 -0700
    OS Version: 10.4.6 (Build 8I127)
    Report Version: 4
    Command: Mail
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Parent: WindowServer [64]
    Version: 2.0.7 (746.2)
    Build Version: 2
    Project Name: MailViewer
    Source Version: 7460200
    PID: 1662
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 com.apple.WebCore 0x956065d4 khtml::CompositeEditCommand::insertNodeAfter(DOM::No
    1 com.apple.WebCore 0x956b0b34 khtml::DeleteSelectionCommand::moveNodesAfterNode()
    2 com.apple.WebCore 0x956b1640 khtml::DeleteSelectionCommand::doApply() + 688
    3 com.apple.WebCore 0x955ff41c khtml::EditCommand::apply() + 52
    4 com.apple.WebCore 0x955ff9c8 khtml::CompositeEditCommand::applyCommandToComposite
    5 com.apple.WebCore 0x956a75c4 khtml::CompositeEditCommand::deleteSelection(khtml::…
    This is the most significant section of a very long, multi-threaded log, because it shows the detail of the thread which crashed, the actual step at which it crashed, and the particular crash type: in this case, a EXCBADACCESS (0x0001) - KERNPROTECTIONFAILURE, indicating an attempt to write to a read-only memory location.
    Here is a link to the Apple Developer documentation you can use to troubleshoot such issues:
    http://developer.apple.com/technotes/tn2004/tn2123.html
    Technical Note TN2123
    CrashReporter

  • Mail crashing on startup after 10.5.6 update

    Mail crashes on startup after I did a software update.
    I repaired permissions and I tried to restore from a Time Machine backup from before the crash, but Mail is still crashing.
    Any help would be greatly appreciated.
    Thanks.
    Here is the crash report:
    Process: Mail [462]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 3.5 (930.3)
    Build Info: Mail-9300300~1
    Code Type: X86 (Native)
    Parent Process: launchd [78]
    Date/Time: 2008-12-26 23:14:25.436 -0800
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000020
    Crashed Thread: 5
    Application Specific Information:
    -[MessageRouter routeQueuedMessages]
    -[MessageRouter routeQueuedMessages]
    -[MessageRouter routeQueuedMessages]
    -[POPAccount fetchSynchronouslyIsAuto:]
    -[POPAccount fetchSynchronouslyIsAuto:]
    -[MessageRouter routeQueuedMessages]
    -[POPAccount fetchSynchronouslyIsAuto:]
    -[POPAccount fetchSynchronouslyIsAuto:]
    -[MailApp _synchronouslyTellSyncServicesToRegisterAndSync]
    -[LibraryStore openSynchronouslyUpdatingMetadata:]
    Thread 0:
    0 libSystem.B.dylib 0x92f471c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92f4e9bc mach_msg + 72
    2 com.apple.SystemConfiguration 0x924e6a6c configget + 149
    3 com.apple.SystemConfiguration 0x924e6934 SCDynamicStoreCopyValue + 150
    4 com.apple.CFNetwork 0x9252c7b1 CFNetDiagnosticCopyNetworkStatusPassively + 177
    5 com.apple.MessageFramework 0x00455a79 -[NetworkController networkStatus] + 63
    6 com.apple.mail 0x0006fcc9 0x1000 + 453833
    7 com.apple.mail 0x0005e265 0x1000 + 381541
    8 com.apple.mail 0x001b5a8a 0x1000 + 1788554
    9 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    10 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    11 com.apple.Foundation 0x9550739c __NSThreadPerformPerform + 476
    12 com.apple.CoreFoundation 0x90ce75f5 CFRunLoopRunSpecific + 3141
    13 com.apple.CoreFoundation 0x90ce7cd8 CFRunLoopRunInMode + 88
    14 com.apple.HIToolbox 0x943f12c0 RunCurrentEventLoopInMode + 283
    15 com.apple.HIToolbox 0x943f10d9 ReceiveNextEventCommon + 374
    16 com.apple.HIToolbox 0x943f0f4d BlockUntilNextEventMatchingListInMode + 106
    17 com.apple.AppKit 0x92776d7d _DPSNextEvent + 657
    18 com.apple.AppKit 0x92776630 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    19 com.apple.AppKit 0x9276f66b -[NSApplication run] + 795
    20 com.apple.AppKit 0x9273c8a4 NSApplicationMain + 574
    21 com.apple.mail 0x000fb6f2 0x1000 + 1025778
    Thread 1:
    0 libSystem.B.dylib 0x92f471c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92f4e9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x90ce70ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x90ce7cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x9553ad75 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x95546e94 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x003d6f65 -[RSSInterchange _runManager] + 2140
    7 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    8 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    10 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x92f471c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92f4e9bc mach_msg + 72
    2 com.apple.CoreGraphics 0x91018aee _CGSReenableUpdateForConnections + 214
    3 com.apple.CoreGraphics 0x910189a0 CGSReenableUpdateForConnections + 390
    4 com.apple.CoreGraphics 0x91018818 CGSReenableUpdate + 32
    5 com.apple.AppKit 0x927dd204 -[NSUIHeartBeat _heartBeatThread:] + 1893
    6 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    7 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    9 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x92f471c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92f4e9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x90ce70ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x90ce7cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x95569d40 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    6 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    8 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x92f471c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92f4e9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x90ce70ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x90ce7cd8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x90c135dc HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x90c13464 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    7 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 5 Crashed:
    0 libobjc.A.dylib 0x908a2688 objc_msgSend + 24
    1 com.apple.MessageFramework 0x0030d56a -[WebMessageDocument initWithMimePart:] + 88
    2 com.apple.mail 0x000952df 0x1000 + 606943
    3 com.apple.mail 0x0006f74e 0x1000 + 452430
    4 com.apple.mail 0x0006f188 0x1000 + 450952
    5 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    6 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    7 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    8 com.apple.MessageFramework 0x00382b29 -[InvocationOperation main] + 374
    9 com.apple.MessageFramework 0x0038294a -[InvocationOperation start] + 190
    10 com.apple.Foundation 0x95596d52 __runop + 34
    11 libSystem.B.dylib 0x92fb040f pthreadwqthread + 331
    12 libSystem.B.dylib 0x92fb02c2 start_wqthread + 30
    Thread 6:
    Thread 7:
    0 libSystem.B.dylib 0x92f47226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x92f791ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x92f7aa73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9554c75c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9554c570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003d8e27 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    7 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    9 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x92f471c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92f4e9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x90ce70ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x90ce7cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x9553ad75 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x95546e94 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x002fb659 +[_NSSocket _runIOThread] + 98
    7 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    8 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    10 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x92f966f2 select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    2 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x92f4e3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x92f78d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x94becab9 fefragmentthread + 54
    3 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    4 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0xffff0292 _spinlock + 50 (cpu_capabilities.h:234)
    1 com.apple.CoreFoundation 0x90ce97e6 _CFRelease + 342
    2 com.apple.Foundation 0x95501e4f NSPopAutoreleasePool + 431
    3 com.apple.MessageFramework 0x003009df -[MimePart(MessageSupport) parseMimeBody] + 752
    4 com.apple.MessageFramework 0x002ffb75 -[MessageStore(MessageFrameworkOnly) _fetchBodyForMessage:updateFlags:] + 293
    5 com.apple.MessageFramework 0x002ff762 -[MessageStore bodyForMessage:fetchIfNotAvailable:updateFlags:] + 147
    6 com.apple.MessageFramework 0x00354c99 -[Message messageBodyUpdatingFlags:] + 80
    7 com.apple.MessageFramework 0x0041aa75 -[Message calculateAttachmentInfoFromBody:numberOfAttachments:isSigned:isEncrypted:force: ] + 96
    8 com.apple.MessageFramework 0x003976a6 -[Message calculateAttachmentInfoFromBody:numberOfAttachments:isSigned:isEncrypted:] + 70
    9 com.apple.MessageFramework 0x0031643c -[MessageStore(MessageFrameworkOnly) updateMessages:updateColor:updateNumberOfAttachments:] + 1011
    10 com.apple.MessageFramework 0x002f2d87 -[LibraryStore openSynchronouslyUpdatingMetadata:returnRetainedMessages:] + 750
    11 com.apple.MessageFramework 0x00316034 -[LibraryStore openSynchronouslyUpdatingMetadata:] + 50
    12 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    13 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    14 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    15 com.apple.MessageFramework 0x003d8fee -[InvocationQueue _drainQueue] + 772
    16 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    17 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    18 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    19 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x92f47226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x92f791ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x92f7aa73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9554c75c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9554c570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003d8e27 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    7 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    9 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x92f47226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x92f791ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x92f7aa73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9554c75c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9554c570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003d8e27 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    7 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    9 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x92f47226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x92f791ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x92f7aa73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9554c75c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9554c570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003d8e27 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    7 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    9 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x92f4e3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x92f78d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.MessageFramework 0x002e1d14 _MFAcquireObjectLock + 66
    3 com.apple.MessageFramework 0x003f60f1 -[MessageRouter asynchronouslyRouteMessages:] + 106
    4 com.apple.MessageFramework 0x0040ed18 -[POP3FetchStore connection:didRetrieveData:forMessageNumber:] + 851
    5 com.apple.MessageFramework 0x004096f7 -[POP3Connection retr:] + 973
    6 com.apple.MessageFramework 0x00409bec -[POP3Connection fetchMessages:] + 342
    7 com.apple.MessageFramework 0x0040d2a3 -[POP3FetchStore fetchSynchronously] + 3406
    8 com.apple.MessageFramework 0x0043f6e6 -[POPAccount fetchSynchronously] + 337
    9 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    10 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    11 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    12 com.apple.MessageFramework 0x003d8fee -[InvocationQueue _drainQueue] + 772
    13 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    14 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    15 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    16 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x92f4e3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x92f78d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.MessageFramework 0x002e1d14 _MFAcquireObjectLock + 66
    3 com.apple.MessageFramework 0x003f60f1 -[MessageRouter asynchronouslyRouteMessages:] + 106
    4 com.apple.MessageFramework 0x0040ed18 -[POP3FetchStore connection:didRetrieveData:forMessageNumber:] + 851
    5 com.apple.MessageFramework 0x004096f7 -[POP3Connection retr:] + 973
    6 com.apple.MessageFramework 0x00409bec -[POP3Connection fetchMessages:] + 342
    7 com.apple.MessageFramework 0x0040d2a3 -[POP3FetchStore fetchSynchronously] + 3406
    8 com.apple.MessageFramework 0x0043f6e6 -[POPAccount fetchSynchronously] + 337
    9 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    10 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    11 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    12 com.apple.MessageFramework 0x003d8fee -[InvocationQueue _drainQueue] + 772
    13 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    14 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    15 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    16 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x92f4e3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x92f78d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.MessageFramework 0x002e1d14 _MFAcquireObjectLock + 66
    3 com.apple.MessageFramework 0x003f60f1 -[MessageRouter asynchronouslyRouteMessages:] + 106
    4 com.apple.MessageFramework 0x0040ed18 -[POP3FetchStore connection:didRetrieveData:forMessageNumber:] + 851
    5 com.apple.MessageFramework 0x004096f7 -[POP3Connection retr:] + 973
    6 com.apple.MessageFramework 0x00409bec -[POP3Connection fetchMessages:] + 342
    7 com.apple.MessageFramework 0x0040d2a3 -[POP3FetchStore fetchSynchronously] + 3406
    8 com.apple.MessageFramework 0x0043f6e6 -[POPAccount fetchSynchronously] + 337
    9 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    10 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    11 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    12 com.apple.MessageFramework 0x003d8fee -[InvocationQueue _drainQueue] + 772
    13 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    14 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    15 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    16 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x92f4e3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x92f78d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.MessageFramework 0x002e1d14 _MFAcquireObjectLock + 66
    3 com.apple.MessageFramework 0x003f60f1 -[MessageRouter asynchronouslyRouteMessages:] + 106
    4 com.apple.MessageFramework 0x0040ed18 -[POP3FetchStore connection:didRetrieveData:forMessageNumber:] + 851
    5 com.apple.MessageFramework 0x004096f7 -[POP3Connection retr:] + 973
    6 com.apple.MessageFramework 0x00409bec -[POP3Connection fetchMessages:] + 342
    7 com.apple.MessageFramework 0x0040d2a3 -[POP3FetchStore fetchSynchronously] + 3406
    8 com.apple.MessageFramework 0x0043f6e6 -[POPAccount fetchSynchronously] + 337
    9 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    10 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    11 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    12 com.apple.MessageFramework 0x003d8fee -[InvocationQueue _drainQueue] + 772
    13 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    14 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    15 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    16 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x92f4e3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x92f78d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.Foundation 0x9554e2d2 -[NSCondition wait] + 210
    3 com.apple.Foundation 0x95506c6a -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 938
    4 com.apple.Foundation 0x9555a288 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 184
    5 com.apple.Mail.Syncer 0x13104017 0x130f0000 + 81943
    6 com.apple.Mail.Syncer 0x13103c4f 0x130f0000 + 80975
    7 com.apple.mail 0x0003878f 0x1000 + 227215
    8 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    9 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    10 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    11 com.apple.MessageFramework 0x003da2ce +[WorkerThread _execute:] + 144
    12 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    13 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    14 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    15 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x92f4720e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x92f4ece5 pthreadmutexlock + 569
    2 com.apple.MessageFramework 0x00365fe3 -[MessageHTMLConverter junkStringFromHTMLData:textEncodingName:context:] + 35
    3 com.apple.MessageFramework 0x0035e57a -[MimePart(StringRendering) renderString:] + 1432
    4 com.apple.MessageFramework 0x0035dd09 -[MimeBody(StringRendering) renderStringForJunk:] + 252
    5 com.apple.MessageFramework 0x0035dbf2 -[MimeBody(StringRendering) renderString:] + 110
    6 com.apple.MessageFramework 0x0035d12b -[Message stringValueRenderMode:updateBodyFlags:junkRecorder:] + 142
    7 com.apple.MessageFramework 0x0035d094 -[Message stringForJunk:] + 57
    8 com.apple.MessageFramework 0x0035ceef -[JunkMailFilter junkMailLevelForMessage:junkRecorder:] + 133
    9 com.apple.MessageFramework 0x0035ce64 -[JunkMailFilter junkMailLevelForMessage:] + 49
    10 com.apple.MessageFramework 0x003546b2 -[MessageCriterion _evaluateJunkMailCriterion:] + 676
    11 com.apple.MessageFramework 0x00352c0b -[MessageRule doesMessageSatisfyCriteria:] + 493
    12 com.apple.MessageFramework 0x003527e5 +[MessageRouter putRulesThatWantsToHandleMessage:intoArray:colorRulesOnly:] + 526
    13 com.apple.MessageFramework 0x00351a17 -[MessageRouter routeMessages:fromStores:] + 1482
    14 com.apple.MessageFramework 0x003f677e -[MessageRouter routeQueuedMessages] + 918
    15 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    16 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    17 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    18 com.apple.MessageFramework 0x003da2ce +[WorkerThread _execute:] + 144
    19 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    20 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    21 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    22 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 21:
    0 libSystem.B.dylib 0x92f471c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x92f4e9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x90ce70ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x90ce7cd8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x92520052 CFURLCacheWorkerThread(void*) + 396
    5 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    6 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 22:
    0 libSystem.B.dylib 0x92f4720e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x92f4ece5 pthreadmutexlock + 569
    2 com.apple.MessageFramework 0x00365fe3 -[MessageHTMLConverter junkStringFromHTMLData:textEncodingName:context:] + 35
    3 com.apple.MessageFramework 0x0035e57a -[MimePart(StringRendering) renderString:] + 1432
    4 com.apple.MessageFramework 0x0035dd09 -[MimeBody(StringRendering) renderStringForJunk:] + 252
    5 com.apple.MessageFramework 0x0035dbf2 -[MimeBody(StringRendering) renderString:] + 110
    6 com.apple.MessageFramework 0x0035d12b -[Message stringValueRenderMode:updateBodyFlags:junkRecorder:] + 142
    7 com.apple.MessageFramework 0x0035d094 -[Message stringForJunk:] + 57
    8 com.apple.MessageFramework 0x0035ceef -[JunkMailFilter junkMailLevelForMessage:junkRecorder:] + 133
    9 com.apple.MessageFramework 0x0035ce64 -[JunkMailFilter junkMailLevelForMessage:] + 49
    10 com.apple.MessageFramework 0x003546b2 -[MessageCriterion _evaluateJunkMailCriterion:] + 676
    11 com.apple.MessageFramework 0x00352c0b -[MessageRule doesMessageSatisfyCriteria:] + 493
    12 com.apple.MessageFramework 0x003527e5 +[MessageRouter putRulesThatWantsToHandleMessage:intoArray:colorRulesOnly:] + 526
    13 com.apple.MessageFramework 0x00351a17 -[MessageRouter routeMessages:fromStores:] + 1482
    14 com.apple.MessageFramework 0x003f677e -[MessageRouter routeQueuedMessages] + 918
    15 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    16 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    17 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    18 com.apple.MessageFramework 0x003da2ce +[WorkerThread _execute:] + 144
    19 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    20 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    21 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    22 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 23:
    0 libSystem.B.dylib 0x92f4720e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x92f4ece5 pthreadmutexlock + 569
    2 com.apple.MessageFramework 0x00365fe3 -[MessageHTMLConverter junkStringFromHTMLData:textEncodingName:context:] + 35
    3 com.apple.MessageFramework 0x0035e57a -[MimePart(StringRendering) renderString:] + 1432
    4 com.apple.MessageFramework 0x0035f2d7 -[MimePart(StringRendering) renderString:] + 4853
    5 com.apple.MessageFramework 0x0035dd09 -[MimeBody(StringRendering) renderStringForJunk:] + 252
    6 com.apple.MessageFramework 0x0035dbf2 -[MimeBody(StringRendering) renderString:] + 110
    7 com.apple.MessageFramework 0x0035d12b -[Message stringValueRenderMode:updateBodyFlags:junkRecorder:] + 142
    8 com.apple.MessageFramework 0x0035d094 -[Message stringForJunk:] + 57
    9 com.apple.MessageFramework 0x0035ceef -[JunkMailFilter junkMailLevelForMessage:junkRecorder:] + 133
    10 com.apple.MessageFramework 0x0035ce64 -[JunkMailFilter junkMailLevelForMessage:] + 49
    11 com.apple.MessageFramework 0x003546b2 -[MessageCriterion _evaluateJunkMailCriterion:] + 676
    12 com.apple.MessageFramework 0x00352c0b -[MessageRule doesMessageSatisfyCriteria:] + 493
    13 com.apple.MessageFramework 0x003527e5 +[MessageRouter putRulesThatWantsToHandleMessage:intoArray:colorRulesOnly:] + 526
    14 com.apple.MessageFramework 0x00351a17 -[MessageRouter routeMessages:fromStores:] + 1482
    15 com.apple.MessageFramework 0x003f677e -[MessageRouter routeQueuedMessages] + 918
    16 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    17 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    18 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    19 com.apple.MessageFramework 0x003da2ce +[WorkerThread _execute:] + 144
    20 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    21 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    22 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    23 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 24:
    0 libSystem.B.dylib 0x92f4e3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x92f78d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.Foundation 0x9554e2d2 -[NSCondition wait] + 210
    3 com.apple.Foundation 0x95506c6a -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 938
    4 com.apple.Foundation 0x9555a288 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 184
    5 com.apple.MessageFramework 0x002f072a -[NSThread(MainThreadAdditions) performOneway:result:withTarget:selector:] + 648
    6 com.apple.MessageFramework 0x0036629a -[MessageHTMLConverter _loadWebViewOnMainThreadFromData:withTextEncodingName:orFromWebArchive:] + 122
    7 com.apple.MessageFramework 0x0036605b -[MessageHTMLConverter junkStringFromHTMLData:textEncodingName:context:] + 155
    8 com.apple.MessageFramework 0x0035e57a -[MimePart(StringRendering) renderString:] + 1432
    9 com.apple.MessageFramework 0x0035dd09 -[MimeBody(StringRendering) renderStringForJunk:] + 252
    10 com.apple.MessageFramework 0x0035dbf2 -[MimeBody(StringRendering) renderString:] + 110
    11 com.apple.MessageFramework 0x0035d12b -[Message stringValueRenderMode:updateBodyFlags:junkRecorder:] + 142
    12 com.apple.MessageFramework 0x0035d094 -[Message stringForJunk:] + 57
    13 com.apple.MessageFramework 0x0035ceef -[JunkMailFilter junkMailLevelForMessage:junkRecorder:] + 133
    14 com.apple.MessageFramework 0x0035ce64 -[JunkMailFilter junkMailLevelForMessage:] + 49
    15 com.apple.MessageFramework 0x003546b2 -[MessageCriterion _evaluateJunkMailCriterion:] + 676
    16 com.apple.MessageFramework 0x00352c0b -[MessageRule doesMessageSatisfyCriteria:] + 493
    17 com.apple.MessageFramework 0x003527e5 +[MessageRouter putRulesThatWantsToHandleMessage:intoArray:colorRulesOnly:] + 526
    18 com.apple.MessageFramework 0x00351a17 -[MessageRouter routeMessages:fromStores:] + 1482
    19 com.apple.MessageFramework 0x003f677e -[MessageRouter routeQueuedMessages] + 918
    20 com.apple.CoreFoundation 0x90d66a3d _invoking__ + 29
    21 com.apple.CoreFoundation 0x90d66428 -[NSInvocation invoke] + 136
    22 com.apple.MessageFramework 0x003d940c -[MonitoredInvocation invoke] + 409
    23 com.apple.MessageFramework 0x003da2ce +[WorkerThread _execute:] + 144
    24 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    25 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    26 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    27 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 25:
    0 libSystem.B.dylib 0x92f8913a pread$UNIX2003 + 10
    1 libsqlite3.0.dylib 0x90150210 sqlite3PagerAcquire + 3888
    2 libsqlite3.0.dylib 0x90159b55 clearDatabasePage + 181
    3 libsqlite3.0.dylib 0x90159d3a clearDatabasePage + 666
    4 libsqlite3.0.dylib 0x901aa315 sqlite3VdbeExec + 34421
    5 libsqlite3.0.dylib 0x901adea2 sqlite3Step + 386
    6 libsqlite3.0.dylib 0x9018e624 sqlite3_exec + 260
    7 com.apple.syncservices 0x93d88431 sqlite3execvprintf + 73
    8 com.apple.syncservices 0x93d10933 -[ISDDatabase(SqliteHelpers) executeWithCallback:context:rollbackOnError:sql:arguments:] + 245
    9 com.apple.syncservices 0x93d10838 -[ISDDatabase(SqliteHelpers) execute:] + 75
    10 com.apple.syncservices 0x93d2466e -[ISDDataDatabase removeAllRecords] + 112
    11 com.apple.syncservices 0x93d25764 -[ISyncConcreteSession _prepareRecordStoreForTruthPullingEntityNames:] + 385
    12 com.apple.syncservices 0x93d22475 -[ISyncConcreteSession _prepareRecordStoreForSyncing] + 1548
    13 com.apple.syncservices 0x93d1fe5f -[ISyncConcreteSession _enterPushing] + 2356
    14 com.apple.syncservices 0x93d1c285 -[ISyncConcreteSession _transitionStateMachine:] + 3662
    15 com.apple.syncservices 0x93d2993b -[ISyncConcreteSession _prepareToPullChangesForEntityNames:inBackground:target:selector:] + 78
    16 com.apple.syncservices 0x93d298bb -[ISyncConcreteSession prepareToPullChangesForEntityNames:beforeDate:] + 66
    17 com.apple.syncservices 0x93d28d4e -[ISyncConcreteSessionDriver _pullPhaseOfSession] + 1755
    18 com.apple.syncservices 0x93d152bf -[ISyncConcreteSessionDriver _sync:] + 223
    19 com.apple.syncservices 0x93dae876 -[ISyncConcreteSessionDriver _startAsynchronousSyncWorker] + 425
    20 com.apple.Foundation 0x955067ed -[NSThread main] + 45
    21 com.apple.Foundation 0x95506394 _NSThread__main_ + 308
    22 libSystem.B.dylib 0x92f78095 pthreadstart + 321
    23 libSystem.B.dylib 0x92f77f52 thread_start + 34
    Thread 5 crashed with X86 Thread State (32-bit):
    eax: 0x000030d2 ebx: 0x13518bd0 ecx: 0x007a06c0 edx: 0x00000000
    edi: 0x19870660 esi: 0x000030d2 ebp: 0xb05c2bb8 esp: 0xb05c2b88
    ss: 0x0000001f efl: 0x00010206 eip: 0x908a2688 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000020
    Binary Images:
    0x1000 - 0x271ff3 com.apple.mail 3.5 (930.3) <918d5fc75d11e2bad29cc7192e8459d2> /Applications/Mail.app/Contents/MacOS/Mail
    0x2e0000 - 0x537ffb com.apple.MessageFramework 3.5 (930.3) <548c39b875ebdc054eed49e9dd5238f3> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x68d000 - 0x68ffff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x696000 - 0x6bafe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x130f0000 - 0x1310efff com.apple.Mail.Syncer 3.5 (930.3) <7d8d8ca39b8535b2a585f360617d1a98> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x13178000 - 0x1318bfff com.apple.syncservices.syncservicesui 4.1 (389.12) <d3c0a867aa64f0e94b3dbb710da880d1> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x13512000 - 0x1351aff7 +com.restoroot.omic 2.0 Beta 5 (456) <31ee38cbaa3c6ce9ef5cd3dee6f49354> /Library/Mail/Bundles/OMiC.mailbundle/Contents/MacOS/OMiC
    0x13522000 - 0x13534fff +org.andymatuschak.Sparkle 1.5 Beta (bzr) (1.5) <a8a6c796a0d5575aafb9281b34b956b5> /Library/Mail/Bundles/OMiC.mailbundle/Contents/Frameworks/Sparkle.framework/Ver sions/A/Sparkle
    0x135bb000 - 0x135bcfe1 com.apple.textencoding.unicode 2.2 (2.2) <542f2b8930d6bdf16c318ffea541acab> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x136e4000 - 0x136e6fff com.apple.textencoding.japanese 2.2 (2.2) <100c36acb81fd83ec71f1db66d7f86cd> /System/Library/TextEncodings/Japanese Encodings.bundle/Contents/MacOS/Japanese Encodings
    0x13773000 - 0x13776fff com.apple.audio.AudioIPCPlugIn 1.0.5 (1.0.5) <e7424df9b53076d04045fb2e0132b2d0> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x13890000 - 0x13895fff com.apple.audio.AppleHDAHALPlugIn 1.6.2 (1.6.2a37) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x138a2000 - 0x138a7ff3 libCGXCoreImage.A.dylib ??? (???) <375e0cdb64b043378dbf637992bbfeb0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x138cb000 - 0x13a9dfe7 com.apple.RawCamera.bundle 2.0.10 (2.0.10) <fea6d22f985aec2f376d937291b54ecc> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x159ed000 - 0x15a5afff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x70000000 - 0x700e6ff2 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x90003000 - 0x9001effb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9001f000 - 0x900eafff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x900eb000 - 0x9012dfef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9012e000 - 0x901b5ff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
    0x901b6000 - 0x90205fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x90206000 - 0x906d7f3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x906d8000 - 0x906d8ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x906d9000 - 0x90811fe7 com.apple.imageKit 1.0.2 (1.0) <2e354566521df8b1e3a78e9aeab5e6b4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x90812000 - 0x9088cff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9088d000 - 0x9096dfff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x9096e000 - 0x90972fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x90973000 - 0x90a31fff com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x90a32000 - 0x90a6efff com.apple.DAVKit 3.0.6 (653) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x90a6f000 - 0x90b02ff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90b03000 - 0x90b0afe9 libgcc_s.1.dylib ??? (???) <a9ab135a5f81f6e345527df87f51bfc9> /usr/lib/libgcc_s.1.dylib
    0x90b0b000 - 0x90b16fe7 libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90b17000 - 0x90b17ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x90b18000 - 0x90b1fff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x90b50000 - 0x90b82ff7 com.apple.DotMacSyncManager 1.2.3 (305) <76f2a03fbb91d701cd8c1d1dde21b531> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x90b83000 - 0x90bf5fff com.apple.iLifeMediaBrowser 1.0.11 (212.1.1) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x90bf6000 - 0x90c73feb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x90c74000 - 0x90da7fff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90da8000 - 0x90dbefff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90dbf000 - 0x90e1bff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x90e1c000 - 0x90ee3ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90ee4000 - 0x90f6efe3 com.apple.DesktopServices 1.4.7 (1.4.7) <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90f6f000 - 0x9160ffff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x91610000 - 0x91a20fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x91a21000 - 0x91a21ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x91a22000 - 0x91a6cfe1 com.apple.securityinterface 3.0.1 (35183) <f855cb06d2541ce544d9bcdf998b991c> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x91a6d000 - 0x91becfff com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x91bed000 - 0x91c47ff7 com.apple.CoreText 2.0.3 (???) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x91c48000 - 0x91da9ff2 com.apple.CalendarStore 3.0.6 (847) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x91dad000 - 0x91e06ff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91e07000 - 0x91e25fff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x91e26000 - 0x91ef4ff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91ef5000 - 0x91f67fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x91f68000 - 0x91f68ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91f69000 - 0x91f6efff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91f6f000 - 0x920a7ff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
    0x920a8000 - 0x92382ff3 com.apple.CoreServices.CarbonCore 786.10 (786.10) <ec35bb05f67fe0e828d49dda88bbf6d7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x92383000 - 0x92435ffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
    0x92436000 - 0x924e4ffb com.apple.QTKit 7.5.5 (990.7) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x924e5000 - 0x9251cfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9251d000 - 0x925baffc com.apple.CFNetwork 422.11 (422.11) <2780dfc3d2186195fccb3634bfb0944b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x925bb000 - 0x925e5fff com.apple.CoreMediaPrivate 11.0 (11.0) <e37d6ebd5934b482c864ba6eaf122488> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x925f0000 - 0x925f0ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x925f1000 - 0x9260dfff com.apple.IMFramework 4.0.5 (583) <a1890d82d681840490025bb50bf97cf8> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x9260e000 - 0x9263bfeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9263c000 - 0x9264bffe com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9264c000 - 0x9268aff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9268b000 - 0x926c1fef libtidy.A.dylib ??? (???) <f1d1742e06280444baa5637b209fd0af> /usr/lib/libtidy.A.dylib
    0x926c2000 - 0x926d0ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x926d1000 - 0x926e4fff com.apple.IMUtils 4.0.5 (583) <b54c55fea76255e789f607b78592c468> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x926e5000 - 0x926eafff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <97878a73074e7da4fe31ea010a5d5ae1> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x926eb000 - 0x926efffd com.apple.AOSNotification 1.0.0 (68.10) <38239776860eed3c5265d4ae3c21dd73> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x926f0000 - 0x926f0ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x926f1000 - 0x9270fff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x92710000 - 0x9272dff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9272e000 - 0x92735ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x92736000 - 0x92f34fef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92f35000 - 0x92f45ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92f46000 - 0x930adff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
    0x930ae000 - 0x933d0fe2 com.apple.QuickTime 7.5.5 (990.7) <87077cec43c7e9b02c8ee80e50b8b81f> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x933d1000 - 0x93402ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x93408000 - 0x93414ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93415000 - 0x93463ff3 com.apple.datadetectorscore 1.0.2 (52.14) <bd3bfe061091be75ce6a27172b988702> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x93464000 - 0x934f7fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x934f8000 - 0x9350dffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9350e000 - 0x9357bffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x9357c000 - 0x935b0fef com.apple.bom 9.0.1 (136.1.1) <e1f64b0dae30d560a1204c69c14751a0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x935b1000 - 0x9376dff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9376e000 - 0x9377aff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9377b000 - 0x93780fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93781000 - 0x9394fff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93950000 - 0x93d0efea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x93d0f000 - 0x93df0fff com.apple.syncservices 3.1 (389.12) <e0c2241379300f52b12b479e53797016> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x93df1000 - 0x93dfbfeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93dfc000 - 0x93e1bffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93e1c000 - 0x93f6eff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93f72000 - 0x93f79fff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x93f7a000 - 0x93f7affa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x93f7b000 - 0x93fd8ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x93fd9000 - 0x94058ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94059000 - 0x940d6fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x940d7000 - 0x941d8fef com.apple.PubSub 1.0.3 (65.1.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x941d9000 - 0x941d9ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x941da000 - 0x941e2fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x941e3000 - 0x941effff libbz2.1.0.dylib ??? (???) <c5a3563ebe66db7fa456e0fb75b657df> /usr/lib/libbz2.1.0.dylib
    0x941f0000 - 0x942d1ff7 libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
    0x942d2000 - 0x94323feb com.apple.framework.familycontrols 1.0.3 (1.0.3) <52c7ec091f6d3dc99ec42e1e185c38a7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x94324000 - 0x9434ffe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x94350000 - 0x94353fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94354000 - 0x94364fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94365000 - 0x943b6ff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x943b7000 - 0x943c0fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x943c1000 - 0x946c9fff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x946ca000 - 0x9470bfe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9470c000 - 0x94724fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94725000 - 0x9474dff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9474e000 - 0x94750ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x949ba000 - 0x94a5cff3 com.apple.QuickTimeImporters.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x94a5d000 - 0x94a6afe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x94a6b000 - 0x94af7ff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94af8000 - 0x94e95fef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94e96000 - 0x94ebafeb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
    0x94ebb000 - 0x94eedfff com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94eee000 - 0x94f79fff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x95139000 - 0x95150fff com.apple.datadetectors 1.0.1 (66.2) <b4676446cca8a1e4c28ca911026b7ceb> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x95151000 - 0x9518bfe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9518c000 - 0x9518cfff com.apple.Carbon 136 (136) <9961570a497d79f13b8ea159826af42d> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9518d000 - 0x952d3ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x952d4000 - 0x952d4ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x952d5000 - 0x95304fe3 com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95305000 - 0x95349feb com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <29109fed9f54cbe3d3faea0603362719> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9534a000 - 0x95372fff libcups.2.dylib ??? (???) <81abd305142ad1b771024eb4a1309e2e> /usr/lib/libcups.2.dylib
    0x95373000 - 0x95377fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x95378000 - 0x953b1ffe com.apple.securityfoundation 3.0 (32989) <e9171eda22c69c884a04a001aeb526e0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x953b2000 - 0x953b4fff com.apple.securityhi 3.0 (30817) <72cb8b012603370e904b31a24a91121b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x953b5000 - 0x9546ffe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95470000 - 0x954affff com.apple.CoreMediaIOServicesPrivate 12.0 (12.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x954b0000 - 0x954effef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x954f0000 - 0x954fbfff com.apple.dotMacLegacy 3.1 (246) <d335114af509bf38a7ead5274a93dfb1> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x954fc000 - 0x95777fe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95778000 - 0x9672dffe com.apple.QuickTimeComponents.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9672e000 - 0x96794ffb com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x96795000 - 0x9679bfff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9679c000 - 0x9679cff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9679d000 - 0x96882ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96883000 - 0x96894ffe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x96895000 - 0x9689affc com.apple.KerberosHelper 1.1 (1.0) <86b1b4589baa557d067d07efc01890d2> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x9689b000 - 0x9689cffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x9689d000 - 0x968a1fff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x968a2000 - 0x96ef3fff com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96ef4000 - 0x96f18fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x96f19000 - 0x96fc9fff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x96fca000 - 0x97013fef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x97014000 - 0x9702afe7 com.apple.CoreVideo 1.5.1 (1.5.1) <001910004257f1386724398f584b30b5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9702b000 - 0x9703afff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x9703b000 - 0x970e2feb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0xba100000 - 0xba101fff libArabicConverter.dylib ??? (???) <074375ae8ee95d1695273f62e77050a9> /System/Library/CoreServices/Encodings/libArabicConverter.dylib
    0xba700000 - 0xba700ff3 libHebrewConverter.dylib ??? (???) <e0b1922078719ffd99bfd2b7d4721597> /System/Library/CoreServices/Encodings/libHebrewConverter.dylib
    0xbad00000 - 0xbad01fff libLatin2Converter.dylib ??? (???) <2448a9d19ea5bd0ad43091ebcbffd197> /System/Library/CoreServices/Encodings/libLatin2Converter.dylib
    0xbb100000 - 0xbb103fff libLatinSuppConverter.dylib ??? (???) <c178887e7c34ee4793e416438aed9b1d> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    I was using two plugins that I really like:
    Mail Attachments Iconizer http://lokiware.info/Mail-Attachments-Iconizer
    and
    Letter Opener (OMIC) http://www.restoroot.com/OMiC/en/index.php
    I had not updated to the latest version of OMIC and I think that's where the problem was.
    Thanks again.

  • Mail crashes as soon as I try to open it

    Any help would be greatly appreciated!
    My roommate pulled out the ethernet cord yesterday to do some networking stuff on her laptop, and since then, Mail hasn't worked. The window will come up, but then it immediately crashes.
    I've:
    restarted
    ran Disk Utility (nothing happened)
    and now I'm not sure what else to do. She suggested running the console & posting the log I receieved when I tried to open Mail. (Sorry, I know it's a ton of info, but she's posted logs before & received help...)
    thanks!
    whitney
    Sep 10 19:27:52 Whitney-Joiners-Computer kernel: System Sleep
    Sep 10 19:27:57 Whitney-Joiners-Computer kernel: System Wake
    Sep 10 19:27:57 Whitney-Joiners-Computer kernel: Wake event 0020
    Sep 10 19:27:57 Whitney-Joiners-Computer kernel: AppleNMI unmask NMI
    Sep 10 19:27:57 Whitney-Joiners-Computer kernel: FWOHCI handleSelfIDInt - nodeID not valid (reset bus and retry 1)
    Sep 10 19:27:59 Whitney-Joiners-Computer mDNSResponder[187]: mDNSResponder Waking at 102084718
    Sep 10 19:27:59 Whitney-Joiners-Computer mDNSResponder[187]: -1: DNSServiceRegister("iTunesCtrl5EC3D06D4E3442CB", "dacp.tcp.", "local.", 3689) failed: Client id -1 invalid (-65549)
    Sep 10 19:27:59 Whitney-Joiners-Computer SymMissedTask - parent[300]: sleeptime recorded: Sun Sep 10 12:37:11 2006
    Sep 10 19:27:59 Whitney-Joiners-Computer SymMissedTask - parent[300]: waketime is: Sun Sep 10 19:27:59 2006
    Sep 10 19:28:19 Whitney-Joiners-Computer crontab[1859]: (root) LIST (whitneyjoiner)
    Sep 10 19:34:56 Whitney-Joiners-Computer ntpd[319]: sendto(17.254.0.26): Can't assign requested address
    Sep 10 19:37:52 Whitney-Joiners-Computer SymMissedTask - parent[300]: sleep request recorded: Sun Sep 10 19:37:52 2006
    Sep 10 19:37:58 Whitney-Joiners-Computer mDNSResponder[187]: mDNSResponder Sleeping at 102683516
    Sep 10 19:37:58 Whitney-Joiners-Computer SymMissedTask - parent[300]: sleep demand recorded: Sun Sep 10 19:37:58 2006
    Sep 10 19:37:59 Whitney-Joiners-Computer kernel: AppleNMI mask NMI
    Sep 10 19:40:01 Whitney-Joiners-Computer kernel: System Sleep
    Sep 10 19:40:06 Whitney-Joiners-Computer kernel: System Wake
    Sep 10 19:40:06 Whitney-Joiners-Computer kernel: Wake event 0020
    Sep 10 19:40:06 Whitney-Joiners-Computer kernel: AppleNMI unmask NMI
    Sep 10 19:40:06 Whitney-Joiners-Computer kernel: FWOHCI handleSelfIDInt - nodeID not valid (reset bus and retry 1)
    Sep 10 19:40:08 Whitney-Joiners-Computer mDNSResponder[187]: mDNSResponder Waking at 102695725
    Sep 10 19:40:08 Whitney-Joiners-Computer mDNSResponder[187]: -1: DNSServiceRegister("iTunesCtrl5EC3D06D4E3442CB", "dacp.tcp.", "local.", 3689) failed: Client id -1 invalid (-65549)
    Sep 10 19:40:08 Whitney-Joiners-Computer SymMissedTask - parent[300]: sleeptime recorded: Sun Sep 10 19:37:58 2006
    Sep 10 19:40:08 Whitney-Joiners-Computer SymMissedTask - parent[300]: waketime is: Sun Sep 10 19:40:08 2006
    Sep 10 19:40:28 Whitney-Joiners-Computer crontab[1863]: (root) LIST (whitneyjoiner)
    Sep 10 19:40:49 Whitney-Joiners-Computer kernel: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 10 19:40:51 Whitney-Joiners-Computer configd[116]: posting notification com.apple.system.config.network_change
    Sep 10 19:40:51 Whitney-Joiners-Computer mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 1817]
    Sep 10 19:40:51 Whitney-Joiners-Computer configd[116]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Sep 10 19:40:52 Whitney-Joiners-Computer lookupd[1865]: lookupd (version 324.13) starting - Sun Sep 10 19:40:52 2006
    Sep 10 19:40:52 Whitney-Joiners-Computer set-hostname[1878]: setting hostname to Whitney-Joiners-Computer.local
    Sep 10 19:42:22 Whitney-Joiners-Computer crashdump: Started writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 19:42:27 Whitney-Joiners-Computer crashdump: Finished writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 19:42:47 Whitney-Joiners-Computer crashdump: Started writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 19:42:49 Whitney-Joiners-Computer crashdump: Finished writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 19:43:35 Whitney-Joiners-Computer loginwindow[221]: sendQuitEventToApp (iCalAlarmScheduler): AESendWithMach returned error -1712
    Sep 10 19:43:37 Whitney-Joiners-Computer shutdown: reboot by whitneyjoiner:
    Sep 10 19:43:40 Whitney-Joiners-Computer syslogd: exiting on signal 15
    Sep 10 19:44:13 localhost syslogd: restart
    Sep 10 19:44:13 localhost syslogd: kernel boot file is /mach_kernel
    Sep 10 19:44:13 localhost kernel: standard timeslicing quantum is 10000 us
    Sep 10 19:44:13 localhost kernel: vmpagebootstrap: 61687 free pages
    Sep 10 19:44:13 localhost kernel: migtable_maxdispl = 68
    Sep 10 19:44:13 localhost kernel: IOKit Component Version 7.9:
    Sep 10 19:44:13 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Sep 10 19:44:13 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 10 19:44:13 localhost kernel: The Regents of the University of California. All rights reserved.
    Sep 10 19:44:13 localhost kernel:
    Sep 10 19:44:13 localhost kernel: using 655 buffer headers and 655 cluster IO buffer headers
    Sep 10 19:44:13 localhost kernel: Local FireWire GUID = 0xa95ff:0xfecebdbe
    Sep 10 19:44:13 localhost kernel: Security auditing service present
    Sep 10 19:44:13 localhost kernel: BSM auditing present
    Sep 10 19:44:13 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:3,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:3</string></dict>
    Sep 10 19:44:13 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/ST 380011A Media/IOApplePartitionScheme/Untitled@3
    Sep 10 19:44:13 localhost kernel: BSD root: disk0s3, major 14, minor 2
    Sep 10 19:44:14 localhost kernel: Jettisoning kernel linker.
    Sep 10 19:44:14 localhost kernel: Resetting IOCatalogue.
    Sep 10 19:44:14 localhost kextd[87]: registering service "com.apple.KernelExtensionServer"
    Sep 10 19:44:18 localhost kernel: Matching service count = 1
    Sep 10 19:44:19 localhost kernel: NVDANV10HAL loaded and registered.
    Sep 10 19:44:21 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Sep 10 19:44:30 localhost kernel: UniNEnet: Ethernet address 00:0a:95:ce:bd:be
    Sep 10 19:44:30 localhost kernel: IOFireWireIP: FireWire address 00:0a:95:ff:fe:ce:bd:be
    Sep 10 19:44:30 localhost SystemStarter: Welcome to Macintosh.
    Sep 10 19:44:30 localhost lookupd[150]: lookupd (version 324.13) starting - Sun Sep 10 19:44:30 2006
    Sep 10 19:44:31 localhost ConsoleMessage: Starting SecurityServer
    Sep 10 19:44:31 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Sep 10 19:44:31 localhost ConsoleMessage: Initializing network
    Sep 10 19:44:31 localhost ConsoleMessage: Starting timed execution services
    Sep 10 19:44:31 localhost ConsoleMessage: Selecting SymDC Extension
    Sep 10 19:44:31 localhost ConsoleMessage: Starting kernel event agent
    Sep 10 19:44:31 localhost diskarbitrationd[117]: disk0s3 hfs 193932C4-08E1-3D56-840C-1EC7BE4B5376 Macintosh HD /
    Sep 10 19:44:31 localhost SystemStarter: Starting SecurityServer
    Sep 10 19:44:31 localhost SystemStarter: Starting Apple Multicast DNS Responder
    Sep 10 19:44:31 localhost ConsoleMessage: Checking disks
    Sep 10 19:44:31 localhost mDNSResponder[199]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Sep 10 19:44:31 localhost SystemStarter: Initializing network
    Sep 10 19:44:31 localhost SystemStarter: Starting timed execution services
    Sep 10 19:44:31 localhost SystemStarter: Selecting SymDC Extension
    Sep 10 19:44:31 localhost SystemStarter: Starting kernel event agent
    Sep 10 19:44:31 localhost SystemStarter: Checking disks
    Sep 10 19:44:32 localhost kernel: NVDA,Display-A: vram [98000000:04000000]
    Sep 10 19:44:32 localhost kernel: NVDA,Display-B: vram [00000000:01000000]
    Sep 10 19:44:32 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Sep 10 19:44:32 localhost ConsoleMessage: Starting Norton Volume Assist services
    Sep 10 19:44:32 localhost ConsoleMessage: Starting File Deletion Tracking services
    Sep 10 19:44:32 localhost syslogd: /dev/console: Input/output error
    Sep 10 19:44:32 localhost init: kernel security level changed from 0 to 1
    Sep 10 19:44:33 localhost kernel: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 10 19:44:33 localhost configd[116]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Sep 10 19:44:34 localhost DirectoryService[231]: Launched version 1.8.4 (v258.2)
    Sep 10 19:44:34 localhost loginwindow[220]: Sent launch request message to DirectoryService mach_init port
    Sep 10 19:44:34 localhost set-hostname[233]: setting hostname to Whitney-Joiners-Computer.local
    Sep 10 19:44:36 localhost configd[116]: posting notification com.apple.system.config.network_change
    Sep 10 19:44:36 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 150]
    Sep 10 19:44:36 localhost configd[116]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Sep 10 19:44:36 localhost configd[116]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Sep 10 19:44:36 localhost lookupd[243]: lookupd (version 324.13) starting - Sun Sep 10 19:44:36 2006
    Sep 10 19:44:36 localhost NUMCompatibilityCheck[248]: Wanted OS version 0750, got version 0790.
    Sep 10 19:44:36 localhost mach_init[2]: Server 447b in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 250]
    Sep 10 19:44:36 localhost ConsoleMessage: Starting network time synchronization
    Sep 10 19:44:36 localhost ntpdate[267]: ntpdate [email protected] Fri Sep 12 18:30:10 PDT 2003 (1)
    Sep 10 19:44:37 localhost ConsoleMessage: Loading Shared IP extension
    Sep 10 19:44:37 localhost ConsoleMessage: Starting network file system
    Sep 10 19:44:37 localhost ntpdate[267]: step time server 17.254.0.27 offset 0.072876 sec
    Sep 10 19:44:37 localhost ntpd[322]: ntpd [email protected] Fri Sep 12 18:30:03 PDT 2003 (1)
    Sep 10 19:44:37 localhost ntpd[322]: precision = 7 usec
    Sep 10 19:44:37 localhost ConsoleMessage: Starting printing services
    Sep 10 19:44:38 localhost automount[335]: automount version 57
    Sep 10 19:44:38 localhost automount[338]: automount version 57
    Sep 10 19:44:40 localhost set-hostname[372]: setting hostname to Whitney-Joiners-Computer.local
    Sep 10 19:44:42 localhost ConsoleMessage: Loading IP Firewall extension
    Sep 10 19:44:42 localhost SystemStarter: Loading IP Firewall extension
    Sep 10 19:44:45 localhost SystemStarter: Waiting for Network extensions
    Sep 10 19:44:46 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Sep 10 19:44:46 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 10 19:44:46 localhost kernel: IP firewall loaded
    Sep 10 19:44:46 localhost ConsoleMessage: Starting internet services
    Sep 10 19:44:46 localhost SystemStarter: Starting internet services
    Sep 10 19:44:46 localhost SystemStarter: Startup complete.
    Sep 10 19:44:46 localhost xinetd[390]: 390 {init_services} no services. Exiting...
    Sep 10 19:44:49 localhost NUMCompatibilityCheck[251]: Unable to get Window Manager process ID.
    Sep 10 19:45:04 localhost crashdump: Started writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 19:45:07 localhost crashdump: Finished writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 19:45:20 localhost crashdump: Started writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 19:45:23 localhost crashdump: Finished writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 19:45:37 localhost crontab[416]: (root) LIST (whitneyjoiner)
    Sep 10 19:45:58 localhost crashdump: Started writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 19:45:59 localhost crashdump: Finished writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 19:46:44 localhost /Users/whitneyjoiner/Desktop/Safari.app/Contents/MacOS/Safari: * Warning: ATSUSetFontFallbacks has been deprecated. Use ATSUFontFallbacks objects instead. *
    Sep 10 19:47:13 localhost crashdump: Started writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 19:47:15 localhost crashdump: Finished writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 19:47:35 localhost shutdown: reboot by whitneyjoiner:
    Sep 10 19:47:38 localhost syslogd: exiting on signal 15
    Sep 10 19:48:08 localhost syslogd: restart
    Sep 10 19:48:08 localhost syslogd: kernel boot file is /mach_kernel
    Sep 10 19:48:08 localhost kernel: standard timeslicing quantum is 10000 us
    Sep 10 19:48:08 localhost kernel: vmpagebootstrap: 61687 free pages
    Sep 10 19:48:08 localhost kernel: migtable_maxdispl = 68
    Sep 10 19:48:08 localhost kernel: IOKit Component Version 7.9:
    Sep 10 19:48:08 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Sep 10 19:48:08 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 10 19:48:08 localhost kernel: The Regents of the University of California. All rights reserved.
    Sep 10 19:48:08 localhost kernel:
    Sep 10 19:48:08 localhost kernel: using 655 buffer headers and 655 cluster IO buffer headers
    Sep 10 19:48:08 localhost kernel: Local FireWire GUID = 0xa95ff:0xfecebdbe
    Sep 10 19:48:08 localhost kernel: Security auditing service present
    Sep 10 19:48:08 localhost kernel: BSM auditing present
    Sep 10 19:48:08 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:3,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:3</string></dict>
    Sep 10 19:48:08 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/ST 380011A Media/IOApplePartitionScheme/Untitled@3
    Sep 10 19:48:08 localhost kernel: BSD root: disk0s3, major 14, minor 2
    Sep 10 19:48:09 localhost kernel: Jettisoning kernel linker.
    Sep 10 19:48:09 localhost kextd[87]: registering service "com.apple.KernelExtensionServer"
    Sep 10 19:48:10 localhost kernel: Resetting IOCatalogue.
    Sep 10 19:48:12 localhost kernel: Matching service count = 1
    Sep 10 19:48:13 localhost kernel: NVDANV10HAL loaded and registered.
    Sep 10 19:48:15 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Sep 10 19:48:25 localhost kernel: UniNEnet: Ethernet address 00:0a:95:ce:bd:be
    Sep 10 19:48:25 localhost kernel: IOFireWireIP: FireWire address 00:0a:95:ff:fe:ce:bd:be
    Sep 10 19:48:25 localhost SystemStarter: Welcome to Macintosh.
    Sep 10 19:48:25 localhost lookupd[150]: lookupd (version 324.13) starting - Sun Sep 10 19:48:25 2006
    Sep 10 19:48:25 localhost ConsoleMessage: Selecting SymDC Extension
    Sep 10 19:48:25 localhost ConsoleMessage: Starting SecurityServer
    Sep 10 19:48:25 localhost ConsoleMessage: Starting kernel event agent
    Sep 10 19:48:25 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Sep 10 19:48:25 localhost ConsoleMessage: Starting timed execution services
    Sep 10 19:48:25 localhost diskarbitrationd[117]: disk0s3 hfs 193932C4-08E1-3D56-840C-1EC7BE4B5376 Macintosh HD /
    Sep 10 19:48:25 localhost SystemStarter: Selecting SymDC Extension
    Sep 10 19:48:25 localhost ConsoleMessage: Initializing network
    Sep 10 19:48:25 localhost SystemStarter: Starting SecurityServer
    Sep 10 19:48:25 localhost SystemStarter: Starting kernel event agent
    Sep 10 19:48:25 localhost SystemStarter: Starting Apple Multicast DNS Responder
    Sep 10 19:48:25 localhost mDNSResponder[198]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Sep 10 19:48:25 localhost ConsoleMessage: Checking disks
    Sep 10 19:48:25 localhost mDNSResponder[198]: SetupAddr invalid sa_family 0
    Sep 10 19:48:25 localhost SystemStarter: Starting timed execution services
    Sep 10 19:48:26 localhost SystemStarter: Initializing network
    Sep 10 19:48:26 localhost SystemStarter: Checking disks
    Sep 10 19:48:26 localhost ConsoleMessage: Starting Norton Volume Assist services
    Sep 10 19:48:26 localhost ConsoleMessage: Starting File Deletion Tracking services
    Sep 10 19:48:26 localhost SystemStarter: Starting Norton Volume Assist services
    Sep 10 19:48:26 localhost SystemStarter: Starting File Deletion Tracking services
    Sep 10 19:48:27 localhost kernel: NVDA,Display-A: vram [98000000:04000000]
    Sep 10 19:48:27 localhost kernel: NVDA,Display-B: vram [00000000:01000000]
    Sep 10 19:48:27 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Sep 10 19:48:27 localhost syslogd: /dev/console: Input/output error
    Sep 10 19:48:27 localhost init: kernel security level changed from 0 to 1
    Sep 10 19:48:28 localhost DirectoryService[228]: Launched version 1.8.4 (v258.2)
    Sep 10 19:48:28 localhost loginwindow[223]: Sent launch request message to DirectoryService mach_init port
    Sep 10 19:48:28 localhost kernel: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 10 19:48:28 localhost configd[116]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Sep 10 19:48:28 localhost set-hostname[234]: setting hostname to Whitney-Joiners-Computer.local
    Sep 10 19:48:31 localhost configd[116]: posting notification com.apple.system.config.network_change
    Sep 10 19:48:31 localhost configd[116]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Sep 10 19:48:31 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 150]
    Sep 10 19:48:31 localhost configd[116]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Sep 10 19:48:31 localhost lookupd[254]: lookupd (version 324.13) starting - Sun Sep 10 19:48:31 2006
    Sep 10 19:48:31 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 260]
    Sep 10 19:48:31 localhost NUMCompatibilityCheck[258]: Wanted OS version 0750, got version 0790.
    Sep 10 19:48:32 localhost ConsoleMessage: Starting network time synchronization
    Sep 10 19:48:32 localhost SystemStarter: Starting network time synchronization
    Sep 10 19:48:32 localhost ntpdate[280]: ntpdate [email protected] Fri Sep 12 18:30:10 PDT 2003 (1)
    Sep 10 19:48:32 localhost ConsoleMessage: Loading Shared IP extension
    Sep 10 19:48:32 localhost SystemStarter: Loading Shared IP extension
    Sep 10 19:48:33 localhost ConsoleMessage: Starting network file system
    Sep 10 19:48:33 localhost SystemStarter: Starting network file system
    Sep 10 19:48:34 localhost ntpdate[280]: step time server 17.254.0.28 offset 1.203931 sec
    Sep 10 19:48:34 localhost ntpd[334]: ntpd [email protected] Fri Sep 12 18:30:03 PDT 2003 (1)
    Sep 10 19:48:34 localhost ConsoleMessage: Starting printing services
    Sep 10 19:48:34 localhost SystemStarter: Starting printing services
    Sep 10 19:48:34 localhost set-hostname[340]: setting hostname to Whitney-Joiners-Computer.local
    Sep 10 19:48:34 localhost ntpd[334]: precision = 7 usec
    Sep 10 19:48:34 localhost automount[355]: automount version 57
    Sep 10 19:48:35 localhost automount[358]: automount version 57
    Sep 10 19:48:38 localhost ConsoleMessage: Loading IP Firewall extension
    Sep 10 19:48:38 localhost SystemStarter: Loading IP Firewall extension
    Sep 10 19:48:41 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Sep 10 19:48:41 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 10 19:48:41 localhost kernel: IP firewall loaded
    Sep 10 19:48:41 localhost ConsoleMessage: Starting internet services
    Sep 10 19:48:41 localhost SystemStarter: Starting internet services
    Sep 10 19:48:41 localhost SystemStarter: Startup complete.
    Sep 10 19:48:41 localhost xinetd[389]: 389 {init_services} no services. Exiting...
    Sep 10 19:49:26 localhost crashdump: Started writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 19:49:29 localhost crashdump: Finished writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 19:49:33 localhost crontab[415]: (root) LIST (whitneyjoiner)
    Sep 10 19:49:41 localhost crashdump: Started writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 19:49:42 localhost crashdump: Finished writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 19:50:36 localhost /Users/whitneyjoiner/Desktop/Safari.app/Contents/MacOS/Safari: * Warning: ATSUSetFontFallbacks has been deprecated. Use ATSUFontFallbacks objects instead. *
    Sep 10 19:53:29 localhost Norton Volume Assist[212]: Beginning volume snapshot on 'Macintosh HD'.
    Sep 10 19:53:29 localhost Norton Volume Assist[212]: Saving low level disk info for 'Macintosh HD'.
    Sep 10 19:53:29 localhost Norton Volume Assist[212]: Saving HFS Plus information for 'Macintosh HD'.
    Sep 10 19:54:23 localhost Norton Volume Assist[212]: Finished saving 'Macintosh HD'.
    Sep 10 20:01:01 localhost kernel: resize: max chain len 17, new table size 8192
    Sep 10 20:07:31 localhost SymMissedTask - parent[263]: sleep request recorded: Sun Sep 10 20:07:31 2006
    Sep 10 20:07:31 localhost SymMissedTask - parent[263]: sleep demand recorded: Sun Sep 10 20:07:31 2006
    Sep 10 20:07:31 localhost mDNSResponder[198]: mDNSResponder Sleeping at 1180926
    Sep 10 20:07:33 localhost kernel: AppleNMI mask NMI
    Sep 10 20:37:56 localhost kernel: System Sleep
    Sep 10 20:37:56 localhost kernel: System Wake
    Sep 10 20:37:56 localhost kernel: Wake event 0020
    Sep 10 20:37:56 localhost kernel: AppleNMI unmask NMI
    Sep 10 20:37:56 localhost kernel: FWOHCI handleSelfIDInt - nodeID not valid (reset bus and retry 1)
    Sep 10 20:37:56 localhost kernel: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 10 20:37:56 localhost mDNSResponder[198]: mDNSResponder Waking at 1190535
    Sep 10 20:37:56 localhost SymMissedTask - parent[263]: sleeptime recorded: Sun Sep 10 20:07:31 2006
    Sep 10 20:37:56 localhost SymMissedTask - parent[263]: waketime is: Sun Sep 10 20:37:56 2006
    Sep 10 20:38:17 localhost crontab[475]: (root) LIST (whitneyjoiner)
    Sep 10 20:46:30 localhost crashdump: Started writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 20:46:33 localhost crashdump: Finished writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 20:48:42 localhost shutdown: reboot by whitneyjoiner:
    Sep 10 20:48:44 localhost syslogd: exiting on signal 15
    Sep 10 20:49:15 localhost syslogd: restart
    Sep 10 20:49:15 localhost syslogd: kernel boot file is /mach_kernel
    Sep 10 20:49:15 localhost kernel: standard timeslicing quantum is 10000 us
    Sep 10 20:49:15 localhost kernel: vmpagebootstrap: 61687 free pages
    Sep 10 20:49:15 localhost kernel: migtable_maxdispl = 68
    Sep 10 20:49:15 localhost kernel: IOKit Component Version 7.9:
    Sep 10 20:49:15 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Sep 10 20:49:15 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 10 20:49:15 localhost kernel: The Regents of the University of California. All rights reserved.
    Sep 10 20:49:15 localhost kernel:
    Sep 10 20:49:15 localhost kernel: using 655 buffer headers and 655 cluster IO buffer headers
    Sep 10 20:49:15 localhost kernel: Local FireWire GUID = 0xa95ff:0xfecebdbe
    Sep 10 20:49:15 localhost kernel: Security auditing service present
    Sep 10 20:49:15 localhost kernel: BSM auditing present
    Sep 10 20:49:15 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:3,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:3</string></dict>
    Sep 10 20:49:15 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/ST 380011A Media/IOApplePartitionScheme/Untitled@3
    Sep 10 20:49:15 localhost kernel: BSD root: disk0s3, major 14, minor 2
    Sep 10 20:49:16 localhost kernel: Jettisoning kernel linker.
    Sep 10 20:49:16 localhost kextd[87]: registering service "com.apple.KernelExtensionServer"
    Sep 10 20:49:17 localhost kernel: Resetting IOCatalogue.
    Sep 10 20:49:19 localhost kernel: Matching service count = 1
    Sep 10 20:49:20 localhost kernel: NVDANV10HAL loaded and registered.
    Sep 10 20:49:22 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Sep 10 20:49:31 localhost SystemStarter: Welcome to Macintosh.
    Sep 10 20:49:32 localhost lookupd[156]: lookupd (version 324.13) starting - Sun Sep 10 20:49:32 2006
    Sep 10 20:49:32 localhost ConsoleMessage: Selecting SymDC Extension
    Sep 10 20:49:32 localhost ConsoleMessage: Starting kernel event agent
    Sep 10 20:49:32 localhost ConsoleMessage: Starting SecurityServer
    Sep 10 20:49:32 localhost ConsoleMessage: Starting timed execution services
    Sep 10 20:49:32 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Sep 10 20:49:32 localhost SystemStarter: Selecting SymDC Extension
    Sep 10 20:49:32 localhost ConsoleMessage: Initializing network
    Sep 10 20:49:32 localhost kernel: UniNEnet: Ethernet address 00:0a:95:ce:bd:be
    Sep 10 20:49:32 localhost kernel: IOFireWireIP: FireWire address 00:0a:95:ff:fe:ce:bd:be
    Sep 10 20:49:32 localhost SystemStarter: Starting kernel event agent
    Sep 10 20:49:32 localhost diskarbitrationd[117]: disk0s3 hfs 193932C4-08E1-3D56-840C-1EC7BE4B5376 Macintosh HD /
    Sep 10 20:49:32 localhost SystemStarter: Starting SecurityServer
    Sep 10 20:49:32 localhost SystemStarter: Starting timed execution services
    Sep 10 20:49:32 localhost SystemStarter: Starting Apple Multicast DNS Responder
    Sep 10 20:49:32 localhost mDNSResponder[200]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Sep 10 20:49:32 localhost mDNSResponder[200]: SetupAddr invalid sa_family 0
    Sep 10 20:49:32 localhost ConsoleMessage: Checking disks
    Sep 10 20:49:32 localhost SystemStarter: Initializing network
    Sep 10 20:49:32 localhost SystemStarter: Checking disks
    Sep 10 20:49:33 localhost kernel: NVDA,Display-A: vram [98000000:04000000]
    Sep 10 20:49:33 localhost kernel: NVDA,Display-B: vram [00000000:01000000]
    Sep 10 20:49:33 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Sep 10 20:49:33 localhost ConsoleMessage: Starting Norton Volume Assist services
    Sep 10 20:49:33 localhost ConsoleMessage: Starting File Deletion Tracking services
    Sep 10 20:49:33 localhost syslogd: /dev/console: Input/output error
    Sep 10 20:49:33 localhost init: kernel security level changed from 0 to 1
    Sep 10 20:49:34 localhost DirectoryService[227]: Launched version 1.8.4 (v258.2)
    Sep 10 20:49:34 localhost loginwindow[220]: Sent launch request message to DirectoryService mach_init port
    Sep 10 20:49:36 localhost kernel: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 10 20:49:36 localhost configd[116]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Sep 10 20:49:36 localhost set-hostname[234]: setting hostname to Whitney-Joiners-Computer.local
    Sep 10 20:49:39 localhost configd[116]: posting notification com.apple.system.config.network_change
    Sep 10 20:49:39 localhost configd[116]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Sep 10 20:49:39 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 156]
    Sep 10 20:49:39 localhost configd[116]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Sep 10 20:49:39 localhost lookupd[251]: lookupd (version 324.13) starting - Sun Sep 10 20:49:39 2006
    Sep 10 20:49:39 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 260]
    Sep 10 20:49:39 localhost NUMCompatibilityCheck[258]: Wanted OS version 0750, got version 0790.
    Sep 10 20:49:39 localhost ConsoleMessage: Starting network time synchronization
    Sep 10 20:49:39 localhost lookupd[251]: NetInfo connection failed for server 127.0.0.1/local
    Sep 10 20:49:40 localhost ConsoleMessage: Loading Shared IP extension
    Sep 10 20:49:40 localhost SystemStarter: Starting network time synchronization
    Sep 10 20:49:40 localhost SystemStarter: Loading Shared IP extension
    Sep 10 20:49:40 localhost lookupd[251]: NetInfo connection failed for server 127.0.0.1/local
    Sep 10 20:49:40 localhost ntpdate[294]: ntpdate [email protected] Fri Sep 12 18:30:10 PDT 2003 (1)
    Sep 10 20:49:40 localhost ConsoleMessage: Starting network file system
    Sep 10 20:49:40 localhost SystemStarter: Starting network file system
    Sep 10 20:49:40 localhost set-hostname[315]: setting hostname to Whitney-Joiners-Computer.local
    Sep 10 20:49:40 localhost automount[330]: automount version 57
    Sep 10 20:49:40 localhost automount[333]: automount version 57
    Sep 10 20:49:42 localhost ConsoleMessage: Loading IP Firewall extension
    Sep 10 20:49:42 localhost SystemStarter: Loading IP Firewall extension
    Sep 10 20:49:43 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Sep 10 20:49:43 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 10 20:49:43 localhost kernel: IP firewall loaded
    Sep 10 20:49:43 localhost ConsoleMessage: Starting internet services
    Sep 10 20:49:43 localhost SystemStarter: Starting internet services
    Sep 10 20:49:43 localhost lookupd[251]: NetInfo connection failed for server 127.0.0.1/local
    Sep 10 20:49:43 localhost ntpdate[294]: step time server 17.254.0.27 offset 0.084695 sec
    Sep 10 20:49:43 localhost ntpd[353]: ntpd [email protected] Fri Sep 12 18:30:03 PDT 2003 (1)
    Sep 10 20:49:43 localhost ConsoleMessage: Starting printing services
    Sep 10 20:49:43 localhost SystemStarter: Starting printing services
    Sep 10 20:49:43 localhost ntpd[353]: precision = 10 usec
    Sep 10 20:49:44 localhost xinetd[343]: 343 {init_services} no services. Exiting...
    Sep 10 20:49:47 localhost SystemStarter: Waiting for Printing Services
    Sep 10 20:49:47 localhost SystemStarter: Startup complete.
    Sep 10 20:50:23 localhost crashdump: Started writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 20:50:28 localhost crashdump: Finished writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 10 20:50:40 localhost crontab[398]: (root) LIST (whitneyjoiner)
    Sep 10 20:50:55 localhost /Users/whitneyjoiner/Desktop/Safari.app/Contents/MacOS/Safari: * Warning: ATSUSetFontFallbacks has been deprecated. Use ATSUFontFallbacks objects instead. *
    Sep 10 20:54:34 localhost Norton Volume Assist[217]: Beginning volume snapshot on 'Macintosh HD'.
    Sep 10 20:54:34 localhost Norton Volume Assist[217]: Saving low level disk info for 'Macintosh HD'.
    Sep 10 20:54:34 localhost Norton Volume Assist[217]: Saving HFS Plus information for 'Macintosh HD'.
    Sep 10 20:55:19 localhost Norton Volume Assist[217]: Finished saving 'Macintosh HD'.
    Sep 10 21:04:05 localhost kernel: resize: max chain len 18, new table size 8192
    Sep 10 21:11:05 localhost SymMissedTask - parent[263]: sleep request recorded: Sun Sep 10 21:11:05 2006
    Sep 10 21:11:05 localhost SymMissedTask - parent[263]: sleep demand recorded: Sun Sep 10 21:11:05 2006
    Sep 10 21:11:05 localhost mDNSResponder[200]: mDNSResponder Sleeping at 1328441
    Sep 10 21:11:06 localhost kernel: AppleNMI mask NMI
    Sep 10 21:13:52 localhost kernel: System Sleep
    Sep 10 21:13:57 localhost kernel: System Wake
    Sep 10 21:13:57 localhost kernel: Wake event 0020
    Sep 10 21:13:57 localhost kernel: AppleNMI unmask NMI
    Sep 10 21:13:57 localhost kernel: FWOHCI handleSelfIDInt - nodeID not valid (reset bus and retry 1)
    Sep 10 21:13:57 localhost kernel: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 10 21:13:57 localhost mDNSResponder[200]: mDNSResponder Waking at 1337886
    Sep 10 21:13:57 localhost SymMissedTask - parent[263]: sleeptime recorded: Sun Sep 10 21:11:05 2006
    Sep 10 21:13:57 localhost SymMissedTask - parent[263]: waketime is: Sun Sep 10 21:13:57 2006
    Sep 10 21:14:17 localhost crontab[466]: (root) LIST (whitneyjoiner)
    Sep 10 21:23:52 localhost SymMissedTask - parent[263]: sleep request recorded: Sun Sep 10 21:23:52 2006
    Sep 10 21:23:52 localhost SymMissedTask - parent[263]: sleep demand recorded: Sun Sep 10 21:23:52 2006
    Sep 10 21:23:52 localhost mDNSResponder[200]: mDNSResponder Sleeping at 1933678
    Sep 10 21:24:00 localhost kernel: AppleNMI mask NMI
    Sep 11 08:16:27 localhost kernel: System Sleep
    Sep 11 08:16:27 localhost kernel: System Wake
    Sep 11 08:16:27 localhost kernel: Wake event 0020
    Sep 11 08:16:27 localhost kernel: AppleNMI unmask NMI
    Sep 11 08:16:27 localhost kernel: FWOHCI handleSelfIDInt - nodeID not valid (reset bus and retry 1)
    Sep 11 08:16:27 localhost kernel: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 11 08:16:27 localhost mDNSResponder[200]: mDNSResponder Waking at 1950927
    Sep 11 08:16:27 localhost SymMissedTask - parent[263]: sleeptime recorded: Sun Sep 10 21:23:52 2006
    Sep 11 08:16:27 localhost SymMissedTask - parent[263]: waketime is: Mon Sep 11 08:16:27 2006
    Sep 11 08:16:47 localhost crontab[473]: (root) LIST (whitneyjoiner)
    Sep 11 08:16:47 localhost NortonMissedTask - Child #0[474]: About to launch child 0
    Sep 11 08:16:48 localhost /Library/Application Support/Norton Solutions Support/Scheduler/schedLauncher[474]: launch for id = 0 event = oapp result = 0
    Sep 11 08:16:50 localhost Norton Defragger[482]: Starting.
    Sep 11 08:16:52 localhost Norton Defragger[482]: Defrag disabled for 'Macintosh HD'.
    Sep 11 08:16:52 localhost Norton Defragger[482]: Finished.
    Sep 11 08:43:35 localhost /Users/whitneyjoiner/Desktop/Safari.app/Contents/MacOS/Safari: * Warning: Line option kATSLineIsDisplayOnly has been deprecated. *
    Sep 11 09:05:36 localhost kernel: jnl: journal start/end pointers reset! (jnl 0x10fac88; s 0x69c200 e 0x69c200)
    Sep 11 09:05:36 localhost diskarbitrationd[117]: disk1s3 hfs BDE628DC-9B20-3B12-88A5-1BA0B1EC43A7 whitney's ipod /Volumes/whitney's ipod 2
    Sep 11 09:05:38 localhost DiskMountedNotifier[387]: path for FSPathMakeRef is in loc bfffee30 and contains /Volumes/whitney's ipod 2
    Sep 11 09:05:38 localhost DiskMountedNotifier[387]: Try #0, for NvXS, result = 0
    Sep 11 09:05:38 localhost DiskMountedNotifier[387]: launch for id = 0 NvXS event = Mscn result = 0
    Sep 11 09:25:12 localhost SymMissedTask - parent[263]: sleep request recorded: Mon Sep 11 09:25:12 2006
    Sep 11 09:25:14 localhost SymMissedTask - parent[263]: sleep demand recorded: Mon Sep 11 09:25:14 2006
    Sep 11 09:25:14 localhost mDNSResponder[200]: mDNSResponder Sleeping at 6078214
    Sep 11 09:25:17 localhost kernel: AppleNMI mask NMI
    Sep 11 09:30:16 localhost kernel: System Sleep
    Sep 11 09:30:21 localhost kernel: System Wake
    Sep 11 09:30:21 localhost kernel: Wake event 0020
    Sep 11 09:30:21 localhost kernel: AppleNMI unmask NMI
    Sep 11 09:30:21 localhost kernel: FWOHCI handleSelfIDInt - nodeID not valid (reset bus and retry 1)
    Sep 11 09:30:21 localhost kernel: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 11 09:30:21 localhost mDNSResponder[200]: mDNSResponder Waking at 6088980
    Sep 11 09:30:21 localhost SymMissedTask - parent[263]: sleeptime recorded: Mon Sep 11 09:25:14 2006
    Sep 11 09:30:21 localhost SymMissedTask - parent[263]: waketime is: Mon Sep 11 09:30:21 2006
    Sep 11 09:30:22 localhost mDNSResponder[200]: -1: DNSServiceRegister("iTunesCtrl5EC3D06D4E3442CB", "dacp.tcp.", "local.", 3689) failed: Client id -1 invalid (-65549)
    Sep 11 09:30:41 localhost crontab[517]: (root) LIST (whitneyjoiner)
    Sep 11 10:51:26 localhost crashdump: Started writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 11 10:51:31 localhost crashdump: Finished writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 11 10:52:03 localhost loginwindow[220]: sendQuitEventToApp (iCalAlarmScheduler): AESendWithMach returned error -1712
    Sep 11 10:52:05 localhost loginwindow[220]: halting
    Sep 11 10:52:05 localhost shutdown: halt by whitneyjoiner:
    Sep 11 10:52:08 localhost syslogd: exiting on signal 15
    Sep 11 10:52:53 localhost syslogd: restart
    Sep 11 10:52:53 localhost syslogd: kernel boot file is /mach_kernel
    Sep 11 10:52:53 localhost kernel: standard timeslicing quantum is 10000 us
    Sep 11 10:52:54 localhost kernel: vmpagebootstrap: 61687 free pages
    Sep 11 10:52:54 localhost kernel: migtable_maxdispl = 68
    Sep 11 10:52:54 localhost kernel: IOKit Component Version 7.9:
    Sep 11 10:52:54 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Sep 11 10:52:54 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 11 10:52:54 localhost kernel: The Regents of the University of California. All rights reserved.
    Sep 11 10:52:54 localhost kernel:
    Sep 11 10:52:54 localhost kernel: using 655 buffer headers and 655 cluster IO buffer headers
    Sep 11 10:52:54 localhost kernel: Local FireWire GUID = 0xa95ff:0xfecebdbe
    Sep 11 10:52:54 localhost kernel: Security auditing service present
    Sep 11 10:52:54 localhost kernel: BSM auditing present
    Sep 11 10:52:54 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:3,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:3</string></dict>
    Sep 11 10:52:54 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/ST 380011A Media/IOApplePartitionScheme/Untitled@3
    Sep 11 10:52:54 localhost kernel: BSD root: disk0s3, major 14, minor 2
    Sep 11 10:52:54 localhost kernel: Jettisoning kernel linker.
    Sep 11 10:52:54 localhost kernel: Resetting IOCatalogue.
    Sep 11 10:52:54 localhost kextd[87]: registering service "com.apple.KernelExtensionServer"
    Sep 11 10:52:57 localhost kernel: Matching service count = 1
    Sep 11 10:52:59 localhost kernel: NVDANV10HAL loaded and registered.
    Sep 11 10:53:01 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Sep 11 10:53:10 localhost kernel: UniNEnet: Ethernet address 00:0a:95:ce:bd:be
    Sep 11 10:53:10 localhost kernel: IOFireWireIP: FireWire address 00:0a:95:ff:fe:ce:bd:be
    Sep 11 10:53:10 localhost SystemStarter: Welcome to Macintosh.
    Sep 11 10:53:10 localhost lookupd[156]: lookupd (version 324.13) starting - Mon Sep 11 10:53:10 2006
    Sep 11 10:53:11 localhost ConsoleMessage: Starting timed execution services
    Sep 11 10:53:11 localhost ConsoleMessage: Starting SecurityServer
    Sep 11 10:53:11 localhost ConsoleMessage: Starting kernel event agent
    Sep 11 10:53:11 localhost ConsoleMessage: Selecting SymDC Extension
    Sep 11 10:53:11 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Sep 11 10:53:11 localhost SystemStarter: Starting timed execution services
    Sep 11 10:53:11 localhost ConsoleMessage: Initializing network
    Sep 11 10:53:11 localhost SystemStarter: Starting SecurityServer
    Sep 11 10:53:11 localhost SystemStarter: Starting kernel event agent
    Sep 11 10:53:11 localhost ConsoleMessage: Checking disks
    Sep 11 10:53:11 localhost SystemStarter: Selecting SymDC Extension
    Sep 11 10:53:11 localhost SystemStarter: Starting Apple Multicast DNS Responder
    Sep 11 10:53:11 localhost mDNSResponder[205]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Sep 11 10:53:11 localhost mDNSResponder[205]: SetupAddr invalid sa_family 0
    Sep 11 10:53:11 localhost diskarbitrationd[117]: disk0s3 hfs 193932C4-08E1-3D56-840C-1EC7BE4B5376 Macintosh HD /
    Sep 11 10:53:11 localhost diskarbitrationd[117]: disk1s3 hfs BDE628DC-9B20-3B12-88A5-1BA0B1EC43A7 whitney's ipod [not mounted]
    Sep 11 10:53:11 localhost SystemStarter: Initializing network
    Sep 11 10:53:11 localhost SystemStarter: Checking disks
    Sep 11 10:53:12 localhost kernel: NVDA,Display-A: vram [98000000:04000000]
    Sep 11 10:53:12 localhost kernel: NVDA,Display-B: vram [00000000:01000000]
    Sep 11 10:53:12 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Sep 11 10:53:12 localhost ConsoleMessage: Starting Norton Volume Assist services
    Sep 11 10:53:12 localhost ConsoleMessage: Starting File Deletion Tracking services
    Sep 11 10:53:12 localhost syslogd: /dev/console: Input/output error
    Sep 11 10:53:12 localhost init: kernel security level changed from 0 to 1
    Sep 11 10:53:13 localhost DirectoryService[230]: Launched version 1.8.4 (v258.2)
    Sep 11 10:53:13 localhost loginwindow[223]: Sent launch request message to DirectoryService mach_init port
    Sep 11 10:53:14 localhost kernel: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 11 10:53:15 localhost configd[116]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Sep 11 10:53:15 localhost set-hostname[237]: setting hostname to Whitney-Joiners-Computer.local
    Sep 11 10:53:17 localhost configd[116]: posting notification com.apple.system.config.network_change
    Sep 11 10:53:17 localhost configd[116]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Sep 11 10:53:17 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 156]
    Sep 11 10:53:17 localhost configd[116]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Sep 11 10:53:17 localhost ConsoleMessage: Loading Shared IP extension
    Sep 11 10:53:18 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 276]
    Sep 11 10:53:18 localhost SystemStarter: Loading Shared IP extension
    Sep 11 10:53:18 localhost ConsoleMessage: Starting network time synchronization
    Sep 11 10:53:18 localhost SystemStarter: Starting network time synchronization
    Sep 11 10:53:18 localhost NUMCompatibilityCheck[274]: Wanted OS version 0750, got version 0790.
    Sep 11 10:53:18 localhost ntpdate[283]: ntpdate [email protected] Fri Sep 12 18:30:10 PDT 2003 (1)
    Sep 11 10:53:18 localhost lookupd[271]: lookupd (version 324.13) starting - Mon Sep 11 10:53:18 2006
    Sep 11 10:53:18 localhost ConsoleMessage: Starting network file system
    Sep 11 10:53:18 localhost SystemStarter: Starting network file system
    Sep 11 10:53:18 localhost ntpdate[283]: step time server 17.254.0.26 offset -0.545190 sec
    Sep 11 10:53:18 localhost ntpd[339]: ntpd [email protected] Fri Sep 12 18:30:03 PDT 2003 (1)
    Sep 11 10:53:18 localhost ConsoleMessage: Starting printing services
    Sep 11 10:53:18 localhost SystemStarter: Starting printing services
    Sep 11 10:53:18 localhost ntpd[339]: precision = 6 usec
    Sep 11 10:53:18 localhost automount[345]: automount version 57
    Sep 11 10:53:19 localhost automount[353]: automount version 57
    Sep 11 10:53:19 localhost set-hostname[370]: setting hostname to Whitney-Joiners-Computer.local
    Sep 11 10:53:20 localhost kernel: jnl: journal start/end pointers reset! (jnl 0x1107c88; s 0x70b000 e 0x70b000)
    Sep 11 10:53:20 localhost diskarbitrationd[117]: disk1s3 hfs BDE628DC-9B20-3B12-88A5-1BA0B1EC43A7 whitney's ipod /Volumes/whitney's ipod 2
    Sep 11 10:53:25 localhost ConsoleMessage: Loading IP Firewall extension
    Sep 11 10:53:25 localhost SystemStarter: Loading IP Firewall extension
    Sep 11 10:53:28 localhost SystemStarter: Waiting for Network extensions
    Sep 11 10:53:28 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Sep 11 10:53:28 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 11 10:53:28 localhost kernel: IP firewall loaded
    Sep 11 10:53:28 localhost ConsoleMessage: Starting internet services
    Sep 11 10:53:28 localhost SystemStarter: Starting internet services
    Sep 11 10:53:28 localhost SystemStarter: Startup complete.
    Sep 11 10:53:28 localhost xinetd[400]: 400 {init_services} no services. Exiting...
    Sep 11 10:54:18 localhost crontab[435]: (root) LIST (whitneyjoiner)
    Sep 11 10:58:13 localhost Norton Volume Assist[220]: Beginning volume snapshot on 'Macintosh HD'.
    Sep 11 10:58:13 localhost Norton Volume Assist[220]: Saving low level disk info for 'Macintosh HD'.
    Sep 11 10:58:13 localhost Norton Volume Assist[220]: Saving HFS Plus information for 'Macintosh HD'.
    Sep 11 10:58:39 localhost Norton Volume Assist[220]: Finished saving 'Macintosh HD'.
    Sep 11 10:58:39 localhost Norton Volume Assist[220]: Beginning volume snapshot on 'whitney's ipod'.
    Sep 11 10:58:40 localhost Norton Volume Assist[220]: Saving low level disk info for 'whitney's ipod'.
    Sep 11 10:58:40 localhost Norton Volume Assist[220]: Saving HFS Plus information for 'whitney's ipod'.
    Sep 11 10:58:40 localhost Norton Volume Assist[220]: Finished saving 'whitney's ipod'.
    Sep 11 11:05:11 localhost SymMissedTask - parent[288]: sleep request recorded: Mon Sep 11 11:05:11 2006
    Sep 11 11:05:14 localhost mDNSResponder[205]: mDNSResponder Sleeping at 761028
    Sep 11 11:05:14 localhost SymMissedTask - parent[288]: sleep demand recorded: Mon Sep 11 11:05:14 2006
    Sep 11 11:05:17 localhost kernel: AppleNMI mask NMI
    Sep 11 11:07:45 localhost kernel: System Sleep
    Sep 11 11:07:50 localhost kernel: System Wake
    Sep 11 11:07:50 localhost kernel: Wake event 0020
    Sep 11 11:07:50 localhost kernel: AppleNMI unmask NMI
    Sep 11 11:07:50 localhost kernel: FWOHCI handleSelfIDInt - nodeID not valid (reset bus and retry 1)
    Sep 11 11:07:50 localhost kernel: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 11 11:07:50 localhost SymMissedTask - parent[288]: sleeptime recorded: Mon Sep 11 11:05:14 2006
    Sep 11 11:07:50 localhost SymMissedTask - parent[288]: waketime is: Mon Sep 11 11:07:50 2006
    Sep 11 11:07:50 localhost mDNSResponder[205]: mDNSResponder Waking at 772100
    Sep 11 11:07:50 localhost mDNSResponder[205]: -1: DNSServiceRegister("iTunesCtrl5EC3D06D4E3442CB", "dacp.tcp.", "local.", 3689) failed: Client id -1 invalid (-65549)
    Sep 11 11:08:10 localhost crontab[474]: (root) LIST (whitneyjoiner)
    Sep 11 11:08:10 localhost crashdump: Started writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 11 11:08:13 localhost crashdump: Finished writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 11 11:09:54 localhost crashdump: Started writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 11 11:09:57 localhost crashdump: Finished writing crash report to: /Users/whitneyjoiner/Library/Logs/CrashReporter/Mail.crash.log
    Sep 11 11:11:24 localhost /Users/whitneyjoiner/Desktop/Safari.app/Contents/MacOS/Safari: * Warning: ATSUSetFontFallbacks has been deprecated. Use ATSUFontFallbacks objects instead. *
    Anyone have any suggestions? Thanks SO much!
    whitney
    imac   Mac OS X (10.3.9)  
    imac   Mac OS X (10.3.9)  

    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later.
    Isolating an issue by using another user account
    If the problem is still there, try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About

Maybe you are looking for

  • Impact of changes in CUNI

    Dear All, I have question about the impact of changing some fields in CUNI (and t006). MSEHI - Int. meas. unit: As far as I know it can't be changed. If change is needed, new UoM needs to be added, right? KZEX3 and KZEX6 - 3 and 6 char.external unit:

  • How to add form fields dynamically

    Hi I have a form with several fields, and in one section I have one check box and two text fields in a row and also have one button "Add more" when I click on the Add more button I need to create one more row with the above fields dynamically. how ca

  • Workflow for using Sorenson Squeeze Compression Suite

    I am considering purchasing Sorenson Squeeze Compression Suite as I have noticed some unsatisfactory results in Compressor, even though I am generally impressed with Compressor and happy with the program and the options it gives, especially with expo

  • Error with adprep /domainprep /gpprep for 2008 R2

    While prepping our 2003 forest for 2008 R2, I am getting an error running 'adprep32 /domainprep /gpprep' in one of my child domains.  The forestprep ran fine and domainprep ran fine on all of the other (8) domains -- it's just this one that is giving

  • Temp tables - Clean up in Oracle EBS R12

    Hi All, I was wondering if anyone has or could point me to a list of temp type tables that could be periodically cleaned/resized, etc. I have 12.1.3 running on 11.2.0.2. Please note that I am not asking about tablespaces related to RDBMS (auditing ta