Mail and the DNS Cache

My web server name has recently changed. I ran "lookupd -flushcache" to flush my local cache and I was able to reach my website using the domain name within minutes of the change.
Mail has however not been able to find the server. After a day or two I placed my mail into a backup folder and recreated the account and it works fine.
My questions are:
1. Does Apple Mail use its own cache? I know thats not the case with other operating systems and didn't think it was with OSX until I had this problem.
2. If so would clearing the preferences for mail fix this? Would there be an alternate way to prevent loosing all of the other preferences.
Best Regards,
Justin

Hi Justin, and a warm welcome to the forums!
Not certain, but this can fix myriad Mail problems, without destroying Prefs...
Safe Boot from the HD, (holding Shift key down at bootup), it will try to repair your Disk Directory while the spinning radian is happening, so let it go, run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, then move these folder & file to the Desktop.
Move this Folder to the Desktop...
/Users/YourUserName/Library/Caches/Mail/
Move this file to the Desktop...
/Users/YourUserName/Library/Mail/Envelope Index
Reboot.

Similar Messages

  • Flushing the DNS cache

    I'm having trouble with a Web site when I access it on my home computer, yet this same site looks fine on my Mini at work. One section of the index page generates a "can't find server" error, and the site's own logo won't display properly. It is a free hosting site. Sometimes I can upload files to it, other times I get a can't-find-server error when I try.
    In answer to my query about this (to which I helpfully attached a screenshot of the incompletely loaded index page and its error messages), the host is telling me that I should "flush my DNS cache," which they say involves going into Terminal and giving the command "ookupd -flushcache" [sic]. (I've already surfed this briefly and the first result confirmed my suspicion that this doofus hasn't mastered copy-and-paste technique and the command actually should be "lookupd- flushcache".)
    It's not just that their site doesn't load fully, though. They have some stuff on one of their pages that they encourage users to hotlink on personal Web sites, and I have done that with one of their banners. The banner, which was fine for months, now appears on my page as a broken icon, too, although it, like the site's home page, loads fine on my computer at work.
    My first question is, is there any harm in flushing the DNS cache? The OS Daily page where I think they copied this advice from makes it sound like this is something only a Web server would need. If I do it on my home machine, could it cause problems? Could it disable my Internet connectivity?
    Second, less urgent question, more for the netgeeks out there: Do you think this is a likely solution to my problem? Especially considering that the problem involves not only their site but an element on an external site linking back to them? I hate to play the sucker for some low-level geek whose main mission is to deflect my query.
    Thanks
    Kathi

    Kathi--
    Like BDAqua says, there's nothing to worry about flushing the DNS cache. It's true that most people probably don't need to do it very often, but it's something easy and harmless to try, and it might well fix problems like yours.
    One handy feature of Safari, even if you don't use it for anything else, is the "Activity" window. Open it from the "View" menu, and watch as your page loads. You can see exactly which components on the page are loading, which aren't and where they should be coming from. If you double-click an element in that list, Safari will try to open it in a new window. That is sometimes enough to give a clue as to why something isn't working.
    You can use Safari's activity list along with the Network Utility from your Utilities folder to try to figure out why you're not getting the page elements. Suppose a graphic is listed as coming from http://www.server1.com/images/logo.jpg, but it's not loading.
    First thing I would try in the Network Utility is to see if it will respond to pings. From that example, enter "www.server1.com" on the "Ping" page of the Network Utility and see if it answers back.
    To find out if it's a DNS problem, you can use Safari's list to get the addresses of the problem elements, then see if the IP addresses match up on your computer at home to the one at work. If they don't, then it could be stale DNS.
    You can use the Network Utility for DNS lookups, but I think they're hard to read, and, since you're already thinking about using the Terminal to flush the DNS cache, you can use nslookup. It's really simple:
    <pre class="command">nslookup www.apple.com</pre>
    Will give you something like this (the first two lines will likely be different):
    Server: 208.67.222.222
    Address: 208.67.222.222#53
    Non-authoritative answer:
    www.apple.com canonical name = www.apple.com.akadns.net.
    Name: www.apple.com.akadns.net
    Address: 17.251.200.32
    If the addresses don't match, or you get a message that it can't find anything for your server, then you know it's a DNS problem. Perhaps they've changed some addresses and your home ISP's DNS servers themselves aren't updating.
    You can even use nslookup to see what different DNS servers say about an address. Just add the IP address of a DNS server after the address you want to look up:
    <pre class="command">nslookup www.apple.com 208.67.220.220</pre>
    Just do a search on the 'net for free DNS servers, and you'll find a bunch to choose from.
    charlie

  • How can I clear the DNS cache?

    I haven't been able to connect to my local Library since January.  When I key in the URL, it starts the access routine and then after about 20 minutes, I have to kill it because nothing happens.  I contacted the IT folks at the library and was told that they had made a few changes around the time my problem began so maybe the DNS cache was still pointing at the old info.  He recommended that I enter TERMINAL mode and try to clear the DNS cache, using  "sudo dscacheutil -flushcache" command.   .  I attempted this several times, even changing my applid password, and kept getting invalid responses.

    I did try that and after a few trys it finally worked.  It took quite awhile for the window for the library to finally come up, but it did and I am now able to get in and out with no problems with my library access.  Now when I call up my bank, parts of it don't come up and it kicks me out.  Now, I'll have to search for what fixes that - as it has happened before, so I know it's fixable.  Thanks for you help though.

  • Flush the DNS cache

    How do i flush the DNS cache on an iPhone?

    TrYaN73 wrote:
    How do i flush the DNS cache on an iPhone?
    There's no specific way to do that exact thing in iOS. However, resetting network settings will help resolve a lot of network-related issues for both Wi-Fi and cellular connections.
    Reset network settings by tapping Settings > General > Reset > Reset Network Settings.

  • HT5343 Resetting the DNS cache does not seem to work on OS X 10.8, what does really work?

    Resetting the DNS cache does not seem to work on OS X 10.8, what does really work?
    Desired activity: access a site that used to not have a SSL connection through the new https:// root domain. I can accomplish the task over a machine running Windows 7 or XP but flushing the dns of my mac does not affect the outcome — I am still redirected to the hosting provider's website whenever I tried to access the domain with a https:// prefix rather than http://
    I tried sudo killall -HUP mDNSResponder and it's older alternative but no luck.

    In the terminal:
    dscacheutil -flushcache
    and to get a very detailed report on the state of your DNS cache in /var/logs/system.log:
    sudo killall -INFO mDNSResponder

  • In FF 34.0.5 I use to be able to click on a link within an e-mail and the link would open in a new tab; it now opens in the same tab; how can i change it back?

    I'm using FF 34.0.5 (I like it). I use to be able to right click on a link, within an e-mail, and the link would open in a new tab. Now when I click on the link it opens in the same tab replacing my e-mail.
    Example - a friend sends me an e-mail containing a link to a web site he thinks I'd like. I click on the link and go to the web site and then go back to the e-mail tab and reply to him. Now, when clicking that link, my e-mail disappears and is replaced by the new site.
    How can I fix this? When this happened once before I was told to change the 'value' for a specific 'preference name' through the about:config page.
    Can anyone help jog my memory?
    Thanks!

    Is this about clicking a link in an external program?
    You can check this pref on the about:config page for external links.
    * browser.link.open_newwindow.override.external (-1)
    If this pref has the default value -1 then browser.link.open_newwindow is used.
    * http://kb.mozillazine.org/browser.link.open_newwindow
    *1: current tab; 2:new window; 3:new tab;
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config

  • Is there a way to increase the font size in the sidebar of Mac mail and the Finder when running OS 10.6.8?

    Is there a way to increase the font size in the sidebar of Mac mail and the Finder when running OS 10.6.8?

    The only way to increase the size of the onscreen text in the Finder Menu Bar and in the Side bar in Finder Windows is to change the screen resolution in the OS X Preferences Pane under the Displays icon.
    What Mac and screen size are you using?

  • HT2500 my mail account is crashing again and again. I've closed and reopened mail, and the computer, and nothing seems to work. I'm not missing any updates. Working on macpro, version osX 10.7.4

    my mail account is crashing again and again. I've closed and reopened mail, and the computer, and nothing seems to work. I'm not missing any updates. Working on macpro, version osX 10.7.4

    Hello:
    Try rebuilding the mailbox (it takes awhile).
    Barry

  • HT201320 After setting up my shaw email account on my phone, i go to mail and the Welcome to Mail screen opens with the icloud, exchange, google, etc shows. How do i get past this screen to see my actual email?

    After setting up my shaw email account on my phone, i go to mail and the Welcome to Mail screen opens with the icloud, exchange, google, etc shows. How do i get past this screen to see my actual email?

    Yeah, I've done that. And the I click the mail app to try to check my mail, and that screen that I described above shows up.

  • TS3276 Sent a 22 MB file and since then unable to receive e-mails and the file keeps "ghosting back" to my recovered messages folder. Help!

    Sent a 22 MB file and since then unable to receive e-mails and the file keeps "ghosting back" to my recovered messages folder. Help!

    thanks for your reply. I appreciate your taking the time to respond.
    yes, I thought my limits were 20 MB, but I let my client talk me into trying to send it anyway (won't be doing that again). I actually spent some time with the apple tech support person (who was awsome!) and he had me delete some files from my mail folder in the Administrator folder and changed some settings in my mail prefernces.
    Everything is working fine now.

  • HT5312 What should I do if i have forgotten both my recovery e-mail, and the answers to my security questions?

    What should I do if i have forgotten both my recovery e-mail, and the answers to my security questions? Will i have to make a new apple ID? I recently got an Iphone 5 and to purchase anything from itunes i need to confirm my account by answering the questions. Is there anything i can do?

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • TS2537 Mail and the rainbow wheel.

    I try to quit mail and the rainbow starts spinning forever. What is wrong?

    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.

  • IWeb Website with Google E-mail and ZoneEdit DNS

    I have an iWeb website, and currently run domain e-mail through 1and1. It seems ridiculous to pay for 1and1 email when I can get domain e-mail for free with GoogleApps. The only problem is I am not sure how to manage DNS outside of the 1and1 environment. I looked into ZoneEdit, but I cannot find specific instructions for setting up iWeb DNS properly on ZoneEdit so as not to break e-mail like the instructions I found here in the forum for 1and1.
    I was wondering if anyone else uses domain e-mail, iWeb, and ZoneEdit, and if so how you set up DNS.
    Thanks!

    Thanks for the reply. I had already researched the various forum posts (as it is now, I have the personal domain set up and functioning appropriately). The issue is that most of the posts have little to do with the tendency of CNAMEs to break email functionality. ZoneEdit strongly discourages CNAMEs in the FAQ you referenced for mainly that reason.
    I made use of a very good post in setting up 1and1 DNS to work properly with iWeb and my domain - all without breaking e-mail. I am looking for someone who did the same thing with ZoneEdit.
    I will keep looking through the posts, but so far a ZoneEdit example that includes maintaining domain based e-mail is elusive!

  • Mail and the spinning Beachball!!!

    Hello All,
    ive noticed that my mail opens and almost immediately i get the spinning beachball and it will not access any new mail. I recently installed updates yesterday so my mac is up to date. Is there anything i can do?? Ive repaired the disk etc to no avail. Any help is greatly appreciated
    Regards
    Stu

    Hello Stu.
    If you still have this problem, here are some things you may try in addition to verifying/repairing the disk, which you say you’ve already done.
    Go to Apple Menu > System Preferences > Network, choose Network Port Configurations from the Show popup menu, and make sure that the configuration used to connect to Internet appears at the top of the list. Leave checked (enabled) only the port configuration needed to connect to Internet and Built-in Ethernet (in that order if not the same), uncheck (disable) the rest of network port configurations, and see whether that helps — if it doesn’t, turn ON again the ones you want enabled.
    Try launching Mail under the following conditions (you may need to force quit it first if it’s running) and post back with your observations:
    A. Holding the Shift (⇧) key down until the main window appears. This tells Mail to not select any mailboxes or load any messages upon start up.
    B. With no Internet connection.
    You may also try trashing the Mail cache:
    1. (Force) Quit Mail if it’s running.
    2. In the Finder, go to ~/Library/Caches/.
    3. Locate the Mail cache folder (not to be confused with the ~/Library/Mail folder where all your mail is stored) and move it to the Desktop (to be deleted after opening Mail and checking that all your mail is there, i.e. after making sure that you didn’t remove the ~/Library/Mail folder by mistake).
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder. That is, ~/Library is the Library folder within the user’s home folder, i.e. /Users/username/Library.

  • I have a MBP from 2008 (before unibody) and when i try to use apps such as Mail and the Mac App Store, they crash when i click on the links (to purchase something). I found it only happened after i updated to 10.7.4. can some1 please tell me what i can do

    Hi everyone, I have a macbook pro from 2008 which is the model before they became unibody. I have been having trouble using some of the built-in apps ever since i updated to 10.7.4. I cant use mail or the Mac App store becuase when i go to click on a link to purchase something in the Mac App Store of create a new email in Mail, the app just crashes. I am then asked to reopen the app and i try to do the same thing again and they same thing happens. Its really painful as i want to download applications and access my mail on my mac. Could you guys please get back to me on with somethings that i could try to get these apps working again.
    Thanks

    Hi Richard,
    these are the things for when mail quits
    here are the things that come from the console app
    I also copied the words that came in the window when an app quits
    Process:         Mail [2229]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         5.2 (1278)
    Build Info:      Mail-1278000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [109]
    Date/Time:       2012-07-23 18:38:28.318 +0800
    OS Version:      Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Interval Since Last Report:          159173 sec
    Crashes Since Last Report:           3
    Per-App Interval Since Last Report:  61 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      903F8ACA-456A-4BFE-ACC9-1D5C31F6FF48
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00007fff7b534568
    VM Regions Near 0x7fff7b534568:
        __DATA                 00007fff7b4c1000-00007fff7b4c4000 [   12K] rw-/rwx SM=COW  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    --> __DATA                 00007fff7b4c4000-00007fff7b571000 [  692K] rw-/rwx SM=COW  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        __DATA                 00007fff7b571000-00007fff7b57d000 [   48K] rw-/rwx SM=COW  /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    Application Specific Information:
    objc[2229]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     0x00007fff7b534568 OBJC_CLASS_$_NSProcessInfo + 0
    1   com.apple.mail                          0x0000000104401fe2 0x104365000 + 643042
    2   com.apple.mail                          0x0000000104401f1a 0x104365000 + 642842
    3   com.apple.AppKit                        0x00007fff8b2682ce -[NSWindow sendEvent:] + 2088
    4   com.apple.mail                          0x000000010442b9f9 0x104365000 + 813561
    5   com.apple.AppKit                        0x00007fff8b202a55 -[NSApplication sendEvent:] + 5593
    6   com.apple.mail                          0x00000001043e4d1b 0x104365000 + 523547
    7   com.apple.AppKit                        0x00007fff8b1990c6 -[NSApplication run] + 555
    8   com.apple.AppKit                        0x00007fff8b415244 NSApplicationMain + 867
    9   com.apple.mail                          0x000000010443d52c 0x104365000 + 886060
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff89dca7e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff924e278a _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff924e131a _dispatch_mgr_thread + 54
    Thread 2:: -[LibraryIMAPStore openSynchronously]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff89dca7e6 kevent + 10
    1   libsystem_info.dylib                    0x00007fff96c1cfe5 _mdns_search + 1537
    2   libsystem_info.dylib                    0x00007fff96c1d8b7 mdns_addrinfo + 615
    3   libsystem_info.dylib                    0x00007fff96c1e151 search_addrinfo + 152
    4   libsystem_info.dylib                    0x00007fff96c21a1c si_addrinfo + 1614
    5   libsystem_info.dylib                    0x00007fff96c19795 getaddrinfo + 166
    6   com.apple.SystemConfiguration           0x00007fff90d9c061 __SCNetworkReachabilityGetFlags + 2037
    7   com.apple.SystemConfiguration           0x00007fff90d9b841 SCNetworkReachabilityGetFlags + 163
    8   com.apple.MessageFramework              0x00007fff925ae764 -[NetworkController isHostReachable:] + 141
    9   com.apple.MessageFramework              0x00007fff925addc6 -[_NSSocket connectToHost:withPort:protocol:] + 188
    10  com.apple.MessageFramework              0x00007fff925ad24d -[Connection _connectUsingHostname:onPort:securityLayerType:clientIdentity:accountClass:] + 747
    11  com.apple.MessageFramework              0x00007fff925acdf6 -[Connection _connectUsingAccount:securityLayerType:] + 224
    12  com.apple.MessageFramework              0x00007fff925aca52 -[Connection connectAndSetSecurityLayerUsingAccount:] + 181
    13  com.apple.MessageFramework              0x00007fff925ac91d -[Connection connectUsingAccount:] + 80
    14  com.apple.MessageFramework              0x00007fff925ac19d -[IMAPAccount _connectAndAuthenticate:] + 476
    15  com.apple.MessageFramework              0x00007fff925aac42 -[IMAPAccount _recoverFromConnectionlessState] + 136
    16  com.apple.MessageFramework              0x00007fff925aa8bd -[IMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 159
    17  com.apple.MessageFramework              0x00007fff925aa612 -[IMAPAccount _gatewayForMailboxUid:name:options:] + 166
    18  com.apple.MessageFramework              0x00007fff925aa4ec -[IMAPAccount gatewayForStore:options:] + 126
    19  com.apple.MessageFramework              0x00007fff925aa32f -[LibraryIMAPStore _gatewayCreateIfNeeded:options:] + 131
    20  com.apple.MessageFramework              0x00007fff925a50e5 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 283
    21  com.apple.CoreFoundation                0x00007fff8a367efc __invoking___ + 140
    22  com.apple.CoreFoundation                0x00007fff8a367d94 -[NSInvocation invoke] + 132
    23  com.apple.MessageFramework              0x00007fff92590f68 -[MonitoredInvocation invoke] + 196
    24  com.apple.MessageFramework              0x00007fff9256da79 -[ThrowingInvocationOperation main] + 33
    25  com.apple.MessageFramework              0x00007fff9256da1f -[_MFInvocationOperation main] + 449
    26  com.apple.Foundation                    0x00007fff9584a6b4 -[__NSOperationInternal start] + 705
    27  com.apple.Foundation                    0x00007fff9585d912 ____NSOQSchedule_block_invoke_2 + 124
    28  libdispatch.dylib                       0x00007fff924e0a86 _dispatch_call_block_and_release + 18
    29  libdispatch.dylib                       0x00007fff924e1965 _dispatch_worker_thread2 + 255
    30  libsystem_c.dylib                       0x00007fff89e243da _pthread_wqthread + 316
    31  libsystem_c.dylib                       0x00007fff89e25b85 start_wqthread + 13
    Thread 3:: -[LibraryIMAPStore openSynchronously]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff89dca7e6 kevent + 10
    1   libsystem_info.dylib                    0x00007fff96c1cfe5 _mdns_search + 1537
    2   libsystem_info.dylib                    0x00007fff96c1d8b7 mdns_addrinfo + 615
    3   libsystem_info.dylib                    0x00007fff96c1e151 search_addrinfo + 152
    4   libsystem_info.dylib                    0x00007fff96c21a1c si_addrinfo + 1614
    5   libsystem_info.dylib                    0x00007fff96c19795 getaddrinfo + 166
    6   com.apple.SystemConfiguration           0x00007fff90d9c061 __SCNetworkReachabilityGetFlags + 2037
    7   com.apple.SystemConfiguration           0x00007fff90d9b841 SCNetworkReachabilityGetFlags + 163
    8   com.apple.MessageFramework              0x00007fff925ae764 -[NetworkController isHostReachable:] + 141
    9   com.apple.MessageFramework              0x00007fff925addc6 -[_NSSocket connectToHost:withPort:protocol:] + 188
    10  com.apple.MessageFramework              0x00007fff925ad24d -[Connection _connectUsingHostname:onPort:securityLayerType:clientIdentity:accountClass:] + 747
    11  com.apple.MessageFramework              0x00007fff925acdf6 -[Connection _connectUsingAccount:securityLayerType:] + 224
    12  com.apple.MessageFramework              0x00007fff925aca52 -[Connection connectAndSetSecurityLayerUsingAccount:] + 181
    13  com.apple.MessageFramework              0x00007fff925ac91d -[Connection connectUsingAccount:] + 80
    14  com.apple.MessageFramework              0x00007fff925ac19d -[IMAPAccount _connectAndAuthenticate:] + 476
    15  com.apple.MessageFramework              0x00007fff925aac42 -[IMAPAccount _recoverFromConnectionlessState] + 136
    16  com.apple.MessageFramework              0x00007fff925aa8bd -[IMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 159
    17  com.apple.MessageFramework              0x00007fff925aa612 -[IMAPAccount _gatewayForMailboxUid:name:options:] + 166
    18  com.apple.MessageFramework              0x00007fff925aa4ec -[IMAPAccount gatewayForStore:options:] + 126
    19  com.apple.MessageFramework              0x00007fff925aa32f -[LibraryIMAPStore _gatewayCreateIfNeeded:options:] + 131
    20  com.apple.MessageFramework              0x00007fff925a50e5 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 283
    21  com.apple.CoreFoundation                0x00007fff8a367efc __invoking___ + 140
    22  com.apple.CoreFoundation                0x00007fff8a367d94 -[NSInvocation invoke] + 132
    23  com.apple.MessageFramework              0x00007fff92590f68 -[MonitoredInvocation invoke] + 196
    24  com.apple.MessageFramework              0x00007fff9256da79 -[ThrowingInvocationOperation main] + 33
    25  com.apple.MessageFramework              0x00007fff9256da1f -[_MFInvocationOperation main] + 449
    26  com.apple.Foundation                    0x00007fff9584a6b4 -[__NSOperationInternal start] + 705
    27  com.apple.Foundation                    0x00007fff9585d912 ____NSOQSchedule_block_invoke_2 + 124
    28  libdispatch.dylib                       0x00007fff924e0a86 _dispatch_call_block_and_release + 18
    29  libdispatch.dylib                       0x00007fff924e1965 _dispatch_worker_thread2 + 255
    30  libsystem_c.dylib                       0x00007fff89e243da _pthread_wqthread + 316
    31  libsystem_c.dylib                       0x00007fff89e25b85 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff89dc9e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff89dd8dea nanosleep + 164
    2   libsystem_c.dylib                       0x00007fff89dd8bb5 usleep + 53
    3   com.apple.AOSKit                        0x00007fff8f4ba0b8 -[AOSRequest sendSynchronously] + 56
    4   com.apple.AOSKit                        0x00007fff8f4b3736 -[AOSThreadManager AOSKPersistMailAliases:] + 1173
    5   com.apple.Foundation                    0x00007fff9585c72a -[NSThread main] + 68
    6   com.apple.Foundation                    0x00007fff9585c6a2 __NSThread__main__ + 1575
    7   libsystem_c.dylib                       0x00007fff89e228bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff89e25b75 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff89dc867a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff89dc7d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8a30250c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8a30ac74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8a30a486 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff8a31a19f CFRunLoopRun + 95
    6   com.apple.AOSKit                        0x00007fff8f4ba031 -[AOSRequest _runRequestThread] + 306
    7   com.apple.Foundation                    0x00007fff9585c72a -[NSThread main] + 68
    8   com.apple.Foundation                    0x00007fff9585c6a2 __NSThread__main__ + 1575
    9   libsystem_c.dylib                       0x00007fff89e228bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff89e25b75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff89dc867a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff89dc7d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8a30250c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8a30ac74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8a30a486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff9580df7b -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    6   com.apple.Foundation                    0x00007fff9580de67 -[NSRunLoop(NSRunLoop) run] + 62
    7   com.apple.MessageFramework              0x00007fff9258e2dd -[RSSInterchange _runManager] + 1345
    8   com.apple.Foundation                    0x00007fff9585c72a -[NSThread main] + 68
    9   com.apple.Foundation                    0x00007fff9585c6a2 __NSThread__main__ + 1575
    10  libsystem_c.dylib                       0x00007fff89e228bf _pthread_start + 335
    11  libsystem_c.dylib                       0x00007fff89e25b75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff89dc867a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff89dc7d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8a30250c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8a30ac74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8a30a486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff9580df7b -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    6   com.apple.Foundation                    0x00007fff9580de67 -[NSRunLoop(NSRunLoop) run] + 62
    7   com.apple.MessageFramework              0x00007fff925adaa9 +[_NSSocket _runIOThread] + 80
    8   com.apple.Foundation                    0x00007fff9585c72a -[NSThread main] + 68
    9   com.apple.Foundation                    0x00007fff9585c6a2 __NSThread__main__ + 1575
    10  libsystem_c.dylib                       0x00007fff89e228bf _pthread_start + 335
    11  libsystem_c.dylib                       0x00007fff89e25b75 thread_start + 13
    Thread 8:: -[IMAPAccount fetchSynchronouslyIsAuto:]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff89dc9bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff89e211a1 pthread_mutex_lock + 545
    2   com.apple.Foundation                    0x00007fff9580c1ee -[NSLock lock] + 163
    3   com.apple.MessageFramework              0x00007fff925aa5ec -[IMAPAccount _gatewayForMailboxUid:name:options:] + 128
    4   com.apple.MessageFramework              0x00007fff925aa4ec -[IMAPAccount gatewayForStore:options:] + 126
    5   com.apple.MessageFramework              0x00007fff925aa32f -[LibraryIMAPStore _gatewayCreateIfNeeded:options:] + 131
    6   com.apple.MessageFramework              0x00007fff925a50e5 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 283
    7   com.apple.MessageFramework              0x00007fff925f73be -[LibraryIMAPStore _fetchForCheckingNewMail:] + 51
    8   com.apple.MessageFramework              0x00007fff925f6dfa -[IMAPAccount fetchSynchronouslyIsAuto:] + 144
    9   com.apple.CoreFoundation                0x00007fff8a367efc __invoking___ + 140
    10  com.apple.CoreFoundation                0x00007fff8a367d94 -[NSInvocation invoke] + 132
    11  com.apple.MessageFramework              0x00007fff92590f68 -[MonitoredInvocation invoke] + 196
    12  com.apple.MessageFramework              0x00007fff9256da79 -[ThrowingInvocationOperation main] + 33
    13  com.apple.MessageFramework              0x00007fff9256da1f -[_MFInvocationOperation main] + 449
    14  com.apple.Foundation                    0x00007fff9584a6b4 -[__NSOperationInternal start] + 705
    15  com.apple.Foundation                    0x00007fff9585d912 ____NSOQSchedule_block_invoke_2 + 124
    16  libdispatch.dylib                       0x00007fff924e0a86 _dispatch_call_block_and_release + 18
    17  libdispatch.dylib                       0x00007fff924e1965 _dispatch_worker_thread2 + 255
    18  libsystem_c.dylib                       0x00007fff89e243da _pthread_wqthread + 316
    19  libsystem_c.dylib                       0x00007fff89e25b85 start_wqthread + 13
    Thread 9:: -[MFAosImapAccount fetchSynchronouslyIsAuto:]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff89dc9bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff89e211a1 pthread_mutex_lock + 545
    2   com.apple.Foundation                    0x00007fff9580c1ee -[NSLock lock] + 163
    3   com.apple.MessageFramework              0x00007fff925aa5ec -[IMAPAccount _gatewayForMailboxUid:name:options:] + 128
    4   com.apple.MessageFramework              0x00007fff925aa4ec -[IMAPAccount gatewayForStore:options:] + 126
    5   com.apple.MessageFramework              0x00007fff925aa32f -[LibraryIMAPStore _gatewayCreateIfNeeded:options:] + 131
    6   com.apple.MessageFramework              0x00007fff925a50e5 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 283
    7   com.apple.MessageFramework              0x00007fff925f73be -[LibraryIMAPStore _fetchForCheckingNewMail:] + 51
    8   com.apple.MessageFramework              0x00007fff925f6dfa -[IMAPAccount fetchSynchronouslyIsAuto:] + 144
    9   com.apple.CoreFoundation                0x00007fff8a367efc __invoking___ + 140
    10  com.apple.CoreFoundation                0x00007fff8a367d94 -[NSInvocation invoke] + 132
    11  com.apple.MessageFramework              0x00007fff92590f68 -[MonitoredInvocation invoke] + 196
    12  com.apple.MessageFramework              0x00007fff9256da79 -[ThrowingInvocationOperation main] + 33
    13  com.apple.MessageFramework              0x00007fff9256da1f -[_MFInvocationOperation main] + 449
    14  com.apple.Foundation                    0x00007fff9584a6b4 -[__NSOperationInternal start] + 705
    15  com.apple.Foundation                    0x00007fff9585d912 ____NSOQSchedule_block_invoke_2 + 124
    16  libdispatch.dylib                       0x00007fff924e0a86 _dispatch_call_block_and_release + 18
    17  libdispatch.dylib                       0x00007fff924e1965 _dispatch_worker_thread2 + 255
    18  libsystem_c.dylib                       0x00007fff89e243da _pthread_wqthread + 316
    19  libsystem_c.dylib                       0x00007fff89e25b85 start_wqthread + 13
    Thread 10:: -[LibraryIMAPStore openSynchronously]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff89dc9bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff89e211a1 pthread_mutex_lock + 545
    2   com.apple.Foundation                    0x00007fff9580c1ee -[NSLock lock] + 163
    3   com.apple.MessageFramework              0x00007fff925aa5ec -[IMAPAccount _gatewayForMailboxUid:name:options:] + 128
    4   com.apple.MessageFramework              0x00007fff925aa4ec -[IMAPAccount gatewayForStore:options:] + 126
    5   com.apple.MessageFramework              0x00007fff925aa32f -[LibraryIMAPStore _gatewayCreateIfNeeded:options:] + 131
    6   com.apple.MessageFramework              0x00007fff925a50e5 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 283
    7   com.apple.CoreFoundation                0x00007fff8a367efc __invoking___ + 140
    8   com.apple.CoreFoundation                0x00007fff8a367d94 -[NSInvocation invoke] + 132
    9   com.apple.MessageFramework              0x00007fff92590f68 -[MonitoredInvocation invoke] + 196
    10  com.apple.MessageFramework              0x00007fff9256da79 -[ThrowingInvocationOperation main] + 33
    11  com.apple.MessageFramework              0x00007fff9256da1f -[_MFInvocationOperation main] + 449
    12  com.apple.Foundation                    0x00007fff9584a6b4 -[__NSOperationInternal start] + 705
    13  com.apple.Foundation                    0x00007fff9585d912 ____NSOQSchedule_block_invoke_2 + 124
    14  libdispatch.dylib                       0x00007fff924e0a86 _dispatch_call_block_and_release + 18
    15  libdispatch.dylib                       0x00007fff924e1965 _dispatch_worker_thread2 + 255
    16  libsystem_c.dylib                       0x00007fff89e243da _pthread_wqthread + 316
    17  libsystem_c.dylib                       0x00007fff89e25b85 start_wqthread + 13
    Thread 11:: -[LibraryIMAPStore openSynchronously]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff89dc9bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff89e211a1 pthread_mutex_lock + 545
    2   com.apple.Foundation                    0x00007fff9580c1ee -[NSLock lock] + 163
    3   com.apple.MessageFramework              0x00007fff925aa5ec -[IMAPAccount _gatewayForMailboxUid:name:options:] + 128
    4   com.apple.MessageFramework              0x00007fff925aa4ec -[IMAPAccount gatewayForStore:options:] + 126
    5   com.apple.MessageFramework              0x00007fff925aa32f -[LibraryIMAPStore _gatewayCreateIfNeeded:options:] + 131
    6   com.apple.MessageFramework              0x00007fff925a50e5 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 283
    7   com.apple.CoreFoundation                0x00007fff8a367efc __invoking___ + 140
    8   com.apple.CoreFoundation                0x00007fff8a367d94 -[NSInvocation invoke] + 132
    9   com.apple.MessageFramework              0x00007fff92590f68 -[MonitoredInvocation invoke] + 196
    10  com.apple.MessageFramework              0x00007fff9256da79 -[ThrowingInvocationOperation main] + 33
    11  com.apple.MessageFramework              0x00007fff9256da1f -[_MFInvocationOperation main] + 449
    12  com.apple.Foundation                    0x00007fff9584a6b4 -[__NSOperationInternal start] + 705
    13  com.apple.Foundation                    0x00007fff9585d912 ____NSOQSchedule_block_invoke_2 + 124
    14  libdispatch.dylib                       0x00007fff924e0a86 _dispatch_call_block_and_release + 18
    15  libdispatch.dylib                       0x00007fff924e1965 _dispatch_worker_thread2 + 255
    16  libsystem_c.dylib                       0x00007fff89e243da _pthread_wqthread + 316
    17  libsystem_c.dylib                       0x00007fff89e25b85 start_wqthread + 13
    Thread 12:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff89dc9bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89e26274 _pthread_cond_wait + 840
    2   com.apple.CoreVideo                     0x00007fff91ca56c8 CVDisplayLink::runIOThread() + 710
    3   com.apple.CoreVideo                     0x00007fff91ca53e9 _ZL13startIOThreadPv + 148
    4   libsystem_c.dylib                       0x00007fff89e228bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff89e25b75 thread_start + 13
    Thread 13:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff89dc9bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89e26274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x00007fff9099bde0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff8d4eb76a ***::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 132
    4   com.apple.WebCore                       0x00007fff8d4eb6c3 WebCore::LocalStorageThread::threadEntryPoint() + 99
    5   com.apple.WebCore                       0x00007fff8d4eb60b WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 9
    6   libsystem_c.dylib                       0x00007fff89e228bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff89e25b75 thread_start + 13
    Thread 14:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff89dc867a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff89dc7d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8a30250c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8a30ac74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8a30a486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff95867fd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation                    0x00007fff9585c72a -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff9585c6a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff89e228bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff89e25b75 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff89dc9bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89e26274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x00007fff90c127ed JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493
    3   com.apple.JavaScriptCore                0x00007fff90c12a40 JSC::MarkStackThreadSharedData::markingThreadMain() + 272
    4   com.apple.JavaScriptCore                0x00007fff90c12ae9 JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 9
    5   libsystem_c.dylib                       0x00007fff89e228bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff89e25b75 thread_start + 13
    Thread 16:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff89dc9bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff89e26274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x00007fff9099be37 ***::ThreadCondition::timedWait(***::Mutex&, double) + 151
    3   com.apple.JavaScriptCore                0x00007fff90c1b12c JSC::Heap::blockFreeingThreadMain() + 300
    4   com.apple.JavaScriptCore                0x00007fff90c1b169 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
    5   libsystem_c.dylib                       0x00007fff89e228bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff89e25b75 thread_start + 13
    Thread 17:: -[POPAccount fetchSynchronouslyIsAuto:]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff89dca7e6 kevent + 10
    1   libsystem_info.dylib                    0x00007fff96c1cfe5 _mdns_search + 1537
    2   libsystem_info.dylib                    0x00007fff96c1d8b7 mdns_addrinfo + 615
    3   libsystem_info.dylib                    0x00007fff96c1e151 search_addrinfo + 152
    4   libsystem_info.dylib                    0x00007fff96c21a1c si_addrinfo + 1614
    5   libsystem_info.dylib                    0x00007fff96c19795 getaddrinfo + 166
    6   com.apple.SystemConfiguration           0x00007fff90d9c061 __SCNetworkReachabilityGetFlags + 2037
    7   com.apple.SystemConfiguration           0x00007fff90d9b841 SCNetworkReachabilityGetFlags + 163
    8   com.apple.MessageFramework              0x00007fff925ae764 -[NetworkController isHostReachable:] + 141
    9   com.apple.MessageFramework              0x00007fff925addc6 -[_NSSocket connectToHost:withPort:protocol:] + 188
    10  com.apple.MessageFramework              0x00007fff925ad24d -[Connection _connectUsingHostname:onPort:securityLayerType:clientIdentity:accountClass:] + 747
    11  com.apple.MessageFramework              0x00007fff925acdf6 -[Connection _connectUsingAccount:securityLayerType:] + 224
    12  com.apple.MessageFramework              0x00007fff925aca52 -[Connection connectAndSetSecurityLayerUsingAccount:] + 181
    13  com.apple.MessageFramework              0x00007fff925ac91d -[Connection connectUsingAccount:] + 80
    14  com.apple.MessageFramework              0x00007fff9264d87e -[Account _connectAndAuthenticate:] + 147
    15  com.apple.MessageFramework              0x00007fff9264dc5b -[Account authenticatedConnection] + 86
    16  com.apple.MessageFramework              0x00007fff92787f17 -[POP3FetchStore _authenticatedConnection] + 51
    17  com.apple.MessageFramework              0x00007fff9278831d -[POP3FetchStore fetchSynchronously] + 367
    18  com.apple.MessageFramework              0x00007fff9278a832 -[POPAccount fetchSynchronously] + 154
    19  com.apple.CoreFoundation                0x00007fff8a367efc __invoking___ + 140
    20  com.apple.CoreFoundation                0x00007fff8a367d94 -[NSInvocation invoke] + 132
    21  com.apple.MessageFramework              0x00007fff92590f68 -[MonitoredInvocation invoke] + 196
    22  com.apple.MessageFramework              0x00007fff9256da79 -[ThrowingInvocationOperation main] + 33
    23  com.apple.MessageFramework              0x00007fff9256da1f -[_MFInvocationOperation main] + 449
    24  com.apple.Foundation                    0x00007fff9584a6b4 -[__NSOperationInternal start] + 705
    25  com.apple.Foundation                    0x00007fff9585d912 ____NSOQSchedule_block_invoke_2 + 124
    26  libdispatch.dylib                       0x00007fff924e0a86 _dispatch_call_block_and_release + 18
    27  libdispatch.dylib                       0x00007fff924e1965 _dispatch_worker_thread2 + 255
    28  libsystem_c.dylib                       0x00007fff89e243da _pthread_wqthread + 316
    29  libsystem_c.dylib                       0x00007fff89e25b85 start_wqthread + 13
    Thread 18:: -[MFAosImapAccount _synchronizeAccountWithServerWithUserInput:]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff89dc9bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff89e211a1 pthread_mutex_lock + 545
    2   com.apple.Foundation                    0x00007fff9580c1ee -[NSLock lock] + 163
    3   com.apple.MessageFramework              0x00007fff925aa5ec -[IMAPAccount _gatewayForMailboxUid:name:options:] + 128
    4   com.apple.MessageFramework              0x00007fff925aa4ec -[IMAPAccount gatewayForStore:options:] + 126
    5   com.apple.MessageFramework              0x00007fff92604bc3 -[IMAPAccount _listingForMailboxUid:listAllChildren:onlySubscribed:withUserInput:] + 96
    6   com.apple.MessageFramework              0x00007fff92604739 -[IMAPAccount _listingForMailboxUid:listAllChildren:withUserInput:] + 80
    7   com.apple.MessageFramework              0x00007fff9260468a -[IMAPAccount _synchronizeMailboxListWithUserInput:] + 67
    8   com.apple.MessageFramework              0x00007fff925fc2ee -[RemoteStoreAccount _synchronizeAccountWithServerWithUserInput:] + 329
    9   com.apple.MessageFramework              0x00007fff925fbf8a -[IMAPAccount _synchronizeAccountWithServerWithUserInput:] + 43
    10  com.apple.CoreFoundation                0x00007fff8a367efc __invoking___ + 140
    11  com.apple.CoreFoundation                0x00007fff8a367d94 -[NSInvocation invoke] + 132
    12  com.apple.MessageFramework              0x00007fff92590f68 -[MonitoredInvocation invoke] + 196
    13  com.apple.MessageFramework              0x00007fff9256da79 -[ThrowingInvocationOperation main] + 33
    14  com.apple.MessageFramework              0x00007fff9256da1f -[_MFInvocationOperation main] + 449
    15  com.apple.Foundation                    0x00007fff9584a6b4 -[__NSOperationInternal start] + 705
    16  com.apple.Foundation                    0x00007fff9585d912 ____NSOQSchedule_block_invoke_2 + 124
    17  libdispatch.dylib                       0x00007fff924e0a86 _dispatch_call_block_and_release + 18
    18  libdispatch.dylib                       0x00007fff924e1965 _dispatch_worker_thread2 + 255
    19  libsystem_c.dylib                       0x00007fff89e243da _pthread_wqthread + 316
    20  libsystem_c.dylib                       0x00007fff89e25b85 start_wqthread + 13
    Thread 19:: -[IMAPAccount _synchronizeAccountWithServerWithUserInput:]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff89dc9bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff89e211a1 pthread_mutex_lock + 545
    2   com.apple.Foundation                    0x00007fff9580c1ee -[NSLock lock] + 163
    3   com.apple.MessageFramework              0x00007fff925aa5ec -[IMAPAccount _gatewayForMailboxUid:name:options:] + 128
    4   com.apple.MessageFramework              0x00007fff925aa4ec -[IMAPAccount gatewayForStore:options:] + 126
    5   com.apple.MessageFramework              0x00007fff92604bc3 -[IMAPAccount _listingForMailboxUid:listAllChildren:onlySubscribed:withUserInput:] + 96
    6   com.apple.MessageFramework              0x00007fff92604739 -[IMAPAccount _listingForMailboxUid:listAllChildren:withUserInput:] + 80
    7   com.apple.MessageFramework              0x00007fff9260468a -[IMAPAccount _synchronizeMailboxListWithUserInput:] + 67
    8   com.apple.MessageFramework              0x00007fff925fc2ee -[RemoteStoreAccount _synchronizeAccountWithServerWithUserInput:] + 329
    9   com.apple.MessageFramework              0x00007fff925fbf8a -[IMAPAccount _synchronizeAccountWithServerWithUserInput:] + 43
    10  com.apple.CoreFoundation                0x00007fff8a367efc __invoking___ + 140
    11  com.apple.CoreFoundation                0x00007fff8a367d94 -[NSInvocation invoke] + 132
    12  com.apple.MessageFramework              0x00007fff92590f68 -[MonitoredInvocation invoke] + 196
    13  com.apple.MessageFramework              0x00007fff9256da79 -[ThrowingInvocationOperation main] + 33
    14  com.apple.MessageFramework              0x00007fff9256da1f -[_MFInvocationOperation main] + 449
    15  com.apple.Foundation                    0x00007fff9584a6b4 -[__NSOperationInternal start] + 705
    16  com.apple.Foundation                    0x00007fff9585d912 ____NSOQSchedule_block_invoke_2 + 124
    17  libdispatch.dylib                       0x00007fff924e0a86 _dispatch_call_block_and_release + 18
    18  libdispatch.dylib                       0x00007fff924e1965 _dispatch_worker_thread2 + 255
    19  libsystem_c.dylib                       0x00007fff89e243da _pthread_wqthread + 316
    20  libsystem_c.dylib                       0x00007fff89e25b85 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff89dca192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff89e24594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff89e25b85 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff89dc9e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff89dd8dea nanosleep + 164
    2   libsystem_c.dylib                       0x00007fff89dd8bb5 usleep + 53
    3   com.apple.AOSKit                        0x00007fff8f4ba0b8 -[AOSRequest sendSynchronously] + 56
    4   com.apple.AOSKit                        0x00007fff8f4bfa68 -[AOSConfig setupInfo] + 237
    5   com.apple.AOSKit                        0x00007fff8f4bf3e6 +[AOSConfig validationURLWithAppleID:andCurrentClient:] + 57
    6   com.apple.AOSKit                        0x00007fff8f4b6b9c -[AOSThreadManager AOSKPersistAccountData:] + 1416
    7   com.apple.Foundation                    0x00007fff9585c72a -[NSThread main] + 68
    8   com.apple.Foundation                    0x00007fff9585c6a2 __NSThread__main__ + 1575
    9   libsystem_c.dylib                       0x00007fff89e228bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff89e25b75 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff89dc867a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff89dc7d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8a30250c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8a30ac74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8a30a486 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff8a31a19f CFRunLoopRun + 95
    6   com.apple.AOSKit                        0x00007fff8f4ba031 -[AOSRequest _runRequestThread] + 306
    7   com.apple.Foundation                    0x00007fff9585c72a -[NSThread main] + 68
    8   com.apple.Foundation                    0x00007fff9585c6a2 __NSThread__main__ + 1575
    9   libsystem_c.dylib                       0x00007fff89e228bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff89e25b75 thread_start + 13
    Thread 23:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff89dc9e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff89dd8dea nanosleep + 164
    2   libsystem_c.dylib                       0x00007fff89dd8bb5 usleep + 53
    3   com.apple.AppKit                        0x00007fff8b3d14d3 -[NSUIHeartBeat _heartBeatThread:] + 1727
    4   com.apple.Foundation                    0x00007fff9585c72a -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff9585c6a2 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff89e228bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff89e25b75 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff89dca192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff89e24594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff89e25b85 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff89dca192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff89e24594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff89e25b85 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib                

Maybe you are looking for

  • Need sample pgm to delete entries

    Hi experts , iam some prblm with transaction data .. so i want to delete these entries fro the table . what my question is ?? A  program should take input from flat file consisting of same structure as of table XYZ  table . NOW IT HAS TO DELETE ALL T

  • Purchase Order and Fixed Asset Module.

    Hi all, I want to print my purchase order of fixed asset for record purposes.  But the thing, I can't link purchase order or any of A/P documents to my fixed asset. Meaning, if A/P invoice has been added into the system, it will not update my fixed a

  • Dual screens

    I have connected my iMac to a 37" LCD TV. If I select mirror display the resolution on the iMac falls off considerably. Can't I keep the res on the iMac as I want it and make the LCD TV take the hit?

  • How do I get music files into iTunes?

    I am switching from a PC, and have downloaded my music files from my cloud site. I seem to be able to drag the digital files from Finder into iTunes, but not the ones I scanned in from CDs. I guess they're Windows media files. What is my next move?

  • What's up with the mountain lion toolbar question mark on the right side?

    There was a picture connected to the right side of my toolbar. I deleted it and now a question mark sits in its place. How do I access this and correct it?