Automator-iCal-Automator-Mail

I am intend to perform an action that trigger an email from iCal event at regular intervals . I am trying to do as follow: in automator I've created a work flow in two actions, first New Mail Message; the second, Send Outgoing mail message. In iCal, an event with alarm set to open file > . workflow . The problem is, when the alarm play, the Automator opens, but it does not run the workflow. I think is the best way to do what I want, because the Bcc field is there , as well as many other facilities like input an hyperlink and attachments .How do I do that. Make Automator run the workflow by itself as soon as it opens.

In iCal, an event with alarm set to open file > . workflow.
You should be saving your workflow as an application, not as a workflow. A workflow saved as an application will have a .app extension, not .workflow.
A workflow saved as a workflow will open Automator when launched; a workflow saved as an application should run the workflow's actions when launched, without opening Automator.
After building your workflow, choose File > Save As, File Format: Application. Set iCal's alarm feature to open the saved Automator application, using the same "open file" command as before. Good luck.

Similar Messages

  • Snooze an email message? (Automator Workflow in Mail)

    I want to snooze an email message in Mail.
    Meaning make it disappear and come back at certain time later...
    Anyone have thoughts on how to approach this in Automator?
    I've been told to have Mail pass the message to iCal and have it resent that way, but I was hoping to just work within the Mail.app.

    Here's a way to do almost exactly what you're asking (slightly different) by using Automator to pass the message to iCal:
    http://joannalaforet.wordpress.com/2010/02/08/schedule-mail-on-mac-the-easier-wa y-automator-ical-alarm/

  • How do I set-up Automator to open Mail when I start up Mac OS X?

    How do I set-up Automator to open Mail when I start up Mac OS X? Provided that this is how I would do it.

    You don't need Automator.
    Just add Mail to the login items in SystemPreferences>Accounts
    or
    If Mail is on the Dock, Ctrl-click the icon and select 'Open at Login'

  • I need to send an automated birthday greetings mail notification

    hi all .. I have a requirement like.. I need to send an automated birthday greetings mail notification on every morning.. so I need a general code...for that
    so pls any one help me thank you in advance

    package notification;
    import java.sql.*;
    import javax.naming.*;
    import javax.sql.DataSource;
    public class Notification{
        /** Creates a new instance of Notification*/
        public Notification() {
        public static void main(String[] args) {
            try {
                String sql = "Select name, email from users where DATEDIFF(NOW(),birthday)=0)";
                Class.forName("com.mysql.jdbc.Driver").newInstance();
                Connection conn = DriverManager.getConnection(
                        "jdbc:mysql://localhost/birthday?user=java&password=javajava");
                Statement stmt = conn.createStatement();
                ResultSet rs = stmt.executeQuery(sql);
                while (rs.next()) {
                    String theText = "Congratulations "+rs.getString("name");
                     new BirthdayMail("smtprelay.myserver.net", rs.getString("email"), "[email protected]", "Automatic notification", theText, "Birthday");
            } catch (SQLException ex) { // handle the error
                System.out.println("SQLState: " + ex.getSQLState());
                System.out.println(
                        "VendorError: " + ex.getErrorCode() + " " + ex.getMessage());
            } catch (Exception ex) { // handle the error
                System.out.println("Non-sql exception: " + ex.getMessage());
                ex.printStackTrace();
    * BirthdayMail.java
    package notification;
    import javax.mail.*;
    import javax.mail.internet.*;
    import java.util.*;
    public class BirthdayMail {
         * Main method to send a message given on the command line.
        public static void main(String args[]) {
            try {
                String smtpServer=args[0];
                String to=args[1];
                String from=args[2];
                String subject=args[3];
                String body=args[4];
                send(smtpServer, to, from, subject, body, "");
            } catch (Exception ex) {
                ex.printStackTrace();
            System.exit(0);
         * Constructor.
        public BirthdayMail(String s1, String s2, String s3, String s4, String s5, String s6) {
            try {
                String smtpServer=s1;
                String to=s2;
                String from=s3;
                String subject=s4;
                String body=s5;
                String personal = s6;
                send(smtpServer, to, from, subject, body, personal);
            } catch (Exception ex) {
                ex.printStackTrace();
         * "send" method to send the message.
        public static void send(String smtpServer, String to, String from
                , String subject, String body, String personal) {
            try {
                Properties props = System.getProperties();
                props.put("mail.smtp.host", smtpServer);
                Session session = Session.getDefaultInstance(props, null);
                // -- Create a new message --
                Message msg = new MimeMessage(session);
                // -- Set the FROM and TO fields --
                msg.setFrom(new InternetAddress(from, personal));
                msg.setRecipients(Message.RecipientType.TO,
                        InternetAddress.parse(to, false));           
                // -- Set the subject and body text --
                msg.setSubject(subject);
                //msg.setText(body);
                msg.setContent(body, "text/html");
                // -- Set some other header information --
                msg.setHeader("X-Mailer", "NotificationMail");
                msg.setSentDate(new Date());
                // -- Send the message --
                Transport.send(msg);
                //log.info("Message sent OK.");
            } catch (Exception ex) {
                ex.printStackTrace();
        public static boolean statusSend(String smtpServer, String to, String from
                , String subject, String body, String personal) {
            try {
                Properties props = System.getProperties();
                // -- Attaching to default Session, or we could start a new one --
                props.put("mail.smtp.host", smtpServer);
                Session session = Session.getDefaultInstance(props, null);
                // -- Create a new message --
                Message msg = new MimeMessage(session);
                // -- Set the FROM and TO fields --
                msg.setFrom(new InternetAddress(from, personal));
                msg.setRecipients(Message.RecipientType.TO,
                        InternetAddress.parse(to, false));
                // -- We could include CC recipients too --
                // if (cc != null)
                // msg.setRecipients(Message.RecipientType.CC
                // -- Set the subject and body text --
                msg.setSubject(subject);
                //msg.setText(body);
                msg.setContent(body, "text/html");
                // -- Set some other header information --
                msg.setHeader("X-Mailer", "NotificationMail");
                msg.setSentDate(new Date());
                // -- Send the message --
                Transport.send(msg);
                return true;
            } catch (MessagingException ex){
                log.error(ex.toString());
                return false;
            } catch (Exception ex){
                ex.printStackTrace();
                return false;
    }and in cron.daily a script to daily execute the project:
    #!/bin/sh
    /usr/local/jdk1.5.0_06/bin/java -jar /home/admin/proj/notification/Notification.jar
    exit 0

  • Get report of Automated jobs in mail

    Hi to all,
    How can I Get report of Automated jobs in mail.Like particular datafile is out of space.

    The easiest way is to setup OEM monitoring. There are plenty of tools out there that do the same job, but if you don't want to buy software then there are also plenty of places on the web where you can download Oracle monitoring scripts.
    I do not recommend downloading other people's scripts. If you write your own scripts to select from the data dictionary you will learn a lot about the database and about scripting.

  • Automated salutation in Mail "Hello To " as a shortcut?

    Hello,
    it would be nice to have a shortcut that types an automated salutation in Mail "Hello <To>" where <To> is the recipient of my mail. Is there an extension or can I get "Typinator" or "TextExpander" to do this?
    Regards,
    Metuschelach

    In Thunderbird there is an extension named Quicktext that is able to do that.

  • Automator iCal only runs if I'm logged in - why?

    I've created an automator ical alarm, which works fine, as soon as I log in. This defeats the purpose of having it run at a scheduled time. What do I need to do to make this work, on a schedule, with or without me logged in?

    Rasi wrote:
    snufkin wrote:
    Ah, you meant ~/.xinitrc
    I thought you meant the default one. But hey, it works now after enabling exec startfluxbox. Thanks
    There is no default .xinitrc
    /etc/X11/xinit/xinitrc

  • How to get rid of automatically created server accounts in iCal and Mail?

    I have recently setup an OS X 10.6.2 Server for our small office. I got the domain name wrong in the initial install and fixed this by doing a complete clean reinstall of OS X 10.6 server (then upgrade to 10.6.2).
    The problem is that one of the OS X 10.6.2 clients had been setup to talk to the server prior to the rebuild. Now on this client, I cannot work out how to get rid of or change the automatically created server accounts in iCal and Mail - everytime you login, these are recreated using the old domain name (and of course don't work).
    In Mail if you remove the server account (from Accounts in Preferences), it just pops back again. I even removed every trace of the old domain name from the apple.com.mail.plist file but when I re-open Mail that darned server account (with the old domain name) just pops up again.
    In iCal its slightly different in that you can remove the account and it stays away while you have iCal open. But as soon as you close and re-open it, that server account just pops up again!
    I thought it might be something to do with Kerberos and found a Kerberos file on the client which had the old domain name throughout it - I changed all these references to the new domain name, but still the same behaviour in Mail and iCal.
    This is doing my head in. Any ideas?
    Message was edited by: davidav

    I suggest you ask in the snow leopard server forum
    http://discussions.apple.com/category.jspa?categoryID=264

  • ICal and Mail recognizes new groups, but iTunes doesn't.

    I've gotten my new iPod touch 2 nights ago, and have had a problem with address book syncing. The first time, it worked great. After deleting and editing a lot of my contacts and groups and tried to sync it with my iPod Touch and .Mac Address Book, both still had the old contacts. I'm also using some custom labels, I've tried to reset iSync and .Mac Syncing, but that didn't work. I've also waited a whole day, but nothing changed. When I would open iTunes and go to the sync tab for my iPod touch, it would show the old groups, so I knew it wouldn't change. iCal and Mail Address Panels show the changes, but .Mac and iTunes doesn't. Also, after reseting iSync and .Mac, my .Mac address book has no addresses anymore and I can't sync it. Help!

    Did you already try the troubleshooting here? iPod not appearing in iTunes

  • Ical invitation mails with cryptic sender mail address

    Hi everybody,
    why do my ical invitation mail have a cryptic sender mail address so that no reply can be send successfully.
    Sender mail address look like "<account name> <calenderserver+53b1b7f5-5277-4fb2-8e4e-c244cd7fc4cb@<domain>>". The part in bold typo is added automatically by ical server and depends on the ical event.
    Looking forward to Your help.
    Regards,
    Christian

    Am I correct to assume that you also have mail running on this same server?
    If so, open up your Server Admin, go to Mail, then click on the Maintenance tab and look in the Accounts pane to see what user account that particular UUID# belongs to and you will have your answer

  • Automation Folder, Automation Event Editor, Automation copy and paste help

    Hello. I have been reading the copy and paste automation threads and I still have a few questions. First, thanks to whoever posted the option double-click on track background to select all visible automation for that track. Also, thanks to whoever posted the option click an automation node to select all following visible automation nodes.
    Now, how do you select the middle 10 automation nodes in a track with 30 nodes? Many people have stated that the answer is a rubberband selection. This does not work for me. When I click and drag on the track background using the pointer Logic thinks I'm trying to create a new automation node. When I click and drag on the track background using the marquee tool Logic selects the audio and automation data. Then it only pastes the audio only even though I have "move automation with regions" set to ask.
    Some people have recommended the automation folder. When I open the Automation Event Editor and click on the tiny rectangle in the upper left corner I just get a short list of the automation data. Is this right? If so, how do I select the data I want and paste it to another track? Because when I select the automation data for a track and copy nothing seems to happen when I paste.
    Any automation gurus out there willing to help? Please and thank you in advance.

    Hello Pete. Thanks again. It's odd that something so potentially useful is so hard to get to. I guess that is what people are referring to when they say that Logic has a steep learning curve. Is there another way to get to the automation folder? I think that it should have it's own item in the windows menu instead of sharing it with the arrange window and being contextual.
    The copy and paste in the automation folder (automation arrange seems more appropriate as I cannot figure where the folder is) does not work as I expected. For instance, when I select volume automation from a track then option drag it to the pan automation of another, it still copies it to the volume automation. I then have to command click volume then switch to pan and select copy and convert, which makes it MIDI, which you say is not recommended. Will you tell me why TBA (and I assume RBA) is preferred over MIDI based automation? What is the difference exactly? Thank you so much for your assistance.

  • Linking Contacts with iCal and Mail

    Hi there, just wondering if you can link interactions via iCal and Mail to contacts on your system, so you can see the appointments, or correspondence you've had with a contact by viewing their contact card. Cheers

    There is only 1 user on the computer so they only see one login chain.
    I hope that they means *he (she)* and not more than one, and that login chain, means login keychain. If that's the case, why isn't the user doing the checking? It's his (her) account and he (she) should be doing this; otherwise, he (she) is compromising his (her) security and privacy.

  • Hide ical and mail at startup

    Hi. How do you hide ical and mail and also itunes at startup?
    I DON'T see these items listed in system preferences>users&groups>login items!

    What are you asking here?
    The programs will not auto-launch at log in unless you tell them to, so what are you trying to hide? Are they auto-launching at log in currently?

  • ICal, Addressbook, Mail Keep asking to Unlock Keychain

    Several weeks ago I had to send my Macbook in for repair. When I go it back several of my programs on my computer keep asking for me to enter my keychain password when I start them.
    iCal, addressbook, Mail each have a popup window that says
    Unlock Keychain
    please enter your password.
    I went to the keychain manager and did not see these programs in the list, so I am not sure how to solve this problem so I do not have to enter the password all the time.

    Try running Keychain First Aid...
    Applications>Utilities>Keychain Access>Keychain First Aid
    Hopefully doing this will solve your Keychain problems.
    Jim
    PowerBook G3 500 Mhz "Pismo"/ 2.0Ghz BlackBook 2GB OWC RAM   Mac OS X (10.4.8)  

  • Ical and Mail keep crashing

    My iCal and Mail keep crashing after about 5 seconds of opening.
    Any help, hugely appreciated.
    Details for iCal...
    Process:         iCal [452]
    Path:            /Applications/iCal.app/Contents/MacOS/iCal
    Identifier:      com.apple.iCal
    Version:         5.0.1 (1547.4)
    Build Info:      iCal-1547004000000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [146]
    Date/Time:       2011-11-14 08:44:02.429 +0000
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          1565 sec
    Crashes Since Last Report:           17
    Per-App Interval Since Last Report:  9 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      1604ED13-A228-4B85-A7F1-9E4846462E19
    Crashed Thread:  8
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000100ef9000-0000000101224000 [ 3244K] r-x/rwx SM=COW  /Applications/iCal.app/Contents/MacOS/iCal
    Application Specific Information:
    objc[452]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff981b4e8f objc_msgSend + 15
    1   com.apple.AddressBook.framework          0x00007fff920be528 -[ABCDRecord fetchPropertyValuesWithKey:uniqueId:addressBook:] + 687
    2   com.apple.AddressBook.framework          0x00007fff920bdfb4 -[ABCDRecord propertyValuesWithKey:addressBook:] + 206
    3   com.apple.AddressBook.framework          0x00007fff920c4a67 +[ABMultiValueCoreDataWrapper populateIdentifiers:values:labels:primaryIdentifier:withDataFromRecord:managedO bject:property:] + 1354
    4   com.apple.AddressBook.framework          0x00007fff920c40bb -[ABMultiValueCoreDataWrapper initWithRecord:managedObject:property:] + 177
    5   com.apple.AddressBook.framework          0x00007fff920bd2e2 -[ABCDRecord copyMultiValueWithRecord:withProperty:] + 68
    6   com.apple.AddressBook.framework          0x00007fff920120e1 -[ABCDRecord nts_ValueForProperty:row:record:] + 192
    7   com.apple.AddressBook.framework          0x00007fff92011f33 -[ABRecord nts_ValueForProperty:row:] + 48
    8   com.apple.AddressBook.framework          0x00007fff92011f01 -[ABRecord nts_ValueForProperty:] + 25
    9   com.apple.AddressBook.framework          0x00007fff92011dee -[ABRecord valueForProperty:] + 139
    10  com.apple.imcore                        0x00007fff8e52b110 0x7fff8e527000 + 16656
    11  com.apple.imcore                        0x00007fff8e52b0d8 0x7fff8e527000 + 16600
    12  com.apple.imcore                        0x00007fff8e531728 0x7fff8e527000 + 42792
    13  com.apple.imcore                        0x00007fff8e53111f 0x7fff8e527000 + 41247
    14  com.apple.imcore                        0x00007fff8e542d3b 0x7fff8e527000 + 113979
    15  com.apple.imcore                        0x00007fff8e530e99 0x7fff8e527000 + 40601
    16  com.apple.imcore                        0x00007fff8e541a92 0x7fff8e527000 + 109202
    17  com.apple.imcore                        0x00007fff8e530e13 0x7fff8e527000 + 40467
    18  com.apple.imcore                        0x00007fff8e530de9 0x7fff8e527000 + 40425
    19  com.apple.imcore                        0x00007fff8e5308a3 0x7fff8e527000 + 39075
    20  com.apple.imcore                        0x00007fff8e53043b 0x7fff8e527000 + 37947
    21  com.apple.imcore                        0x00007fff8e5303cf 0x7fff8e527000 + 37839
    22  com.apple.imcore                        0x00007fff8e52ddfe 0x7fff8e527000 + 28158
    23  com.apple.imcore                        0x00007fff8e54d609 0x7fff8e527000 + 157193
    24  com.apple.imcore                        0x00007fff8e530065 0x7fff8e527000 + 36965
    25  com.apple.imcore                        0x00007fff8e54fc9b 0x7fff8e527000 + 167067
    26  com.apple.CoreFoundation                0x00007fff957b020c __invoking___ + 140
    27  com.apple.CoreFoundation                0x00007fff957b00a4 -[NSInvocation invoke] + 132
    28  com.apple.CoreFoundation                0x00007fff957b0274 -[NSInvocation invokeWithTarget:] + 52
    29  com.apple.imfoundation                  0x00007fff8e6d30e5 0x7fff8e6b2000 + 135397
    30  com.apple.imfoundation                  0x00007fff8e6d12a7 0x7fff8e6b2000 + 127655
    31  com.apple.imfoundation                  0x00007fff8e6d2ebc 0x7fff8e6b2000 + 134844
    32  com.apple.CoreFoundation                0x00007fff957ada1d -[NSObject performSelector:withObject:] + 61
    33  com.apple.Foundation                    0x00007fff8f473e44 __NSThreadPerformPerform + 214
    34  com.apple.CoreFoundation                0x00007fff9572cb51 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    35  com.apple.CoreFoundation                0x00007fff9572c47c __CFRunLoopDoSources0 + 444
    36  com.apple.CoreFoundation                0x00007fff957531a9 __CFRunLoopRun + 905
    37  com.apple.CoreFoundation                0x00007fff95752ae6 CFRunLoopRunSpecific + 230
    38  com.apple.HIToolbox                     0x00007fff97e803d3 RunCurrentEventLoopInMode + 277
    39  com.apple.HIToolbox                     0x00007fff97e8763d ReceiveNextEventCommon + 355
    40  com.apple.HIToolbox                     0x00007fff97e874ca BlockUntilNextEventMatchingListInMode + 62
    41  com.apple.AppKit                        0x00007fff8e75c3f1 _DPSNextEvent + 659
    42  com.apple.AppKit                        0x00007fff8e75bcf5 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    43  com.apple.AppKit                        0x00007fff8ea12ec5 -[NSApplication _realDoModalLoop:peek:] + 610
    44  com.apple.AppKit                        0x00007fff8ea12af9 -[NSApplication runModalForWindow:] + 120
    45  com.apple.AppKit                        0x00007fff8ea06195 -[NSAlert runModal] + 159
    46  com.apple.AppKit                        0x00007fff8e78b1e3 __-[NSPersistentUIManager promptToIgnorePersistentState]_block_invoke_1 + 815
    47  com.apple.AppKit                        0x00007fff8ea0bf4a -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 31
    48  com.apple.AppKit                        0x00007fff8e78ae7c -[NSPersistentUIManager promptToIgnorePersistentState] + 178
    49  com.apple.AppKit                        0x00007fff8e75f666 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 180
    50  com.apple.AppKit                        0x00007fff8e75f4c3 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 227
    51  com.apple.AppKit                        0x00007fff8e75f233 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 330
    52  com.apple.CoreFoundation                0x00007fff957b0851 -[NSObject performSelector:withObject:withObject:] + 65
    53  com.apple.Foundation                    0x00007fff8f45d89b __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 101
    54  com.apple.Foundation                    0x00007fff8f45c822 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 283
    55  com.apple.Foundation                    0x00007fff8f45c6b0 _NSAppleEventManagerGenericHandler + 105
    56  com.apple.AE                            0x00007fff94b02c25 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 200
    57  com.apple.AE                            0x00007fff94b02b03 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 38
    58  com.apple.AE                            0x00007fff94b029f7 aeProcessAppleEvent + 250
    59  com.apple.HIToolbox                     0x00007fff97e8eb6d AEProcessAppleEvent + 102
    60  com.apple.AppKit                        0x00007fff8e75c63d _DPSNextEvent + 1247
    61  com.apple.AppKit                        0x00007fff8e75bcf5 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    62  com.apple.AppKit                        0x00007fff8e75862d -[NSApplication run] + 470
    63  com.apple.AppKit                        0x00007fff8e9d780c NSApplicationMain + 867
    64  com.apple.iCal                          0x0000000100efaa9f 0x100ef9000 + 6815
    65  com.apple.iCal                          0x0000000100fccdd0 0x100ef9000 + 867792
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff99eb27e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff923265be _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff9232514e _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff99eb2192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff9679d594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff9679eb85 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff99eb2192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff9679d594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff9679eb85 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff99eb2192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff9679d594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff9679eb85 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff99eb2192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff9679d594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff9679eb85 start_wqthread + 13
    Thread 6:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff99eb1e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff96751dea nanosleep + 164
    2   libsystem_c.dylib                       0x00007fff96751bb5 usleep + 53
    3   com.apple.AppKit                        0x00007fff8e99397f -[NSUIHeartBeat _heartBeatThread:] + 1727
    4   com.apple.Foundation                    0x00007fff8f47e7fe -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff8f47e776 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff9679b8bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff9679eb75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff99eb1bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff9679a1a1 pthread_mutex_lock + 545
    2   com.apple.framework.internetaccounts          0x00007fff8fe47d87 -[IAPluginManager loadPlugins:] + 38
    3   com.apple.framework.internetaccounts          0x00007fff8fe47956 -[IAPluginManager _allPluginsForClass:] + 75
    4   com.apple.framework.internetaccounts          0x00007fff8fe478c9 -[IAPluginManager allAListPlugins] + 52
    5   com.apple.framework.internetaccounts          0x00007fff8fe44f21 -[IAPluginManager pluginIDForDomain:] + 50
    6   com.apple.framework.internetaccounts          0x00007fff8fe3db37 +[IAAccount aListPluginIDForSettings:] + 793
    7   com.apple.CalendarStore                 0x00007fff93024d01 +[CalCalendarStore(CalCalendarStore_Private) iaAListPluginForCalDAVHost:] + 153
    8   com.apple.CalendarStore                 0x00007fff9315db0e -[CalDAVClientInfoSentry pluginIdentifierForHost:] + 167
    9   com.apple.CalendarStore                 0x00007fff9315dba5 -[CalDAVClientInfoSentry shouldSendClientInfoHeaderForURL:providerHost:] + 39
    10  com.apple.CalendarStore                 0x00007fff9314917b -[CalDAVPrincipal shouldSendClientInfoHeaderForURL:] + 85
    11  com.apple.coredav                       0x00007fff92aea069 -[CoreDAVTask performCoreDAVTask] + 1095
    12  com.apple.CoreFoundation                0x00007fff9577344c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
    13  com.apple.CoreFoundation                0x00007fff9572b562 __CFRunLoopDoBlocks + 322
    14  com.apple.CoreFoundation                0x00007fff95753195 __CFRunLoopRun + 885
    15  com.apple.CoreFoundation                0x00007fff95752ae6 CFRunLoopRunSpecific + 230
    16  com.apple.Foundation                    0x00007fff8f43004f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    17  com.apple.CalendarStore                 0x00007fff930c6d94 -[CalCalDAVSynchronousTaskGroup executeTaskGroup:] + 121
    18  com.apple.CalendarStore                 0x00007fff9313cfc3 -[CalDAVAccountRefreshQueueableOperation(Private) refreshPropertiesForPrincipalCoreDAV:error:] + 322
    19  com.apple.CalendarStore                 0x00007fff9313b5e2 -[CalDAVAccountRefreshQueueableOperation(Private) refresh] + 531
    20  com.apple.CalendarStore                 0x00007fff9313b25f -[CalDAVAccountRefreshQueueableOperation refreshWithExceptionHandling] + 65
    21  com.apple.Foundation                    0x00007fff8f47e7fe -[NSThread main] + 68
    22  com.apple.Foundation                    0x00007fff8f47e776 __NSThread__main__ + 1575
    23  libsystem_c.dylib                       0x00007fff9679b8bf _pthread_start + 335
    24  libsystem_c.dylib                       0x00007fff9679eb75 thread_start + 13
    Thread 8 Crashed:
    0   com.apple.CoreFoundation                0x00007fff95721a22 CFStringGetLength + 18
    1   com.apple.CoreFoundation                0x00007fff95739049 CFStringCompareWithOptionsAndLocale + 73
    2   com.apple.AOSAccounts                   0x0000000105a9109c SaveAccountInfo(__CFString const*, __CFArray*, __CFDictionary*) + 218
    3   com.apple.AOSAccounts                   0x0000000105a92624 ParseAccountInfo(__CFString const*, __CFString const*, __CFDictionary const*) + 1439
    4   com.apple.AOSAccounts                   0x0000000105a92699 RefreshAccount + 65
    5   com.apple.AOSAccounts                   0x0000000105a941fa ServiceProviderManager::LoadAccountProviders(__CFString const*) + 60
    6   com.apple.AOSAccounts                   0x0000000105a946d2 ServiceProviderManager::Login(__CFString const*, __CFString const*, bool) + 76
    7   com.apple.AOSUI                         0x0000000105a0d158 -[MMAccountMgr init] + 577
    8   com.apple.AOSUI                         0x0000000105a0c5cb +[MMAccountMgr sharedMgr] + 53
    9   com.apple.placeholder.iaplugin          0x00000001059df78c 0x1059de000 + 6028
    10  com.apple.placeholder.iaplugin          0x00000001059df476 0x1059de000 + 5238
    11  com.apple.framework.internetaccounts          0x00007fff8fe486fb -[IAPluginManager _createPluginFromBundle:] + 278
    12  com.apple.framework.internetaccounts          0x00007fff8fe48492 -[IAPluginManager _loadPluginAtPath:identifiers:] + 267
    13  com.apple.framework.internetaccounts          0x00007fff8fe48294 -[IAPluginManager _loadPlugins:] + 1174
    14  com.apple.framework.internetaccounts          0x00007fff8fe47d99 -[IAPluginManager loadPlugins:] + 56
    15  com.apple.framework.internetaccounts          0x00007fff8fe47956 -[IAPluginManager _allPluginsForClass:] + 75
    16  com.apple.framework.internetaccounts          0x00007fff8fe478c9 -[IAPluginManager allAListPlugins] + 52
    17  com.apple.framework.internetaccounts          0x00007fff8fe44f21 -[IAPluginManager pluginIDForDomain:] + 50
    18  com.apple.framework.internetaccounts          0x00007fff8fe3db37 +[IAAccount aListPluginIDForSettings:] + 793
    19  com.apple.CalendarStore                 0x00007fff93024d01 +[CalCalendarStore(CalCalendarStore_Private) iaAListPluginForCalDAVHost:] + 153
    20  com.apple.CalendarStore                 0x00007fff9315db0e -[CalDAVClientInfoSentry pluginIdentifierForHost:] + 167
    21  com.apple.CalendarStore                 0x00007fff9315dba5 -[CalDAVClientInfoSentry shouldSendClientInfoHeaderForURL:providerHost:] + 39
    22  com.apple.CalendarStore                 0x00007fff9314917b -[CalDAVPrincipal shouldSendClientInfoHeaderForURL:] + 85
    23  com.apple.coredav                       0x00007fff92aea069 -[CoreDAVTask performCoreDAVTask] + 1095
    24  com.apple.CoreFoundation                0x00007fff9577344c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
    25  com.apple.CoreFoundation                0x00007fff9572b562 __CFRunLoopDoBlocks + 322
    26  com.apple.CoreFoundation                0x00007fff95753195 __CFRunLoopRun + 885
    27  com.apple.CoreFoundation                0x00007fff95752ae6 CFRunLoopRunSpecific + 230
    28  com.apple.Foundation                    0x00007fff8f43004f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    29  com.apple.CalendarStore                 0x00007fff930c6d94 -[CalCalDAVSynchronousTaskGroup executeTaskGroup:] + 121
    30  com.apple.CalendarStore                 0x00007fff9313cfc3 -[CalDAVAccountRefreshQueueableOperation(Private) refreshPropertiesForPrincipalCoreDAV:error:] + 322
    31  com.apple.CalendarStore                 0x00007fff9313b5e2 -[CalDAVAccountRefreshQueueableOperation(Private) refresh] + 531
    32  com.apple.CalendarStore                 0x00007fff9313b25f -[CalDAVAccountRefreshQueueableOperation refreshWithExceptionHandling] + 65
    33  com.apple.Foundation                    0x00007fff8f47e7fe -[NSThread main] + 68
    34  com.apple.Foundation                    0x00007fff8f47e776 __NSThread__main__ + 1575
    35  libsystem_c.dylib                       0x00007fff9679b8bf _pthread_start + 335
    36  libsystem_c.dylib                       0x00007fff9679eb75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff99eb1bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff9679a1a1 pthread_mutex_lock + 545
    2   com.apple.framework.internetaccounts          0x00007fff8fe47d87 -[IAPluginManager loadPlugins:] + 38
    3   com.apple.framework.internetaccounts          0x00007fff8fe47956 -[IAPluginManager _allPluginsForClass:] + 75
    4   com.apple.framework.internetaccounts          0x00007fff8fe478c9 -[IAPluginManager allAListPlugins] + 52
    5   com.apple.framework.internetaccounts          0x00007fff8fe44f21 -[IAPluginManager pluginIDForDomain:] + 50
    6   com.apple.framework.internetaccounts          0x00007fff8fe3db37 +[IAAccount aListPluginIDForSettings:] + 793
    7   com.apple.CalendarStore                 0x00007fff93024d01 +[CalCalendarStore(CalCalendarStore_Private) iaAListPluginForCalDAVHost:] + 153
    8   com.apple.CalendarStore                 0x00007fff9315db0e -[CalDAVClientInfoSentry pluginIdentifierForHost:] + 167
    9   com.apple.CalendarStore                 0x00007fff9315dba5 -[CalDAVClientInfoSentry shouldSendClientInfoHeaderForURL:providerHost:] + 39
    10  com.apple.CalendarStore                 0x00007fff9314917b -[CalDAVPrincipal shouldSendClientInfoHeaderForURL:] + 85
    11  com.apple.coredav                       0x00007fff92aea069 -[CoreDAVTask performCoreDAVTask] + 1095
    12  com.apple.CoreFoundation                0x00007fff9577344c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
    13  com.apple.CoreFoundation                0x00007fff9572b562 __CFRunLoopDoBlocks + 322
    14  com.apple.CoreFoundation                0x00007fff95753195 __CFRunLoopRun + 885
    15  com.apple.CoreFoundation                0x00007fff95752ae6 CFRunLoopRunSpecific + 230
    16  com.apple.Foundation                    0x00007fff8f43004f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    17  com.apple.CalendarStore                 0x00007fff930c6d94 -[CalCalDAVSynchronousTaskGroup executeTaskGroup:] + 121
    18  com.apple.CalendarStore                 0x00007fff9313cfc3 -[CalDAVAccountRefreshQueueableOperation(Private) refreshPropertiesForPrincipalCoreDAV:error:] + 322
    19  com.apple.CalendarStore                 0x00007fff9313b5e2 -[CalDAVAccountRefreshQueueableOperation(Private) refresh] + 531
    20  com.apple.CalendarStore                 0x00007fff9313b25f -[CalDAVAccountRefreshQueueableOperation refreshWithExceptionHandling] + 65
    21  com.apple.Foundation                    0x00007fff8f47e7fe -[NSThread main] + 68
    22  com.apple.Foundation                    0x00007fff8f47e776 __NSThread__main__ + 1575
    23  libsystem_c.dylib                       0x00007fff9679b8bf _pthread_start + 335
    24  libsystem_c.dylib                       0x00007fff9679eb75 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff99eb1bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff9679a1a1 pthread_mutex_lock + 545
    2   com.apple.framework.internetaccounts          0x00007fff8fe47d87 -[IAPluginManager loadPlugins:] + 38
    3   com.apple.framework.internetaccounts          0x00007fff8fe47956 -[IAPluginManager _allPluginsForClass:] + 75
    4   com.apple.framework.internetaccounts          0x00007fff8fe478c9 -[IAPluginManager allAListPlugins] + 52
    5   com.apple.framework.internetaccounts          0x00007fff8fe44f21 -[IAPluginManager pluginIDForDomain:] + 50
    6   com.apple.framework.internetaccounts          0x00007fff8fe3db37 +[IAAccount aListPluginIDForSettings:] + 793
    7   com.apple.CalendarStore                 0x00007fff93024d01 +[CalCalendarStore(CalCalendarStore_Private) iaAListPluginForCalDAVHost:] + 153
    8   com.apple.CalendarStore                 0x00007fff9315db0e -[CalDAVClientInfoSentry pluginIdentifierForHost:] + 167
    9   com.apple.CalendarStore                 0x00007fff9315dba5 -[CalDAVClientInfoSentry shouldSendClientInfoHeaderForURL:providerHost:] + 39
    10  com.apple.CalendarStore                 0x00007fff9314917b -[CalDAVPrincipal shouldSendClientInfoHeaderForURL:] + 85
    11  com.apple.coredav                       0x00007fff92aea069 -[CoreDAVTask performCoreDAVTask] + 1095
    12  com.apple.CoreFoundation                0x00007fff9577344c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
    13  com.apple.CoreFoundation                0x00007fff9572b562 __CFRunLoopDoBlocks + 322
    14  com.apple.CoreFoundation                0x00007fff95753195 __CFRunLoopRun + 885
    15  com.apple.CoreFoundation                0x00007fff95752ae6 CFRunLoopRunSpecific + 230
    16  com.apple.Foundation                    0x00007fff8f43004f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    17  com.apple.CalendarStore                 0x00007fff930c6d94 -[CalCalDAVSynchronousTaskGroup executeTaskGroup:] + 121
    18  com.apple.CalendarStore                 0x00007fff9313cfc3 -[CalDAVAccountRefreshQueueableOperation(Private) refreshPropertiesForPrincipalCoreDAV:error:] + 322
    19  com.apple.CalendarStore                 0x00007fff9313b5e2 -[CalDAVAccountRefreshQueueableOperation(Private) refresh] + 531
    20  com.apple.CalendarStore                 0x00007fff9313b25f -[CalDAVAccountRefreshQueueableOperation refreshWithExceptionHandling] + 65
    21  com.apple.Foundation                    0x00007fff8f47e7fe -[NSThread main] + 68
    22  com.apple.Foundation                    0x00007fff8f47e776 __NSThread__main__ + 1575
    23  libsystem_c.dylib                       0x00007fff9679b8bf _pthread_start + 335
    24  libsystem_c.dylib                       0x00007fff9679eb75 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff99eb1bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff9679a1a1 pthread_mutex_lock + 545
    2   com.apple.framework.internetaccounts          0x00007fff8fe47d87 -[IAPluginManager loadPlugins:] + 38
    3   com.apple.framework.internetaccounts          0x00007fff8fe47956 -[IAPluginManager _allPluginsForClass:] + 75
    4   com.apple.framework.internetaccounts          0x00007fff8fe478c9 -[IAPluginManager allAListPlugins] + 52
    5   com.apple.framework.internetaccounts          0x00007fff8fe44f21 -[IAPluginManager pluginIDForDomain:] + 50
    6   com.apple.framework.internetaccounts          0x00007fff8fe3db37 +[IAAccount aListPluginIDForSettings:] + 793
    7   com.apple.CalendarStore                 0x00007fff93024d01 +[CalCalendarStore(CalCalendarStore_Private) iaAListPluginForCalDAVHost:] + 153
    8   com.apple.CalendarStore                 0x00007fff9315db0e -[CalDAVClientInfoSentry pluginIdentifierForHost:] + 167
    9   com.apple.CalendarStore                 0x00007fff9315dba5 -[CalDAVClientInfoSentry shouldSendClientInfoHeaderForURL:providerHost:] + 39
    10  com.apple.CalendarStore                 0x00007fff9314917b -[CalDAVPrincipal shouldSendClientInfoHeaderForURL:] + 85
    11  com.apple.coredav                       0x00007fff92aea069 -[CoreDAVTask performCoreDAVTask] + 1095
    12  com.apple.CoreFoundation                0x00007fff9577344c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
    13  com.apple.CoreFoundation                0x00007fff9572b562 __CFRunLoopDoBlocks + 322
    14  com.apple.CoreFoundation                0x00007fff95753195 __CFRunLoopRun + 885
    15  com.apple.CoreFoundation                0x00007fff95752ae6 CFRunLoopRunSpecific + 230
    16  com.apple.Foundation                    0x00007fff8f43004f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    17  com.apple.CalendarStore                 0x00007fff930c6d94 -[CalCalDAVSynchronousTaskGroup executeTaskGroup:] + 121
    18  com.apple.CalendarStore                 0x00007fff9313cfc3 -[CalDAVAccountRefreshQueueableOperation(Private) refreshPropertiesForPrincipalCoreDAV:error:] + 322
    19  com.apple.CalendarStore                 0x00007fff9313b5e2 -[CalDAVAccountRefreshQueueableOperation(Private) refresh] + 531
    20  com.apple.CalendarStore                 0x00007fff9313b25f -[CalDAVAccountRefreshQueueableOperation refreshWithExceptionHandling] + 65
    21  com.apple.Foundation                    0x00007fff8f47e7fe -[NSThread main] + 68
    22  com.apple.Foundation                    0x00007fff8f47e776 __NSThread__main__ + 1575
    23  libsystem_c.dylib                       0x00007fff9679b8bf _pthread_start + 335
    24  libsystem_c.dylib                       0x00007fff9679eb75 thread_start + 13
    Thread 12:
    0   libsystem_c.dylib                       0x00007fff967ef350 _spin_lock$VARIANT$mp + 0
    1   libsystem_c.dylib                       0x00007fff967b7c68 szone_malloc_should_clear + 181
    2   libsystem_c.dylib                       0x00007fff967ed3c8 malloc_zone_malloc + 77
    3   libsystem_c.dylib                       0x00007fff967ee1a4 malloc + 44
    4   com.apple.security                      0x00007fff9a8366a6 DefaultAllocator::malloc(unsigned long) + 12
    5   com.apple.security                      0x00007fff9a854152 cssm_data* Security::Allocator::alloc<cssm_data>() + 18
    6   com.apple.security                      0x00007fff9a8540f2 Security::CssmDbAttributeData::set(cssm_db_attribute_info const&, Security::CssmPolyData const&, Security::Allocator&) + 64
    7   com.apple.security                      0x00007fff9a853ff2 Security::CssmAutoQuery::add(unsigned int, cssm_db_attribute_info const&, Security::CssmPolyData const&) + 66
    8   com.apple.security                      0x00007fff9a852a57 Security::KeychainCore::KeychainSchemaImpl::KeychainSchemaImpl(Security::CssmCl ient::Db const&) + 943
    9   com.apple.security                      0x00007fff9a852679 Security::KeychainCore::KeychainSchema::KeychainSchema(Security::CssmClient::Db const&) + 43
    10  com.apple.security                      0x00007fff9a8525da Security::KeychainCore::KeychainImpl::keychainSchema() + 56
    11  com.apple.security                      0x00007fff9a852140 Security::KeychainCore::DefaultCredentials::operator()(Security::CssmClient::Db ) + 80
    12  com.apple.security                      0x00007fff9a851fe4 Security::KeychainCore::KeychainImpl::defaultCredentials() + 198
    13  com.apple.security                      0x00007fff9a84da75 Security::CssmClient::DbImpl::open() + 219
    14  com.apple.security                      0x00007fff9a8574ba Security::KeychainCore::KCCursorImpl::next(Security::KeychainCore::Item&) + 224
    15  com.apple.security                      0x00007fff9a8f0eae SecKeychainFindGenericPassword + 247
    16  com.apple.AOSKit                        0x00007fff91e0c6d3 +[KeychainAccountStorage _storedKeyForDSID:] + 243
    17  com.apple.AOSKit                        0x00007fff91e0cf9a +[KeychainAccountStorage storedInfoForAccount:] + 262
    18  com.apple.AOSKit                        0x00007fff91e0a270 AOSCopyStoredAccountInfo + 80
    19  com.apple.AOSAccounts                   0x0000000105a8e9ad MMCopyAccountDSID + 52
    20  com.apple.AOSAccounts                   0x0000000105a8cb5f findCalGroupWithAccountID(__CFString const*) + 453
    21  com.apple.AOSAccounts                   0x0000000105a8c3de CalendarProvider::IsEnabled() + 150
    22  com.apple.AOSAccounts                   0x0000000105a8cdd6 CalendarProvider::CalendarProvider(__CFString const*, __CFString const*) + 88
    23  com.apple.AOSAccounts                   0x0000000105a94384 ServiceProviderManager::CreateServiceProvider(__CFString const*, __CFString const*) + 196
    24  com.apple.AOSAccounts                   0x0000000105a944fb ServiceProviderManager::AddNewService(__CFString const*, __CFString const*, __CFDictionary const*) + 155
    25  com.apple.AOSAccounts                   0x0000000105a92540 ParseAccountInfo(__CFString const*, __CFString const*, __CFDictionary const*) + 1211
    26  com.apple.AOSAccounts                   0x0000000105a92699 RefreshAccount + 65
    27  com.apple.AOSAccounts                   0x0000000105a941fa ServiceProviderManager::LoadAccountProviders(__CFString const*) + 60
    28  com.apple.AOSAccounts                   0x0000000105a946d2 ServiceProviderManager::Login(__CFString const*, __CFString const*, bool) + 76
    29  com.apple.AOSUI                         0x0000000105a0d158 -[MMAccountMgr init] + 577
    30  com.apple.AOSUI                         0x0000000105a0c5cb +[MMAccountMgr sharedMgr] + 53
    31  com.apple.placeholder.iaplugin          0x00000001059df78c 0x1059de000 + 6028
    32  com.apple.placeholder.iaplugin          0x00000001059df476 0x1059de000 + 5238
    33  com.apple.framework.internetaccounts          0x00007fff8fe486fb -[IAPluginManager _createPluginFromBundle:] + 278
    34  com.apple.framework.internetaccounts          0x00007fff8fe48492 -[IAPluginManager _loadPluginAtPath:identifiers:] + 267
    35  com.apple.framework.internetaccounts          0x00007fff8fe48294 -[IAPluginManager _loadPlugins:] + 1174
    36  com.apple.framework.internetaccounts          0x00007fff8fe47d99 -[IAPluginManager loadPlugins:] + 56
    37  com.apple.framework.internetaccounts          0x00007fff8fe47873 -[IAPluginManager pluginWithIdentifier:] + 55
    38  com.apple.CalendarStore                 0x00007fff93024d36 +[CalCalendarStore(CalCalendarStore_Private) iaAListPluginForCalDAVHost:] + 206
    39  com.apple.CalendarStore                 0x00007fff9315db0e -[CalDAVClientInfoSentry pluginIdentifierForHost:] + 167
    40  com.apple.CalendarStore                 0x00007fff9315dba5 -[CalDAVClientInfoSentry shouldSendClientInfoHeaderForURL:providerHost:] + 39
    41  com.apple.CalendarStore                 0x00007fff9314917b -[CalDAVPrincipal shouldSendClientInfoHeaderForURL:] + 85
    42  com.apple.coredav                       0x00007fff92aea069 -[CoreDAVTask performCoreDAVTask] + 1095
    43  com.apple.CoreFoundation                0x00007fff9577344c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
    44  com.apple.CoreFoundation                0x00007fff9572b562 __CFRunLoopDoBlocks + 322
    45  com.apple.CoreFoundation                0x00007fff95753195 __CFRunLoopRun + 885
    46  com.apple.CoreFoundation                0x00007fff95752ae6 CFRunLoopRunSpecific + 230
    47  com.apple.Foundation                    0x00007fff8f43004f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    48  com.apple.CalendarStore                 0x00007fff930c6d94 -[CalCalDAVSynchronousTaskGroup executeTaskGroup:] + 121
    49  com.apple.CalendarStore                 0x00007fff9313cfc3 -[CalDAVAccountRefreshQueueableOperation(Private) refreshPropertiesForPrincipalCoreDAV:error:] + 322
    50  com.apple.CalendarStore                 0x00007fff9313b5e2 -[CalDAVAccountRefreshQueueableOperation(Private) refresh] + 531
    51  com.apple.CalendarStore                 0x00007fff9313b25f -[CalDAVAccountRefreshQueueableOperation refreshWithExceptionHandling] + 65
    52  com.apple.Foundation                    0x00007fff8f47e7fe -[NSThread main] + 68
    53  com.apple.Foundation                    0x00007fff8f47e776 __NSThread__main__ + 1575
    54  libsystem_c.dylib                       0x00007fff9679b8bf _pthread_start + 335
    55  libsystem_c.dylib                       0x00007fff9679eb75 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff99eb1bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff9679a1a1 pthread_mutex_lock + 545
    2   com.apple.framework.internetaccounts          0x00007fff8fe47d87 -[IAPluginManager loadPlugins:] + 38
    3   com.apple.framework.internetaccounts          0x00007fff8fe47956 -[IAPluginManager _allPluginsForClass:] + 75
    4   com.apple.framework.internetaccounts          0x00007fff8fe478c9 -[IAPluginManager allAListPlugins] + 52
    5   com.apple.framework.internetaccounts          0x00007fff8fe44f21 -[IAPluginManager pluginIDForDomain:] + 50
    6   com.apple.framework.internetaccounts          0x00007fff8fe3db37 +[IAAccount aListPluginIDForSettings:] + 793
    7   com.apple.CalendarStore                 0x00007fff93024d01 +[CalCalendarStore(CalCalendarStore_Private) iaAListPluginForCalDAVHost:] + 153
    8   com.apple.CalendarStore                 0x00007fff9315db0e -[CalDAVClientInfoSentry pluginIdentifierForHost:] + 167
    9   com.apple.CalendarStore                 0x00007fff9315dba5 -[CalDAVClientInfoSentry shouldSendClientInfoHeaderForURL:providerHost:] + 39
    10  com.apple.CalendarStore                 0x00007fff9314917b -[CalDAVPrincipal shouldSendClientInfoHeaderForURL:] + 85
    11  com.apple.coredav                       0x00007fff92aea069 -[CoreDAVTask performCoreDAVTask] + 1095
    12  com.apple.CoreFoundation                0x00007fff9577344c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
    13  com.apple.CoreFoundation                0x00007fff9572b562 __CFRunLoopDoBlocks + 322
    14  com.apple.CoreFoundation                0x00007fff95753195 __CFRunLoopRun + 885
    15  com.apple.CoreFoundation                0x00007fff95752ae6 CFRunLoopRunSpecific + 230
    16  com.apple.Foundation                    0x00007fff8f43004f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    17  com.apple.CalendarStore                 0x00007fff930c6d94 -[CalCalDAVSynchronousTaskGroup executeTaskGroup:] + 121
    18  com.apple.CalendarStore                 0x00007fff9313cfc3 -[CalDAVAccountRefreshQueueableOperation(Private) refreshPropertiesForPrincipalCoreDAV:error:] + 322
    19  com.apple.CalendarStore                 0x00007fff9313b5e2 -[CalDAVAccountRefreshQueueableOperation(Private) refresh] + 531
    20  com.apple.CalendarStore                 0x00007fff9313b25f -[CalDAVAccountRefreshQueueableOperation refreshWithExceptionHandling] + 65
    21  com.apple.Foundation                    0x00007fff8f47e7fe -[NSThread main] + 68
    22  com.apple.Foundation                    0x00007fff8f47e776 __NSThread__main__ + 1575
    23  libsystem_c.dylib                       0x00007fff9679b8bf _pthread_start + 335
    24  libsystem_c.dylib                       0x00007fff9679eb75 thread_start + 13
    Thread 8 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000000  rcx: 0x000000000000001d  rdx: 0x0000000000000000
      rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x0000000105623e90  rsp: 0x0000000105623e80
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x000000010262c910  r11: 0x0000000101423680
      r12: 0x0000000000000008  r13: 0x00007ff4150939f0  r14: 0x00007ff417e02d10  r15: 0x0000000000000003
      rip: 0x00007fff95721a22  rfl: 0x0000000000010246  cr2: 0x0000000000000000
    Logical CPU: 6
    Binary Images:
           0x100ef9000 -        0x101223fff  com.apple.iCal (5.0.1 - 1547.4) <02E0908E-5583-3B57-87F8-F3402B9F58C0> /Applications/iCal.app/Contents/MacOS/iCal
           0x105628000 -        0x10562afff  com.apple.AddressBook.LocalSourceBundle (1.2 - 1062) <F03F0085-D9E7-3838-9ED6-248E8397620E> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x10563c000 -        0x10563ffff  com.apple.DirectoryServicesSource (1.2 - 1062) <0F479AAE-037E-3310-8206-DDEB075456C9> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x105646000 -        0x1056a7fff  com.apple.AddressBook.CardDAVPlugin (10.7.2 - 196) <5304FAE6-1CC6-3539-9046-CE1C362364B9> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x105992000 -        0x105997fff  com.apple.contacts.iaplugin (1.1 - 1062) <258CC376-5A41-38AB-A21C-D307138EEB52> /System/Library/InternetAccounts/AddressBook.iaplugin/Contents/MacOS/AddressBoo k
           0x10599d000 -        0x1059a1fff  com.aol.iaplugin (1.1 - 2) <2D29926E-4B49-3623-AC5F-40CC36A06067> /System/Library/InternetAccounts/AOL.iaplugin/Contents/MacOS/AOL
           0x1059a7000 -        0x1059b0fff  com.apple.exchange.iaplugin (1.1 - 2) <2540E4F5-F8B6-3135-86BE-79B629F075FC> /System/Library/InternetAccounts/Exchange.iaplugin/Contents/MacOS/Exchange
           0x1059b9000 -        0x1059befff  com.google.iaplugin (1.1 - 2) <434CD71C-53E1-3B80-A3C0-552512CDF105> /System/Library/InternetAccounts/Google.iaplugin/Contents/MacOS/Google
           0x1059c5000 -        0x1059cdfff  com.apple.calendar.iaplugin (5.0.1 - 1139.14) <C9277923-EEC8-318E-87C9-6FB41174C4F3> /System/Library/InternetAccounts/iCal.iaplugin/Contents/MacOS/iCal
           0x1059d4000 -        0x1059d9fff  com.apple.chat.iaplugin (1.0.1 - 935) <27BB8B6C-0BA4-36A3-AAFD-6EA9279112B0> /System/Library/InternetAccounts/iChat.iaplugin/Contents/MacOS/iChat
           0x1059de000 -        0x1059f7fff  com.apple.placeholder.iaplugin (1.0.1 - 1) <9EBEE3A8-A6A9-32B7-A6CE-27715102F03E> /System/Library/InternetAccounts/iCloud.iaplugin/Contents/MacOS/iCloud
           0x105a0a000 -        0x105a5dfff  com.apple.AOSUI (1.0.1 - 59) <855C1979-AF41-3DE9-8225-615DF2FC44EE> /System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI
           0x105a8b000 -        0x105a9eff7  com.apple.AOSAccounts (1.0.1 - 1.0.61) <A0011298-B106-3DEC-B459-60D96F017BE9> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
           0x105ab2000 -        0x105aedff7  com.apple.Ubiquity (1.0 - 196) <B7CD3D18-84C8-3C5E-8AE5-ED3331E71F05> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x105b0a000 -        0x105b0aff7  com.apple.SafariDAVNotifier (1.1 - 1) <560452E6-BCB8-36B0-B36E-47AF9CC99958> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
           0x105b0e000 -        0x105b2eff7  com.apple.ChunkingLibrary (1.0 - 125) <9EAE4385-5DF7-3956-8196-895DD6772BD7> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff60af9000 -     0x7fff60b2dac7  dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
        0x7fff8e4be000 -     0x7fff8e4e7fff  com.apple.CoreServicesInternal (113.8 - 113.8) <C1A3CF1B-BC45-3FC6-82B3-1511EBBA9D51> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8e4e8000 -     0x7fff8e4eafff  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib
        0x7fff8e526000 -     0x7fff8e526fff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8e527000 -     0x7fff8e5a3ff7  com.apple.imcore (6.0 - 800) <0A4267B7-D92F-33DA-9B09-1995221A0831> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff8e5a4000 -     0x7fff8e6b1fff  libJP2.dylib (??? - ???) <6052C973-9354-35CB-AAB9-31D00D8786F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8e6b2000 -     0x7fff8e6fafff  com.apple.imfoundation (6.0 - 800) <267AA0CF-7F7E-387A-8A87-25696388215C> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/Frameworks/IMFoun dation.framework/Versions/A/IMFoundation
        0x7fff8e708000 -     0x7fff8e709fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff8e70a000 -     0x7fff8e70afff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff8e753000 -     0x7fff8f354ff7  com.apple.AppKit (6.7.2 - 1138.23) <5CD2C850-4F52-3BA2-BA11-3107DFD2D23C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8f355000 -     0x7fff8f36afff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8f36b000 -     0x7fff8f41efff  com.apple.CoreText (220.11.0 - ???) <4EA8E2DF-542D-38D5-ADB9-C0DAA73F898B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8f41f000 -     0x7fff8f420fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
        0x7fff8f421000 -     0x7fff8f421fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8f422000 -     0x7fff8f423fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8f424000 -     0x7fff8f73dff7  com.apple.Foundation (6.7.1 - 833.20) <D922F590-FDA6-3D89-A271-FD35E2290624> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8f73e000 -     0x7fff8f765fff  com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8f766000 -     0x7fff8fc2dfff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <E9D2A69C-6E81-358C-A162-510969F91490> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8fc37000 -     0x7fff8fc54ff7  com.apple.openscripting (1.3.3 - ???) <A64205E6-D3C5-3E12-B1A0-72243151AF7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8fc68000 -     0x7fff8fc7cff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8fc7d000 -     0x7fff8fc83ff7  com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8fcc3000 -     0x7fff8fcd1ff7  libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
        0x7fff8fcd2000 -     0x7fff8fdc7fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff8fdc8000 -     0x7fff8fde7ff7  com.apple.DotMacSyncManager (6.1 - 488.5) <63D5FE4D-35E4-33A3-BC50-8A48927B82FE> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
        0x7fff8fde8000 -     0x7fff8fdf7ff7  com.apple.opengl (1.7.5 - 1.7.5) <2945F1A6-910C-3596-9988-5701B04BD821> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8fdf8000 -     0x7fff8fdfcfff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
        0x7fff8fdfd000 -     0x7fff8fe2dfff  com.apple.framework.Admin (11.0 - 11.0) <C72B49AD-9114-328D-A0FE-AE97111D0A78> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff8fe2e000 -     0x7fff8fe38fff  libcsfde.dylib (??? - ???) <49DD8C85-A3F9-36FB-BB63-ECAD4ABD8AF9> /usr/lib/libcsfde.dylib
        0x7fff8fe39000 -     0x7fff8fe60fff  com.apple.framework.internetaccounts (1.1 - 2) <B01A08DC-2735-3783-B0C8-63492BD845CF> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8fe61000 -     0x7fff8fe6cff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff8fe6d000 -     0x7fff8ff4bff7  com.apple.DiscRecording (6.0 - 6000.4.1) <DB0D0211-953B-3261-A4FD-74D2AC671DA6> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8ff4c000 -     0x7fff8ff6bfff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
        0x7fff8ff6c000 -     0x7fff8ff97fff  com.apple.speech.LatentSemanticMappingFramework (2.8.10 - 2.8.10) <09D59AFB-6CCD-37E1-8A41-8C45217E7612> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
        0x7fff902e8000 -     0x7fff9032bff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <2B1571E1-8E87-364E-BC36-C9C9B5D3EAC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff9032c000 -     0x7fff9032efff  com.apple.EFILogin (1.0 - 1) <E806D2EA-BD93-302E-8F2C-6D33AE26E1BC> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff9032f000 -     0x7fff90347fff  com.apple.iChat.InstantMessage (6.0 - 833) <DF9EAA84-8AE6-3BFD-AB21-7BDED2161564> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
        0x7fff90348000 -     0x7fff9044dff7  libFontParser.dylib (??? - ???) <B9A53808-C97E-3293-9C33-1EA9D4E83EC8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff905f9000 -     0x7fff9064cfff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <45159B9E-05BF-35B2-AF76-D933490FBFB1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff90654000 -     0x7fff90752fff  com.apple.QuickLookUIFramework (3.1 - 500.1) <D3A71FF1-7ED1-39DB-AD4E-451612DA536C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff90753000 -     0x7fff907a3fff  com.apple.CoreMediaIO (210.0 - 3180) <13374EA4-83BE-3407-B9DD-D199426D0E7A> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff907a4000 -     0x7fff907acfff  libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff907ad000 -     0x7fff90a37fff  com.apple.JavaScriptCore (7534.51 - 7534.51.21) <B311DA3D-F763-32A0-BE17-5DC97820BFAB> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff90a38000 -     0x7fff90a9cfff  com.apple.Symbolication (1.2 - 83.1) <0C6F8907-6829-3409-99AC-ACC62923DE98> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff90f49000 -     0x7fff90f92fff  com.apple.framework.CoreWLAN (2.1.1 - 211.3) <0FBC6087-6872-3403-A317-CE888969CF4C> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff90f93000 -     0x7fff90f9cfff  com.apple.AOSNotification (1.4.0 - 504.1) <0CD79695-6625-3BF4-A420-2612190EC2E0> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff90f9d000 -     0x7fff90fb0ff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
        0x7fff90fdb000 -     0x7fff91256fff  com.apple.imageKit (2.1.1 - 1.0) <9C159577-0FFF-34D8-890E-66627A9E44FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff912e5000 -     0x7fff91484fff  com.apple.QuartzCore (1.7 - 270.0) <E8FC9AA4-A5CB-384B-AD29-7190A1387D3E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff914f9000 -     0x7fff91598fff  com.apple.LaunchServices (480.21 - 480.21) <6BFADEA9-5BC1-3B53-A013-488EB7F1AB57> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff915f4000 -     0x7fff915f8ff7  com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff91621000 -     0x7fff91633ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff9171b000 -     0x7fff9175aff7  libGLImage.dylib (??? - ???) <2D1D8488-EC5F-3229-B983-CFDE0BB37586> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff9177a000 -     0x7fff917efff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
        0x7fff917f0000 -     0x7fff918eaff7  com.apple.DiskImagesFramework (10.7.2 - 331) <C88025FC-2460-3F33-B808-CB1E8C2E5CB9> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff918eb000 -     0x7fff9192cfff  com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff9192d000 -     0x7fff91b2ffff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
        0x7fff91b30000 -     0x7fff91b72fff  com.apple.corelocation (330.12 - 330.12) <CFDF7694-382A-30A8-8347-505BA0CAF312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff91b73000 -     0x7fff91c5afff  com.apple.backup.framework (1.3.1 - 1.3.1) <3F01784C-3C09-3F08-B949-779F0A5248C1> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff91c63000 -     0x7fff91ca9ff7  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <EAF61ADC-DC00-34CE-B23E-7238ED54E31D> /usr/lib/libcurl.4.dylib
        0x7fff91cae000 -     0x7fff91cd7ff7  com.apple.framework.Apple80211 (7.1.1 - 711.1) <FD0675E6-6602-3C28-85AA-6A4AF6B36D78> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff91ce8000 -     0x7fff91d8cfef  com.apple.ink.framework (1.3.2 - 110) <F69DBD44-FEC8-3C14-8131-CC0245DBBD42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff91d8d000 -     0x7fff91dcfff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff91dd0000 -     0x7fff91dfdff7  com.apple.opencl (1.50.63 - 1.50.63) <DB335C5C-3ABD-38C8-B6A5-8436EE1484D3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff91dfe000 -     0x7fff92000fff  com.apple.AOSKit (1.01 - 87) <E00ACA45-14A4-3894-9001-DDD39667B107> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff92001000 -     0x7fff92322fff  com.apple.AddressBook.framework (6.1 - 1062) <94321204-A094-3BBE-8EA6-6048D39F4E54> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff92323000 -     0x7fff92331fff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
        0x7fff92332000 -     0x7fff92348fff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff92349000 -     0x7fff9234cff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff9234d000 -     0x7fff9234dfff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff9234e000 -     0x7fff923d3ff7  com.apple.Heimdal (2.1 - 2.0) <C92E327E-CB5F-3C9B-92B0-F1680095C8A3> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff923d4000 -     0x7fff923d5fff  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <0F55CD76-DB24-309B-BD12-62B00C1AAB9F> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff923ec000 -     0x7fff92545fff  com.apple.audio.toolbox.AudioToolbox (1.7.1 - 1.7.1) <4877267E-F736-3019-85D3-40A32A042A80> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff92546000 -     0x7fff9258aff7  com.apple.MediaKit (11.0 - 585) <8F2DF50A-03D2-3551-AD92-74A9262D6B0F> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit

    I was also seeing this exact same issue (iCal and Mail crashing repeatedly with the crashed thread having just called com.apple.AOSAccounts/SaveAccountInfo).
    In my case, I resolved this by deleting:
    /Users/simon/Library/Preferences/MobileMeAccounts.plist
    /Users/simon/Library/Preferences/MobileMeAccounts.plist.7gmTk7L
    /Users/simon/Library/Preferences/MobileMeAccounts.plist.lockfile
    That second file looks like a temporary file that was left lying around at some point. You may have a similar file with a different, "random" file extension, or you may not have one.

Maybe you are looking for