Mail crash isolated - DBMail imap interaction

To all,
This is not a question as much as as a heads-up in case people are having the same problem.
My ISP has spent the better part of the weekend tracking down a DBMail imap bug that causes the Mail app to crash (sometimes within seconds of launching Mail, sometimes taking closer to 5 minutes after launching Mail).
Below is what was reported from one engineer to another.
Side note. The ISP (speedsite.com) is owned by an ex-NeXT person. All the development staff at the ISP (they provide consulting to corporates in addition to ISP services) use Apple portables. Cal and I both worked for NeXT back when NeXT had black hardware.
Subject: DBMail improperly re-rendering MIME BODYSTRUCTURE empty "inline" records
Matt,
Here is what I saw with a protocol comparison between octo on ports 143 (ordinary imap & Maildir) and 144 (DBMail imap).
The "inline" specifier was not being given a NIL argument when it had no arguments under DBMail as it properly was under Maildir.
Chased down the code base and noticed there were two places in the code base where a check for no arguments to "inline" was tested.
In the first test, if there were no arguments for "inline", then nothing would be printed and the second test was bypassed.
In the second test, a NIL would have been printed, but it was in a section of orphaned code that never gets executed having failed the first test.
So, I commented out the first test (see below), which un-orphaned code fragment in the second test and now "inline" is properly rendered.
Apple's Mail.app has not died since. Mail.app's intolerance to semantic sloppiness in Imap's rendering of MIME documents caused Mail.app to dump core.
[/usr/src/svn/dbmail] root@octo# diff dm_imaputil.c ../dbmail-clean/dm_imaputil.c
194c197
< /* if (disposition->param_hash) */
if (disposition->param_hash)
The version of dbmail-imapd running on octo at the moment is the debugging version you were testing with along with my single change and had not been installed properly.
Mail.app would only fail in cases where "inline" specifiers in MIME documents were not given a NIL argument in cases where there were no arguments for "inline".
Thanks
Cal
From Matt to Cal and I:
The patch was accepted by the dbmail folks (RFC violation). We should
forward the specific issue to Apple so they know where the problem was
coming from. Mail.app should not crash in the face of malformed input.
------

There is no 'answer' but there is some useful comments posted in the thread.

Similar Messages

  • DBmail imap server and Mail

    Since the last upgrade I have been having a lot of crashes. I moved a number of old mail to the server at about the same time. Hence I thought it was something I did.
    I have heard from an ISP that there is rumor or maybe more than a rumor about a problem with DBmail and Mail.
    Anyone having problems?
    I was getting a crash almost within a minute of starting mail if the imap account was online. I reduce the frequency by moving around a lot of messages and by quickly taking the account offline when ever I have finished pulling down new mail. Even then I get multiple crashes a day when the account is online.
    Suggestions?
    PB 17"   Mac OS X (10.4.5)   Very large number of mail messages and folders

    Update: Take a look at "Mail crash isolated - DBMail imap interaction"
    The problem is now isolated. The bug was reported to the DBMail folks. Hopefully Apple will pick up on the problem in Mail and patch the code for a future release.

  • Mail crashes when connecting to IMAP accounts

    Hi all,
    I have mail set up to check 5 different accounts. One is a POP account and 4 are IMAP accounts (2 gmail, 2 other mail providers).
    Initially I had no problems at all with this setup. Mail had mirrored all 4 IMAP accounts and was downloading new messages without a problem. One day, however, something went awry and every time I took one of my Gmail accounts online, Mail would crash. I figured I'd leave that account offline and keep checking that gmail account the regular way.
    This worked for a while. More recently though Mail has started crashing when any of my IMAP accounts are taken online. If I leave the 4 IMAP accounts offline and only the POP account online, it does not crash.
    Here is what I've tried so far:
    Repair permissions/disk.
    Erase and Install Tiger (up to 10.4.11)
    Moving .mbox files to the desktop and letting mail download the inboxes again (not ideal, the largest inbox is 800MB and a gmail one)
    Removing the accounts and starting from scratch.
    Nothing seemed to change a thing, Mail now crashes on startup if the IMAP accounts are online (if I take that Mailbox offline, Mail works fine).
    I checked the crash reports (which I have been reporting to Apple like crazy, not that they seem to have noticed), and it always seems to be Thread 0 that crashes. Here are the last two crashed Thread 0s:
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x90a594c7 objc_msgSend + 23
    1 com.apple.Foundation 0x9281042f __NSFireMainThreadPerform + 434
    2 com.apple.CoreFoundation 0x90860375 __CFRunLoopPerformPerform + 82
    3 com.apple.CoreFoundation 0x9082cf32 CFRunLoopRunSpecific + 1213
    4 com.apple.CoreFoundation 0x9082ca6e CFRunLoopRunInMode + 61
    5 com.apple.HIToolbox 0x92def878 RunCurrentEventLoopInMode + 285
    6 com.apple.HIToolbox 0x92deeeb9 ReceiveNextEventCommon + 184
    7 com.apple.HIToolbox 0x92deedd9 BlockUntilNextEventMatchingListInMode + 81
    8 com.apple.AppKit 0x93275485 _DPSNextEvent + 572
    9 com.apple.AppKit 0x93275076 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    10 com.apple.AppKit 0x93364a80 -[NSButtonCell performClick:] + 851
    11 com.apple.AppKit 0x93362dbc -[NSApplication sendAction:to:from:] + 107
    12 com.apple.AppKit 0x93410d0f -[NSMenu performActionForItemAtIndex:] + 455
    13 com.apple.AppKit 0x93410a51 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 103
    14 com.apple.AppKit 0x934106a8 -[NSMenu performKeyEquivalent:] + 766
    15 com.apple.AppKit 0x934100ca -[NSApplication _handleKeyEquivalent:] + 254
    16 com.apple.AppKit 0x93343dbb -[NSApplication sendEvent:] + 3542
    17 com.apple.mail 0x00038d0e 0x1000 + 228622
    18 com.apple.AppKit 0x9326ee1e -[NSApplication run] + 547
    19 com.apple.AppKit 0x93262d4f NSApplicationMain + 573
    20 com.apple.mail 0x00094df2 0x1000 + 605682
    21 com.apple.mail 0x00094d19 0x1000 + 605465
    and
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x90a594c7 objc_msgSend + 23
    1 com.apple.Foundation 0x9281042f __NSFireMainThreadPerform + 434
    2 com.apple.CoreFoundation 0x90860375 __CFRunLoopPerformPerform + 82
    3 com.apple.CoreFoundation 0x9082cf32 CFRunLoopRunSpecific + 1213
    4 com.apple.CoreFoundation 0x9082ca6e CFRunLoopRunInMode + 61
    5 com.apple.HIToolbox 0x92def878 RunCurrentEventLoopInMode + 285
    6 com.apple.HIToolbox 0x92deeeb9 ReceiveNextEventCommon + 184
    7 com.apple.HIToolbox 0x92deedd9 BlockUntilNextEventMatchingListInMode + 81
    8 com.apple.AppKit 0x93275485 _DPSNextEvent + 572
    9 com.apple.AppKit 0x93275076 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    10 com.apple.AppKit 0x93364a80 -[NSButtonCell performClick:] + 851
    11 com.apple.AppKit 0x93362dbc -[NSApplication sendAction:to:from:] + 107
    12 com.apple.AppKit 0x93410d0f -[NSMenu performActionForItemAtIndex:] + 455
    13 com.apple.AppKit 0x93410a51 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 103
    14 com.apple.AppKit 0x934106a8 -[NSMenu performKeyEquivalent:] + 766
    15 com.apple.AppKit 0x934100ca -[NSApplication _handleKeyEquivalent:] + 254
    16 com.apple.AppKit 0x93343dbb -[NSApplication sendEvent:] + 3542
    17 com.apple.mail 0x00038d0e 0x1000 + 228622
    18 com.apple.AppKit 0x9326ee1e -[NSApplication run] + 547
    19 com.apple.AppKit 0x93262d4f NSApplicationMain + 573
    20 com.apple.mail 0x00094df2 0x1000 + 605682
    21 com.apple.mail 0x00094d19 0x1000 + 605465
    Any help would be greatly appreciated

    Have no idea whether this will help or if it's even what resolved my same recent imap problems that involved primarily *GMAIL imaps*, but it seems to be helping.
    First, make sure all imap accounts are dragged up to the very top of the inbox/accounts list: *imaps above pops*
    (Any IMAP accounts that have multiple folders should be at the top of the imaps).
    Second, go into Mail > preference > accounts > [ each imap account ] > Advanced Tab
    Above the box for the Port is *_IMAP Path Prefix_:* Type in INBOX
    (reminder: If it's gmail, make sure your port is 993 and Use SSL is checked.)
    Hope this helps. so far this is what seems to have helped w/mine (i have other problems such as zero results in my smart mailboxes--they no longer work).
    I also have a different imap account not google/gmail and I don't use INBOX in the path prefix on that one and it has always worked just fine; the problems started with gmail imaps.
    i'll be interested to know if it helps anyone else.
    (Note: I manually synchronize the gmail IMAP accounts because having the auto synch box checked also seems to cause problems but your experience may vary)
    cheers!
    now if anyone can tell me why after all these years apple has not fixed the lookupd / dns / network bugs that result in this (among other similar failures)
    Message was edited by: MacMacster

  • New email account (imap) and MAIL crashes when looking at that mail

    Really weird
    I have 10 email accounts for different thing, one on the same domain as the new one i just set up
    Mail comes in and i can send a new mail but when i try to read any email in the new account mail crashes with the following
    ======================================
    rocess: Mail [1519]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 4.5 (1084)
    Build Info: Mail-10840000~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [169]
    Date/Time: 2011-03-30 18:13:03.921 +0100
    OS Version: Mac OS X 10.6.7 (10J869)
    Report Version: 6
    Interval Since Last Report: 489394 sec
    Crashes Since Last Report: 2
    Per-App Interval Since Last Report: 491941 sec
    Per-App Crashes Since Last Report: 1
    Anonymous UUID: 443949E2-8EA1-40FE-8230-AE3588232062
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 15
    Application Specific Information:
    -[MessageContentController _fetchContentsForMessage:fromStore:withViewingState:]
    -[LibraryIMAPStore setFlagsFromDictionary:forMessages:]
    abort() called
    * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[ABGroup nts_CustomImageData]: unrecognized selector sent to instance 0x11d35e4a0'
    * Call stack at first throw:
    0 CoreFoundation 0x00007fff822777b4 __exceptionPreprocess + 180
    1 libobjc.A.dylib 0x00007fff83cf40f3 objcexceptionthrow + 45
    2 CoreFoundation 0x00007fff822d1110 +[NSObject(NSObject) doesNotRecognizeSelector:] + 0
    3 CoreFoundation 0x00007fff8224991f __forwarding__ + 751
    4 CoreFoundation 0x00007fff82245a68 CF_forwarding_prep0 + 232
    5 AddressBook 0x00007fff8534a8d7 -[ABRemoteImageLoader workLoop] + 1548
    6 Foundation 0x00007fff85bbbf29 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff81d144f6 pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff81d143a9 thread_start + 13
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff81cdb29a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff81cdb90d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff82212932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff82211dbf CFRunLoopRunSpecific + 575
    4 com.apple.HIToolbox 0x00007fff844f97ee RunCurrentEventLoopInMode + 333
    5 com.apple.HIToolbox 0x00007fff844f95f3 ReceiveNextEventCommon + 310
    6 com.apple.HIToolbox 0x00007fff844f94ac BlockUntilNextEventMatchingListInMode + 59
    7 com.apple.AppKit 0x00007fff809dfe64 _DPSNextEvent + 718
    8 com.apple.AppKit 0x00007fff809df7a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9 com.apple.AppKit 0x00007fff809a548b -[NSApplication run] + 395
    10 com.apple.AppKit 0x00007fff8099e1a8 NSApplicationMain + 364
    11 com.apple.mail 0x00000001000025a4 0x100000000 + 9636
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff81cf412a kevent + 10
    1 libSystem.B.dylib 0x00007fff81cf5ffd dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff81cf5cd4 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff81cf57fe dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff81cf5128 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff81cf4fc5 start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib 0x00007fff81cdb29a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff81cdb90d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff82212932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff82211dbf CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff85bf67c4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff85bf66a3 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.MessageFramework 0x00007fff80696fe8 +[_NSSocket _runIOThread] + 78
    7 com.apple.Foundation 0x00007fff85bbbf29 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff81d144f6 pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff81d143a9 thread_start + 13
    Thread 3: com.apple.CFSocket.private
    0 libSystem.B.dylib 0x00007fff81d1ee52 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff82234498 __CFSocketManager + 824
    2 libSystem.B.dylib 0x00007fff81d144f6 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff81d143a9 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff81cdb29a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff81cdb90d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff82212932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff82211dbf CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff85bf67c4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff85bf66a3 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.MessageFramework 0x00007fff80664351 -[RSSInterchange _runManager] + 1445
    7 com.apple.Foundation 0x00007fff85bbbf29 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff81d144f6 pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff81d143a9 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff81cdb29a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff81cdb90d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff82212932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff82211dbf CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff85c3af5f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5 com.apple.Foundation 0x00007fff85bbbf29 _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff81d144f6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff81d143a9 thread_start + 13
    Thread 6:
    0 libSystem.B.dylib 0x00007fff81d15f8a _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff81d19da1 pthread_condwait + 1286
    2 com.apple.CoreVideo 0x00007fff800cf342 CVDisplayLink::runIOThread() + 804
    3 com.apple.CoreVideo 0x00007fff800cefe3 startIOThread(void*) + 139
    4 libSystem.B.dylib 0x00007fff81d144f6 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff81d143a9 thread_start + 13
    Thread 7:
    0 libSystem.B.dylib 0x00007fff81cf4f4a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81cf535c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81cf4fc5 start_wqthread + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff81cf4f4a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81cf535c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81cf4fc5 start_wqthread + 13
    Thread 9:
    0 libSystem.B.dylib 0x00007fff81cf4f4a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81cf535c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81cf4fc5 start_wqthread + 13
    Thread 10:
    0 libSystem.B.dylib 0x00007fff81cf4f4a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81cf535c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81cf4fc5 start_wqthread + 13
    Thread 11:
    0 libSystem.B.dylib 0x00007fff81cf4f4a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81cf535c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81cf4fc5 start_wqthread + 13
    Thread 12: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff81d1cdda fsync + 10
    1 libsqlite3.dylib 0x00007fff83fad827 unixSync + 71
    2 libsqlite3.dylib 0x00007fff83fb062e syncJournal + 494
    3 libsqlite3.dylib 0x00007fff83fc1086 sqlite3PagerCommitPhaseOne + 1478
    4 libsqlite3.dylib 0x00007fff83fc6fbe sqlite3BtreeCommitPhaseOne + 558
    5 libsqlite3.dylib 0x00007fff83fef133 sqlite3VdbeHalt + 3107
    6 libsqlite3.dylib 0x00007fff840335bd sqlite3VdbeExec + 41661
    7 libsqlite3.dylib 0x00007fff84034798 sqlite3_step + 1384
    8 libsqlite3.dylib 0x00007fff840352e5 sqlite3_exec + 341
    9 com.apple.MessageFramework 0x00007fff80649ec5 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 804
    10 com.apple.MessageFramework 0x00007fff806e979c +[Library commitSynchronously] + 323
    11 com.apple.MessageFramework 0x00007fff806f2c61 -[MessageStore setFlagsFromDictionary:forMessages:] + 1128
    12 com.apple.MessageFramework 0x00007fff806f2719 -[LibraryIMAPStore setFlagsFromDictionary:forMessages:updatingServer:] + 113
    13 com.apple.CoreFoundation 0x00007fff8224c96c _invoking__ + 140
    14 com.apple.CoreFoundation 0x00007fff8224c83d -[NSInvocation invoke] + 141
    15 com.apple.MessageFramework 0x00007fff8064ccbf -[ThrowingInvocationOperation main] + 31
    16 com.apple.MessageFramework 0x00007fff8064c5ff -[_MFInvocationOperation main] + 275
    17 com.apple.Foundation 0x00007fff85be4cc4 -[__NSOperationInternal start] + 681
    18 com.apple.Foundation 0x00007fff85cc3ae7 __doStart2 + 97
    19 libSystem.B.dylib 0x00007fff81d17284 dispatch_call_block_andrelease + 15
    20 libSystem.B.dylib 0x00007fff81cf57f1 dispatch_workerthread2 + 239
    21 libSystem.B.dylib 0x00007fff81cf5128 pthreadwqthread + 353
    22 libSystem.B.dylib 0x00007fff81cf4fc5 start_wqthread + 13
    Thread 13: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff81cdb2e2 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff81ce092d pthreadmutexlock + 469
    2 ...apple.AddressBook.framework 0x00007fff8533e958 -[ABAddressBook(ABAddressBookCoreDataPrivate) abGlobalAPILockInFile:line:togglingSuddenTermination:] + 77
    3 ...apple.AddressBook.framework 0x00007fff85348078 -[ABAddressBook(ABMailPeopleSearch) recordsMatchingMailAddressWithEmail:fullName:firstName:lastName:inSubscribedCon tent:] + 251
    4 com.apple.MessageFramework 0x00007fff806f06e3 -[ABAddressBook(MailAdditions) bestRecordMatchingFormattedAddress:] + 364
    5 com.apple.MessageFramework 0x00007fff806f03e1 -[MailAddressManager bestRecordMatchingFormattedAddress:] + 411
    6 com.apple.mail 0x0000000100074eeb 0x100000000 + 478955
    7 com.apple.mail 0x000000010008ed3c 0x100000000 + 585020
    8 com.apple.CoreFoundation 0x00007fff8224c96c _invoking__ + 140
    9 com.apple.CoreFoundation 0x00007fff8224c83d -[NSInvocation invoke] + 141
    10 com.apple.MessageFramework 0x00007fff80665cb9 -[MonitoredInvocation invoke] + 214
    11 com.apple.MessageFramework 0x00007fff8064ccbf -[ThrowingInvocationOperation main] + 31
    12 com.apple.MessageFramework 0x00007fff8064c5ff -[_MFInvocationOperation main] + 275
    13 com.apple.Foundation 0x00007fff85be4cc4 -[__NSOperationInternal start] + 681
    14 com.apple.Foundation 0x00007fff85cc3ae7 __doStart2 + 97
    15 libSystem.B.dylib 0x00007fff81d17284 dispatch_call_block_andrelease + 15
    16 libSystem.B.dylib 0x00007fff81cf57f1 dispatch_workerthread2 + 239
    17 libSystem.B.dylib 0x00007fff81cf5128 pthreadwqthread + 353
    18 libSystem.B.dylib 0x00007fff81cf4fc5 start_wqthread + 13
    Thread 14:
    0 libSystem.B.dylib 0x00007fff81cf4f4a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81cf535c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81cf4fc5 start_wqthread + 13
    Thread 15 Crashed:
    0 libSystem.B.dylib 0x00007fff81daa675 usleep$NOCANCEL + 0
    1 libSystem.B.dylib 0x00007fff81dc9ce0 abort + 93
    2 libstdc++.6.dylib 0x00007fff890fa5d2 _tcf0 + 0
    3 libobjc.A.dylib 0x00007fff83cf7d29 objcterminate + 100
    4 libstdc++.6.dylib 0x00007fff890f8ae1 _cxxabiv1::_terminate(void (*)()) + 11
    5 libstdc++.6.dylib 0x00007fff890f8b16 _cxxabiv1::_unexpected(void (*)()) + 0
    6 libstdc++.6.dylib 0x00007fff890f8bfc _gxx_exception_cleanup(_Unwind_ReasonCode, UnwindException*) + 0
    7 libobjc.A.dylib 0x00007fff83cf4192 object_getIvar + 0
    8 com.apple.CoreFoundation 0x00007fff822d1110 +[NSObject(NSObject) doesNotRecognizeSelector:] + 0
    9 com.apple.CoreFoundation 0x00007fff8224991f __forwarding__ + 751
    10 com.apple.CoreFoundation 0x00007fff82245a68 CF_forwarding_prep0 + 232
    11 ...apple.AddressBook.framework 0x00007fff8534a8d7 -[ABRemoteImageLoader workLoop] + 1548
    12 com.apple.Foundation 0x00007fff85bbbf29 _NSThread__main_ + 1429
    13 libSystem.B.dylib 0x00007fff81d144f6 pthreadstart + 331
    14 libSystem.B.dylib 0x00007fff81d143a9 thread_start + 13
    Thread 15 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x00007fff703d52d8 rcx: 0x00007fff81d295d6 rdx: 0x0000000000000000
    rdi: 0x0000000000002710 rsi: 0x0000000000000006 rbp: 0x000000012a90b800 rsp: 0x000000012a90b7e8
    r8: 0x00007fff703d8a40 r9: 0x0000000000000063 r10: 0x00007fff81d25616 r11: 0x0000000000000206
    r12: 0x00007fff822fcb09 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x000000011d35e4a0
    rip: 0x00007fff81daa675 rfl: 0x0000000000010206 cr2: 0x00007fff8a50af53
    Binary Images:
    0x100000000 - 0x100339fe7 com.apple.mail 4.5 (1084) <4E11604B-93C6-8C9C-C40D-E590AEEA1A82> /Applications/Mail.app/Contents/MacOS/Mail
    0x100732000 - 0x100732fff com.apple.JavaPluginCocoa 13.4.0 (13.4.0) <00AF9559-29EA-5E25-42CF-BE2447F9EBC5> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
    0x10076b000 - 0x100770ff7 JavaLaunching ??? (???) <E859D1E8-3E9D-5432-DCFA-684A9B1EDD2C> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
    0x103584000 - 0x103588fff com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <F99C2FBC-103D-DB2D-8D53-CFB8CEFA90F8> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x10376a000 - 0x10376cfef com.apple.textencoding.unicode 2.3 (2.3) <B254327D-2C4A-3296-5812-6F74C7FFECD9> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x114422000 - 0x114428fff libgermantok.dylib ??? (???) <A87630B4-D01C-8724-54D2-5E8CC85FC07B> /usr/lib/libgermantok.dylib
    0x1145f1000 - 0x1145f2fff ATSHI.dylib ??? (???) <F6C4F446-7AC4-7A17-9302-C38A016322B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x1148e5000 - 0x1148e9ff7 libFontRegistryUI.dylib ??? (???) <763B8E8F-8602-2096-7CC8-CEE1F4248028> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x1167f4000 - 0x1167f7fff com.apple.yahoo.syncframework 1.3 (51) <AEBB9A2D-B787-0C74-7C40-64E6F0BBF43C> /System/Library/PrivateFrameworks/YahooSync.framework/Versions/A/YahooSync
    0x117dad000 - 0x117dc0ff7 com.apple.AddressBook.LocalSourceBundle 1.0.3 (883) <429E114F-0B3C-BFFE-B0A4-B798094225A3> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x117dd2000 - 0x117dd8fff com.apple.AddressBook.LDAPSource 1.0.3 (883) <F326BDE3-243D-5D6B-9A2A-E14B4F1C4F54> /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/MacOS/LDAP
    0x11895a000 - 0x118980fff GLRendererFloat ??? (???) <0AF0FF0D-6FD6-B5FA-9991-C8F58E8F1DD4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x118989000 - 0x1189acfff com.apple.Mail.Syncer 4.5 (1084) <9AF048E0-01D9-1545-8C74-54BC6040504D> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x118d30000 - 0x118d36fff com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <933CA4C6-F428-0E2E-DCBE-FA0284914092> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x118f56000 - 0x118f65ff7 com.apple.qldisplay.Web 2.3 (327.6) <583EE1DE-AE45-C8C6-A1D6-9077695C8B0B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/Resources/DisplayBundles/Web.qldisplay/Contents/MacOS/Web
    0x119b51000 - 0x119b54fef libLatinSuppConverter.dylib 49.0.0 (compatibility 1.0.0) <227677D0-9CF3-E007-E4C0-8DCECDA1AE9B> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
    0x119bdc000 - 0x119beefff com.apple.mail.WebPlugIn 4.5 (1084) <951C1BF7-C574-81D9-F28B-649DA4E95889> /Applications/Mail.app/Contents/PlugIns/MailWebPlugIn.webplugin/Contents/MacOS/ MailWebPlugIn
    0x11af8d000 - 0x11afddfff com.apple.datadetectors.actions 2.1 (102.2) <975C840D-7290-67B9-F2D0-AB6982AD4A36> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/Resources/ Actions.datadetectors/Contents/MacOS/Actions
    0x11d000000 - 0x11d0cbfef com.apple.audio.units.Components 1.6.4 (1.6.4) <62662BC1-2DE2-D5FB-8397-5A9991A349B6> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x124c8f000 - 0x124e20fef GLEngine ??? (???) <7B2CD458-D828-6A44-C918-C194838974D5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x124e51000 - 0x12525bfe7 com.apple.ATIRadeonX2000GLDriver 1.6.26 (6.2.6) <667EE5BF-ADB3-2550-6A76-1C2048F78A24> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x127e87000 - 0x127e8cfff com.apple.qldisplay.Generic 2.3 (327.6) <F497227C-B37C-2338-CB60-75B91133B1ED> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/Resources/DisplayBundles/Generic.qldisplay/Contents/MacOS/Ge neric
    0x128332000 - 0x1284e7fff libCMaps.A.dylib 545.0.0 (compatibility 64.0.0) <63054685-73A1-615F-464C-05A4C5F0043D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
    0x7fff80003000 - 0x7fff80034fff libGLImage.dylib ??? (???) <6925991A-9B1B-B9FA-645A-807F9BCC3DE7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff80035000 - 0x7fff80046ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    0x7fff80047000 - 0x7fff800ccff7 com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff800cd000 - 0x7fff800f2ff7 com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff800f3000 - 0x7fff801a3fff edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff801cc000 - 0x7fff8020dfff com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff8020e000 - 0x7fff80270fe7 com.apple.datadetectorscore 2.0 (80.7) <5B6AABCA-C75A-D28F-6A2F-59648F0ABFC8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff80277000 - 0x7fff802dffff com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff802e0000 - 0x7fff80568fef com.apple.security 6.1.1 (37594) <34DC0C3E-4546-D7ED-D855-390750954245> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff80569000 - 0x7fff805acff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <2C596A24-8B86-79D6-1A8E-5E8FFB6A1558> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff805dd000 - 0x7fff805e3fff libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <C863C133-EA3E-5403-FC44-FDC9F236DC98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff80624000 - 0x7fff80645fff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
    0x7fff80646000 - 0x7fff80989fff com.apple.MessageFramework 4.5 (1084) <C291835F-FD0E-443D-05BA-3DC0A1634E0C> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x7fff8098a000 - 0x7fff8099bfff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff8099c000 - 0x7fff81392fff com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff813a5000 - 0x7fff813a6fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff813a7000 - 0x7fff81744fe7 com.apple.QuartzCore 1.6.3 (227.36) <6FD8E129-135E-2F89-E9F0-A3CD0C6FCEF1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff81745000 - 0x7fff8177ffff libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
    0x7fff81780000 - 0x7fff81780ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff817b7000 - 0x7fff81857fff com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff81858000 - 0x7fff81a48fef com.apple.JavaScriptCore 6533.20 (6533.20.20) <5626170D-00AE-33B1-03FF-256E9794150D> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff81a49000 - 0x7fff81a6cfff com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff81a6d000 - 0x7fff81a7aff7 com.apple.AppleFSCompression 24.4 (1.0) <57D6F613-CB5E-75BC-E351-3272D62227F5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff81a7b000 - 0x7fff81a81ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff81a82000 - 0x7fff81a91fff com.apple.opengl 1.6.12 (1.6.12) <29482652-1E44-1C47-428F-1209AA65336D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff81a92000 - 0x7fff81b0eff7 com.apple.ISSupport 1.9.4 (52) <93A57F16-3BD5-25AD-5CFF-00007A141129> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff81b44000 - 0x7fff81c79ff7 com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <AFAB42A2-A3A8-83D8-D583-613625706690> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff81c7a000 - 0x7fff81cc1fff com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff81cc2000 - 0x7fff81cd6fff libGL.dylib ??? (???) <0FA671EB-6FA0-BA97-C00A-C42247C22B26> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff81cd7000 - 0x7fff81cd9fff com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff81cda000 - 0x7fff81e9bfff libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    0x7fff81ea4000 - 0x7fff81eebff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff81eec000 - 0x7fff81ef9fff com.apple.NSServerNotificationCenter 3.0 (3.0) <FF7063D0-A25F-C22E-FA20-3225ADF089E2> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x7fff81efa000 - 0x7fff82038fff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff820ab000 - 0x7fff8212afe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <1DD64A62-0DE4-223F-F781-B272FECF80F0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8212b000 - 0x7fff8216efef libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
    0x7fff8216f000 - 0x7fff821adfff com.apple.DebugSymbols 1.1 (70) <69720171-9E3A-CAA9-113B-BD1F15454921> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff821ae000 - 0x7fff821b2ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <49E6AF5D-AF9B-67CF-A6B8-C79F6BA8A627> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff821bf000 - 0x7fff821c5ff7 com.apple.CommerceCore 1.0 (9) <4C66D962-91B5-F25C-A6FF-DFD5F924A0DD> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff821c6000 - 0x7fff8233dfe7 com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8233e000 - 0x7fff82347ff7 com.apple.aps.framework 1.2 (1.2) <2E09D42F-2021-C995-44D0-B80AAAAA99E5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x7fff82392000 - 0x7fff8241efff com.apple.iLifeMediaBrowser 2.5.4 (468.1.1) <5BCC3A26-0EC9-B9ED-D4F0-2278F4275E93> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x7fff8241f000 - 0x7fff824b9ff7 com.apple.ApplicationServices.ATS 4.4 (???) <55B528A6-0C88-6CB8-152B-A34A440FACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff824ba000 - 0x7fff824edfff libTrueTypeScaler.dylib ??? (???) <632BAC10-4C24-D1F2-3943-DF5F2326318B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff8252b000 - 0x7fff825ecfef com.apple.ColorSync 4.6.6 (4.6.6) <EC6C8119-23F6-A96E-47A3-5CD31E462AE3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff825ed000 - 0x7fff826a2fe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff828c5000 - 0x7fff82902ff7 libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff82903000 - 0x7fff829cefff ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <D3242F40-AA41-022C-1345-6BFC0E560460> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff829cf000 - 0x7fff82c0afef com.apple.imageKit 2.0.3 (1.0) <5D18C246-303A-6580-9DC9-79BE79467C95> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff82c0b000 - 0x7fff82cddfe7 com.apple.CFNetwork 454.11.12 (454.11.12) <B1C9008A-4A5D-609D-5D10-C93DAD6FFB4C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff82ce3000 - 0x7fff82ce4ff7 com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <BE4E577D-87EC-8FD0-5341-AE99CE4ADC99> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff82ce5000 - 0x7fff82d00fff com.apple.datadetectors 2.1 (102.2) <69DC4391-62F4-9168-A9EF-8EA36F49D77A> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x7fff82d01000 - 0x7fff82d50fe7 com.apple.iCalendar 1.0.3 (54) <9009851F-9218-BF81-6083-299AD56CE90F> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x7fff82d51000 - 0x7fff82d5dfff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
    0x7fff82d5e000 - 0x7fff82d69ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <5CA110A2-0712-F774-E7CF-AA7A2A106DAC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff82d6a000 - 0x7fff82d7dff7 com.apple.syncservices.syncservicesui 5.2 (578.3) <811B95F2-5349-3800-1822-45D43CF54899> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x7fff82ef0000 - 0x7fff82f06fff com.apple.ImageCapture 6.0.2 (6.0.2) <06E4103B-9BE4-7EAD-B532-89FC5EB06ED4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff82f07000 - 0x7fff82f24ff7 libPng.dylib ??? (???) <0C232C1E-49C8-F7A9-9634-DF2BDA1AB722> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff82f25000 - 0x7fff82f60fff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff82f61000 - 0x7fff83047fef com.apple.DesktopServices 1.5.10 (1.5.10) <B7E00D85-F971-D85B-0217-482E15E9E924> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff83048000 - 0x7fff83097fef libTIFF.dylib ??? (???) <F0F7F0B7-7253-F88F-9E2D-FA3770143758> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff83098000 - 0x7fff830b1fff com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff830b2000 - 0x7fff830bdff7 com.apple.HelpData 2.0.5 (34.1.1) <24DC6CD3-02B7-9332-FF6D-F0C545857B55> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff830be000 - 0x7fff83108ff7 com.apple.DAVKit 4.0.3 (732.2) <7DC4C8B4-9259-2D5D-BDA5-82F0DE3C95CA> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x7fff83109000 - 0x7fff83222fef libGLProgrammability.dylib ??? (???) <C4BB281B-629D-08ED-2991-3D51671B0B02> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff83223000 - 0x7fff83253fef com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff83254000 - 0x7fff83266fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff83283000 - 0x7fff83289ff7 com.apple.AOSNotification 1.2.0 (124) <19CCCD17-6888-58F3-17B6-7DC5D49276A4> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x7fff8328c000 - 0x7fff832deff7 com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff832ef000 - 0x7fff83333fe7 com.apple.ImageCaptureCore 1.0.4 (1.0.4) <F4ED3329-1A86-EB10-CFC2-999D8699B5E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff83334000 - 0x7fff8335afe7 libJPEG.dylib ??? (???) <AD42F658-7C32-EEE5-8341-A8EE6476BF46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8335b000 - 0x7fff83366fff com.apple.dotMacLegacy 3.2 (266) <80F00DE2-4C50-0FD9-5C6E-3EAA1599277B> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x7fff83367000 - 0x7fff83471ff7 com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff83472000 - 0x7fff834effef com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff834f0000 - 0x7fff83508fff com.apple.iChat.InstantMessage 5.0.5 (747) <D9784E28-7614-1BAD-8B22-EC12079BCC40> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x7fff83509000 - 0x7fff836edff7 libType1Scaler.dylib ??? (???) <2C7624EC-01D5-5E9E-3FB8-8ADA460ED6DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x7fff836ee000 - 0x7fff836fcff7 libkxld.dylib ??? (???) <4016E9E6-0645-5384-A697-2775B5228113> /usr/lib/system/libkxld.dylib
    0x7fff836fd000 - 0x7fff83725fff com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff83726000 - 0x7fff8372dff7 com.apple.KerberosHelper 2.1 (1.0) <EC912A7B-92F7-17ED-65E7-AE9AAF25536F> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x7fff83751000 - 0x7fff837a0ff7 com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff837a1000 - 0x7fff837defff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff837df000 - 0x7fff83ce3fe7 com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff83ce4000 - 0x7fff83ce9fff libGFXShared.dylib ??? (???) <878C429B-44D4-875C-1A35-4FD8C6152695> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff83cea000 - 0x7fff83da0fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <4B6351E5-A293-D814-36E1-E75E35C25D86> /usr/lib/libobjc.A.dylib
    0x7fff83da3000 - 0x7fff83da6ff7 libCoreVMClient.dylib ??? (???) <00C97B96-8D3B-45EB-F503-DB49712DC42D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff83da7000 - 0x7fff83e18ff7 com.apple.AppleVAFramework 4.10.23 (4.10.23) <3304268B-A93D-9F79-09C0-AA9081406352> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff83e19000 - 0x7fff83e42ff7 com.apple.speech.LatentSemanticMappingFramework 2.7.2 (2.7.2) <474FA74F-FC42-2FF9-5891-29C310804779> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x7fff83e5e000 - 0x7fff83e6bfe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <45B5B514-7CEB-38A9-F34A-1D96F010EC42> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff83f6d000 - 0x7fff83fa7fff com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff83fa8000 - 0x7fff84061fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
    0x7fff84062000 - 0x7fff840acfef com.apple.IMCore 5.0.5 (747) <EA34457E-1946-C6E6-304D-B18233FF68BA> /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore
    0x7fff840ad000 - 0x7fff841cefe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff841cf000 - 0x7fff84210ff7 com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff84211000 - 0x7fff84214fff com.apple.help 1.3.1 (41) <E311A81E-9870-A430-1E16-AFF6C92CE6E5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff84215000 - 0x7fff84235ff7 com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff84236000 - 0x7fff843f4fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2C6ECACF-CD56-1714-6F63-CB6F5EE7A1E2> /usr/lib/libicucore.A.dylib
    0x7fff843f5000 - 0x7fff8440aff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff84430000 - 0x7fff84434ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff84435000 - 0x7fff8447efef libGLU.dylib ??? (???) <0FCD57C5-D7AA-F2DD-D2EC-C1C8B931F65C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8447f000 - 0x7fff8449aff7 com.apple.openscripting 1.3.1 (???) <2243C17C-EE36-D5B6-3A3E-8258973FF789> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff844cb000 - 0x7fff847c9fff com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff847ca000 - 0x7fff84803ff7 com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff84804000 - 0x7fff84849fff com.apple.CoreMediaIOServices 134.0 (1160) <BA22EA4A-4572-749A-4FE0-1323E0B6F6F3> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff8484a000 - 0x7fff848beff7 com.apple.WhitePagesFramework 10.6.0 (140.0) <7870994A-2C09-E20E-4CAE-BB5E8703E7A3> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x7fff848bf000 - 0x7fff849c5fe7 com.apple.PubSub 1.0.5 (65.21) <4C14C413-07AD-2529-45FA-8E5B438D38A0> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff849c6000 - 0x7fff849cdfff com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff849ce000 - 0x7fff849ceff7 com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff849cf000 - 0x7fff851d9fe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <EEE5CE62-9155-6559-2AEA-05CED0F5B0F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff851da000 - 0x7fff85266fef SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff85267000 - 0x7fff852e5ff7 com.apple.CoreText 3.151.8 (???) <5DCD6BD9-63FB-767E-5993-5AEBE890145B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff852e6000 - 0x7fff8531ffef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <F8E0672F-C0B4-B161-E50D-A1405D14F21C> /usr/lib/libcups.2.dylib
    0x7fff85320000 - 0x7fff85334ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <63C87CF7-56B3-4038-8136-8C26E96AD42F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff85335000 - 0x7fff85577fe7 com.apple.AddressBook.framework 5.0.4 (883) <3C634319-4B5B-592B-2D3A-A16336F93AA0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff85578000 - 0x7fff855eafef com.apple.CoreSymbolication 2.0 (23) <9DBEFE60-0268-9B93-620F-B2737100E7F2> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff855eb000 - 0x7fff85a2ffef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <E14EC4C6-B055-A4AC-B971-42AB644E4A7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff85a30000 - 0x7fff85a7aff7 com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff85a7b000 - 0x7fff85a7cff7 com.apple.TrustEvaluationAgent 1.1 (1) <040B71B1-F8BD-1605-057E-E80DBDE1FE59> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff85a7d000 - 0x7fff85b94fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
    0x7fff85bab000 - 0x7fff85e2efe7 com.apple.Foundation 6.6.6 (751.53) <476E617B-B59B-53DE-991D-98C1993BCBCE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff85e2f000 - 0x7fff85eecfff com.apple.CoreServices.OSServices 359 (359) <8F509D8D-4C94-9A1C-3A87-5B775D9F6075> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff85ffc000 - 0x7fff85ffcff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff85ffd000 - 0x7fff861b5fef com.apple.ImageIO.framework 3.0.4 (3.0.4) <EFB373AE-FE02-40C4-ABDC-09D61AFD25EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff861b6000 - 0x7fff86316ff7 com.apple.syncservices 5.2 (578.3) <67BCFAAD-C723-A8AA-B040-2E6E7771A7A3> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x7fff86317000 - 0x7fff86486fe7 com.apple.QTKit 7.6.6 (1756.15) <B35EDB1D-FCB0-1D40-629E-6ACB56D57C68> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff86487000 - 0x7fff864e7ff7 com.apple.ExchangeWebServices 1.3 (61) <7DB2989C-1362-8688-C73E-8405734A6566> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x7fff864e8000 - 0x7fff86610ff7 com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff86611000 - 0x7fff866a0fff com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff866a1000 - 0x7fff866a9fff com.apple.iChat.IMUtils 5.0.5 (747) <8A019B06-52FB-0B23-8A8B-7C2DA5465934> /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versio ns/A/IMUtils
    0x7fff866aa000 - 0x7fff86914fef com.apple.QuartzComposer 4.2 ({156.28}) <7586E7BD-D3BD-0EAC-5AC9-0BFA3679017C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff86915000 - 0x7fff8695eff7 com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff8696e000 - 0x7fff86ca2fff com.apple.CoreServices.CarbonCore 861.34 (861.34) <B5680539-CB31-6C6D-C0AD-606D4D46E7F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff86cfc000 - 0x7fff873f906f com.apple.CoreGraphics 1.545.0 (???) <F0A5F62D-4C66-5B1F-4F13-322932915901> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff873fa000 - 0x7fff8744fff7 com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff87450000 - 0x7fff87450ff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff87451000 - 0x7fff8745aff7 com.apple.DisplayServicesFW 2.3.0 (283) <3D05929C-AB17-B8A4-DC81-87C27C59E664> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff87511000 - 0x7fff87511ff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff87512000 - 0x7fff8757eff7 com.apple.CorePDF 1.3 (1.3) <6770FFB0-DEA0-61E0-3520-4B95CCF5D1CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff8757f000 - 0x7fff87595fef libbsm.0.dylib ??? (???) <83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib
    0x7fff87596000 - 0x7fff87626fff com.apple.SearchKit 1.3.0 (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff87627000 - 0x7fff87632fff com.apple.CrashReporterSupport 10.6.7 (258) <BB0B9A08-6CEC-0500-5BD1-C18E1465E406> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff87714000 - 0x7fff8776bfff com.apple.Symbolication 1.1 (67) <A6CA5AF6-93A7-751F-6079-0BFB4353A3AC> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff8776c000 - 0x7fff8776fff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff8777c000 - 0x7fff8777dfff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff8777e000 - 0x7fff877defe7 com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff877df000 - 0x7fff87820fef com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff87821000 - 0x7fff87830fff com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff87831000 - 0x7fff87833fef com.apple.ExceptionHandling 1.5 (10) <F2867B93-A56A-974F-9556-266BCE394057> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x7fff87834000 - 0x7fff8785fff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff87860000 - 0x7fff8788fff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff87989000 - 0x7fff8798efff libGIF.dylib ??? (???) <1B9DCB7F-CD1D-B23F-8AC6-5292B94A4D0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8798f000 - 0x7fff879affef com.apple.DotMacSyncManager 2.0.3 (446.9) <F02D77B4-540E-04C4-A4B7-C7710155AD5E> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x7fff879b0000 - 0x7fff879b0ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff879b1000 - 0x7fff87a1bfe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff87a1c000 - 0x7fff87a5ffef MetadataLib.dylib 3.6.4 (compatibility 2.2.1) <929CA2D4-3E07-6840-AC2A-8EA200BA5866> /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dy lib
    0x7fff87a60000 - 0x7fff87a62fff libRadiance.dylib ??? (???) <73257486-8E94-E758-1A5A-5B521F27EE12> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff87a63000 - 0x7fff87e8efef com.apple.RawCamera.bundle 3.6.4 (561) <C4AB0054-B2C8-246E-0F17-98F4BD5BE94C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff87e8f000 - 0x7fff8800dff7 com.apple.WebKit 6533.20 (6533.20.25) <AD4C3C2F-8781-F2A7-EB6A-CCFC41E3FA04> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff8800e000 - 0x7fff88056ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff88057000 - 0x7fff880d9fff com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff880da000 - 0x7fff880f0fe7 com.apple.MultitouchSupport.framework 207.10 (207.10) <1828C264-A54A-7FDD-FE1B-49DDE3F50779> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff880f1000 - 0x7fff880f1ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff880f2000 - 0x7fff88d6dfef com.apple.WebCore 6533.20 (6533.20.24) <FB4CBEAE-106E-1B22-6C97-1B38A06EB569> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff88d6e000 - 0x7fff88dbafff libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fff88dbb000 - 0x7fff88e7cfff libFontParser.dylib ??? (???) <244BCE74-7EEE-C9DE-9779-F3AEF5869BE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff88e7d000 - 0x7fff88ea0ff7 com.apple.iChat.IMFoundation 5.0.5 (747) <B4C34872-5157-27C0-37F2-77D11137BD8A> /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/V ersions/A/IMFoundation
    0x7fff88ea1000 - 0x7fff88ea7ff7 IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff88ea8000 - 0x7fff88eadff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff88eae000 - 0x7fff890acfe7 com.apple.CalendarStore 4.0.4 (997.7) <9A357B3C-F083-BEAA-4094-B00B423DDE47> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x7fff890ad000 - 0x7fff890adff7 com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff890ae000 - 0x7fff8912bfef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff8912c000 - 0x7fff89209fff com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Model: iMac11,1, BootROM IM111.0034.B02, 4 processors, Intel Core i7, 2.8 GHz, 8 GB, SMC 1.54f36
    Graphics: ATI Radeon HD 4850, ATI Radeon HD 4850, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x8F), Atheros 9280: 2.1.14.5
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HDS722020ALA330, 1.82 TB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
    USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0xfa140000
    USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0221, 0xfa142000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa120000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0xfa111000
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
    USB Device: Back-UPS ES 550G FW:870.O1 .I USB FW:O1, 0x051d (American Power Conversion), 0x0002, 0xfd130000
    USB Device: Hub, 0x050d (Belkin Corporation), 0x0307, 0xfd140000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd110000

    Sorry I cannot help you other than to say that since upgrading to 10.6.7 and getting MAIL 4.5 - MAIL crashes 2-10 times/day - especially when accessing (downloading) MobileMe IMAP messages.
    It started on my MacBook Pro-13" (April 2010 model) after upgrading from 10.6.6 to 10.6.7 (and thereby going from Mail 4.4 to Mail 4.5).
    First thing I wonder: Can I go back to 10.6.6 without a problem? Likely not easy - I have a bootable backup with 10.6.6 -
    NOTE: Mail seems to crash when I am receiving my MobilMe messages (IMAP) - my other 2 POP accounts don't seem to be receiving when MAIL crashes. And it does not seem to just crash - it seems to be when I request something (like manually get my eMail).
    (Funny that I've set all preferences for manual retrieval of eMail - but the MobileMe IMAP sometimes comes in automatically… not sure why that is).
    I did another post but someone just thought it was my MailTags 2.6 or LetterBox or GROWL MAIL - but I don't think it is those- might be Growl, but then why only when IMAP messages come in-- and hey, I'm not really even 50% certain it is directly related to IMAP-- that was just a casual observation.
    Hopefully some others will reply to your message so we can see what's going on here.
    Best regards,
    Steve Schulte
    Saturday 9 April 2011

  • Mail crashing repeatedly in relation to gmail account

    For the longest of times, I have been using 2 gmail IMAP accounts in Mail. Recently, Mail started crashing about a minute after stating up. I poked around a bit, and have isolated the problem to one of the gmail accounts- if I disable it/ take it offline, everything carries on normally, but when it is online, Mail crashes about a minute or so afterward.
    I tried deleting mail.plist, didn't help
    I tried deleting and re-adding the account, didn't help.
    The same gmail IMAP account works fine on thunderbird on the same computer. The settings in thunderbird and Mail are the same.
    Any ideas?

    HI,
    It's not your Mac or Mac Mail ...
    Google has acknowledged issues with Gmail / Mac Mail.
    According to Google, "Gmail users with Safari version 4.0.4 might encounter issues loading Gmail." This link has more info:
    http://mail.google.com/support/bin/static.py?page=known_issues.cs
    Carolyn

  • 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

  • IPod touch 2.0 Mail crashing

    Hi,
    I've sucessfully created a MobileMe and Exchange account on my 2.0 iPod touch. Everything worked fine for a while. But now Mail crashes every time I try to open it. When I launch Mail it starts refreshing/syncing mails (you see the spinning wheel) and after a while it switches back to the app screen. As soon as I deactivate the mail option from the Exchange account, Mail works as expected.
    Anyone else having this?
    Regards,
    Alex

    Hi,
    I had this multiple times. Two times I was able to fix this in "just" remove MobileMe and the Exchange account. But this time the problem continues to exist. I've worked around this in using IMAP for E-Mail and Exchange for Contacts/Appointments. However since we're using PostPath instead of "real" Exchange contacts won't sync anyway.
    Since I don't want to restore my whole iPod once a day I will stay with the IMAP workaround and hope that this will be fixed in 2.0.1

  • Mail crashes on opening in OS 10.9.4

    Mail is currently unusable. Every time I open it it cashes with the error message below. I've installed the 10.9.4 combo update but that didn't work. It does the same thing in safe mode.
    Any ideas anyone?
    Process:         Mail [814]
    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 [167]
    Responsible:     Mail [814]
    User ID:         501
    Date/Time:       2014-07-31 23:30:09.587 +0100
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  FC010C23-92F0-F2ED-BC50-361E0AEC6EA8
    Crashed Thread:  6  Dispatch queue: NSOperationQueue Serial Queue
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '+entityForName: could not locate an NSManagedObjectModel for entity name 'Action''
    abort() called
    terminating with uncaught exception of type NSException
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff87bb525c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff8ccaae75 objc_exception_throw + 43
    2   CoreData                            0x00007fff82a15759 +[NSEntityDescription entityForName:inManagedObjectContext:] + 217
    3   CoreData                            0x00007fff82a16c49 -[NSFetchRequest(_NSInternalMethods) _resolveEntityWithContext:] + 73
    4   CoreData                            0x00007fff82a15a74 -[NSManagedObjectContext executeFetchRequest:error:] + 84
    5   MailService                         0x00007fff8aa00a2b __47-[MSExternalUpdatesManager processLocalActions]_block_invoke + 346
    6   Foundation                          0x00007fff8be560b5 -[NSBlockOperation main] + 75
    7   Foundation                          0x00007fff8be358a1 -[__NSOperationInternal _start:] + 631
    8   Foundation                          0x00007fff8be3554b __NSOQSchedule_f + 64
    9   libdispatch.dylib                   0x00007fff8e84028d _dispatch_client_callout + 8
    10  libdispatch.dylib                   0x00007fff8e842673 _dispatch_queue_drain + 451
    11  libdispatch.dylib                   0x00007fff8e8439c1 _dispatch_queue_invoke + 110
    12  libdispatch.dylib                   0x00007fff8e841f87 _dispatch_root_queue_drain + 75
    13  libdispatch.dylib                   0x00007fff8e843177 _dispatch_worker_thread2 + 40
    14  libsystem_pthread.dylib             0x00007fff8f4d7ef8 _pthread_wqthread + 314
    15  libsystem_pthread.dylib             0x00007fff8f4dafb9 start_wqthread + 13
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libDiagnosticMessagesClient.dylib 0x00007fff8234b423 msgtracer_domain_new + 661
    1   libDiagnosticMessagesClient.dylib 0x00007fff8234b6d1 msgtracer_vlog_with_keys + 28
    2   libDiagnosticMessagesClient.dylib 0x00007fff8234b8bb msgtracer_log_with_keys + 141
    3   com.apple.mail                 0x00000001006ea9c8 0x100531000 + 1808840
    4   com.apple.Foundation           0x00007fff8be920f4 __NSFireTimer + 96
    5   com.apple.CoreFoundation       0x00007fff87b1c3e4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    6   com.apple.CoreFoundation       0x00007fff87b1bf1f __CFRunLoopDoTimer + 1151
    7   com.apple.CoreFoundation       0x00007fff87b8d5aa __CFRunLoopDoTimers + 298
    8   com.apple.CoreFoundation       0x00007fff87ad76a5 __CFRunLoopRun + 1525
    9   com.apple.CoreFoundation       0x00007fff87ad6e75 CFRunLoopRunSpecific + 309
    10  com.apple.HIToolbox           0x00007fff83a9ea0d RunCurrentEventLoopInMode + 226
    11  com.apple.HIToolbox           0x00007fff83a9e7b7 ReceiveNextEventCommon + 479
    12  com.apple.HIToolbox           0x00007fff83a9e5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    13  com.apple.AppKit               0x00007fff8835824e _DPSNextEvent + 1434
    14  com.apple.AppKit               0x00007fff8835789b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    15  com.apple.AppKit               0x00007fff8834b99c -[NSApplication run] + 553
    16  com.apple.AppKit               0x00007fff88336783 NSApplicationMain + 940
    17  libdyld.dylib                 0x00007fff82ef55fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8e910662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8e842421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff8e842136 _dispatch_mgr_thread + 52
    Thread 2:: Dispatch queue: NSOperationQueue 0x6000000c4f30
    0   libsystem_kernel.dylib         0x00007fff8e90ba1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e90ad18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff87ad7f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff87ad7539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff87ad6e75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff8be96adc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.MailCore             0x00007fff8e1034fb -[MCSocket readBytes:maxLength:error:] + 786
    7   com.apple.MailCore             0x00007fff8e09b153 -[MCConnection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 109
    8   com.apple.MailCore             0x00007fff8e09af9e -[MCConnection _fillBuffer:] + 590
    9   com.apple.MailCore             0x00007fff8e09abc3 -[MCConnection _readLineIntoData:error:] + 156
    10  com.apple.IMAP                 0x00007fff882ee323 -[IMAPConnection _readLineIntoData:error:] + 50
    11  com.apple.IMAP                 0x00007fff882f551f -[IMAPConnection(MFPrivate) _readDataOfLength:intoData:error:] + 114
    12  com.apple.IMAP                 0x00007fff8831dcef +[IMAPResponse newIMAPResponseWithConnection:error:] + 85
    13  com.apple.IMAP                 0x00007fff882ee403 -[IMAPConnection _copyNextServerResponse:] + 38
    14  com.apple.IMAP                 0x00007fff882ee519 -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:exists:] + 179
    15  com.apple.IMAP                 0x00007fff882efc18 -[IMAPConnection executeAuthenticate:] + 354
    16  com.apple.IMAP                 0x00007fff882de231 -[IMAPClientAuthenticateOperation executeOnConnection:] + 26
    17  com.apple.IMAP                 0x00007fff882ed78a -[IMAPConnection prepareAndExecuteOperation:outWrongState:] + 1216
    18  com.apple.IMAP                 0x00007fff883007fe -[IMAPGateway _allowClientOperationThrough:] + 910
    19  com.apple.IMAP                 0x00007fff88300415 -[IMAPGateway allowClientOperationThrough:] + 385
    20  com.apple.IMAP                 0x00007fff882e3ebb -[IMAPClientOperation main] + 57
    21  com.apple.Foundation           0x00007fff8be358a1 -[__NSOperationInternal _start:] + 631
    22  com.apple.Foundation           0x00007fff8be3554b __NSOQSchedule_f + 64
    23  libdispatch.dylib             0x00007fff8e84028d _dispatch_client_callout + 8
    24  libdispatch.dylib             0x00007fff8e8447e3 _dispatch_async_redirect_invoke + 154
    25  libdispatch.dylib             0x00007fff8e84028d _dispatch_client_callout + 8
    26  libdispatch.dylib             0x00007fff8e842082 _dispatch_root_queue_drain + 326
    27  libdispatch.dylib             0x00007fff8e843177 _dispatch_worker_thread2 + 40
    28  libsystem_pthread.dylib       0x00007fff8f4d7ef8 _pthread_wqthread + 314
    29  libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff8e90fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 4:: -[MFGmailLabelStore openSynchronously]  Dispatch queue: NSOperationQueue 0x60800022da00
    0   libsystem_kernel.dylib         0x00007fff8e90f746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d9779 _pthread_mutex_lock + 372
    2   com.apple.Foundation           0x00007fff8be3922b -[NSLock lock] + 145
    3   com.apple.Mail.framework       0x00007fff8ac03e12 -[MFIMAPAccount _gatewayForMailbox:name:options:] + 238
    4   com.apple.Mail.framework       0x00007fff8ac06843 -[MFIMAPAccount separatorChar] + 124
    5   com.apple.Mail.framework       0x00007fff8ac0dff2 -[MFIMAPAccount _infoForMatchingURL:] + 111
    6   com.apple.Mail.framework       0x00007fff8ac8e26e +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 322
    7   com.apple.Mail.framework       0x00007fff8abba52b -[MFMessageCriterion(PrivateLibraryAdditions) fixOnceWithExpandedSmartMailboxes:forSpotlight:] + 671
    8   com.apple.Mail.framework       0x00007fff8abbc2d3 -[MFCriterion(PrivateLibraryAdditions) criterionForSearchWithExpandedSmartMailboxes:forSpotlight:convertingGmailCriter ia:] + 103
    9   com.apple.Mail.framework       0x00007fff8ac424c1 +[MFLibrary sendMessagesMatchingCriterion:to:options:searchType:async:] + 278
    10  com.apple.Mail.framework       0x00007fff8ac618f2 -[MFLibraryStore openSynchronouslyUpdatingMetadata:returnRetainedMessages:] + 546
    11  com.apple.Mail.framework       0x00007fff8ac61602 -[MFLibraryStore openSynchronouslyUpdatingMetadata:] + 161
    12  com.apple.CoreFoundation       0x00007fff87aa09ac __invoking___ + 140
    13  com.apple.CoreFoundation       0x00007fff87aa0814 -[NSInvocation invoke] + 308
    14  com.apple.MailCore             0x00007fff8e0e37a4 -[MCMonitoredInvocation invoke] + 211
    15  com.apple.MailCore             0x00007fff8e106448 -[MCThrowingInvocationOperation main] + 40
    16  com.apple.MailCore             0x00007fff8e0aab28 -[_MCInvocationOperation main] + 332
    17  com.apple.Foundation           0x00007fff8be358a1 -[__NSOperationInternal _start:] + 631
    18  com.apple.Foundation           0x00007fff8be3554b __NSOQSchedule_f + 64
    19  libdispatch.dylib             0x00007fff8e84028d _dispatch_client_callout + 8
    20  libdispatch.dylib             0x00007fff8e8447e3 _dispatch_async_redirect_invoke + 154
    21  libdispatch.dylib             0x00007fff8e84028d _dispatch_client_callout + 8
    22  libdispatch.dylib             0x00007fff8e842082 _dispatch_root_queue_drain + 326
    23  libdispatch.dylib             0x00007fff8e843177 _dispatch_worker_thread2 + 40
    24  libsystem_pthread.dylib       0x00007fff8f4d7ef8 _pthread_wqthread + 314
    25  libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 5:: Dispatch queue: NSOperationQueue 0x60800003caa0
    0   libsystem_kernel.dylib         0x00007fff8e90f716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d8c77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8be97b40 -[__NSOperationInternal _waitUntilFinishedOrTimeout:outer:] + 218
    3   com.apple.IMAP                 0x00007fff882e6c70 -[IMAPClientOperationQueue waitUntilOperationIsFinished:] + 228
    4   com.apple.IMAP                 0x00007fff88300ca1 -[IMAPGateway waitUntilClientOperationIsFinished:] + 184
    5   com.apple.IMAP                 0x00007fff88300bd7 -[IMAPGateway addClientOperation:toQueueAndWaitUntilFinished:] + 397
    6   com.apple.IMAP                 0x00007fff882ef7ef -[IMAPConnection _authenticateWithAuthenticator:] + 136
    7   com.apple.MailCore             0x00007fff8e09a9b0 -[MCConnection authenticate] + 594
    8   com.apple.IMAP                 0x00007fff882ef690 -[IMAPConnection authenticate] + 66
    9   com.apple.Mail.framework       0x00007fff8ac033b6 -[MFIMAPAccount connectAndAuthenticate:] + 1163
    10  com.apple.Mail.framework       0x00007fff8ac04439 -[MFIMAPAccount _recoverFromConnectionlessStateHighPriority:] + 118
    11  com.apple.Mail.framework       0x00007fff8ac0419c -[MFIMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 168
    12  com.apple.Mail.framework       0x00007fff8ac03e34 -[MFIMAPAccount _gatewayForMailbox:name:options:] + 272
    13  com.apple.Mail.framework       0x00007fff8ac06843 -[MFIMAPAccount separatorChar] + 124
    14  com.apple.Mail.framework       0x00007fff8ac0dff2 -[MFIMAPAccount _infoForMatchingURL:] + 111
    15  com.apple.Mail.framework       0x00007fff8ac8e280 +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 340
    16  com.apple.Mail.framework       0x00007fff8aca01b3 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke841 + 48
    17  com.apple.CoreFoundation       0x00007fff87af26df __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 111
    18  com.apple.CoreFoundation       0x00007fff87af25ee -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 222
    19  com.apple.Mail.framework       0x00007fff8aca00a0 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 270
    20  com.apple.Foundation           0x00007fff8be560b5 -[NSBlockOperation main] + 75
    21  com.apple.Foundation           0x00007fff8be358a1 -[__NSOperationInternal _start:] + 631
    22  com.apple.Foundation           0x00007fff8be3554b __NSOQSchedule_f + 64
    23  libdispatch.dylib             0x00007fff8e84028d _dispatch_client_callout + 8
    24  libdispatch.dylib             0x00007fff8e8447e3 _dispatch_async_redirect_invoke + 154
    25  libdispatch.dylib             0x00007fff8e84028d _dispatch_client_callout + 8
    26  libdispatch.dylib             0x00007fff8e842082 _dispatch_root_queue_drain + 326
    27  libdispatch.dylib             0x00007fff8e843177 _dispatch_worker_thread2 + 40
    28  libsystem_pthread.dylib       0x00007fff8f4d7ef8 _pthread_wqthread + 314
    29  libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 6 Crashed:: Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib         0x00007fff8e90f866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d735c pthread_kill + 92
    2   libsystem_c.dylib             0x00007fff824f7b1a abort + 125
    3   libc++abi.dylib               0x00007fff87edef31 abort_message + 257
    4   libc++abi.dylib               0x00007fff87f04952 default_terminate_handler() + 264
    5   libobjc.A.dylib               0x00007fff8ccab30d _objc_terminate() + 103
    6   libc++abi.dylib               0x00007fff87f021d1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib               0x00007fff87f02246 std::terminate() + 54
    8   libobjc.A.dylib               0x00007fff8ccab0b0 objc_terminate + 9
    9   libdispatch.dylib             0x00007fff8e8402a1 _dispatch_client_callout + 28
    10  libdispatch.dylib             0x00007fff8e842673 _dispatch_queue_drain + 451
    11  libdispatch.dylib             0x00007fff8e8439c1 _dispatch_queue_invoke + 110
    12  libdispatch.dylib             0x00007fff8e841f87 _dispatch_root_queue_drain + 75
    13  libdispatch.dylib             0x00007fff8e843177 _dispatch_worker_thread2 + 40
    14  libsystem_pthread.dylib       0x00007fff8f4d7ef8 _pthread_wqthread + 314
    15  libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff8e90fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff8e90fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 9:
    0   libsystem_pthread.dylib       0x00007fff8f4dafac start_wqthread + 0
    Thread 10:: Dispatch queue: NSOperationQueue 0x6080002a1380
    0   libsystem_platform.dylib       0x00007fff8b688e41 OSSpinLockLock + 11
    1   com.apple.Foundation           0x00007fff8be3703a +[__NSOperationInternal _observeValueForKeyPath:ofObject:changeKind:oldValue:newValue:indexes:context:] + 151
    2   com.apple.Foundation           0x00007fff8be36e19 NSKeyValueNotifyObserver + 116
    3   com.apple.Foundation           0x00007fff8be360f8 NSKeyValueDidChange + 453
    4   com.apple.Foundation           0x00007fff8be33cd5 -[NSObject(NSKeyValueObservingPrivate) _changeValueForKey:key:key:usingBlock:] + 717
    5   com.apple.Foundation           0x00007fff8be359b3 -[__NSOperationInternal _start:] + 905
    6   com.apple.Foundation           0x00007fff8be3554b __NSOQSchedule_f + 64
    7   libdispatch.dylib             0x00007fff8e84028d _dispatch_client_callout + 8
    8   libdispatch.dylib             0x00007fff8e8447e3 _dispatch_async_redirect_invoke + 154
    9   libdispatch.dylib             0x00007fff8e84028d _dispatch_client_callout + 8
    10  libdispatch.dylib             0x00007fff8e842082 _dispatch_root_queue_drain + 326
    11  libdispatch.dylib             0x00007fff8e843177 _dispatch_worker_thread2 + 40
    12  libsystem_pthread.dylib       0x00007fff8f4d7ef8 _pthread_wqthread + 314
    13  libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff8e90fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff8e90fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff8e90fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff8e90fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff8e90fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 16:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8e90ba1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e90ad18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff87ad7f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff87ad7539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff87ad6e75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff8be94967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff8be9476b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff8f4d6899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8f4d672a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8f4dafc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff8e90fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff8e90fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 19:: -[MFIMAPAccount fetchSynchronouslyIsAuto:]  Dispatch queue: NSOperationQueue 0x60000002d480
    0   libsystem_kernel.dylib         0x00007fff8e90f746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d9779 _pthread_mutex_lock + 372
    2   com.apple.Foundation           0x00007fff8be3922b -[NSLock lock] + 145
    3   com.apple.Mail.framework       0x00007fff8ac03e12 -[MFIMAPAccount _gatewayForMailbox:name:options:] + 238
    4   com.apple.Mail.framework       0x00007fff8ac07386 -[MFIMAPAccount _listingForMailbox:listAllChildren:onlySubscribed:highPriority:] + 134
    5   com.apple.Mail.framework       0x00007fff8ac07f6c -[MFIMAPAccount _listingForMailbox:listAllChildren:highPriority:] + 79
    6   com.apple.Mail.framework       0x00007fff8ac0a95b -[MFIMAPAccount refreshMailboxListingRootedAtMailbox:] + 234
    7   com.apple.Mail.framework       0x00007fff8ac06561 -[MFIMAPAccount fetchSynchronouslyIsAuto:] + 150
    8   com.apple.CoreFoundation       0x00007fff87aa09ac __invoking___ + 140
    9   com.apple.CoreFoundation       0x00007fff87aa0814 -[NSInvocation invoke] + 308
    10  com.apple.MailCore             0x00007fff8e0e37a4 -[MCMonitoredInvocation invoke] + 211
    11  com.apple.MailCore             0x00007fff8e106448 -[MCThrowingInvocationOperation main] + 40
    12  com.apple.MailCore             0x00007fff8e0aab28 -[_MCInvocationOperation main] + 332
    13  com.apple.Foundation           0x00007fff8be358a1 -[__NSOperationInternal _start:] + 631
    14  com.apple.Foundation           0x00007fff8be3554b __NSOQSchedule_f + 64
    15  libdispatch.dylib             0x00007fff8e84028d _dispatch_client_callout + 8
    16  libdispatch.dylib             0x00007fff8e8447e3 _dispatch_async_redirect_invoke + 154
    17  libdispatch.dylib             0x00007fff8e84028d _dispatch_client_callout + 8
    18  libdispatch.dylib             0x00007fff8e842082 _dispatch_root_queue_drain + 326
    19  libdispatch.dylib             0x00007fff8e843177 _dispatch_worker_thread2 + 40
    20  libsystem_pthread.dylib       0x00007fff8f4d7ef8 _pthread_wqthread + 314
    21  libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 20:: -[MFIMAPAccount _synchronizeAccountWithServerHighPriority:]  Dispatch queue: NSOperationQueue 0x60000002d480
    0   libsystem_kernel.dylib         0x00007fff8e90f746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d9779 _pthread_mutex_lock + 372
    2   com.apple.Foundation           0x00007fff8be3922b -[NSLock lock] + 145
    3   com.apple.Mail.framework       0x00007fff8ac03e12 -[MFIMAPAccount _gatewayForMailbox:name:options:] + 238
    4   com.apple.Mail.framework       0x00007fff8ac07386 -[MFIMAPAccount _listingForMailbox:listAllChildren:onlySubscribed:highPriority:] + 134
    5   com.apple.Mail.framework       0x00007fff8ac07f6c -[MFIMAPAccount _listingForMailbox:listAllChildren:highPriority:] + 79
    6   com.apple.Mail.framework       0x00007fff8ac069d8 -[MFIMAPAccount _synchronizeMailboxListHighPriority:] + 64
    7   com.apple.Mail.framework       0x00007fff8ad0485f -[MFRemoteStoreAccount _synchronizeAccountWithServerHighPriority:] + 644
    8   com.apple.Mail.framework       0x00007fff8ac0a517 -[MFIMAPAccount _synchronizeAccountWithServerHighPriority:] + 52
    9   com.apple.CoreFoundation       0x00007fff87aa09ac __invoking___ + 140
    10  com.apple.CoreFoundation       0x00007fff87aa0814 -[NSInvocation invoke] + 308
    11  com.apple.MailCore             0x00007fff8e0e37a4 -[MCMonitoredInvocation invoke] + 211
    12  com.apple.MailCore             0x00007fff8e106448 -[MCThrowingInvocationOperation main] + 40
    13  com.apple.MailCore             0x00007fff8e0aab28 -[_MCInvocationOperation main] + 332
    14  com.apple.Foundation           0x00007fff8be358a1 -[__NSOperationInternal _start:] + 631
    15  com.apple.Foundation           0x00007fff8be3554b __NSOQSchedule_f + 64
    16  libdispatch.dylib             0x00007fff8e84028d _dispatch_client_callout + 8
    17  libdispatch.dylib             0x00007fff8e8447e3 _dispatch_async_redirect_invoke + 154
    18  libdispatch.dylib             0x00007fff8e84028d _dispatch_client_callout + 8
    19  libdispatch.dylib             0x00007fff8e842082 _dispatch_root_queue_drain + 326
    20  libdispatch.dylib             0x00007fff8e843177 _dispatch_worker_thread2 + 40
    21  libsystem_pthread.dylib       0x00007fff8f4d7ef8 _pthread_wqthread + 314
    22  libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff8e90fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib         0x00007fff8e90fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 23:
    0   libsystem_kernel.dylib         0x00007fff8e90fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 24:
    0   libsystem_kernel.dylib         0x00007fff8e90fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib         0x00007fff8e90fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff8e90fe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8f4d7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8f4dafb9 start_wqthread + 13
    Thread 27:
    0   libsystem_kernel.dylib         0x00007fff8e90ba1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e90ad18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff87ad7f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff87ad7539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff87ad6e75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff884f805e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff8f4d6899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8f4d672a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8f4dafc9 thread_start + 13
    Thread 28:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff8e90f9aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff87b23a03 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff8f4d6899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff8f4d672a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff8f4dafc9 thread_start + 13
    Thread 6 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000103f75000  rcx: 0x0000000103f747f8  rdx: 0x0000000000000000
      rdi: 0x0000000000008d03  rsi: 0x0000000000000006  rbp: 0x0000000103f74820  rsp: 0x0000000103f747f8
       r8: 0x00007fff87f05959   r9: 0x00007fff8251f8d0  r10: 0x000000000c000000  r11: 0x0000000000000206
      r12: 0x0000000103f74980  r13: 0x0000000000000000  r14: 0x0000000000000006  r15: 0x0000000103f74860
      rip: 0x00007fff8e90f866  rfl: 0x0000000000000206  cr2: 0x000000010666c000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x100531000 -        0x100823fff  com.apple.mail (7.3 - 1878.6) <84C51E40-00C5-3710-8A99-04A0F6D078F5> /Applications/Mail.app/Contents/MacOS/Mail
           0x100b78000 -        0x100b7afff  apop.so (170.1) <97DD24EE-D5F4-34EB-B521-D7BA883D2606> /usr/lib/sasl2/apop.so
           0x100b7f000 -        0x100b8fff7  dhx.so (170.1) <E4299F4A-F42C-397A-A306-58161EFD7686> /usr/lib/sasl2/dhx.so
           0x100b9c000 -        0x100ba4fff  digestmd5WebDAV.so (170.1) <B11199EC-EF62-3592-AE51-38EBD1B6282F> /usr/lib/sasl2/digestmd5WebDAV.so
           0x100ba9000 -        0x100babfff  libanonymous.2.so (170) <D1297C21-A57B-311E-9006-C3FB8689849A> /usr/lib/sasl2/libanonymous.2.so
           0x100baf000 -        0x100bb1fff  libcrammd5.2.so (170) <940A42FC-C634-354E-AD74-691CD90A1427> /usr/lib/sasl2/libcrammd5.2.so
           0x100bb6000 -        0x100bbeff7  libdigestmd5.2.so (170) <122C0383-F9B2-34D1-89AF-D317BC4D5164> /usr/lib/sasl2/libdigestmd5.2.so
           0x100bc3000 -        0x100bc7fff  libgssapiv2.2.so (170) <AA58D85E-916C-3B0B-959A-DCC58497D0F2> /usr/lib/sasl2/libgssapiv2.2.so
           0x100bcc000 -        0x100bcefff  login.so (170) <7D801D4E-A1A4-32FC-BF2E-9F25DB902523> /usr/lib/sasl2/login.so
           0x100bd2000 -        0x100bd7fff  libntlm.so (170) <18693B29-154F-339C-A329-4C42A43F6428> /usr/lib/sasl2/libntlm.so
           0x100bdc000 -        0x100be3fff  libotp.2.so (170) <D1C70F92-1C75-340B-AD53-0C2CD79144FF> /usr/lib/sasl2/libotp.2.so
           0x10225f000 -        0x102261fff  libplain.2.so (170) <E9C3B22A-5958-3869-B778-55948D1EC2B7> /usr/lib/sasl2/libplain.2.so
           0x102265000 -        0x102269ffd  libpps.so (170.1) <C7604F07-E966-33F7-8727-93F000CBA92F> /usr/lib/sasl2/libpps.so
           0x10226e000 -        0x102271fff  mschapv2.so (170.1) <C79F63BB-E66D-3552-9C4C-2D3EB14CEE01> /usr/lib/sasl2/mschapv2.so
           0x102276000 -        0x10229eff6  com.apple.DirectoryService.PasswordServerFramework (10.9 - 36) <C36B818F-C1FE-3F3F-A01C-F4613F570D4D> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x1022b4000 -        0x1022b6fff  pwauxprop.so (400.1) <B95FA3F5-0EE9-335E-BBC7-FDEDEB7F18F0> /usr/lib/sasl2/pwauxprop.so
           0x1022bb000 -        0x1022bdfff  shadow_auxprop.so (170.1) <E02127CB-F9C0-3E3B-ABBB-473EC0CB6DE7> /usr/lib/sasl2/shadow_auxprop.so
           0x1022c2000 -        0x1022c4fff  smb_nt.so (170.1) <B508FD03-CE31-3B93-91D7-440BEDAD9581> /usr/lib/sasl2/smb_nt.so
           0x1022c9000 -        0x1022cbfff  smb_ntlmv2.so (170.1) <938D40AF-BEB3-3F55-B409-C84E3C2886FD> /usr/lib/sasl2/smb_ntlmv2.so
           0x10232f000 -        0x102337ff3  libCGCMS.A.dylib (599.25.10.1) <9A4FAAD7-1C16-33F8-A615-1DCAB0546E31> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x102420000 -        0x102423fff  libspindump.dylib (161.2) <E16E9BFB-8F34-366F-BE10-48993F5843BC> /usr/lib/libspindump.dylib
           0x104412000 -        0x104419fff  com.apple.SyncedDefaults (1.3 - 91.30.1) <26F0AD10-86CC-31A4-899C-097269680E05> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
           0x104b04000 -        0x104b05fff  com.apple.AddressBook.LocalSourceBundle (8.0 - 1371) <B3C35936-EE5F-3C40-95FF-2AE6C5D35638> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x104b17000 -        0x104b1bff7  com.apple.DirectoryServicesSource (8.0 - 1371) <AF6429A6-608F-36B2-BC58-51A0C2B17C31> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x104b22000 -        0x104b6eff6  com.apple.AddressBook.CardDAVPlugin (10.9 - 424) <15AC9317-8E7D-3DC3-A68F-89C546648E25> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x104c65000 -        0x104c68ffa  libCGXType.A.dylib (599.25.10.1) <9E609F91-BD17-3C51-A877-C80E7183A867> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x105c09000 -        0x105c31ffb  libRIP.A.dylib (599.25.10.1) <623091DF-5769-3326-90EB-44EFC8087660> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x106691000 -        0x106692ff9 +cl_kernels (???) <1BCD6D71-48C5-4A6D-97C6-2664859B000F> cl_kernels
           0x1066b3000 -        0x1066b9ff7  libCGXCoreImage.A.dylib (599.25.10.1) <1AB1B2B2-55A9-3780-BCB9-1B3CE375D739> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib
           0x1066d5000 -        0x1067bbfef  unorm8_bgra.dylib (2.3.58) <B267C5AB-20A1-3AF9-938D-5F9F9078E4F4> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x1067fd000 -        0x1067feffa +cl_kernels (???) <C1DBFE63-B1E3-4154-BB71-3FCCB510F554> cl_kernels
           0x106822000 -        0x106822ffd +cl_kernels (???) <8BBB9599-D19C-4817-9F7E-79FDD2BBE751> cl_kernels
           0x106824000 -        0x106904ff7  unorm8_rgba.dylib (2.3.58) <F29172D0-5837-3E7F-A4D5-1DAB1C6B27D7> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
           0x106948000 -        0x106948fff +cl_kernels (???) <3F72B802-06CD-4210-ABC6-00C31A208BEB> cl_kernels
           0x10697e000 -        0x106982fff  com.apple.google.iaplugin (2.1 - 210) <28AA2815-EB62-347A-B7F6-8F06AB25EBAB> /System/Library/InternetAccounts/Google.iaplugin/Contents/MacOS/Google
           0x106a38000 -        0x106a39fe6 +cl_kernels (???) <9B3FC03F-B88D-4765-AF2C-08D7F567CD6B> cl_kernels
           0x106a43000 -        0x106a44fee +cl_kernels (???) <771D05CA-AFFC-4DFC-8E62-7E39504B21EF> cl_kernels
           0x106a4d000 -        0x106a4dfe7 +cl_kernels (???) <E84F212A-416B-4B4F-A1CF-E58E6ACCE5EE> cl_kernels
           0x106a58000 -        0x106a58fe7 +cl_kernels (???) <650764EF-EACA-4620-85F5-588ACD18D66C> cl_kernels
           0x106bc9000 -        0x106bc9feb +cl_kernels (???) <642AAC6F-10AD-4EB6-8856-66C305C1DF83> cl_kernels
           0x106da1000 -        0x106da2fe4 +cl_kernels (???) <352C6683-E254-458F-A7EB-C8E0F9D84659> cl_kernels
        0x7fff64501000 -     0x7fff64534817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff8194a000 -     0x7fff8198bfff  com.apple.PerformanceAnalysis (1.47 - 47) <5E045817-0C84-341A-9B33-74CF1324FA70> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8198c000 -     0x7fff81abbfef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff81ae6000 -     0x7fff81b10ff7  libsandbox.1.dylib (278.11.1) <D98EE9E5-BEB9-3396-924B-9CD100E81C41> /usr/lib/libsandbox.1.dylib
        0x7fff81b11000 -     0x7fff81b22ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff81b23000 -     0x7fff81b2eff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff81b2f000 -     0x7fff81f10ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff81f11000 -     0x7fff81f29ff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff81f2a000 -     0x7fff81f59ff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff81f5a000 -     0x7fff8201eff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8201f000 -     0x7fff82046ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff82047000 -     0x7fff820b6ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff820b7000 -     0x7fff821e5fff  com.apple.syncservices (8.1 - 722) <E4639527-E481-312D-8407-884737D4E605> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
        0x7fff8234a000 -     0x7fff8234bff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8234d000 -     0x7fff8238bff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8238c000 -     0x7fff823f0fff  com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff823f1000 -     0x7fff823fdffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff823fe000 -     0x7fff82412fff  com.apple.aps.framework (4.0 - 4.0) <2D42DCDD-055E-3EE1-97F8-FC447B495D3E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff82418000 -     0x7fff8241efff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff82472000 -     0x7fff82472ff7  com.apple.frameworks.SleepServices (1.1 - 1.1) <4D9C44FF-5403-3372-A90E-CBF2A34D7CE7> /System/Library/PrivateFrameworks/SleepServices.framework/Versions/A/SleepServi ces
        0x7fff82473000 -     0x7fff8247efff  libkxld.dylib (2422.110.17) <B6140BAB-0EAF-3E4F-B055-314068056BB4> /usr/lib/system/libkxld.dylib
        0x7fff8247f000 -     0x7fff82486fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8249b000 -     0x7fff82524ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff82525000 -     0x7fff8252aff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff8252b000 -     0x7fff825acfff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff825f4000 -     0x7fff82607ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff82608000 -     0x7fff827c0ffb  libicucore.A.dylib (511.34) <616A65D6-3F20-3EAB-8CA8-273AD890261C> /usr/lib/libicucore.A.dylib
        0x7fff827c1000 -     0x7fff828a0fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff829c4000 -     0x7fff829cbff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
        0x7fff829cc000 -     0x7fff829faff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff829fb000 -     0x7fff82c43ff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff82c44000 -     0x7fff82c5aff7  com.apple.ContactsUI (8.0 - 1371) <64DA1E16-0566-39EF-9B69-4C84EFB2DE57> /System/Library/PrivateFrameworks/ContactsUI.framework/Versions/A/ContactsUI
        0x7fff82c5b000 -     0x7fff82c64ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff82c65000 -     0x7fff82c8cffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff82c8d000 -     0x7fff82cecfff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff82ced000 -     0x7fff82d40ff7  com.apple.ical.EventKit (2.0 - 154) <34C0DAD6-763D-3760-93BA-54C5DC7D81DA> /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit
        0x7fff82d41000 -     0x7fff82d5cff7  com.apple.CalendarStore (7.0 - 1366) <27072D7F-8281-3958-A66C-3A3F862F3458> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff82d64000 -     0x7fff82db5ff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff82db6000 -     0x7fff82dfeff7  com.apple.ExchangeWebServices (4.0 - 193) <867EDAF0-5863-397E-BA75-855878D68949> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff82dff000 -     0x7fff82e23fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff82e24000 -     0x7fff82e77fff  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
        0x7fff82e78000 -     0x7fff82e7cff7  libsystem_stats.dylib (93.90.3) <337946FC-B2E1-3DFA-A8B5-30DA8D584D75> /usr/lib/system/libsystem_stats.dylib
        0x7fff82e7d000 -     0x7fff82ec4fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff82ec5000 -     0x7fff82ef1fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff82ef2000 -     0x7fff82ef5ff7  libdyld.dylib (239.4) <A1273A02-4928-3BAC-A846-6C069DC1A0A6> /usr/lib/system/libdyld.dylib
        0x7fff82ef6000 -     0x7fff82f0fff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8300d000 -     0x7fff83024ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <EBC0A1F2-9054-3D39-99AE-A3F655E55D6A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff83025000 -     0x7fff832f9fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff832fa000 -     0x7fff8372dffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff8372e000 -     0x7fff83736ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff83737000 -     0x7fff83867ff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff83868000 -     0x7fff83869ff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
        0x7fff839a6000 -     0x7fff839b0ff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff83a30000 -     0x7fff83a32ff7  com.apple.securityhi (9.0 - 55005) <446BE1A5-F65F-3ACB-8F33-A8EBFE0D0BD4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff83a33000 -     0x7fff83a34fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff83a35000 -     0x7fff83a46fff  com.apple.idsfoundation (10.0 - 1000) <D3E6646B-4118-30D3-B4F7-DA9A28B396E4> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
        0x7fff83a70000 -     0x7fff83d1aff5  com.apple.HIToolbox (2.1.1 - 698) <26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff83d1b000 -     0x7fff83d2dfff  com.apple.addressbook.ContactsAutocomplete (8.0 - 1371) <B04352AF-82E8-3726-9FCF-1DBD79837FD5> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/Con tactsAutocomplete
        0x7fff83d2e000 -     0x7fff83d37ffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff83d38000 -     0x7fff83d45ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff83d46000 -     0x7fff84194fef  com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff84195000 -     0x7fff841c5fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8425b000 -     0x7fff8434afff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8434b000 -     0x7fff8434cfff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff8434d000 -     0x7fff843adfff  com.apple.ISSupport (1.9.9 - 57) <E1E343D7-222C-3458-9D1F-FC600B7F1C50> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff843ae000 -     0x7fff843b1fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff843b2000 -     0x7fff8444ffff  com.apple.imcore (10.0 - 1000) <DF924E35-74AB-389C-9279-1828518218F8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff84450000 -     0x7fff84455fff  com.apple.EmailAddressing (7.3 - 1878.6) <AB4C59AB-A5A7-3514-820D-11C5DAB24DAF> /System/Library/PrivateFrameworks/EmailAddressing.framework/Versions/A/EmailAdd ressing
        0x7fff84456000 -     0x7fff84491fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff844ac000 -     0x7fff8470dfff  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
        0x7fff8470e000 -     0x7fff847d0ff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff847d1000 -     0x7fff847d2fff  libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff847d3000 -     0x7fff847eaffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff847eb000 -     0x7fff84806ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff84807000 -     0x7fff84a42fff  com.apple.CalendarPersistence (7.0 - 138.4) <BDD9B054-F274-357F-8343-6F8DAC7B0B36> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/Cale ndarPersistence
        0x7fff84a43000 -     0x7fff84a4dff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff84a4e000 -     0x7fff84a4efff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff84a4f000 -     0x7fff84a79ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff84a7a000 -     0x7fff84b03fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff84b04000 -     0x7fff84b90ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff84b91000 -     0x7fff84bf8ff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff84bf9000 -     0x7fff84ce0ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff84ce1000 -     0x7fff84ce5fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff84ce8000 -     0x7fff8501efff  com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff85024000 -     0x7fff850eefff  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
        0x7fff850ef000 -     0x7fff850fdfff  com.apple.CommerceCore (1.0 - 42) <ACC2CE3A-913A-39E0-8344-B76F8F694EF5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff850fe000 -     0x7fff85105fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff85106000 -     0x7fff8513afff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff8513b000 -     0x7fff853ccff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8546f000 -     0x7fff85485fff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff85486000 -     0x7fff854a5ff7  com.apple.CalendarFoundation (7.0 - 113.3) <5A04647C-5CC4-37AB-9CEA-C9B57B0BFA7A> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
        0x7fff854a6000 -     0x7fff8558afff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8558b000 -     0x7fff855bafd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff85744000 -     0x7fff8606432b  com.apple.CoreGraphics (1.600.0 - 599.25.10.1) <EC14B831-96BB-3A50-A451-E36BDC8F59FB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff86065000 -     0x7fff86073fff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff86074000 -     0x7fff86ec7ffb  com.apple.WebCore (9537 - 9537.77.4) <9C4E816A-0DAC-31B2-85C3-910164F3E741> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff877b1000 -     0x7fff877eaff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff877eb000 -     0x7fff877ebfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff877f5000 -     0x7fff877fcffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
        0x7fff877fd000 -     0x7fff8783dfff  com.apple.PassKit (1.0 - 1) <CE4A0FC6-6E65-38AC-BC8E-74821D713B43> /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit
        0x7fff8783e000 -     0x7fff87864ff7  com.apple.iCalendar (7.0 - 162.2) <8715F4AA-3E35-3E36-B085-128C3DC332B1> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
        0x7fff8788b000 -     0x7fff879f9ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks

    Back up all data before proceeding.
    Step 1
    If Mail crashes or freezes immediately on launch, try the steps suggested on this page. Sometimes a corrupt message on a mail server can be deleted by logging in to the server through its web page. If Mail still crashes on launch, skip to Step 3.
    Step 2
    Select all your mailboxes, and then select
              Mailbox ▹ Export Mailbox...
    from the Mail menu bar. Export the mailboxes to the Desktop folder.
    Make a note of the settings for all your Mail accounts – everything you'd need to reconstruct the settings from scratch.
    Quit Mail.
    Step 3
    In the Finder, hold down the option key and select
              Go ▹ Library
    from the menu bar. Move the following items from the folder that opens to the Desktop:
              Application Support/AddressBook/MailRecents-v4.abcdmr
              Containers/com.apple.mail
              Containers/com.apple.MailServiceAgent
              Mail
    Note: you are not moving the Mail application. You’re moving a folder named “Mail.”
    Launch Mail. It will behave as if you were setting it up for the first time. Go through the setup process with one of your accounts, using the information you noted earlier. Test. If Mail works now, recreate the rest of your settings.
    If there’s no improvement, quit Mail and put back the items you moved to the Desktop, replacing any newer ones that may have been created in their place. Stop here and post your results.
    Step 4
    This step should not be necessary with IMAP or Exchange mailboxes, because they synchronize automatically with the server. Nevertheless, if the mailboxes are very large, importing them may spare you the need for a long download.
    If you took Step 2, import the mailboxes you exported:
              File ▹ Import Mailbox...
    If you skipped Step 2, look inside the Mail folder on the Desktop for a subfolder Mail/V2/Mailboxes. Import the mailboxes it contains.
    Test. If Mail is still working, delete the items you moved to the Desktop in Step 3.

  • Mac Mail Crashing when selecting Exchange Inbox

    Behavior started today.  I noticed i can be disconnected from the network and can access my inbox but once I connect, Mail crashes.  I've tried deleted the "container" files per other threads and numerous other work-arounds but I can't seem to get this to end.  Here is the crash report:
    Process:         Mail [2450]
    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 [182]
    Responsible:     Mail [2450]
    User ID:         1935180466
    Date/Time:       2015-03-16 17:17:43.465 -0700
    OS Version:      Mac OS X 10.9.5 (13F1066)
    Report Version:  11
    Anonymous UUID:  D3E59276-1CFA-4C32-D7FF-C6B220D0F59B
    Crashed Thread:  17  Dispatch queue: NSOperationQueue Serial Queue
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString getBytes:length:]: unrecognized selector sent to instance 0x608008e33ea0'
    abort() called
    terminating with uncaught exception of type NSException
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff9206625c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff93c70e75 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff9206912d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
    3   CoreFoundation                      0x00007fff91fc4272 ___forwarding___ + 1010
    4   CoreFoundation                      0x00007fff91fc3df8 _CF_forwarding_prep_0 + 120
    5   AppKit                              0x00007fff8f497a1a +[NSEPSImageRep canInitWithData:] + 65
    6   AppKit                              0x00007fff8f50d864 +[NSImageRep imageRepClassForData:] + 177
    7   AppKit                              0x00007fff8f504679 -[NSImage initWithData:] + 36
    8   Mail                                0x00007fff8dcfd662 __44-[MFAddressManager consumeImageData:forTag:]_block_invoke + 58
    9   Foundation                          0x00007fff8ecce6d5 -[NSBlockOperation main] + 75
    10  Foundation                          0x00007fff8ecadec1 -[__NSOperationInternal _start:] + 631
    11  Foundation                          0x00007fff8ecadb6b __NSOQSchedule_f + 64
    12  libdispatch.dylib                   0x00007fff8bd7828d _dispatch_client_callout + 8
    13  libdispatch.dylib                   0x00007fff8bd7a673 _dispatch_queue_drain + 451
    14  libdispatch.dylib                   0x00007fff8bd7b9c1 _dispatch_queue_invoke + 110
    15  libdispatch.dylib                   0x00007fff8bd79f87 _dispatch_root_queue_drain + 75
    16  libdispatch.dylib                   0x00007fff8bd7b177 _dispatch_worker_thread2 + 40
    17  libsystem_pthread.dylib             0x00007fff94f66ef8 _pthread_wqthread + 314
    18  libsystem_pthread.dylib             0x00007fff94f69fb9 start_wqthread + 13
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8a3bfa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8a3bed18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff91f88f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff91f88539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff91f87e75 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox           0x00007fff8a131a0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox           0x00007fff8a1317b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox           0x00007fff8a1315bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit               0x00007fff8efcb24e _DPSNextEvent + 1434
    9   com.apple.AppKit               0x00007fff8efca89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.AppKit               0x00007fff8efbe99c -[NSApplication run] + 553
    11  com.apple.AppKit               0x00007fff8efa9783 NSApplicationMain + 940
    12  libdyld.dylib                 0x00007fff978175fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8a3c4662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8bd7a421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff8bd7a136 _dispatch_mgr_thread + 52
    Thread 2:: -[MFIMAPAccount _synchronizeAccountWithServerHighPriority:]  Dispatch queue: NSOperationQueue 0x60000003fea0
    0   libsystem_kernel.dylib         0x00007fff8a3c3746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff94f68779 _pthread_mutex_lock + 372
    2   com.apple.IMAP                 0x00007fff8fb49bf8 -[IMAPMailboxSyncEngine _copyDataSource] + 32
    3   com.apple.IMAP                 0x00007fff8fb4f831 -[IMAPMailboxSyncEngine _goWithMessages:] + 45
    4   com.apple.Mail.framework       0x00007fff8ddb6e2e -[MFLibraryIMAPStore _openSynchronouslyUpdatingMetadata:withOptions:] + 347
    5   com.apple.Mail.framework       0x00007fff8ddb7594 -[MFLibraryIMAPStore _fetchForCheckingNewMail:] + 54
    6   com.apple.Mail.framework       0x00007fff8de6b10a -[MFRemoteStoreAccount _synchronizeMailboxesSynchronously] + 738
    7   com.apple.Mail.framework       0x00007fff8de6a9cf -[MFRemoteStoreAccount _synchronizeAccountWithServerHighPriority:] + 1012
    8   com.apple.Mail.framework       0x00007fff8dd70517 -[MFIMAPAccount _synchronizeAccountWithServerHighPriority:] + 52
    9   com.apple.CoreFoundation       0x00007fff91f519ac __invoking___ + 140
    10  com.apple.CoreFoundation       0x00007fff91f51814 -[NSInvocation invoke] + 308
    11  com.apple.MailCore             0x00007fff8addb7a4 -[MCMonitoredInvocation invoke] + 211
    12  com.apple.MailCore             0x00007fff8adfe448 -[MCThrowingInvocationOperation main] + 40
    13  com.apple.MailCore             0x00007fff8ada2b28 -[_MCInvocationOperation main] + 332
    14  com.apple.Foundation           0x00007fff8ecadec1 -[__NSOperationInternal _start:] + 631
    15  com.apple.Foundation           0x00007fff8ecadb6b __NSOQSchedule_f + 64
    16  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    17  libdispatch.dylib             0x00007fff8bd7c7e3 _dispatch_async_redirect_invoke + 154
    18  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    19  libdispatch.dylib             0x00007fff8bd7a082 _dispatch_root_queue_drain + 326
    20  libdispatch.dylib             0x00007fff8bd7b177 _dispatch_worker_thread2 + 40
    21  libsystem_pthread.dylib       0x00007fff94f66ef8 _pthread_wqthread + 314
    22  libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 3:: Dispatch queue: NSOperationQueue 0x60000003fea0
    0   libsystem_kernel.dylib         0x00007fff8a3c3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94f67c77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8ed10160 -[__NSOperationInternal _waitUntilFinishedOrTimeout:outer:] + 218
    3   com.apple.IMAP                 0x00007fff8fb2ac70 -[IMAPClientOperationQueue waitUntilOperationIsFinished:] + 228
    4   com.apple.IMAP                 0x00007fff8fb44ca1 -[IMAPGateway waitUntilClientOperationIsFinished:] + 184
    5   com.apple.IMAP                 0x00007fff8fb44bd7 -[IMAPGateway addClientOperation:toQueueAndWaitUntilFinished:] + 397
    6   com.apple.IMAP                 0x00007fff8fb2e89a -[IMAPCommandPipeline failureResponsesFromSendingCommandsWithGateway:responseHandler:highPriority:] + 281
    7   com.apple.IMAP                 0x00007fff8fb546fc -[IMAPMailboxSyncEngine _cacheMessagesWithMonitor:] + 2411
    8   com.apple.IMAP                 0x00007fff8fb4fd15 -[IMAPMailboxSyncEngine _goWithMessages:] + 1297
    9   com.apple.Mail.framework       0x00007fff8ddb6e2e -[MFLibraryIMAPStore _openSynchronouslyUpdatingMetadata:withOptions:] + 347
    10  com.apple.Mail.framework       0x00007fff8ddb7594 -[MFLibraryIMAPStore _fetchForCheckingNewMail:] + 54
    11  com.apple.Mail.framework       0x00007fff8dd6c5ce -[MFIMAPAccount fetchSynchronouslyIsAuto:] + 259
    12  com.apple.CoreFoundation       0x00007fff91f519ac __invoking___ + 140
    13  com.apple.CoreFoundation       0x00007fff91f51814 -[NSInvocation invoke] + 308
    14  com.apple.MailCore             0x00007fff8addb7a4 -[MCMonitoredInvocation invoke] + 211
    15  com.apple.MailCore             0x00007fff8adfe448 -[MCThrowingInvocationOperation main] + 40
    16  com.apple.MailCore             0x00007fff8ada2b28 -[_MCInvocationOperation main] + 332
    17  com.apple.Foundation           0x00007fff8ecadec1 -[__NSOperationInternal _start:] + 631
    18  com.apple.Foundation           0x00007fff8ecadb6b __NSOQSchedule_f + 64
    19  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    20  libdispatch.dylib             0x00007fff8bd7c7e3 _dispatch_async_redirect_invoke + 154
    21  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    22  libdispatch.dylib             0x00007fff8bd7a082 _dispatch_root_queue_drain + 326
    23  libdispatch.dylib             0x00007fff8bd7b177 _dispatch_worker_thread2 + 40
    24  libsystem_pthread.dylib       0x00007fff94f66ef8 _pthread_wqthread + 314
    25  libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 4:: -[IMAPMailboxSyncEngine _goWithMessagesIfNeeded:]  Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib         0x00007fff8a3c3746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff94f68779 _pthread_mutex_lock + 372
    2   com.apple.IMAP                 0x00007fff8fb49bf8 -[IMAPMailboxSyncEngine _copyDataSource] + 32
    3   com.apple.IMAP                 0x00007fff8fb4f831 -[IMAPMailboxSyncEngine _goWithMessages:] + 45
    4   com.apple.CoreFoundation       0x00007fff91f519ac __invoking___ + 140
    5   com.apple.CoreFoundation       0x00007fff91f51814 -[NSInvocation invoke] + 308
    6   com.apple.MailCore             0x00007fff8addb7a4 -[MCMonitoredInvocation invoke] + 211
    7   com.apple.MailCore             0x00007fff8adfe448 -[MCThrowingInvocationOperation main] + 40
    8   com.apple.MailCore             0x00007fff8ada2b28 -[_MCInvocationOperation main] + 332
    9   com.apple.Foundation           0x00007fff8ecadec1 -[__NSOperationInternal _start:] + 631
    10  com.apple.Foundation           0x00007fff8ecadb6b __NSOQSchedule_f + 64
    11  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    12  libdispatch.dylib             0x00007fff8bd7a673 _dispatch_queue_drain + 451
    13  libdispatch.dylib             0x00007fff8bd7b9c1 _dispatch_queue_invoke + 110
    14  libdispatch.dylib             0x00007fff8bd79f87 _dispatch_root_queue_drain + 75
    15  libdispatch.dylib             0x00007fff8bd7b177 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib       0x00007fff94f66ef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff8a3bfa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8a3bed18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff91f88f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff91f88539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff91f87e75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff8f16b05e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff94f65899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff94f6572a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff94f69fc9 thread_start + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0   com.apple.CoreFoundation       0x00007fff91f4445a -[__NSArrayM objectAtIndex:] + 90
    1   com.apple.CFNetwork           0x00007fff8e014937 CoreSchedulingSet::create(__CFArray const*) + 41
    2   com.apple.CFNetwork           0x00007fff8e118cc6 CoreStreamBase::copySchedulingSet() const + 48
    3   com.apple.CFNetwork           0x00007fff8e016b30 CoreStreamBase::_streamSetEventAndScheduleDelivery(unsigned long, unsigned char) + 78
    4   com.apple.CFNetwork           0x00007fff8e044254 HTTPReadFilter::socketReadStreamCallback(unsigned long) + 810
    5   com.apple.CFNetwork           0x00007fff8e043f1a HTTPReadFilter::_httpRdFilterStreamCallBack(__CoreReadStream*, unsigned long, void*) + 118
    6   com.apple.CFNetwork           0x00007fff8e016e79 CoreReadStreamClient::coreStreamEventsAvailable(unsigned long) + 53
    7   com.apple.CFNetwork           0x00007fff8e118f85 CoreStreamBase::_callClientNow(CoreStreamClient*) + 53
    8   com.apple.CFNetwork           0x00007fff8e016b99 CoreStreamBase::_streamSetEventAndScheduleDelivery(unsigned long, unsigned char) + 183
    9   com.apple.CFNetwork           0x00007fff8e016922 SocketStream::dispatchSignalFromSocketCallbackUnlocked(SocketStreamSignalHolder *) + 74
    10  com.apple.CFNetwork           0x00007fff8e016050 SocketStream::socketCallback(__CFSocket*, unsigned long, __CFData const*, void const*) + 206
    11  com.apple.CFNetwork           0x00007fff8e015f52 SocketStream::_SocketCallBack_stream(__CFSocket*, unsigned long, __CFData const*, void const*, void*) + 64
    12  com.apple.CoreFoundation       0x00007fff91fd7057 __CFSocketPerformV0 + 855
    13  com.apple.CoreFoundation       0x00007fff91f975b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    14  com.apple.CoreFoundation       0x00007fff91f88c62 __CFRunLoopDoSources0 + 242
    15  com.apple.CoreFoundation       0x00007fff91f883ef __CFRunLoopRun + 831
    16  com.apple.CoreFoundation       0x00007fff91f87e75 CFRunLoopRunSpecific + 309
    17  com.apple.Foundation           0x00007fff8ed0cf87 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    18  com.apple.Foundation           0x00007fff8ed0cd8b __NSThread__main__ + 1318
    19  libsystem_pthread.dylib       0x00007fff94f65899 _pthread_body + 138
    20  libsystem_pthread.dylib       0x00007fff94f6572a _pthread_start + 137
    21  libsystem_pthread.dylib       0x00007fff94f69fc9 thread_start + 13
    Thread 7:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff8a3c39aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff91fd4a03 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff94f65899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff94f6572a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff94f69fc9 thread_start + 13
    Thread 8:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib         0x00007fff8a3bfa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8a3bed18 mach_msg + 64
    2   com.apple.QuartzCore           0x00007fff8eaf8377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore           0x00007fff8eaf82ad thread_fun + 25
    4   libsystem_pthread.dylib       0x00007fff94f65899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff94f6572a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff94f69fc9 thread_start + 13
    Thread 9:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff8a3c3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94f67c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8ff75cb5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore       0x00007fff8ff6af4f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib       0x00007fff94f65899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff94f6572a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff94f69fc9 thread_start + 13
    Thread 10:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8a3c3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94f67c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8ff76727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8ff765b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8ff6af4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff94f65899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94f6572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94f69fc9 thread_start + 13
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8a3c3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94f67c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8ff76727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8ff765b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8ff6af4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff94f65899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94f6572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94f69fc9 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8a3c3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94f67c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8ff76727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8ff765b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8ff6af4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff94f65899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94f6572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94f69fc9 thread_start + 13
    Thread 13:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff8a3c3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94f67c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8ff75cb5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore       0x00007fff8ff6af4f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib       0x00007fff94f65899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff94f6572a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff94f69fc9 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8a3c3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94f67c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8ff76727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8ff765b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8ff6af4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff94f65899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94f6572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94f69fc9 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8a3c3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94f67c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8ff76727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8ff765b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8ff6af4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff94f65899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94f6572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94f69fc9 thread_start + 13
    Thread 16:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8a3c3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94f67c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore       0x00007fff8ff76727 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore       0x00007fff8ff765b8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff8ff6af4f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff94f65899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff94f6572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff94f69fc9 thread_start + 13
    Thread 17 Crashed:: Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib         0x00007fff8a3c3866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x00007fff94f6635c pthread_kill + 92
    2   libsystem_c.dylib             0x00007fff91c27b1a abort + 125
    3   libc++abi.dylib               0x00007fff957a2f31 abort_message + 257
    4   libc++abi.dylib               0x00007fff957c8952 default_terminate_handler() + 264
    5   libobjc.A.dylib               0x00007fff93c7130d _objc_terminate() + 103
    6   libc++abi.dylib               0x00007fff957c61d1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib               0x00007fff957c6246 std::terminate() + 54
    8   libobjc.A.dylib               0x00007fff93c710b0 objc_terminate + 9
    9   libdispatch.dylib             0x00007fff8bd782a1 _dispatch_client_callout + 28
    10  libdispatch.dylib             0x00007fff8bd7a673 _dispatch_queue_drain + 451
    11  libdispatch.dylib             0x00007fff8bd7b9c1 _dispatch_queue_invoke + 110
    12  libdispatch.dylib             0x00007fff8bd79f87 _dispatch_root_queue_drain + 75
    13  libdispatch.dylib             0x00007fff8bd7b177 _dispatch_worker_thread2 + 40
    14  libsystem_pthread.dylib       0x00007fff94f66ef8 _pthread_wqthread + 314
    15  libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff8a3c3e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff94f66f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 19:: -[MFGmailLabelStore asynchronousCopyOfAllMessagesWithOptions:]  Dispatch queue: NSOperationQueue 0x60000003fea0
    0   libsqlite3.dylib               0x00007fff8c343a57 sqlite3VdbeExec + 42503
    1   libsqlite3.dylib               0x00007fff8c33840a sqlite3_step + 666
    2   com.apple.Mail.framework       0x00007fff8dd988cd __50+[MFLibrary sendMessagesMatchingQuery:to:options:]_block_invoke + 257
    3   com.apple.Mail.framework       0x00007fff8ddafe05 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1328
    4   com.apple.Mail.framework       0x00007fff8dd98782 +[MFLibrary sendMessagesMatchingQuery:to:options:] + 319
    5   com.apple.Mail.framework       0x00007fff8dda858e +[MFLibrary sendMessagesMatchingCriterion:to:options:searchType:async:] + 483
    6   com.apple.Mail.framework       0x00007fff8ddc8009 -[MFLibraryStore asynchronousCopyOfAllMessagesWithOptions:] + 391
    7   com.apple.CoreFoundation       0x00007fff91f519ac __invoking___ + 140
    8   com.apple.CoreFoundation       0x00007fff91f51814 -[NSInvocation invoke] + 308
    9   com.apple.MailCore             0x00007fff8adfe448 -[MCThrowingInvocationOperation main] + 40
    10  com.apple.MailCore             0x00007fff8ada2b28 -[_MCInvocationOperation main] + 332
    11  com.apple.Foundation           0x00007fff8ecadec1 -[__NSOperationInternal _start:] + 631
    12  com.apple.Foundation           0x00007fff8ecadb6b __NSOQSchedule_f + 64
    13  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    14  libdispatch.dylib             0x00007fff8bd7c7e3 _dispatch_async_redirect_invoke + 154
    15  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    16  libdispatch.dylib             0x00007fff8bd7a082 _dispatch_root_queue_drain + 326
    17  libdispatch.dylib             0x00007fff8bd7b177 _dispatch_worker_thread2 + 40
    18  libsystem_pthread.dylib       0x00007fff94f66ef8 _pthread_wqthread + 314
    19  libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff8a3c3e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff94f66f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 21:: Dispatch queue: NSBlockOperation Queue
    0   libsystem_kernel.dylib         0x00007fff8a3c3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94f67c77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8ed10160 -[__NSOperationInternal _waitUntilFinishedOrTimeout:outer:] + 218
    3   com.apple.Mail.framework       0x00007fff8dd57c07 -[MFEWSStore _fetchChangesFromServer] + 390
    4   com.apple.Mail.framework       0x00007fff8dd2b07c __50-[MFEWSAccount _synchronizeMailboxesSynchronously]_block_invoke + 401
    5   libdispatch.dylib             0x00007fff8bd7f8d9 _dispatch_client_callout2 + 8
    6   libdispatch.dylib             0x00007fff8bd7f82a _dispatch_apply_invoke + 87
    7   libdispatch.dylib             0x00007fff8bd82bed _dispatch_apply_redirect + 351
    8   libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    9   libdispatch.dylib             0x00007fff8bd7f3b0 _dispatch_sync_f_invoke + 39
    10  libdispatch.dylib             0x00007fff8bd7f60b dispatch_apply_f + 267
    11  com.apple.Foundation           0x00007fff8ecce7c8 -[NSBlockOperation main] + 318
    12  com.apple.Foundation           0x00007fff8ecadec1 -[__NSOperationInternal _start:] + 631
    13  com.apple.Foundation           0x00007fff8ecadb6b __NSOQSchedule_f + 64
    14  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    15  libdispatch.dylib             0x00007fff8bd7c7e3 _dispatch_async_redirect_invoke + 154
    16  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    17  libdispatch.dylib             0x00007fff8bd7a082 _dispatch_root_queue_drain + 326
    18  libdispatch.dylib             0x00007fff8bd7b177 _dispatch_worker_thread2 + 40
    19  libsystem_pthread.dylib       0x00007fff94f66ef8 _pthread_wqthread + 314
    20  libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 22:: Dispatch queue: NSOperationQueue 0x608000232340
    0   libsystem_kernel.dylib         0x00007fff8a3c3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94f67c3b _pthread_cond_wait + 727
    2   com.apple.Foundation           0x00007fff8ed11c29 -[__NSOperationInternal _waitUntilFinished:] + 93
    3   com.apple.Mail.framework       0x00007fff8dd411f8 -[MFEWSGateway fetchMimeDataForMessage:errorHandler:] + 430
    4   com.apple.Mail.framework       0x00007fff8dd553f5 -[MFEWSStore _fetchBodyDataForMessage:andHeaderDataIfReadilyAvailable:fetchIfNotAvailable:] + 399
    5   com.apple.Mail.framework       0x00007fff8dd556be -[MFEWSStore fullBodyDataForMessage:andHeaderDataIfReadilyAvailable:fetchIfNotAvailable:] + 266
    6   com.apple.MailCore             0x00007fff8adacec0 -[MCMessage messageDataIncludingFromSpace:newDocumentID:] + 74
    7   com.apple.Mail.framework       0x00007fff8dd8e361 +[MFLibrary insertOrUpdateMessages:withMailbox:fetchBodies:isInitialImport:oldMessagesByNew Message:remoteIDs:newDocumentIDs:setFlags:clearFlags:messageFlagsForMessages:cop yFiles:progressDelegate:updateRowIDs:error:] + 3310
    8   com.apple.Mail.framework       0x00007fff8ddcb99f -[MFLibraryStore appendMessages:unsuccessfulOnes:newMessageIDs:newMessages:newDocumentIDsByOld:f lagsToSet:forMove:error:] + 642
    9   com.apple.Mail.framework       0x00007fff8de67f21 -[MFRemoteStore updateMessagesLocally:missedMessages:newMessageIDs:] + 76
    10  com.apple.Mail.framework       0x00007fff8dd40957 -[MFEWSGateway _updateMessagesLocallyFromSync:inStore:withFolderIdString:newMessageIDs:newSync State:] + 131
    11  com.apple.CoreFoundation       0x00007fff91f519ac __invoking___ + 140
    12  com.apple.CoreFoundation       0x00007fff91f51814 -[NSInvocation invoke] + 308
    13  com.apple.MailCore             0x00007fff8adfe448 -[MCThrowingInvocationOperation main] + 40
    14  com.apple.Foundation           0x00007fff8ecadec1 -[__NSOperationInternal _start:] + 631
    15  com.apple.Foundation           0x00007fff8ecadb6b __NSOQSchedule_f + 64
    16  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    17  libdispatch.dylib             0x00007fff8bd7c7e3 _dispatch_async_redirect_invoke + 154
    18  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    19  libdispatch.dylib             0x00007fff8bd7a082 _dispatch_root_queue_drain + 326
    20  libdispatch.dylib             0x00007fff8bd7b177 _dispatch_worker_thread2 + 40
    21  libsystem_pthread.dylib       0x00007fff94f66ef8 _pthread_wqthread + 314
    22  libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 23:: -[MFSnippetManager _calculateSnippetForMessages]  Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib         0x00007fff8a3c37ee __psynch_rw_wrlock + 10
    1   libsystem_pthread.dylib       0x00007fff94f6900e _pthread_rwlock_lock + 507
    2   com.apple.Mail.framework       0x00007fff8ddb0be4 +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 374
    3   com.apple.Mail.framework       0x00007fff8ddafcd1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework       0x00007fff8dd83877 +[MFLibrary setSnippetsForMessages:] + 83
    5   com.apple.Mail.framework       0x00007fff8ddc8467 -[MFLibraryStore saveSnippetsForMessages:] + 272
    6   com.apple.Mail.framework       0x00007fff8de7f1ad __48-[MFSnippetManager _calculateSnippetForMessages]_block_invoke + 715
    7   com.apple.CoreFoundation       0x00007fff91fa36df __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 111
    8   com.apple.CoreFoundation       0x00007fff91fa35ee -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 222
    9   com.apple.Mail.framework       0x00007fff8de7eec2 -[MFSnippetManager _calculateSnippetForMessages] + 287
    10  com.apple.CoreFoundation       0x00007fff91f519ac __invoking___ + 140
    11  com.apple.CoreFoundation       0x00007fff91f51814 -[NSInvocation invoke] + 308
    12  com.apple.MailCore             0x00007fff8adfe448 -[MCThrowingInvocationOperation main] + 40
    13  com.apple.MailCore             0x00007fff8ada2b28 -[_MCInvocationOperation main] + 332
    14  com.apple.Foundation           0x00007fff8ecadec1 -[__NSOperationInternal _start:] + 631
    15  com.apple.Foundation           0x00007fff8ecadb6b __NSOQSchedule_f + 64
    16  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    17  libdispatch.dylib             0x00007fff8bd7a673 _dispatch_queue_drain + 451
    18  libdispatch.dylib             0x00007fff8bd7b9c1 _dispatch_queue_invoke + 110
    19  libdispatch.dylib             0x00007fff8bd79f87 _dispatch_root_queue_drain + 75
    20  libdispatch.dylib             0x00007fff8bd7b177 _dispatch_worker_thread2 + 40
    21  libsystem_pthread.dylib       0x00007fff94f66ef8 _pthread_wqthread + 314
    22  libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 24:: Dispatch queue: NSOperationQueue 0x608006433c40
    0   libsystem_kernel.dylib         0x00007fff8a3bfa56 semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff8bd7c9f9 _dispatch_semaphore_wait_slow + 206
    2   com.apple.CFOpenDirectory     0x00007fff9531d1cf ODQueryCopyResults + 195
    3   com.apple.OpenDirectory       0x00007fff8ff00c33 -[ODQuery resultsAllowingPartial:error:] + 46
    4   com.apple.AddressBook.framework 0x00007fff91d047ee -[ABDirectoryServicesImageTask run:] + 755
    5   com.apple.AddressBook.framework 0x00007fff91cfbc38 -[ABAggregateTask run:] + 228
    6   com.apple.AddressBook.framework 0x00007fff91cfbc38 -[ABAggregateTask run:] + 228
    7   com.apple.AddressBook.framework 0x00007fff91dd64c9 -[ABLoadRemoteImagesOperation _doMain] + 102
    8   com.apple.AddressBook.ContactsData 0x00007fff8d88bb13 ab_set_current_queue_name_while_running_block + 154
    9   com.apple.AddressBook.framework 0x00007fff91dd640f -[ABLoadRemoteImagesOperation main] + 80
    10  com.apple.Foundation           0x00007fff8ecadec1 -[__NSOperationInternal _start:] + 631
    11  com.apple.Foundation           0x00007fff8ecadb6b __NSOQSchedule_f + 64
    12  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    13  libdispatch.dylib             0x00007fff8bd7c7e3 _dispatch_async_redirect_invoke + 154
    14  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    15  libdispatch.dylib             0x00007fff8bd7a082 _dispatch_root_queue_drain + 326
    16  libdispatch.dylib             0x00007fff8bd7b177 _dispatch_worker_thread2 + 40
    17  libsystem_pthread.dylib       0x00007fff94f66ef8 _pthread_wqthread + 314
    18  libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 25:: -[MFEWSAccount _synchronizeAccountWithServerHighPriority:]  Dispatch queue: NSOperationQueue 0x60000003fea0
    0   libsystem_kernel.dylib         0x00007fff8a3c3716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff94f67c77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8ed10160 -[__NSOperationInternal _waitUntilFinishedOrTimeout:outer:] + 218
    3   com.apple.Mail.framework       0x00007fff8dd2ad46 -[MFEWSAccount _synchronizeMailboxesSynchronously] + 764
    4   com.apple.Mail.framework       0x00007fff8de6a9cf -[MFRemoteStoreAccount _synchronizeAccountWithServerHighPriority:] + 1012
    5   com.apple.CoreFoundation       0x00007fff91f519ac __invoking___ + 140
    6   com.apple.CoreFoundation       0x00007fff91f51814 -[NSInvocation invoke] + 308
    7   com.apple.MailCore             0x00007fff8addb7a4 -[MCMonitoredInvocation invoke] + 211
    8   com.apple.MailCore             0x00007fff8adfe448 -[MCThrowingInvocationOperation main] + 40
    9   com.apple.MailCore             0x00007fff8ada2b28 -[_MCInvocationOperation main] + 332
    10  com.apple.Foundation           0x00007fff8ecadec1 -[__NSOperationInternal _start:] + 631
    11  com.apple.Foundation           0x00007fff8ecadb6b __NSOQSchedule_f + 64
    12  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    13  libdispatch.dylib             0x00007fff8bd7c7e3 _dispatch_async_redirect_invoke + 154
    14  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    15  libdispatch.dylib             0x00007fff8bd7a082 _dispatch_root_queue_drain + 326
    16  libdispatch.dylib             0x00007fff8bd7b177 _dispatch_worker_thread2 + 40
    17  libsystem_pthread.dylib       0x00007fff94f66ef8 _pthread_wqthread + 314
    18  libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff8a3c3e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff94f66f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 27:: Dispatch queue: NSOperationQueue 0x6000002ce3f0
    0   libsystem_kernel.dylib         0x00007fff8a3bfa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8a3bed18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff91f88f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff91f88539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff91f87e75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff8ed0f0fc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.MailCore             0x00007fff8adfb4fb -[MCSocket readBytes:maxLength:error:] + 786
    7   com.apple.MailCore             0x00007fff8ad93153 -[MCConnection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 109
    8   com.apple.MailCore             0x00007fff8ad92f9e -[MCConnection _fillBuffer:] + 590
    9   com.apple.MailCore             0x00007fff8ad92bc3 -[MCConnection _readLineIntoData:error:] + 156
    10  com.apple.IMAP                 0x00007fff8fb32323 -[IMAPConnection _readLineIntoData:error:] + 50
    11  com.apple.IMAP                 0x00007fff8fb3951f -[IMAPConnection(MFPrivate) _readDataOfLength:intoData:error:] + 114
    12  com.apple.IMAP                 0x00007fff8fb61cef +[IMAPResponse newIMAPResponseWithConnection:error:] + 85
    13  com.apple.IMAP                 0x00007fff8fb32403 -[IMAPConnection _copyNextServerResponse:] + 38
    14  com.apple.IMAP                 0x00007fff8fb32519 -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:exists:] + 179
    15  com.apple.IMAP                 0x00007fff8fb37f49 -[IMAPConnection _responseFromSendingOperation:] + 979
    16  com.apple.IMAP                 0x00007fff8fb318b8 -[IMAPConnection executeClientOperation:] + 31
    17  com.apple.IMAP                 0x00007fff8fb27ee7 -[IMAPClientOperation executeOnConnection:] + 26
    18  com.apple.IMAP                 0x00007fff8fb3178a -[IMAPConnection prepareAndExecuteOperation:outWrongState:] + 1216
    19  com.apple.IMAP                 0x00007fff8fb447fe -[IMAPGateway _allowClientOperationThrough:] + 910
    20  com.apple.IMAP                 0x00007fff8fb44415 -[IMAPGateway allowClientOperationThrough:] + 385
    21  com.apple.IMAP                 0x00007fff8fb27ebb -[IMAPClientOperation main] + 57
    22  com.apple.Foundation           0x00007fff8ecadec1 -[__NSOperationInternal _start:] + 631
    23  com.apple.Foundation           0x00007fff8ecadb6b __NSOQSchedule_f + 64
    24  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    25  libdispatch.dylib             0x00007fff8bd7c7e3 _dispatch_async_redirect_invoke + 154
    26  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    27  libdispatch.dylib             0x00007fff8bd7a082 _dispatch_root_queue_drain + 326
    28  libdispatch.dylib             0x00007fff8bd7b177 _dispatch_worker_thread2 + 40
    29  libsystem_pthread.dylib       0x00007fff94f66ef8 _pthread_wqthread + 314
    30  libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 28:: -[MFAddressManager _fetchImageForAddress:]  Dispatch queue: NSOperationQueue Serial Queue
    0   libsqlite3.dylib               0x00007fff8c339ea6 sqlite3VdbeExec + 2646
    1   libsqlite3.dylib               0x00007fff8c33840a sqlite3_step + 666
    2   com.apple.CoreData             0x00007fff8a7859a6 _execute + 214
    3   com.apple.CoreData             0x00007fff8a785658 -[NSSQLiteConnection execute] + 2040
    4   com.apple.CoreData             0x00007fff8a796560 -[NSSQLCore _newRowsForFetchPlan:selectedBy:withArgument:] + 864
    5   com.apple.CoreData             0x00007fff8a78c85f -[NSSQLCore objectsForFetchRequest:inContext:] + 527
    6   com.apple.CoreData             0x00007fff8a78c397 -[NSSQLCore executeRequest:withContext:error:] + 247
    7   com.apple.CoreData             0x00007fff8a78b71b -[NSPersistentStoreCoordinator executeRequest:withContext:error:] + 1755
    8   com.apple.CoreData             0x00007fff8a789c1b -[NSManagedObjectContext executeFetchRequest:error:] + 507
    9   com.apple.AddressBook.framework 0x00007fff91cd26a9 +[ABRecordCoreDataFactoryImpl fetchObjectsForClass:withPredicate:prefetchingKeyPaths:managedObjectContext:aff ectedStores:] + 506
    10  com.apple.AddressBook.framework 0x00007fff91cd2295 +[ABRecordCoreDataFactoryImpl fetchPublicRecordsForClass:withPredicate:prefetchingKeyPaths:addressBook:persis tentStoreUrls:] + 140
    11  com.apple.AddressBook.framework 0x00007fff91d1b7ad +[ABRecordCoreDataFactoryImpl fetchPublicRecordsForClass:withPredicate:prefetchingKeyPaths:addressBook:] + 29
    12  com.apple.AddressBook.framework 0x00007fff91d1b770 __80-[ABAddressBook recordsForClass:matchingPredicate:prefetchingKeyPaths:takeLock:]_block_invoke + 45
    13  com.apple.AddressBook.framework 0x00007fff91d1b5df -[ABAddressBook performFetchWithType:recordClass:predicate:takeLock:block:] + 294
    14  com.apple.AddressBook.framework 0x00007fff91d1b463 -[ABAddressBook recordsForClass:matchingPredicate:prefetchingKeyPaths:takeLock:] + 252
    15  com.apple.AddressBook.framework 0x00007fff91d19b09 -[ABAddressBook recordsMatchingSearchElement:takeLock:] + 1030
    16  com.apple.AddressBook.framework 0x00007fff91d84e9a -[ABRemoteImageLoader personForEmailAddresses:] + 103
    17  com.apple.AddressBook.framework 0x00007fff91d84d08 -[ABRemoteImageLoader beginLoadingImageForEmails:completionHandler:] + 85
    18  com.apple.AddressBook.framework 0x00007fff91d84b62 -[ABRemoteImageLoader beginLoadingImageForEmails:forClient:] + 111
    19  com.apple.Mail.framework       0x00007fff8dcfd423 -[MFAddressManager _fetchImageForAddress:] + 228
    20  com.apple.CoreFoundation       0x00007fff91f519ac __invoking___ + 140
    21  com.apple.CoreFoundation       0x00007fff91f51814 -[NSInvocation invoke] + 308
    22  com.apple.MailCore             0x00007fff8addb7a4 -[MCMonitoredInvocation invoke] + 211
    23  com.apple.MailCore             0x00007fff8adfe448 -[MCThrowingInvocationOperation main] + 40
    24  com.apple.MailCore             0x00007fff8ada2b28 -[_MCInvocationOperation main] + 332
    25  com.apple.Foundation           0x00007fff8ecadec1 -[__NSOperationInternal _start:] + 631
    26  com.apple.Foundation           0x00007fff8ecadb6b __NSOQSchedule_f + 64
    27  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    28  libdispatch.dylib             0x00007fff8bd7a673 _dispatch_queue_drain + 451
    29  libdispatch.dylib             0x00007fff8bd7b9c1 _dispatch_queue_invoke + 110
    30  libdispatch.dylib             0x00007fff8bd79f87 _dispatch_root_queue_drain + 75
    31  libdispatch.dylib             0x00007fff8bd7b177 _dispatch_worker_thread2 + 40
    32  libsystem_pthread.dylib       0x00007fff94f66ef8 _pthread_wqthread + 314
    33  libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 29:: Dispatch queue: NSOperationQueue 0x608000231620
    0   libsystem_kernel.dylib         0x00007fff8a3bfa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8a3bed18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff91f88f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff91f88539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff91f87e75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff8ed0f0fc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.ExchangeWebServices 0x00007fff8c90d78b -[SOAPRequest sendSynchronously:] + 466
    7   com.apple.ExchangeWebServices 0x00007fff8c8f4679 -[EWSExchangeServiceBinding sendSynchronousMessage:error:] + 89
    8   com.apple.Mail.framework       0x00007fff8dd33c7c -[MFEWSConnection _sendMessage:error:] + 306
    9   com.apple.Mail.framework       0x00007fff8dd333af -[MFEWSConnection sendMessage:forRequest:] + 51
    10  com.apple.Mail.framework       0x00007fff8dd3cb9b -[MFEWSGateway sendMessage:forRequest:] + 70
    11  com.apple.Mail.framework       0x00007fff8dd53169 -[MFEWSRequestOperation executeOperation] + 110
    12  com.apple.MailCore             0x00007fff8addbb3a -[MCMonitoredOperation main] + 211
    13  com.apple.Foundation           0x00007fff8ecadec1 -[__NSOperationInternal _start:] + 631
    14  com.apple.Foundation           0x00007fff8ecadb6b __NSOQSchedule_f + 64
    15  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    16  libdispatch.dylib             0x00007fff8bd7c7e3 _dispatch_async_redirect_invoke + 154
    17  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    18  libdispatch.dylib             0x00007fff8bd7a082 _dispatch_root_queue_drain + 326
    19  libdispatch.dylib             0x00007fff8bd7b177 _dispatch_worker_thread2 + 40
    20  libsystem_pthread.dylib       0x00007fff94f66ef8 _pthread_wqthread + 314
    21  libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 30:
    0   libsystem_kernel.dylib         0x00007fff8a3c3e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff94f66f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 31:
    0   libsystem_kernel.dylib         0x00007fff8a3c3e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff94f66f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 32:: +[MFLibrary commitSynchronously]  Dispatch queue: NSOperationQueue 0x60000003fea0
    0   libsystem_kernel.dylib         0x00007fff8a3c37ee __psynch_rw_wrlock + 10
    1   libsystem_pthread.dylib       0x00007fff94f6900e _pthread_rwlock_lock + 507
    2   com.apple.Mail.framework       0x00007fff8ddb0be4 +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 374
    3   com.apple.Mail.framework       0x00007fff8ddafcd1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework       0x00007fff8dd83036 +[MFLibrary commitSynchronouslyPostingMessages:postFlags:postingOldFlagsByMessage:] + 644
    5   com.apple.CoreFoundation       0x00007fff91f519ac __invoking___ + 140
    6   com.apple.CoreFoundation       0x00007fff91f51814 -[NSInvocation invoke] + 308
    7   com.apple.MailCore             0x00007fff8adfe448 -[MCThrowingInvocationOperation main] + 40
    8   com.apple.MailCore             0x00007fff8ada2b28 -[_MCInvocationOperation main] + 332
    9   com.apple.Foundation           0x00007fff8ecadec1 -[__NSOperationInternal _start:] + 631
    10  com.apple.Foundation           0x00007fff8ecadb6b __NSOQSchedule_f + 64
    11  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    12  libdispatch.dylib             0x00007fff8bd7c7e3 _dispatch_async_redirect_invoke + 154
    13  libdispatch.dylib             0x00007fff8bd7828d _dispatch_client_callout + 8
    14  libdispatch.dylib             0x00007fff8bd7a082 _dispatch_root_queue_drain + 326
    15  libdispatch.dylib             0x00007fff8bd7b177 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib       0x00007fff94f66ef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib       0x00007fff94f69fb9 start_wqthread + 13
    Thread 17 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000000010f029000  rcx: 0x000000010f0287f8  rdx: 0x0000000000000000
      rdi: 0x000000000001dd4b  rsi: 0x0000000000000006  rbp: 0x000000010f028820  rsp: 0x000000010f0287f8
       r8: 0x6e6f697470656378   r9: 0x00007fff91c4f8d0  r10: 0x000000000c000000  r11: 0x0000000000000206
      r12: 0x000000010f028980  r13: 0x0000000000000000  r14: 0x0000000000000006  r15: 0x000000010f028860
      rip: 0x00007fff8a3c3866  rfl: 0x0000000000000206  cr2: 0x0000000118567068
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x105818000 -        0x105b0afff  com.apple.mail (7.3 - 1878.6) <84C51E40-00C5-3710-8A99-04A0F6D078F5> /Applications/Mail.app/Contents/MacOS/Mail
           0x105dba000 -        0x105dbbfe6 +cl_kernels (???) <538CF3BC-1B0B-4343-81CB-FDE58E80963C> cl_kernels
           0x105dca000 -        0x105dcbff7  libArabicConverter.dylib (61) <2C03E89D-13BB-34CD-ACE0-9F46D6F58BFC> /System/Library/CoreServices/Encodings/libArabicConverter.dylib
           0x1075a9000 -        0x1075acffa  libCGXType.A.dylib (599.35.6) <7DAB1A62-D475-37F1-8234-07649906E234> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x1075b6000 -        0x1075beff3  libCGCMS.A.dylib (599.35.6) <09F33B9F-098A-340A-8717-E3BA6849470E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x1075c7000 -        0x1075efffb  libRIP.A.dylib (599.35.6) <45A8594F-906E-3EAE-87D4-BA1DB091C690> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x1076d8000 -        0x1076d9ff7  libGreekConverter.dylib (61) <74D7543F-EE7B-3EA1-A52B-10BC46547D2B> /System/Library/CoreServices/Encodings/libGreekConverter.dylib
           0x109b94000 -        0x109b95fff  libCyrillicConverter.dylib (61) <AA2B224F-1A9F-30B9-BE11-633176790A94> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x109bb2000 -        0x109bb9fff  com.apple.SyncedDefaults (1.3 - 91.30.1) <26F0AD10-86CC-31A4-899C-097269680E05> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
           0x10a72a000 -        0x10a72dfff  libspindump.dylib (161.2) <E16E9BFB-8F34-366F-BE10-48993F5843BC> /usr/lib/libspindump.dylib
           0x10a733000 -        0x10a734fff  com.apple.AddressBook.LocalSourceBundle (8.0 - 1371.2) <E63CFFBD-3CC0-329C-BB89-17996C9F75E4> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x10a746000 -        0x10a74afff  com.apple.DirectoryServicesSource (8.0 - 1371.2) <BDB90569-EC4F-379E-948A-C354C9467E86> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x10a994000 -        0x10a9e0ff6  com.apple.AddressBook.CardDAVPlugin (10.9 - 424) <15AC9317-8E7D-3DC3-A68F-89C546648E25> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x10aa11000 -        0x10aa48ff7  com.apple.ExchangeSource (8.0 - 1371.2) <E1F11BB4-0696-3311-95F8-9CD6E099CBB2> /System/Library/Address Book Plug-Ins/Exchange.sourcebundle/Contents/MacOS/Exchange
           0x10b55e000 -        0x10b560fff  apop.so (170.1) <97DD24EE-D5F4-34EB-B521-D7BA883D2606> /usr/lib/sasl2/apop.so
           0x10b564000 -        0x10b574ff7  dhx.so (170.1) <E4299F4A-F42C-397A-A306-58161EFD7686> /usr/lib/sasl2/dhx.so
           0x10ba67000 -        0x10ba6ffff  digestmd5WebDAV.so (170.1) <B11199EC-EF62-3592-AE51-38EBD1B6282F> /usr/lib/sasl2/digestmd5WebDAV.so
           0x10ba74000 -        0x10ba76fff  libanonymous.2.so (170) <D1297C21-A57B-311E-9006-C3FB8689849A> /usr/lib/sasl2/libanonymous.2.so
           0x10ba7a000 -        0x10ba7cfff  libcrammd5.2.so (170) <940A42FC-C634-354E-AD74-691CD90A1427> /usr/lib/sasl2/libcrammd5.2.so
           0x10ba81000 -        0x10ba89ff7  libdigestmd5.2.so (170) <122C0383-F9B2-34D1-89AF-D317BC4D5164> /usr/lib/sasl2/libdigestmd5.2.so
           0x10ba8e000 -        0x10ba92fff  libgssapiv2.2.so (170) <AA58D85E-916C-3B0B-959A-DCC58497D0F2> /usr/lib/sasl2/libgssapiv2.2.so
           0x10ba97000 -        0x10ba99fff  login.so (170) <7D801D4E-A1A4-32FC-BF2E-9F25DB902523> /usr/lib/sasl2/login.so
           0x10ba9d000 -        0x10baa2fff  libntlm.so (170) <18693B29-154F-339C-A329-4C42A43F6428> /usr/lib/sasl2/libntlm.so
           0x10baa7000 -        0x10baaefff  libotp.2.so (170) <D1C70F92-1C75-340B-AD53-0C2CD79144FF> /usr/lib/sasl2/libotp.2.so
           0x10bab7000 -        0x10bab9fff  libplain.2.so (170) <E9C3B22A-5958-3869-B778-55948D1EC2B7> /usr/lib/sasl2/libplain.2.so
           0x10babd000 -        0x10bac1ffd  libpps.so (170.1) <C7604F07-E966-33F7-8727-93F000CBA92F> /usr/lib/sasl2/libpps.so
           0x10bac6000 -        0x10bac9fff  mschapv2.so (170.1) <C79F63BB-E66D-3552-9C4C-2D3EB14CEE01> /usr/lib/sasl2/mschapv2.so
           0x10bace000 -        0x10baf6ff6  com.apple.DirectoryService.PasswordServerFramework (10.9 - 36) <9D5837C5-0895-3479-BA4E-E11102048FD5> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x10bb0c000 -  

    No insight whatsoever?

  • Can no longer start mail - crashes after start up

    I am having mail issues - sequence described below - have included crash report at end:
    1. Launch mail
    2. It opens followed by very heavy hard disk activity, machine slows to a crawl
    - System info 320 GB hard drive- 55GB free. 5 mail accounts, largest Inbox size 1.37GB, largest Outbox size 1.37. 1 Imap Account
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.2 GHz, 4 GB
    Graphics: GeForce 8600M GT, GeForce 8600M GT, spdisplayspciedevice, 128 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), 1.4.16.2
    Bluetooth: Version 2.1.8f2, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Network Service: Parallels Host-Guest, Ethernet, en2
    Network Service: Parallels NAT, Ethernet, en3
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: WDC WD3200BEVT-00ZCT0, 298.09 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N
    USB Device: hub_device, (null) mA
    USB Device: Built-in iSight, (null) mA
    USB Device: hub_device, (null) mA
    USB Device: Apple Internal Keyboard / Trackpad, (null) mA
    USB Device: IR Receiver, (null) mA
    USB Device: Bluetooth USB Host Controller, (null) mA
    3. After a few minutes with intense disk activity (cooling fan gets activated after a while), I get the ball of death and mail crashes. I can sometime click between accounts but everything slows down, I am unable to read any mail when clicking.
    5. I have tried the disk utility and repaired permissions but to no avail.
    6. Here a transcript of the report:
    Process: Mail [443]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 3.6 (936)
    Build Info: Mail-9360000~1
    Code Type: X86 (Native)
    Parent Process: launchd [94]
    Interval Since Last Report: 645 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 102 sec
    Per-App Crashes Since Last Report: 1
    Date/Time: 2009-10-12 19:26:45.122 +0200
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: 96249BC4-E69D-4780-BF70-C3529C3E2F80
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000014
    Crashed Thread: 0
    Application Specific Information:
    -[MailApp _synchronouslyTellSyncServicesToRegisterAndSync]
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x9747f376 _CFStringCreateWithFormatAndArgumentsAux + 70
    1 com.apple.Foundation 0x9433a8f6 -[NSPlaceholderString initWithFormat:locale:arguments:] + 86
    2 com.apple.Foundation 0x9433a888 +[NSString stringWithFormat:] + 88
    3 com.apple.CoreFoundation 0x974d8c28 +[NSObject allocWithZone:] + 216
    4 com.apple.Foundation 0x9434e55f -[NSCFDictionary keyEnumerator] + 63
    5 com.apple.CalendarStore 0x92b8633d -[CALAbstractEntity isEqualToEntity:] + 214
    6 com.apple.CoreFoundation 0x974ca009 -[NSMutableArray removeObject:range:identical:] + 425
    7 com.apple.CoreFoundation 0x974ca4c0 -[NSMutableArray removeObject:] + 96
    8 com.apple.CalendarStore 0x92bfa169 -[CALTodo(CalCalendarStoreSupport) setPropertiesWithTask:isNew:] + 1504
    9 com.apple.CalendarStore 0x92bf41a0 -[CalCalendarStore saveTask:error:] + 842
    10 com.apple.MessageFramework 0x004d6537 -[CalendarStoreInterchange _updateCalTask:] + 212
    11 com.apple.MessageFramework 0x003bc6af -[CalendarStoreInterchange saveToDo:] + 187
    12 com.apple.MessageFramework 0x003b6640 -[MetadataManager(ToDoManagerInternal) updateToDosInCalendarStore:] + 299
    13 com.apple.MessageFramework 0x003b4b84 -[MetadataManager(ToDoManagerInternal) processPendingCommits:] + 480
    14 com.apple.Foundation 0x9436a483 __NSFireTimer + 147
    15 com.apple.CoreFoundation 0x974588f5 CFRunLoopRunSpecific + 4469
    16 com.apple.CoreFoundation 0x97458aa8 CFRunLoopRunInMode + 88
    17 com.apple.HIToolbox 0x93fc52ac RunCurrentEventLoopInMode + 283
    18 com.apple.HIToolbox 0x93fc4ffe ReceiveNextEventCommon + 175
    19 com.apple.HIToolbox 0x93fc4f39 BlockUntilNextEventMatchingListInMode + 106
    20 com.apple.AppKit 0x95bef6d5 _DPSNextEvent + 657
    21 com.apple.AppKit 0x95beef88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    22 com.apple.AppKit 0x95be7f9f -[NSApplication run] + 795
    23 com.apple.AppKit 0x95bb51d8 NSApplicationMain + 574
    24 com.apple.mail 0x000fc0b2 0x1000 + 1028274
    Thread 1:
    0 libSystem.B.dylib 0x9721b286 machmsgtrap + 10
    1 libSystem.B.dylib 0x97222a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x97457e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x97458aa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x9436a3d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x943764f4 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x003d8dc5 -[RSSInterchange _runManager] + 2140
    7 com.apple.Foundation 0x94335dfd -[NSThread main] + 45
    8 com.apple.Foundation 0x943359a4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x9724c155 pthreadstart + 321
    10 libSystem.B.dylib 0x9724c012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x9722246e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9724cdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x94794a09 fefragmentthread + 54
    3 libSystem.B.dylib 0x9724c155 pthreadstart + 321
    4 libSystem.B.dylib 0x9724c012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x97284292 _workqops + 10
    1 libSystem.B.dylib 0x972842c2 start_wqthread + 30
    Thread 4:
    0 ??? 0000000000 0 + 0
    Thread 5:
    0 libSystem.B.dylib 0x9722246e _semwaitsignal + 10
    1 libSystem.B.dylib 0x9724cdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.Foundation 0x9437d932 -[NSCondition wait] + 210
    3 com.apple.Foundation 0x9433627a -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 938
    4 com.apple.Foundation 0x943898e8 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 184
    5 com.apple.Mail.Syncer 0x105946c3 0x10580000 + 83651
    6 com.apple.Mail.Syncer 0x1059442b 0x10580000 + 82987
    7 com.apple.mail 0x00038b91 0x1000 + 228241
    8 com.apple.CoreFoundation 0x974d791d _invoking__ + 29
    9 com.apple.CoreFoundation 0x974d7308 -[NSInvocation invoke] + 136
    10 com.apple.MessageFramework 0x003db26c -[MonitoredInvocation invoke] + 409
    11 com.apple.MessageFramework 0x003dc12e +[WorkerThread _execute:] + 144
    12 com.apple.Foundation 0x94335dfd -[NSThread main] + 45
    13 com.apple.Foundation 0x943359a4 _NSThread__main_ + 308
    14 libSystem.B.dylib 0x9724c155 pthreadstart + 321
    15 libSystem.B.dylib 0x9724c012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9721b2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9724d2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9724eb33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9437bdbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9437bbd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x9437bb35 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.AppKit 0x95c556e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7 com.apple.Foundation 0x94335dfd -[NSThread main] + 45
    8 com.apple.Foundation 0x943359a4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x9724c155 pthreadstart + 321
    10 libSystem.B.dylib 0x9724c012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x9721b286 machmsgtrap + 10
    1 libSystem.B.dylib 0x97222a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x97457e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x97458aa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x9436a3d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x943764f4 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x002fc9fd +[_NSSocket _runIOThread] + 98
    7 com.apple.Foundation 0x94335dfd -[NSThread main] + 45
    8 com.apple.Foundation 0x943359a4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x9724c155 pthreadstart + 321
    10 libSystem.B.dylib 0x9724c012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x9726a6fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x9724c155 pthreadstart + 321
    2 libSystem.B.dylib 0x9724c012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x9747f33e ecx: 0xbfffe15c edx: 0x006d4000
    edi: 0x00000000 esi: 0xbfffe51c ebp: 0xbfffe478 esp: 0xbfffe440
    ss: 0x0000001f efl: 0x00010246 eip: 0x9747f376 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000014
    Binary Images:
    0x1000 - 0x272ff3 com.apple.mail 3.6 (936) <02de10795176b4e702af977cb8428f1c> /Applications/Mail.app/Contents/MacOS/Mail
    0x2e1000 - 0x53affb com.apple.MessageFramework 3.6 (936) <d7a6e5f6721cbab99ed3e83137dba11a> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x691000 - 0x693fff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x69a000 - 0x6befe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x9b08000 - 0x9b0afff +com.Logitech.Control Center.Scroll Enhancer Loader 2.7.0 (2.7.0) <cf7a58339ac87ce02452f207e6895fd2> /Library/InputManagers/LCC Scroll Enhancer Loader/LCC Scroll Enhancer Loader.bundle/Contents/MacOS/LCC Scroll Enhancer Loader
    0xab0c000 - 0xab0ffff +com.Logitech.Control Center.Scroll Enhancer 2.7.0 (2.7.0) <f2ac85a53035fa2f36ab7df56d4371d9> /Library/Application Support/Logitech.localized/Logitech Control Center.localized/LCC Scroll Enhancer.bundle/Contents/MacOS/LCC Scroll Enhancer
    0xd929000 - 0xdb30fef com.apple.RawCamera.bundle 2.1.0 (474) <48a574d3b3269c8dbdc38d6f67879317> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xdcd5000 - 0xdcf3ff7 +com.marketcircle.DayLiteMailIntegration 2.0.4 (1.0) <b1ca89e020491f162e3d2fb777da00a5> /Users/CAG/Library/Mail/Bundles/DayLiteMailIntegration.mailbundle/Contents/MacO S/DayLiteMailIntegration
    0xdd08000 - 0xdd0bfff +com.intego.antispam.mailBundle ??? (1.8) <02c5fde6739072c60ae51b95fcbc2a71> /Users/CAG/Library/Mail/Bundles/PersonalAntispamForMail.mailbundle/Contents/Mac OS/PersonalAntispamForMail
    0xe3e6000 - 0xe3ebff3 libCGXCoreImage.A.dylib ??? (???) <5fd4beb83e321c6e7d0ff0885ff95b29> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x10580000 - 0x105a0fff com.apple.Mail.Syncer 3.6 (936) <3e6943e7ab57e8b89e4ae4f540223433> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x105b4000 - 0x105c7fff com.apple.syncservices.syncservicesui 4.3 (389.20) <6356d458bbafd6d6901f38a4c43e00ff> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x9000efe7 libCSync.A.dylib ??? (???) <94faf3571527a99d0a8809024aa9e1be> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9000f000 - 0x90051fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x90052000 - 0x90054fff com.apple.securityhi 3.0 (30817) <31baaf7ea27b41480604ffc910fe827f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90058000 - 0x9009cfeb com.apple.DirectoryService.PasswordServerFramework 3.0.4 (3.0.4) <45d0af6eed184b278990175527a0d3fa> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9009d000 - 0x900a5fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x900a6000 - 0x900b0feb 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
    0x900b1000 - 0x900b1ffd 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
    0x900b2000 - 0x90103ff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90104000 - 0x90144fff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x90145000 - 0x90145ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90146000 - 0x901f8ffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x90389000 - 0x9048fff7 com.apple.PubSub 1.0.4 (65.11) <bcc4ae4e2dacbd25c5415bf9f7c65a67> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x90490000 - 0x9084efea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x908f6000 - 0x90d06fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90d07000 - 0x90d0afff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90d0b000 - 0x90d5afff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x90d5b000 - 0x90d5bffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x90d5c000 - 0x90edcfff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x90edd000 - 0x90ee9ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x90eea000 - 0x90f3bfeb com.apple.framework.familycontrols 1.0.4 (1.0.4) <e76b4fa1c25673c8e0fb183b6c0e8eaf> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x90f3c000 - 0x90f59ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90f5a000 - 0x91014fe3 com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91015000 - 0x91026ffe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x91027000 - 0x9102bfff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x9102c000 - 0x91035fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <73cf6b3c5ddf94d7ce9ae2c81c1b558c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x91036000 - 0x910c9fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x910ca000 - 0x91124ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x91125000 - 0x91163fff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x91194000 - 0x911faffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x911fb000 - 0x911fdff5 libRadiance.dylib ??? (???) <aefd52482869bb5010672679d151167e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x911fe000 - 0x9125aff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9125b000 - 0x91279ff3 com.apple.DirectoryService.Framework 3.5.6 (3.5.6) <daa1307737197c7757f44f16370249dc> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9127a000 - 0x912c8ff3 com.apple.datadetectorscore 1.0.2 (52.14) <bd3bfe061091be75ce6a27172b988702> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x912c9000 - 0x9133bfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9133c000 - 0x91365fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x91366000 - 0x9138ffff libcups.2.dylib ??? (???) <764c74a71785aa10f3cac2eae06f372b> /usr/lib/libcups.2.dylib
    0x922e1000 - 0x922e6fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x922e7000 - 0x924b8ffb com.apple.security 5.0.5 (36371) <1f7f48b36bc90d114220cc81e4e4694f> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92722000 - 0x927afff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x927b0000 - 0x927c3fff com.apple.IMUtils 4.0.8 (584) <2105663d09d2bee0d8742159d0581a3e> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x927c4000 - 0x92841fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92842000 - 0x9298aff7 com.apple.ImageIO.framework 2.0.6 (2.0.6) <7f73ef328c8e8566f3f204b5a540a7f0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9298b000 - 0x92a15fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92a16000 - 0x92b68ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x92b69000 - 0x92cccff2 com.apple.CalendarStore 3.0.8 (860) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x92ccd000 - 0x92d74feb com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x92d75000 - 0x92d79fff libGIF.dylib ??? (???) <3c7100e80b7f7ca8809cf9512c1a6004> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92d7a000 - 0x92d7ffff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x92d80000 - 0x92dd9ff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92dda000 - 0x92f96ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x92f97000 - 0x93047fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93112000 - 0x931faff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x931fb000 - 0x93232fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x93233000 - 0x93265ff7 com.apple.DotMacSyncManager 1.2.4 (308) <99bb01aa2cdb0d860a11a1097ffe421d> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x93266000 - 0x93273fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93274000 - 0x9359afe2 com.apple.QuickTime 7.6.4 (1327.73) <96515f6a2d628cd2105c7082295199b5> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9359b000 - 0x9362eff3 com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9362f000 - 0x93634fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93635000 - 0x936a2ffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x936a3000 - 0x936a3ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x936a4000 - 0x936ccff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x936d7000 - 0x9380ffe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93810000 - 0x939a0fff com.apple.JavaScriptCore 5531 (5531.5) <3679fe16241dae6f730a39c16c04e30f> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x939a1000 - 0x939ddfff com.apple.DAVKit 3.0.6 (661) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x939de000 - 0x93a5bfeb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x93a5c000 - 0x93a80feb libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
    0x93a81000 - 0x93ab3fff com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x93ab4000 - 0x93abbff7 libCGATS.A.dylib ??? (???) <fb7677501dd491ea5520291045153069> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x93abc000 - 0x93f8dfbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x93f8e000 - 0x93f8effe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x93f8f000 - 0x93f8fffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93f95000 - 0x9429dfe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9429e000 - 0x942a3ffc com.apple.KerberosHelper 1.1 (1.0) <c6b942d705fa0460ace11af01f316db1> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x942a4000 - 0x942deffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x942df000 - 0x94319fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9431a000 - 0x9432affc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9432b000 - 0x945a7fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x945a8000 - 0x945b8fff 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
    0x945b9000 - 0x945bffff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x945c0000 - 0x94601fe7 libRIP.A.dylib ??? (???) <ec9df25a1ca8d668bda92f2baf407958> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94602000 - 0x94689ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x9468a000 - 0x9469fffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x946a0000 - 0x94a3dfef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94a46000 - 0x94a5cfff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x94a5d000 - 0x94a5dffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x94a5e000 - 0x94a9dfef libTIFF.dylib ??? (???) <801873cbd85ba7bdfe7646fe97a54ca3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x94a9e000 - 0x94b7fff7 libxml2.2.dylib ??? (???) <4d54971007e14f8d80e6889ee1111f21> /usr/lib/libxml2.2.dylib
    0x94b80000 - 0x94b8cffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x94b8d000 - 0x94bbafeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94bbb000 - 0x94c86fef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x94c87000 - 0x94d62fe7 com.apple.WebKit 5531 (5531.9) <36112647223b999a033bc2f740277948> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94d63000 - 0x94dc0ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x94dc1000 - 0x94dddff3 libPng.dylib ??? (???) <271373dd41f56369a3dfca0ed2be579a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x94dde000 - 0x94decffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x94ded000 - 0x94dedffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94dee000 - 0x94e1dfe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x94e1e000 - 0x94e54fef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
    0x94e55000 - 0x94ee2ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94ee3000 - 0x9576ffff com.apple.WebCore 5531 (5531.9) <fdb731afe66ea9ae2f4580dead0b5b53> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95770000 - 0x958a9ff7 libicucore.A.dylib ??? (???) <dd8aa51c356e79ef8cdfa341a0d69f5b> /usr/lib/libicucore.A.dylib
    0x958aa000 - 0x95971ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x95972000 - 0x95981ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <09deb9e32d0d09dfb95ae569bdd2b7a4> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x95982000 - 0x95989fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x9598a000 - 0x9598afff com.apple.Carbon 136 (136) <27d42531a2cbeb05a7f4d05a28281bd7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9598b000 - 0x95a42ff3 com.apple.QTKit 7.6.4 (1327.73) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x95a43000 - 0x95abdff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x95abe000 - 0x95ad6fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x95ad7000 - 0x95aefff7 com.apple.CoreVideo 1.6.0 (20.0) <587c9c8966070a7d50276db35e1c76aa> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95af0000 - 0x95afbfff com.apple.dotMacLegacy 3.1 (246) <d335114af509bf38a7ead5274a93dfb1> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x95afc000 - 0x95afcff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x95afd000 - 0x95b2effb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x95b2f000 - 0x95baeff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x95baf000 - 0x963adfef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x963ae000 - 0x963aeff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x963af000 - 0x963b0ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x963b1000 - 0x963b5ffd com.apple.AOSNotification 1.0.0 (68.13) <d2a1f7c6e054d7451b17c7301e4dadd5> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x963b6000 - 0x96690ff3 com.apple.CoreServices.CarbonCore 786.11 (786.14) <d5cceb2fe9551d345d40dd1ecf409ec2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x96691000 - 0x96703ff7 com.apple.iLifeMediaBrowser 2.0.4 (346.0.2) <058e71511bc69371e11ea40cf7a3fc19> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x967f9000 - 0x96842fef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x96843000 - 0x968eafec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x968eb000 - 0x96907fff com.apple.IMFramework 4.0.8 (584) <49551f914cd1c3ba154f15f3765803a9> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x96908000 - 0x96933fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x96934000 - 0x96952fff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x96953000 - 0x96a33fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x96a34000 - 0x96b16fff com.apple.syncservices 3.3 (389.20) <bfedc8cbb3754652e13d67a45791fac9> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x96b17000 - 0x96b1bfff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x96b1c000 - 0x96b3bffa libJPEG.dylib ??? (???) <50b881dd5a5795d38405c9c88c2806fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x96b3c000 - 0x96b60fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x96b61000 - 0x97201fef com.apple.CoreGraphics 1.409.4 (???) <b9a8a94c430d3b6f9ed7e2e4f0aad02c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x97202000 - 0x97219fff com.apple.datadetectors 1.0.1 (66.2) <b4676446cca8a1e4c28ca911026b7ceb> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x9721a000 - 0x97381ff3 libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
    0x97382000 - 0x97391fff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x97392000 - 0x973dcfe1 com.apple.securityinterface 3.0.3 (36953) <0d481914378ffb037dd26144af5a1aa2> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x973dd000 - 0x973e4ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x973e5000 - 0x97518fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x97519000 - 0x97525fff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x97526000 - 0x9755afef com.apple.bom 9.0.1 (136.1.1) <e1f64b0dae30d560a1204c69c14751a0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Dear Ernie,
    Thanks. Tried this but mail still crashes. I get a bit further, can click on sent mail and can sometimes reach one e-mail before the system crashes (heavy hard disk access, whole system slows, and eventually I get the message - Mail Unexpectedly Shut Down).
    Would it make sense to go a few days back on time machine and restore an earlier entire mail folder? (I have a few days of mail on the server even on my normal POP accounts).
    Let me know if there is anything else I can try.
    Charles

  • Mail crashed, now it won't re-index

    Mail crashed for me a couple of days ago. Then when I reopened it, it would ask me to re-index the envelope index and then it crashes again.
    I've tried most of the suggestions on this forum already: removed extraneous files created by previous OS's (mbox, etc), removed IMAP accounts, moving com.apple.mail.plist file, deleting the envelope index file(s) again. I haven't tried reinstalling mail.app yet.
    When I can get mail to open by canceling the re-indexing, i can rebuild some mailboxes manually but i have way too many mailboxes to do this. all my mail is still in the user/library/mail folder so i'm not worried about losing it (and i have multiple backups).
    Any suggestions on how to fix this would be most appreciated. I've been relegated to checking my email only on my iphone for now.
    thanks much
    ben
    here's the full crash report. i have no idea what it means.
    Process: Mail [2989]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 3.6 (936)
    Build Info: Mail-9360000~1
    Code Type: X86 (Native)
    Parent Process: launchd [131]
    Interval Since Last Report: 25768 sec
    Crashes Since Last Report: 4
    Per-App Interval Since Last Report: 1557 sec
    Per-App Crashes Since Last Report: 4
    Date/Time: 2009-11-26 12:49:37.264 -0500
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: 605BE84C-E3F7-461B-823A-BCCC7362E277
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 8
    Application Specific Information:
    Caught exception '* -[NSCFString objectForKey:]: unrecognized selector sent to instance 0x18b33f90' while holding the database lock:
    0 __raiseError
    1 objcexceptionthrow
    2 -[NSObject doesNotRecognizeSelector:]
    3 __forwarding__
    4 CF_forwarding_prep0
    5 -[RecoveredMessage _loadFileDataIfNeeded]
    6 -[RecoveredMessage messageDataIncludingFromSpace:newDocumentID:]
    7 +[Library insertOrUpdateMessages:withMailbox:fetchBodies:isInitialImport:oldMessagesByNew Message:remoteIDs:newDocumentIDs:setFlags:clearFlags:messageFlagsForMessages:cop yFiles:progressDelegate:updateRowIDs:]
    8 +[Library addMessages:withMailbox:fetchBodies:isInitialImport:oldMessagesByNewMessage:rem oteIDs:setFlags:clearFlags:messageFlagsForMessages:copyFiles:]
    9 +[Library addMessages:withMailbox:fetchBodies:isInitialImport:oldMessagesByNewMessage:]
    10 +[Library importMailbox:]
    11 +[Library importEverythingIncludingDisabledAccounts:]
    12 0x188aca
    13 _invoking__
    14 -[NSInvocation invoke]
    15 -[MonitoredInvocation invoke]
    16 +[WorkerThread _execute:]
    17 -[NSThread main]
    18 _NSThread__main_
    19 pthreadstart
    20 thread_start
    -[LibraryImportAssistant synchronouslyDoTheImport]
    Thread 0:
    0 libSystem.B.dylib 0x9129e286 machmsgtrap + 10
    1 libSystem.B.dylib 0x912a5a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x930fee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x930ffaa8 CFRunLoopRunInMode + 88
    4 com.apple.HIToolbox 0x96e8f2ac RunCurrentEventLoopInMode + 283
    5 com.apple.HIToolbox 0x96e8f0c5 ReceiveNextEventCommon + 374
    6 com.apple.HIToolbox 0x96e8ef39 BlockUntilNextEventMatchingListInMode + 106
    7 com.apple.AppKit 0x9488a6d5 _DPSNextEvent + 657
    8 com.apple.AppKit 0x94889f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    9 com.apple.AppKit 0x94ac738d -[NSApplication _realDoModalLoop:peek:] + 563
    10 com.apple.AppKit 0x94ac1acb -[NSApplication runModalForWindow:] + 286
    11 com.apple.mail 0x000f2ec6 0x1000 + 990918
    12 com.apple.mail 0x000ef42d 0x1000 + 975917
    13 com.apple.mail 0x00004b3b 0x1000 + 15163
    14 com.apple.Foundation 0x93fa988e __NSFireDelayedPerform + 382
    15 com.apple.CoreFoundation 0x930ff8f5 CFRunLoopRunSpecific + 4469
    16 com.apple.CoreFoundation 0x930ffaa8 CFRunLoopRunInMode + 88
    17 com.apple.HIToolbox 0x96e8f2ac RunCurrentEventLoopInMode + 283
    18 com.apple.HIToolbox 0x96e8effe ReceiveNextEventCommon + 175
    19 com.apple.HIToolbox 0x96e8ef39 BlockUntilNextEventMatchingListInMode + 106
    20 com.apple.AppKit 0x9488a6d5 _DPSNextEvent + 657
    21 com.apple.AppKit 0x94889f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    22 com.apple.AppKit 0x94882f9f -[NSApplication run] + 795
    23 com.apple.AppKit 0x948501d8 NSApplicationMain + 574
    24 com.apple.mail 0x000fc0b2 0x1000 + 1028274
    Thread 1:
    0 libSystem.B.dylib 0x9129e286 machmsgtrap + 10
    1 libSystem.B.dylib 0x912a5a7c mach_msg + 72
    2 libSystem.B.dylib 0x9132e005 thread_suspend + 97
    3 ??? 0x01a0ffd2 0 + 27328466
    Thread 2:
    0 libSystem.B.dylib 0x912a546e _semwaitsignal + 10
    1 libSystem.B.dylib 0x912cfdcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x966a7842 ***::TCMalloc_PageHeap::scavengerThread() + 578
    3 com.apple.JavaScriptCore 0x966a786f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4 libSystem.B.dylib 0x912cf155 pthreadstart + 321
    5 libSystem.B.dylib 0x912cf012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9129e286 machmsgtrap + 10
    1 libSystem.B.dylib 0x912a5a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x930fee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x930ffaa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x93fd8520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x93f74dfd -[NSThread main] + 45
    6 com.apple.Foundation 0x93f749a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x912cf155 pthreadstart + 321
    8 libSystem.B.dylib 0x912cf012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9129e286 machmsgtrap + 10
    1 libSystem.B.dylib 0x912a5a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x930fee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x930ffaa8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x9433d264 CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x912cf155 pthreadstart + 321
    6 libSystem.B.dylib 0x912cf012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x912ed6fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x912cf155 pthreadstart + 321
    2 libSystem.B.dylib 0x912cf012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9129e286 machmsgtrap + 10
    1 libSystem.B.dylib 0x912a5a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x930fee7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x930ffaa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x93fa93d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x93fb54f4 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x003e4dc5 -[RSSInterchange _runManager] + 2140
    7 com.apple.Foundation 0x93f74dfd -[NSThread main] + 45
    8 com.apple.Foundation 0x93f749a4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x912cf155 pthreadstart + 321
    10 libSystem.B.dylib 0x912cf012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x9129e2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x912d02af pthread_condwait + 1244
    2 libSystem.B.dylib 0x912d1b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x93fbadbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x93fbabd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x93fbab35 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.AppKit 0x948f06e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7 com.apple.Foundation 0x93f74dfd -[NSThread main] + 45
    8 com.apple.Foundation 0x93f749a4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x912cf155 pthreadstart + 321
    10 libSystem.B.dylib 0x912cf012 thread_start + 34
    Thread 8 Crashed:
    0 libSystem.B.dylib 0x9137a136 _semwait_signalnocancel + 10
    1 libSystem.B.dylib 0x91373013 usleep$NOCANCEL$UNIX2003 + 61
    2 libSystem.B.dylib 0x9138a685 abort + 85
    3 com.apple.MessageFramework 0x0048663a sqlite3_traceCallback + 0
    4 com.apple.MessageFramework 0x00378069 +[Library insertOrUpdateMessages:withMailbox:fetchBodies:isInitialImport:oldMessagesByNew Message:remoteIDs:newDocumentIDs:setFlags:clearFlags:messageFlagsForMessages:cop yFiles:progressDelegate:updateRowIDs:] + 2332
    5 com.apple.MessageFramework 0x00377744 +[Library addMessages:withMailbox:fetchBodies:isInitialImport:oldMessagesByNewMessage:rem oteIDs:setFlags:clearFlags:messageFlagsForMessages:copyFiles:] + 146
    6 com.apple.MessageFramework 0x003776aa +[Library addMessages:withMailbox:fetchBodies:isInitialImport:oldMessagesByNewMessage:] + 127
    7 com.apple.MessageFramework 0x00487d6b +[Library importMailbox:] + 702
    8 com.apple.MessageFramework 0x0048add1 +[Library importEverythingIncludingDisabledAccounts:] + 3160
    9 com.apple.mail 0x00188aca 0x1000 + 1604298
    10 com.apple.CoreFoundation 0x9317e91d _invoking__ + 29
    11 com.apple.CoreFoundation 0x9317e308 -[NSInvocation invoke] + 136
    12 com.apple.MessageFramework 0x003e726c -[MonitoredInvocation invoke] + 409
    13 com.apple.MessageFramework 0x003e812e +[WorkerThread _execute:] + 144
    14 com.apple.Foundation 0x93f74dfd -[NSThread main] + 45
    15 com.apple.Foundation 0x93f749a4 _NSThread__main_ + 308
    16 libSystem.B.dylib 0x912cf155 pthreadstart + 321
    17 libSystem.B.dylib 0x912cf012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x9129e2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x912d02af pthread_condwait + 1244
    2 libSystem.B.dylib 0x912d1b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x93fbadbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x93fbabd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003e6c87 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x93f74dfd -[NSThread main] + 45
    7 com.apple.Foundation 0x93f749a4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x912cf155 pthreadstart + 321
    9 libSystem.B.dylib 0x912cf012 thread_start + 34
    Thread 8 crashed with X86 Thread State (32-bit):
    eax: 0x0000003c ebx: 0x91379c88 ecx: 0xb03c620c edx: 0x9137a136
    edi: 0xa049df40 esi: 0xb03c6268 ebp: 0xb03c6248 esp: 0xb03c620c
    ss: 0x0000001f efl: 0x00000247 eip: 0x9137a136 cs: 0x00000007
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x557a4000
    Binary Images:
    0x1000 - 0x272ff3 com.apple.mail 3.6 (936) <02de10795176b4e702af977cb8428f1c> /Applications/Mail.app/Contents/MacOS/Mail
    0x2ed000 - 0x546ffb com.apple.MessageFramework 3.6 (936) <d7a6e5f6721cbab99ed3e83137dba11a> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x69d000 - 0x69ffff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x6a6000 - 0x6cafe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x6e8000 - 0x6f3ff7 +com.rogueamoeba.audiohijackserver.hermes 2.2.1 (2.2.1) <8d31a9c99da91537a6f0d17600ef3096> /usr/local/hermes/modules/Instant Hijack Server.hermesmodule/Contents/MacOS/Instant Hijack Server
    0x11b56000 - 0x11b56ffd +com.yazsoft.SDEnhancer ??? (1.0) <a571737d639a52de7729e512a4a30cdf> /Library/InputManagers/SpeedDownload Enhancer/SpeedDownloadEnhancer.bundle/Contents/MacOS/SpeedDownloadEnhancer
    0x12b57000 - 0x12b58fff +com.1passwd.InputManager 2.5.11 (6126) <defb8d40a2e2818ef4c2dac180d3ec34> /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    0x12eb7000 - 0x12ebbfff com.apple.DebugSymbols 1.1 (1.0) <4289eda66425c0f6adcba0fea7b06ccd> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x12f4e000 - 0x12fa5ff7 com.apple.Symbolication 1.1 (42.3.6) <d960dbcbadecc945884f13a467515d55> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
    0x158fb000 - 0x1590cfef +com.finderpop.fp-patch 2.1 (2.1) <4c99661d2843e2303d8de4a9c1aa87af> /Users/chacha/Library/PreferencePanes/FinderPop.prefPane/Contents/Resources/fin derpop-daemon.app/Contents/Resources/fp-patch.bundle/Contents/MacOS/fp-patch
    0x15923000 - 0x15926fff +com.bazza.eaganj.AttachmentScannerPlugin 0.9.7 (0.0.0) /Users/chacha/Library/Mail/Bundles/ASP.mailbundle/Contents/MacOS/ASP
    0x1592b000 - 0x15a0303b +org.python.python 2.2 (2.2) /Users/chacha/Library/Mail/Bundles/ASP.mailbundle/Contents/Frameworks/Python.fr amework/Versions/2.4/Python
    0x15a88000 - 0x15a8afff +zlib.so ??? (???) /Users/chacha/Library/Mail/Bundles/ASP.mailbundle/Contents/Resources/lib/python 2.4/lib-dynload/zlib.so
    0x15ad3000 - 0x15ad5fff +itertools.so ??? (???) /Users/chacha/Library/Mail/Bundles/ASP.mailbundle/Contents/Resources/lib/python 2.4/lib-dynload/itertools.so
    0x15ada000 - 0x15addfff +array.so ??? (???) /Users/chacha/Library/Mail/Bundles/ASP.mailbundle/Contents/Resources/lib/python 2.4/lib-dynload/array.so
    0x15aee000 - 0x15af1fff +strop.so ??? (???) /Users/chacha/Library/Mail/Bundles/ASP.mailbundle/Contents/Resources/lib/python 2.4/lib-dynload/strop.so
    0x15af6000 - 0x15af8ff3 +struct.so ??? (???) /Users/chacha/Library/Mail/Bundles/ASP.mailbundle/Contents/Resources/lib/python 2.4/lib-dynload/struct.so
    0x15c00000 - 0x15c28ff3 +_objc.so ??? (???) /Users/chacha/Library/Mail/Bundles/ASP.mailbundle/Contents/Resources/lib/python 2.4/lib-dynload/objc/_objc.so
    0x15c78000 - 0x15c7efff +_File.so ??? (???) /Users/chacha/Library/Mail/Bundles/ASP.mailbundle/Contents/Resources/lib/python 2.4/lib-dynload/_File.so
    0x15c83000 - 0x15c9cfff +_AppKit.so ??? (???) /Users/chacha/Library/Mail/Bundles/ASP.mailbundle/Contents/Resources/lib/python 2.4/lib-dynload/AppKit/_AppKit.so
    0x15cd5000 - 0x15cd6fff +_locale.so ??? (???) /Users/chacha/Library/Mail/Bundles/ASP.mailbundle/Contents/Resources/lib/python 2.4/lib-dynload/_locale.so
    0x15cda000 - 0x15ce1fff +net.harnly.Letterbox ??? (0.22) /Users/chacha/Library/Mail/Bundles/Letterbox.mailbundle/Contents/MacOS/Letterbo x
    0x15fc8000 - 0x15fe4ff7 +_Foundation.so ??? (???) /Users/chacha/Library/Mail/Bundles/ASP.mailbundle/Contents/Resources/lib/python 2.4/lib-dynload/Foundation/_Foundation.so
    0x161e0000 - 0x161effff +Sparkle ??? (???) /Users/chacha/Library/Mail/Bundles/Letterbox.mailbundle/Contents/Frameworks/Spa rkle.framework/Versions/A/Sparkle
    0x16800000 - 0x16a07fef com.apple.RawCamera.bundle 2.1.0 (474) <48a574d3b3269c8dbdc38d6f67879317> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x9013bfe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9013c000 - 0x9017cfff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x9017d000 - 0x90237fe3 com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90238000 - 0x903f4ff3 com.apple.QuartzComposer 2.1 (106.13) <dc04566811ab9c5316d1a622f42da8ba> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x903f5000 - 0x90431fff com.apple.DAVKit 3.0.6 (661) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x90432000 - 0x90448fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90449000 - 0x90723ff3 com.apple.CoreServices.CarbonCore 786.11 (786.14) <d5cceb2fe9551d345d40dd1ecf409ec2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9072c000 - 0x9077bfff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x9077c000 - 0x90787fe7 libCSync.A.dylib ??? (???) <d88c20c9a2fd0676dec62fddfa74979f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90788000 - 0x90791fff 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
    0x90792000 - 0x907a1fff libsasl2.2.dylib ??? (???) <5b0f9eaa4bde9c19c9288afaf7396067> /usr/lib/libsasl2.2.dylib
    0x907a2000 - 0x907b9fff com.apple.datadetectors 1.0.1 (66.2) <bdd74646d7fc46d7f7820622d0997fbc> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x907ba000 - 0x907cafff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x907cb000 - 0x907f4fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x907f5000 - 0x9082cfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <41d5aeffefc6d19d471f51ae0b15024f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9082d000 - 0x90889ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9088a000 - 0x908b9fe3 com.apple.AE 402.3 (402.3) <dba512e47f68eea1dd0ab35f596edb34> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x908ba000 - 0x9099afff libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
    0x9099b000 - 0x9099efff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9099f000 - 0x909d1ff7 com.apple.DotMacSyncManager 1.2.4 (308) <890ea4eb2947d2e701dcda9f6a7a3e9e> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x909d2000 - 0x90a82fff edu.mit.Kerberos 6.0.13 (6.0.13) <e3baa3d7b3ca7fa92082958af0b36973> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90a83000 - 0x90a89fff com.apple.print.framework.Print 218.0.3 (220.2) <8c541d587e4068a5fe5a5ce8ee208516> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x90a8a000 - 0x90ae4ff7 com.apple.CoreText 2.0.4 (???) <c7a222be1b51a9954eae716adbd5626a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90ae5000 - 0x90ae9fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x90c7a000 - 0x90fa0fe2 com.apple.QuickTime 7.6.4 (1327.73) <96515f6a2d628cd2105c7082295199b5> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x90fa1000 - 0x90fe5feb com.apple.DirectoryService.PasswordServerFramework 3.0.4 (3.0.4) <45d0af6eed184b278990175527a0d3fa> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x90fe6000 - 0x90ff2fff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x90ff3000 - 0x91027fef com.apple.bom 9.0.1 (136.1.1) <007941632d316d064e8decc51255a5e0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x91028000 - 0x9102cfff libGIF.dylib ??? (???) <3c7100e80b7f7ca8809cf9512c1a6004> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9102d000 - 0x91175ff7 com.apple.ImageIO.framework 2.0.6 (2.0.6) <7f73ef328c8e8566f3f204b5a540a7f0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91179000 - 0x911c2fef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x911c3000 - 0x9126afeb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9126b000 - 0x91270fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91271000 - 0x9129cfe7 libauto.dylib ??? (???) <4f3e58cb81da07a1662c1f647ce30225> /usr/lib/libauto.dylib
    0x9129d000 - 0x91404ff3 libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
    0x91405000 - 0x9140dfff com.apple.DiskArbitration 2.2.1 (2.2.1) <ba64dd6ada417b5e7be736957f380bca> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9140e000 - 0x9149bff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9149c000 - 0x9185afea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9185b000 - 0x9187ffff libxslt.1.dylib ??? (???) <adfe90a3d564d824d5ae0fa6df8d6c3f> /usr/lib/libxslt.1.dylib
    0x91880000 - 0x9195cfef com.apple.WebKit 5531.21 (5531.21.8) <aac476a6fa3231d4cdce9a111143e0b7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9195d000 - 0x9195dff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9195e000 - 0x91994fef libtidy.A.dylib ??? (???) <736e56b453bb1324125d72cc3bfd3aed> /usr/lib/libtidy.A.dylib
    0x91995000 - 0x91995ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x91996000 - 0x91a7eff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x91ddd000 - 0x91e1cfef libTIFF.dylib ??? (???) <801873cbd85ba7bdfe7646fe97a54ca3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91e1d000 - 0x91e22fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x91e23000 - 0x91eaaff7 libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
    0x91edb000 - 0x9205bfff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9205c000 - 0x9210effb libcrypto.0.9.7.dylib ??? (???) <8ac6abef4b3bb125c8bf84634421bcee> /usr/lib/libcrypto.0.9.7.dylib
    0x9210f000 - 0x929e0fff com.apple.WebCore 5531.21 (5531.21.8) <fa100d959d8655e174d84b87fe154b31> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x929e1000 - 0x929f4fff com.apple.IMUtils 4.0.8 (584) <f9b5c40fc6a37b082ae2a3df33766105> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x929f5000 - 0x929f9ffd com.apple.AOSNotification 1.0.0 (68.13) <24530e1abba37ab4bacf92fcf13cd216> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x929fa000 - 0x929faffd 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
    0x929fb000 - 0x92a46fe1 com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x92a47000 - 0x92a5ffff com.apple.openscripting 1.2.8 (???) <a888b18c8527f71629702ed8dce9c877> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92a60000 - 0x92a60ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x92a61000 - 0x92ab2ff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92ab3000 - 0x92ec3fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92ec4000 - 0x92f43ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x92f44000 - 0x92f7efe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92f7f000 - 0x92f84fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x92f85000 - 0x9308bff7 com.apple.PubSub 1.0.4 (65.11) <ef090a992adb71fb01ddfef90754ca49> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x9308c000 - 0x931bffe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x931c0000 - 0x93201fe7 libRIP.A.dylib ??? (???) <e9c5df8bd574b71e55ac60c910b929ce> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x93202000 - 0x9325bff7 libGLU.dylib ??? (???) <64d010e31d7596bd8f9edc6e027d1d0c> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93326000 - 0x93408fff com.apple.syncservices 3.3 (389.20) <bfedc8cbb3754652e13d67a45791fac9> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x93409000 - 0x93413feb 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
    0x93414000 - 0x93441feb libvDSP.dylib ??? (???) <f39d424bd56a0e75d5c7a2280a25cd76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93442000 - 0x93442fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x93443000 - 0x93443ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x93444000 - 0x93446ff5 libRadiance.dylib ??? (???) <aefd52482869bb5010672679d151167e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x93447000 - 0x93466ffa libJPEG.dylib ??? (???) <50b881dd5a5795d38405c9c88c2806fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93467000 - 0x93548ff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x93549000 - 0x935d6ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x935d7000 - 0x935e8ffe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x935e9000 - 0x935f0ff7 libCGATS.A.dylib ??? (???) <1339abfb67318d65c0130f76bc8c4da6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x935f1000 - 0x93600ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <a2f7a163a74c134f6f17d497423436fe> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93601000 - 0x9360cfff com.apple.dotMacLegacy 3.1 (246) <1a8b7930067bce09867a6fb7b7ba31b2> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x9360d000 - 0x9366affb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x9366b000 - 0x93689ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <77d36e1bf2ee090f490950eba225dfb0> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9368a000 - 0x93691ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x93692000 - 0x9370ffeb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x93710000 - 0x93710ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93711000 - 0x9374bffe com.apple.securityfoundation 3.0.2 (36131) <dd2a4d1a4f50b82923d7cfc5df10455d> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9374c000 - 0x93770feb libssl.0.9.7.dylib ??? (???) <1ffdb9ff23c05f6205233e3f2956f82e> /usr/lib/libssl.0.9.7.dylib
    0x93771000 - 0x93799ff7 com.apple.shortcut 1.0.1 (1.0) <37e4b08cfaf9edb08b8682a06c4ec844> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9379a000 - 0x937ccfff com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x937cd000 - 0x9380ffef com.apple.NavigationServices 3.5.2 (163) <7f4f1766414a511bf5bc68920ac85a88> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93810000 - 0x93828ff7 com.apple.CoreVideo 1.6.0 (20.0) <587c9c8966070a7d50276db35e1c76aa> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x93829000 - 0x9387afeb com.apple.framework.familycontrols 1.0.4 (1.0.4) <e76b4fa1c25673c8e0fb183b6c0e8eaf> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x9387b000 - 0x93880ffc com.apple.KerberosHelper 1.1 (1.0) <026012b54e36fecbc1a4ed3a3edec439> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x93881000 - 0x938e7ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x938e8000 - 0x93911fff libcups.2.dylib ??? (???) <ee771753dd1111b656a2daa234a9e971> /usr/lib/libcups.2.dylib
    0x93912000 - 0x9392efff com.apple.IMFramework 4.0.8 (584) <03c3fc58fa1809c1716aaa7b623ff3d1> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x9392f000 - 0x939c2fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x939c3000 - 0x93d60fef com.apple.QuartzCore 1.5.8 (1.5.8) <18113e06d296230d63a63b58baf35f55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93d61000 - 0x93df4ff3 com.apple.ApplicationServices.ATS 3.8 (???) <eda9db16110de6b7fd9436cd0daa787d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x93df5000 - 0x93e01ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x93e02000 - 0x93f65ff2 com.apple.CalendarStore 3.0.8 (860) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x93f66000 - 0x93f66ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x93f67000 - 0x93f69fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93f6a000 - 0x941e6fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x941e7000 - 0x94339ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9433a000 - 0x943e1fec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x943e5000 - 0x94401ff3 libPng.dylib ??? (???) <271373dd41f56369a3dfca0ed2be579a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x94402000 - 0x94417ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94418000 - 0x944cfff3 com.apple.QTKit 7.6.4 (1327.73) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x944d0000 - 0x944edff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x944ee000 - 0x944eeffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x944ef000 - 0x94561fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x94562000 - 0x94562ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x94563000 - 0x945d0ffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x945d1000 - 0x945effff libresolv.9.dylib ??? (???) <0e26b308654f33fc94a0c010a50751f9> /usr/lib/libresolv.9.dylib
    0x945f0000 - 0x9466aff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <9ae833544b8249984c07544dbe6a97fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9466b000 - 0x94677ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x94678000 - 0x94849ff3 com.apple.security 5.0.5 (36371) <c7f5d1b89c9891d332c81d1c5fe925e3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9484a000 - 0x95048fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95f9a000 - 0x96065fef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x96066000 - 0x96537fbe libGLProgrammability.dylib ??? (???) <d5cb4e7997a873cd77523689e6749acd> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96538000 - 0x9653ffe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x96540000 - 0x96571ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x96572000 - 0x96576fff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x96581000 - 0x96721fff com.apple.JavaScriptCore 5531.21 (5531.21.9) <8b132638e4d517b8cd4613155ed82b87> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x96722000 - 0x96770ff3 com.apple.datadetectorscore 1.0.2 (52.14) <a06c738028393ed96729e213fbda01f4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x96771000 - 0x967affff libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x967b0000 - 0x967bdfe7 com.apple.opengl 1.5.10 (1.5.10) <e7d1198d869f45f09251f9697cbdd192> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x967be000 - 0x96e5efeb com.apple.CoreGraphics 1.409.5 (???) <a40644ccdbdc76e3a0ab4d468b2f9bdd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x96e5f000 - 0x97167fe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x97168000 - 0x972a1ff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x972a2000 - 0x9731ffef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x97320000 - 0x97320ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x97326000 - 0x97398ff7 com.apple.iLifeMediaBrowser 2.0.4 (346.0.2) <058e71511bc69371e11ea40cf7a3fc19> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x9743d000 - 0x9743effc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x9743f000 - 0x97506ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x97507000 - 0x97517ffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x97518000 - 0x975a2fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x975a3000 - 0x975b1ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    sorry i accidentally posted this to the wrong forum. i've reposted to the 10.5 forum.
    ben

  • Apple Mail crashing after Mavericks install

    Can someone please advise - ever since I upgraded to Mavericks mail crashes. I open Mail (I have 2 apple mail accounts) and it loads my messages. As soon as I click on a message the app crashes. I've sent numerous reports and have to log in through Chrome or Safari which is really really annoying. Please help!!!
    Also I don't want to go into Terminal - it makes me nervous - so if anyone has any other tips it would be great. Apple please do an update on this.

    I picked up this hint from a similar thread which provides for a little releif.  I have three accounts: iCloud, personal Time Warner POP, business IMAP.  If I only have iCloud active everything is great.  If I try to make an additional account active ( doesn't matter whether it's the POP account or the IMAP ), the Viewer Window in Mail will become unresponsive.  [ Keep in Mind that Mail is still running, but you can't see it because everything has locked up.  It's almost as if your were clicking on a screen shot.  However, you can tell that Mail is still running because the menu's are still working.]
    If I activate both my POP and IMAP, everything is great - - - - as long as I don't activate the iCloud account.  Since I get my iCloud mail on both my iPad and iPhone, I can live without it being on my MacBook until Apple gets a fix out.  Obviously, my business IMAP is most crucial for me.
    Here's the procedure:  QUIT Mail.  Open System Preferences and click on the "Internet Accounts" preference pane.  Next, select each email account on the list and either uncheck the "Mail" icon box, or uncheck the "Enable this account" box. Do this for each account.  Close System Preferences.
    Next:  Launch Mail.  You will see what looks like a standard mail account without any content.  No worries.  Select the "Mail" menu and choose "Preferences".  Click on the "Accounts" tab.  Click on each account and check the "Enable this account" box.  You will see your content reload.  You won't see your iCloud account in the list.  If all you want is iCloud mail, then DO NOT activate any of the other accounts and instead go back to System Preferences/Internet Accounts and check the Mail icon box for iCloud.
    I only have two non-iCloud accounts, so I don't know what will happen if you have 3 or more accounts.  Let us know what you find out.
    I am functional for now.  Things seem to be stabile for the moment.  I will let you know if things change.

  • Mail crashing on failure to authenticate cyrus user

    Mail crashed, and now will not warn re-start (a cold start of the server works) with error:
    no entry in /etc/passwd for user _cyrus
    can't change to the cyrus user: No such file or directory
    The IMAP logs also show, for ALL users, even though all users have IMAP enabled:
    AOD Warning: dsGetRecordList failed with: -14085 for user: username
    AOD Warning: dsGetRecordList failed with: -14085 for user: username
    badlogin from: [192.168.1.xxx]. plaintext user: username. mail is not enabled for this user
    And SMTP log shows:
    fatal: file /etc/postfix/main.cf: parameter default_privs: unknown user name value: nobody

    And here's the system log, around the time of the last crash:
    Jan 23 01:02:53 xserve DirectoryService[25]: GetGroups couldn't find uid 27
    Jan 23 01:02:57: --- last message repeated 1 time ---
    Jan 23 01:02:57 xserve servermgrd[56]: --Module servermgr_xserve's response has retain count of 1.
    Jan 23 01:02:58 xserve bootpd[203]: DHCP DISCOVER [en0]: 1,0:e:70:0:6:9e
    Jan 23 01:03:09: --- last message repeated 1 time ---
    Jan 23 01:03:09 xserve servermgrd[56]: --Module servermgr_xserve's response has retain count of 1.
    Jan 23 01:03:14 xserve bootpd[203]: DHCP DISCOVER [en0]: 1,0:e:70:0:6:9e
    Jan 23 01:03:18 xserve com.apple.launchd[1] (com.apple.launchd.peruser.77[5453]): getpwuid("77") failed
    Jan 23 01:03:18 xserve com.apple.launchd[1] (com.apple.launchd.peruser.77[5453]): PID 5452 "master" has no account to back it! Real/effective/saved UIDs: 77/77/77
    Jan 23 01:03:18 xserve com.apple.launchd[1] (com.apple.launchd.peruser.77[5453]): PID 3897 "imapd" has no account to back it! Real/effective/saved UIDs: 77/77/77
    Jan 23 01:03:18 xserve com.apple.launchd[1] (com.apple.launchd.peruser.77[5453]): PID 3895 "imapd" has no account to back it! Real/effective/saved UIDs: 77/77/77
    Jan 23 01:03:18 xserve com.apple.launchd[1] (com.apple.launchd.peruser.77[5453]): PID 3894 "imapd" has no account to back it! Real/effective/saved UIDs: 77/77/77
    Jan 23 01:03:18 xserve com.apple.launchd[1] (com.apple.launchd.peruser.77[5453]): PID 3893 "imapd" has no account to back it! Real/effective/saved UIDs: 77/77/77
    Jan 23 01:03:18 xserve com.apple.launchd[1] (com.apple.launchd.peruser.77[5453]): PID 3885 "idled" has no account to back it! Real/effective/saved UIDs: 77/77/77
    Jan 23 01:03:18 xserve com.apple.launchd[1] (com.apple.launchd.peruser.77[5453]): PID 3874 "master" has no account to back it! Real/effective/saved UIDs: 77/77/77
    Jan 23 01:03:18 xserve com.apple.launchd[1] (com.apple.launchd.peruser.77[5453]): Exited with exit code: 1
    Jan 23 01:03:18 xserve com.apple.launchd[1] (com.apple.launchd.peruser.77): Throttling respawn: Will start in 10 seconds

  • 10.5.1 Mail crashes OS (black screen) then wipes Mail settings + mailboxes

    So I dragged a PDF to the mail icon to start a new message, Mail creates new message body with PDF but then crashes the entire OS - press the on/off to reboot your system.
    Then when the OS comes up again the entire Mail settings are wiped.
    Okay so I do a restore from the archived Mail.
    Spaghetti Mail results.
    I've now got two sets of archived Mail (this is a new MacBook so I recently imported old Mails from the iBook) nested inside multiple folders... one set of the original iBook to MacBook import - and now a set of the MacBook mail with a set of the iBook to MacBook import inside it.
    Problems I have with this: -
    1. Mail crashed my MacBook in the first place
    2. Mail forgot the mail settings even though the mailboxes are still in ~/me/library/mail
    3. Mail double imported archived mail
    4. Mail has no clear and easy way to merge old mail back into a new mail setup.
    Now I'm going to resync from the IMAP mail servers to get my INBOXes back... so multiple multiple nests of spaghetti.
    This is pretty unacceptable behaviour.
    Solution: -
    1. Mail should have a back up set of settings to "Clone" settings and mailboxes from an archive
    2. Mail should be smart enough to know that the mailboxes in the users library/mail folder are not alien entities but the data it needs to work.
    3. Mail should have a way to merge archives into the current set of live mail boxes - SENT especially important.
    Now I'll be resyncing then dragging and dropping to try to get it to some normality.
    Yes perhaps Time Machine is the answer - but that does not resolve the cloning of settings issue... nor help when moving from 10.4
    Awful

    Okay - so I've begun restoring the email accounts - I have 5 of them... and it seems to be recognising them and importing the mail from the existing set of mailboxes I'd imported already.
    However there is still the issue of Mail recognising that those Mailboxes exist. It should know that they are there and offer to set up the accounts using these mail boxes as a basis.
    Not very smart to do it the way it has been done - now I need to delete the archives I've just imported... but that scares me so perhaps I'll just live with them as they are...
    Not very impressed with the recovery process.

  • Mail crashes when I try to print, also TextEdit after I installed mavericks recently.

    Mail crashes when I try to print, also TextEdit after I installed mavericks recently.

    Process:   
    Mail [497]
    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 [178]
    Responsible:
    Mail [497]
    User ID:   
    503
    PlugIn Path: 
    /Library/Printers/KONICAMINOLTA/C650/PDEs/pde.framework/Versions/A/pde
    PlugIn Identifier: jp.konicaminolta.fw.C650.Core
    PlugIn Version:
    3.7.0 (3.7.0)
    Date/Time: 
    2014-08-21 08:58:51.724 -0500
    OS Version:
    Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  446B19C2-BAC3-A868-74BD-D816FBDD905C
    Sleep/Wake UUID: 454FACDE-486E-4057-95E8-98428B8E1162
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    objc_msgSend() selector name: release
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib        
    0x00007fff957a0097 objc_msgSend + 23
    1   com.apple.CoreFoundation
    0x00007fff92b6e43f CFRelease + 591
    2   jp.konicaminolta.fw.C650.Core     0x000000010d0fa32a ClearPPDUIOption + 142
    3   jp.konicaminolta.fw.C650.Core     0x000000010d0fa8e2 DeletePPDUIOption + 22
    4   jp.konicaminolta.fw.C650.Core     0x000000010d0edcd0 CTblRelease + 84
    5   jp.konicaminolta.fw.C650.Core     0x000000010d0f3e42 -[KMComWinA23A66B9_510C_4D85_8184_85C81FF8D3A5 terminate] + 43
    6   jp.konicaminolta.fw.C650.Core     0x000000010d0f318b -[KMPluginA23A66B9_510C_4D85_8184_85C81FF8D3A5 terminate] + 236
    7   jp.konicaminolta.fw.C650.Core     0x000000010d0f3078 -[KMPluginA23A66B9_510C_4D85_8184_85C81FF8D3A5 dealloc] + 77
    8   libobjc.A.dylib        
    0x00007fff957a265a (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 502
    9   com.apple.CoreFoundation
    0x00007fff92b8d932 _CFAutoreleasePoolPop + 50
    10  com.apple.Foundation   
    0x00007fff8a8a4e17 -[NSAutoreleasePool drain] + 147
    11  com.apple.print.framework.Print.Private    0x000000010bbb6945 0x10bbb0000 + 26949
    12  com.apple.print.framework.Print.Private    0x000000010bbb3a60 0x10bbb0000 + 14944
    13  com.apple.print.framework.Print.Private    0x000000010bbc6903 0x10bbb0000 + 92419
    14  com.apple.print.framework.Print.Private    0x000000010bbc6413 0x10bbb0000 + 91155
    15  com.apple.AppKit       
    0x00007fff8ebd83ac -[NSWindowController _windowDidLoad] + 450
    16  com.apple.AppKit       
    0x00007fff8ebbefa6 -[NSWindowController window] + 110
    17  com.apple.AppKit       
    0x00007fff8ef314fc -[NSPrintPanel beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:] + 530
    18  com.apple.AppKit       
    0x00007fff8ef2f200 __91-[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:]_block_invoke35 3 + 149
    19  com.apple.AppKit       
    0x00007fff8ef2efed __91-[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:]_block_invoke + 54
    20  com.apple.AppKit       
    0x00007fff8ef2efa8 -[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:] + 630
    21  com.apple.mail         
    0x0000000102a12dee 0x102805000 + 2153966
    22  com.apple.Foundation   
    0x00007fff8a892f28 NSKeyValueNotifyObserver + 387
    23  com.apple.Foundation   
    0x00007fff8a8920f8 NSKeyValueDidChange + 453
    24  com.apple.Foundation   
    0x00007fff8a896be6 -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 118
    25  com.apple.MailUI       
    0x00007fff9673252f -[MUIWKViewController browsingContextControllerDidFinishLoad:] + 213
    26  com.apple.WebKit2      
    0x00007fff95569162 WebKit::WebPageProxy::didFinishLoadForFrame(unsigned long long, CoreIPC::MessageDecoder&) + 112
    27  com.apple.WebKit2      
    0x00007fff9553e343 WebKit::WebPageProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 3353
    28  com.apple.WebKit2      
    0x00007fff9552b5ab CoreIPC::MessageReceiverMap::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 125
    29  com.apple.WebKit2      
    0x00007fff9553616b WebKit::ChildProcessProxy::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 13
    30  com.apple.WebKit2      
    0x00007fff9553b8a0 WebKit::WebProcessProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 24
    31  com.apple.WebKit2      
    0x00007fff9552b3f9 CoreIPC::Connection::dispatchMessage(***::PassOwnPtr<CoreIPC::MessageDecoder>) + 101
    32  com.apple.WebKit2      
    0x00007fff9552b322 CoreIPC::Connection::dispatchOneMessage() + 106
    33  com.apple.WebCore      
    0x00007fff96e02c9e WebCore::RunLoop::performWork() + 270
    34  com.apple.WebCore      
    0x00007fff96e02b72 WebCore::RunLoop::performWork(void*) + 34
    35  com.apple.CoreFoundation
    0x00007fff92bd45b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    36  com.apple.CoreFoundation
    0x00007fff92bc5c62 __CFRunLoopDoSources0 + 242
    37  com.apple.CoreFoundation
    0x00007fff92bc53ef __CFRunLoopRun + 831
    38  com.apple.CoreFoundation
    0x00007fff92bc4e75 CFRunLoopRunSpecific + 309
    39  com.apple.HIToolbox    
    0x00007fff8c552a0d RunCurrentEventLoopInMode + 226
    40  com.apple.HIToolbox    
    0x00007fff8c5527b7 ReceiveNextEventCommon + 479
    41  com.apple.HIToolbox    
    0x00007fff8c5525bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    42  com.apple.AppKit       
    0x00007fff8e94324e _DPSNextEvent + 1434
    43  com.apple.AppKit       
    0x00007fff8e94289b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    44  com.apple.AppKit       
    0x00007fff8e93699c -[NSApplication run] + 553
    45  com.apple.AppKit       
    0x00007fff8e921783 NSApplicationMain + 940
    46  libdyld.dylib          
    0x00007fff938355fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib 
    0x00007fff9535c662 kevent64 + 10
    1   libdispatch.dylib      
    0x00007fff8c9a9421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib      
    0x00007fff8c9a9136 _dispatch_mgr_thread + 52
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib 
    0x00007fff95357a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib 
    0x00007fff95356d18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x00007fff92bc5f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00007fff92bc5539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x00007fff92bc4e75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation   
    0x00007fff8a8f0967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation   
    0x00007fff8a8f076b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib
    0x00007fff916c9899 _pthread_body + 138
    8   libsystem_pthread.dylib
    0x00007fff916c972a _pthread_start + 137
    9   libsystem_pthread.dylib
    0x00007fff916cdfc9 thread_start + 13
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib 
    0x00007fff9535b9aa __select + 10
    1   com.apple.CoreFoundation
    0x00007fff92c11a03 __CFSocketManager + 867
    2   libsystem_pthread.dylib
    0x00007fff916c9899 _pthread_body + 138
    3   libsystem_pthread.dylib
    0x00007fff916c972a _pthread_start + 137
    4   libsystem_pthread.dylib
    0x00007fff916cdfc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib 
    0x00007fff95357a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib 
    0x00007fff95356d18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x00007fff92bc5f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00007fff92bc5539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x00007fff92bc4e75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit       
    0x00007fff8eae305e _NSEventThread + 144
    6   libsystem_pthread.dylib
    0x00007fff916c9899 _pthread_body + 138
    7   libsystem_pthread.dylib
    0x00007fff916c972a _pthread_start + 137
    8   libsystem_pthread.dylib
    0x00007fff916cdfc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib 
    0x00007fff9535be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib
    0x00007fff916caf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib
    0x00007fff916cdfb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib 
    0x00007fff9535be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib
    0x00007fff916caf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib
    0x00007fff916cdfb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib 
    0x00007fff9535be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib
    0x00007fff916caf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib
    0x00007fff916cdfb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib 
    0x00007fff9535be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib
    0x00007fff916caf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib
    0x00007fff916cdfb9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib 
    0x00007fff9535be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib
    0x00007fff916caf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib
    0x00007fff916cdfb9 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib 
    0x00007fff9535be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib
    0x00007fff916caf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib
    0x00007fff916cdfb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib 
    0x00007fff9535be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib
    0x00007fff916caf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib
    0x00007fff916cdfb9 start_wqthread + 13
    Thread 12:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib 
    0x00007fff95357a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib 
    0x00007fff95356d18 mach_msg + 64
    2   com.apple.QuartzCore   
    0x00007fff97d25377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore   
    0x00007fff97d252ad thread_fun + 25
    4   libsystem_pthread.dylib
    0x00007fff916c9899 _pthread_body + 138
    5   libsystem_pthread.dylib
    0x00007fff916c972a _pthread_start + 137
    6   libsystem_pthread.dylib
    0x00007fff916cdfc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib 
    0x00007fff9535be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib
    0x00007fff916caf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib
    0x00007fff916cdfb9 start_wqthread + 13
    Thread 14:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib 
    0x00007fff9535b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib
    0x00007fff916cbc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff8e467116 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore
    0x00007fff8e466c35 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore
    0x00007fff8e45bf5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib
    0x00007fff916c9899 _pthread_body + 138
    6   libsystem_pthread.dylib
    0x00007fff916c972a _pthread_start + 137
    7   libsystem_pthread.dylib
    0x00007fff916cdfc9 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib 
    0x00007fff9535b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib
    0x00007fff916cbc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff8e467737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff8e4675c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff8e45bf5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib
    0x00007fff916c9899 _pthread_body + 138
    6   libsystem_pthread.dylib
    0x00007fff916c972a _pthread_start + 137
    7   libsystem_pthread.dylib
    0x00007fff916cdfc9 thread_start + 13
    Thread 16:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib 
    0x00007fff9535b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib
    0x00007fff916cbc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff8e467737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff8e4675c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff8e45bf5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib
    0x00007fff916c9899 _pthread_body + 138
    6   libsystem_pthread.dylib
    0x00007fff916c972a _pthread_start + 137
    7   libsystem_pthread.dylib
    0x00007fff916cdfc9 thread_start + 13
    Thread 17:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib 
    0x00007fff9535b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib
    0x00007fff916cbc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff8e467737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff8e4675c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff8e45bf5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib
    0x00007fff916c9899 _pthread_body + 138
    6   libsystem_pthread.dylib
    0x00007fff916c972a _pthread_start + 137
    7   libsystem_pthread.dylib
    0x00007fff916cdfc9 thread_start + 13
    Thread 18:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib 
    0x00007fff9535b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib
    0x00007fff916cbc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff8e467737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff8e4675c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff8e45bf5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib
    0x00007fff916c9899 _pthread_body + 138
    6   libsystem_pthread.dylib
    0x00007fff916c972a _pthread_start + 137
    7   libsystem_pthread.dylib
    0x00007fff916cdfc9 thread_start + 13
    Thread 19:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib 
    0x00007fff9535b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib
    0x00007fff916cbc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff8e467737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff8e4675c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff8e45bf5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib
    0x00007fff916c9899 _pthread_body + 138
    6   libsystem_pthread.dylib
    0x00007fff916c972a _pthread_start + 137
    7   libsystem_pthread.dylib
    0x00007fff916cdfc9 thread_start + 13
    Thread 20:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib 
    0x00007fff9535b716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib
    0x00007fff916cbc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore
    0x00007fff8e467737 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore
    0x00007fff8e4675c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore
    0x00007fff8e45bf5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib
    0x00007fff916c9899 _pthread_body + 138
    6   libsystem_pthread.dylib
    0x00007fff916c972a _pthread_start + 137
    7   libsystem_pthread.dylib
    0x00007fff916cdfc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff7c19e060  rcx: 0xbadd086ac4c1bead  rdx: 0x00007fff7c1d8410
      rdi: 0x00006000006affc0  rsi: 0x00007fff8f36f666  rbp: 0x00007fff5d3f7b50  rsp: 0x00007fff5d3f7af8
       r8: 0x00000000000007ff   r9: 0xffff9fffff1a850f  r10: 0x00007fff8f36f666  r11: 0xbadd086ac4c1bead
      r12: 0x00006000006affc0  r13: 0x0000000000000000  r14: 0x0000600000318680  r15: 0x00007fd4d1020000
      rip: 0x00007fff957a0097  rfl: 0x0000000000010246  cr2: 0x000061000005af20
    Logical CPU:
    4
    Error Code:
    0x00000000
    Trap Number:
    13
    Binary Images:
    0x102805000 -  
    0x102af7fff  com.apple.mail (7.3 - 1878.6) <84C51E40-00C5-3710-8A99-04A0F6D078F5> /Applications/Mail.app/Contents/MacOS/Mail
    0x102d3d000 -  
    0x102d3efff  libLatin2Converter.dylib (61) <35D6A929-CF0D-399D-8482-E7E6BED07DF5> /System/Library/CoreServices/Encodings/libLatin2Converter.dylib
    0x104793000 -  
    0x104795fff  apop.so (170.1) <97DD24EE-D5F4-34EB-B521-D7BA883D2606> /usr/lib/sasl2/apop.so
    0x104799000 -  
    0x1047a1fff  digestmd5WebDAV.so (170.1) <B11199EC-EF62-3592-AE51-38EBD1B6282F> /usr/lib/sasl2/digestmd5WebDAV.so
    0x1047a6000 -  
    0x1047a8fff  libanonymous.2.so (170) <D1297C21-A57B-311E-9006-C3FB8689849A> /usr/lib/sasl2/libanonymous.2.so
    0x106b13000 -  
    0x106b23ff7  dhx.so (170.1) <E4299F4A-F42C-397A-A306-58161EFD7686> /usr/lib/sasl2/dhx.so
    0x106b2f000 -  
    0x106b31fff  libcrammd5.2.so (170) <940A42FC-C634-354E-AD74-691CD90A1427> /usr/lib/sasl2/libcrammd5.2.so
    0x106b36000 -  
    0x106b3eff7  libdigestmd5.2.so (170) <122C0383-F9B2-34D1-89AF-D317BC4D5164> /usr/lib/sasl2/libdigestmd5.2.so
    0x106b43000 -  
    0x106b47fff  libgssapiv2.2.so (170) <AA58D85E-916C-3B0B-959A-DCC58497D0F2> /usr/lib/sasl2/libgssapiv2.2.so
    0x106b4c000 -  
    0x106b4efff  login.so (170) <7D801D4E-A1A4-32FC-BF2E-9F25DB902523> /usr/lib/sasl2/login.so
    0x106b52000 -  
    0x106b57fff  libntlm.so (170) <18693B29-154F-339C-A329-4C42A43F6428> /usr/lib/sasl2/libntlm.so
    0x106b5c000 -  
    0x106b63fff  libotp.2.so (170) <D1C70F92-1C75-340B-AD53-0C2CD79144FF> /usr/lib/sasl2/libotp.2.so
    0x106b6c000 -  
    0x106b6efff  libplain.2.so (170) <E9C3B22A-5958-3869-B778-55948D1EC2B7> /usr/lib/sasl2/libplain.2.so
    0x106b72000 -  
    0x106b76ffd  libpps.so (170.1) <C7604F07-E966-33F7-8727-93F000CBA92F> /usr/lib/sasl2/libpps.so
    0x106b7b000 -  
    0x106b7efff  mschapv2.so (170.1) <C79F63BB-E66D-3552-9C4C-2D3EB14CEE01> /usr/lib/sasl2/mschapv2.so
    0x106b83000 -  
    0x106babff6  com.apple.DirectoryService.PasswordServerFramework (10.9 - 36) <C36B818F-C1FE-3F3F-A01C-F4613F570D4D> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x106bc1000 -  
    0x106bc3fff  pwauxprop.so (400.1) <B95FA3F5-0EE9-335E-BBC7-FDEDEB7F18F0> /usr/lib/sasl2/pwauxprop.so
    0x106bc8000 -  
    0x106bcafff  shadow_auxprop.so (170.1) <E02127CB-F9C0-3E3B-ABBB-473EC0CB6DE7> /usr/lib/sasl2/shadow_auxprop.so
    0x106bcf000 -  
    0x106bd1fff  smb_nt.so (170.1) <B508FD03-CE31-3B93-91D7-440BEDAD9581> /usr/lib/sasl2/smb_nt.so
    0x106bd6000 -  
    0x106bd8fff  smb_ntlmv2.so (170.1) <938D40AF-BEB3-3F55-B409-C84E3C2886FD> /usr/lib/sasl2/smb_ntlmv2.so
    0x106c0a000 -  
    0x106c11fff  com.apple.SyncedDefaults (1.3 - 91.30.1) <26F0AD10-86CC-31A4-899C-097269680E05> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
    0x106fbc000 -  
    0x106fbdfe6 +cl_kernels (???) <1E039EFF-56CB-4F7B-96F8-9897EA3BBC98> cl_kernels
    0x106fdf000 -  
    0x106ff6ff7 +jp.konicaminolta.print.pde.C650.PerPage (3.7.0 - 3.7.0) <74B5B62C-623D-01F0-F6A4-B2229144ABA5> /Library/Printers/KONICAMINOLTA/C650/PDEs/KONICA MINOLTA C650 PerPage.plugin/Contents/MacOS/KONICA MINOLTA C650 PerPage
    0x10762f000 -  
    0x107632fff  libspindump.dylib (161.2) <E16E9BFB-8F34-366F-BE10-48993F5843BC> /usr/lib/libspindump.dylib
    0x1078aa000 -  
    0x1078abfff  com.apple.AddressBook.LocalSourceBundle (8.0 - 1371) <B3C35936-EE5F-3C40-95FF-2AE6C5D35638> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x1078bd000 -  
    0x1078c1ff7  com.apple.DirectoryServicesSource (8.0 - 1371) <AF6429A6-608F-36B2-BC58-51A0C2B17C31> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    0x1078c9000 -  
    0x107915ff6  com.apple.AddressBook.CardDAVPlugin (10.9 - 424) <15AC9317-8E7D-3DC3-A68F-89C546648E25> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
    0x108795000 -  
    0x108796ff9 +cl_kernels (???) <F336470F-47C8-42F2-9815-9883D37FBDD8> cl_kernels
    0x10879b000 -  
    0x10879cffa +cl_kernels (???) <BF7B4075-9E1E-46C8-B759-10E4CBBBF83E> cl_kernels
    0x1087c6000 -  
    0x1088acfef  unorm8_bgra.dylib (2.3.58) <280D6FDD-8CA5-36EC-9EA1-D7DC09598E20> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x1088fe000 -  
    0x1088feffd +cl_kernels (???) <3D137682-ECFE-4419-A51B-6BD2CE83007D> cl_kernels
    0x108900000 -  
    0x1089e0ff7  unorm8_rgba.dylib (2.3.58) <8252DC3E-7434-34C6-B4B9-CFD59B923D12> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
    0x108a24000 -  
    0x108a24fff +cl_kernels (???) <2F65934A-73FE-44C2-923C-F141403EC02B> cl_kernels
    0x108b17000 -  
    0x108b18fe2 +cl_kernels (???) <DFD90409-11D8-43A2-AAE2-79A8958AF5B8> cl_kernels
    0x108b22000 -  
    0x108b23fee +cl_kernels (???) <CF420824-B436-470B-BD44-74C340487979> cl_kernels
    0x108bb7000 -  
    0x108bb7fe7 +cl_kernels (???) <F1E5CED3-DBD1-483C-B535-AF450C1FCCA4> cl_kernels
    0x108bc2000 -  
    0x108bc2fe7 +cl_kernels (???) <EB748AEE-37FA-4E52-AADC-836FACBF7FE7> cl_kernels
    0x108f66000 -  
    0x108f66feb +cl_kernels (???) <160B3FD1-1F62-42E0-B44A-166152026AC5> cl_kernels
    0x108fa1000 -  
    0x108fa2fe4 +cl_kernels (???) <268CC968-B070-4B68-B073-C71CF7D53E4F> cl_kernels
    0x109af1000 -  
    0x109af4ff7 +jp.konicaminolta.print.pde.C650.Cover (3.7.0 - 3.7.0) <991DE79B-043F-2247-62A9-FD32E6042DDD> /Library/Printers/KONICAMINOLTA/C650/PDEs/KONICA MINOLTA C650 Cover.plugin/Contents/MacOS/KONICA MINOLTA C650 Cover
    0x10bad8000 -  
    0x10baecff7 +jp.konicaminolta.print.pde.C650.Finishing (3.7.0 - 3.7.0) <C2ADE898-1CAB-2457-B075-11474936FAB2> /Library/Printers/KONICAMINOLTA/C650/PDEs/KONICA MINOLTA C650 Finishing.plugin/Contents/MacOS/KONICA MINOLTA C650 Finishing
    0x10bbb0000 -  
    0x10bbe2ff3  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
    0x10bc00000 -  
    0x10bc28fe7 +jp.konicaminolta.print.pde.C650.Output (3.7.0 - 3.7.0) <B525AE75-687F-64DD-1C38-41B3FD26AB10> /Library/Printers/KONICAMINOLTA/C650/PDEs/KONICA MINOLTA C650 Output.plugin/Contents/MacOS/KONICA MINOLTA C650 Output
    0x10bc68000 -  
    0x10bca6ff7  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
    0x10bccb000 -  
    0x10bcd9fff +jp.konicaminolta.print.pde.C650.Tray (3.7.0 - 3.7.0) <CB162FFC-4A5F-F91D-BFBB-5104A4C497AF> /Library/Printers/KONICAMINOLTA/C650/PDEs/KONICA MINOLTA C650 Tray.plugin/Contents/MacOS/KONICA MINOLTA C650 Tray
    0x10d0d9000 -  
    0x10d16bfff +jp.konicaminolta.fw.C650.Core (3.7.0 - 3.7.0) <709B65D3-1781-9F16-E42C-91A51EE3B47A> /Library/Printers/KONICAMINOLTA/C650/PDEs/pde.framework/Versions/A/pde
    0x10d264000 -  
    0x10d283fe7 +jp.konicaminolta.print.pde.C650.Stamp (3.7.0 - 3.7.0) <CF906523-ED38-5897-3368-218E70A95E45> /Library/Printers/KONICAMINOLTA/C650/PDEs/KONICA MINOLTA C650 Stamp.plugin/Contents/MacOS/KONICA MINOLTA C650 Stamp
    0x10d337000 -  
    0x10d34cff7 +jp.konicaminolta.print.pde.C650.ImageQuality (3.7.0 - 3.7.0) <745AB97E-1F75-D239-2D75-FF74ED61E92E> /Library/Printers/KONICAMINOLTA/C650/PDEs/KONICA MINOLTA C650 ImageQuality.plugin/Contents/MacOS/KONICA MINOLTA C650 ImageQuality
    0x7fff68130000 -
    0x7fff68163817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
    0x7fff8a5e9000 -
    0x7fff8a87dff7  com.apple.RawCamera.bundle (5.06 - 751) <A8B1EEDB-FDCB-3EDC-9728-E3FAA644A499> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8a87e000 -
    0x7fff8a889fff  libkxld.dylib (2422.110.17) <B6140BAB-0EAF-3E4F-B055-314068056BB4> /usr/lib/system/libkxld.dylib
    0x7fff8a88a000 -
    0x7fff8ab88fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8ab89000 -
    0x7fff8abcafff  com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff8abd8000 -
    0x7fff8abd8fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8abd9000 -
    0x7fff8abf5fff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <059E99D8-67C2-3B59-B5E7-850DD7A92D75> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff8ad5d000 -
    0x7fff8ad62fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff8ad63000 -
    0x7fff8ad87ff7  libJPEG.dylib (1043) <25723F3F-48A6-3AC5-A7A3-58E418FEBF3F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8ad88000 -
    0x7fff8adc7fff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8adc8000 -
    0x7fff8add2ff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff8af1c000 -
    0x7fff8af43ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x7fff8af44000 -
    0x7fff8b218fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8b219000 -
    0x7fff8b3d7fff  com.apple.GeoServices (1.0 - 702.15.12) <5A4D463F-689F-3822-BF26-A19D51503019> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff8b3d8000 -
    0x7fff8b49aff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8b4e2000 -
    0x7fff8b53ffff  com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
    0x7fff8b540000 -
    0x7fff8b61ffff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8b620000 -
    0x7fff8b62cfff  com.apple.CalendarAgentLink (7.0 - 138.2) <D56910F9-5CC0-32D8-BA85-0631240F9B71> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
    0x7fff8b62d000 -
    0x7fff8b631ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x7fff8b632000 -
    0x7fff8b637ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff8b638000 -
    0x7fff8b63bffc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8b6a8000 -
    0x7fff8b6a8fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8b6a9000 -
    0x7fff8b708fff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8b709000 -
    0x7fff8b70bfff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff8bfd9000 -
    0x7fff8c003ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
    0x7fff8c004000 -
    0x7fff8c0d5ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D85430A6-1410-3B5F-9D11-17E2440B786E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8c0d6000 -
    0x7fff8c0fafff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff8c0fb000 -
    0x7fff8c124fff  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
    0x7fff8c125000 -
    0x7fff8c129ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
    0x7fff8c12a000 -
    0x7fff8c2e2ffb  libicucore.A.dylib (511.34) <616A65D6-3F20-3EAB-8CA8-273AD890261C> /usr/lib/libicucore.A.dylib
    0x7fff8c2e3000 -
    0x7fff8c2e6fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8c2e7000 -
    0x7fff8c4fdfff  com.apple.Mail.framework (7.3 - 1878.6) <C617BE97-1D88-380F-B6EC-6D33485A44D0> /System/Library/PrivateFrameworks/Mail.framework/Versions/A/Mail
    0x7fff8c4fe000 -
    0x7fff8c523ff7  com.apple.printingprivate.framework.PrintingPrivate (9.3 - 126.1) <221B915A-C6B9-3AE7-8209-E905FC556284> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Printing Private
    0x7fff8c524000 -
    0x7fff8c7ceff5  com.apple.HIToolbox (2.1.1 - 698) <A388E773-AE7B-3FD1-8662-A98E6E24EA16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff8c862000 -
    0x7fff8c86bfff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff8c86c000 -
    0x7fff8c876ff7  libcsfde.dylib (380) <A5CF6F85-0537-399F-968B-1536B1235E65> /usr/lib/libcsfde.dylib
    0x7fff8c877000 -
    0x7fff8c9a5fff  com.apple.syncservices (8.1 - 722) <E4639527-E481-312D-8407-884737D4E605> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x7fff8c9a6000 -
    0x7fff8c9c0fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
    0x7fff8c9c1000 -
    0x7fff8c9c8ff7  com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x7fff8c9c9000 -
    0x7fff8c9f9fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x7fff8c9fa000 -
    0x7fff8ca06ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8ca07000 -
    0x7fff8ca07ff7  com.apple.frameworks.SleepServices (1.1 - 1.1) <4D9C44FF-5403-3372-A90E-CBF2A34D7CE7> /System/Library/PrivateFrameworks/SleepServices.framework/Versions/A/SleepServi ces
    0x7fff8ca08000 -
    0x7fff8cab8ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8cab9000 -
    0x7fff8cba7fff  libJP2.dylib (1043) <C4031D64-6C57-3FB4-9D87-874D387381DB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8cba8000 -
    0x7fff8cc45fff  com.apple.imcore (10.0 - 1000) <DF924E35-74AB-389C-9279-1828518218F8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x7fff8cc46000 -
    0x7fff8cc72fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff8cc73000 -
    0x7fff8cca8ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8cd3e000 -
    0x7fff8d11fffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8d120000 -
    0x7fff8d120fff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8d121000 -
    0x7fff8d369ff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8d391000 -
    0x7fff8d41aff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    0x7fff8d45a000 -
    0x7fff8d4a1ff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
    0x7fff8d4a2000 -
    0x7fff8d504ff7  com.apple.WhitePagesFramework (10.7.0 - 141.0) <F95E1174-37B7-300C-8ECE-E67A711B6721> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x7fff8d505000 -
    0x7fff8d540fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8d551000 -
    0x7fff8d567ff7  com.apple.ContactsUI (8.0 - 1371) <64DA1E16-0566-39EF-9B69-4C84EFB2DE57> /System/Library/PrivateFrameworks/ContactsUI.framework/Versions/A/ContactsUI
    0x7fff8d568000 -
    0x7fff8d69effd  com.apple.WebKit (9537 - 9537.77.4) <A0291E16-4ED9-30E8-B9A2-DB836778EE9E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff8d69f000 -
    0x7fff8d716fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <C63562F5-6DF5-3EE9-8897-FF61A44C8251> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff8d717000 -
    0x7fff8d719ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
    0x7fff8d71a000 -
    0x7fff8d787fff  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
    0x7fff8d788000 -
    0x7fff8d88eff7  com.apple.ImageIO.framework (3.3.0 - 1043) <C4ADE5B1-A540-34E1-A043-118185489C9D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8d88f000 -
    0x7fff8d960fff  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
    0x7fff8d961000 -
    0x7fff8d968ffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
    0x7fff8d969000 -
    0x7fff8d969fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8d96a000 -
    0x7fff8d9f6ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff8d9f7000 -
    0x7fff8e31732b  com.apple.CoreGraphics (1.600.0 - 599.25.10.1) <EC14B831-96BB-3A50-A451-E36BDC8F59FB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8e318000 -
    0x7fff8e319ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8e31a000 -
    0x7fff8e325ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8e326000 -
    0x7fff8e327fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff8e328000 -
    0x7fff8e368ff7  com.apple.CalDAV (7.0 - 155.2) <B96DAB4A-7431-3FD2-971B-726A67F6E004> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
    0x7fff8e39b000 -
    0x7fff8e3adff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <E51DE5CA-9859-3C13-A24F-37EF4385C1D6> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff8e3ae000 -
    0x7fff8e414fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8e450000 -
    0x7fff8e452fff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff8e453000 -
    0x7fff8e7caff6  com.apple.JavaScriptCore (9537 - 9537.77.1) <F588191A-25E6-31AC-A325-B7779DC6D1EC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8e7cb000 -
    0x7fff8e819ff7  com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8e81a000 -
    0x7fff8e843ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x7fff8e844000 -
    0x7fff8e84cfff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
    0x7fff8e84d000 -
    0x7fff8e87aff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff8e87b000 -
    0x7fff8e8b3ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff8e91f000 -
    0x7fff8f495ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8f496000 -
    0x7fff8f502fff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8f530000 -
    0x7fff8f555ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x7fff8f556000 -
    0x7fff8f556ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8f591000 -
    0x7fff8f595fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff8f596000 -
    0x7fff8f8ccfff  com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff8f8cd000 -
    0x7fff8f924ff7  com.apple.IMAP (7.3 - 1878.6) <326F679E-7ADF-38BB-9EAD-BD08FA65573E> /System/Library/PrivateFrameworks/IMAP.framework/Versions/A/IMAP
    0x7fff8f925000 -
    0x7fff8fcfcfef  com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8fdb8000 -
    0x7fff8fddafff  com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff8fddb000 -
    0x7fff8fe0ffff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
    0x7fff8fe10000 -
    0x7fff8fe20ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
    0x7fff8fe30000 -
    0x7fff8fe32fff  libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x7fff8fe5a000 -
    0x7fff8fe67ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff8fe68000 -
    0x7fff8fe71fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8fe72000 -
    0x7fff8fefbfff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8ff0b000 -
    0x7fff8ff0efff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x7fff8ff0f000 -
    0x7fff8ff2aff7  com.apple.CalendarStore (7.0 - 1366) <27072D7F-8281-3958-A66C-3A3F862F3458> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x7fff8ffcf000 -
    0x7fff902a0ff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff902a1000 -

Maybe you are looking for

  • IDOC in 51 status.Essential transfer parameters are missing in record

    Hi All, Essential transfer parameters are missing in record: 8701 000001     Message no. VL561 I am not understanding what is missing in the IDOC. Please help me in resolving the issue. Thanks, Forum

  • Is there an actual icloud drive icon on ios 8 like Google Drive or Dropbox?

    Hello, I would appreciate any help that the community can provide. I have successfully updated ios 8 onto both my ipad mini and my iphone 5s. I was expecting to see some sort of icon on my screen, similar to Google Drive and Dropbox, but there is not

  • Sharing media files on joint system

    How do I share music/video/pics between 2 users on the same Mac. I have turned on all of the sharing features but it does not let me access the files of the other user and vice/versa. What am I overlooking?

  • On chain-request

    hello experts,            currently i'm working in modulepool program...i want to know the functionality of on chain-request(with coding).. Thanks & Regards      Subhash. POINT WILL BE REWARDED.

  • Error when compiling formula in OFA 6.3.4

    When using OFA 6.3.4 for web we get the following error message displayed in an alter dialog window The firmula, xxx, could not be compiled. It will be removed from status Pleas contact your database administrator. It is no error number displayed, ju