Message to Dale

I'm not very chocked by the nature of the Dale-CL's request for Daniel but by the way it's done :
Now the biggest problem for Creative is YOU, Dale, for having posted in public the message for Daniel_K.
I don't understand why you didn't contact Daniel in private ?
Undoubtedly you have hypertension...
Now you must be dismissed by Creative for melting personnal ego and professional reponsabilities, you has just enclenched a huge storm which is about to make Creative lost millions $ with a general and worldwide boycott...
Well done Dale-CL ! Poor guy, not professional at all.
I understand now why we can't currently see you on the forums... You are surely cleaning your desk and saying goodbye to your collegues...
Message Edited by mickael_n on 04-0-2008 08:7 AM

You know it wasn't Dale's message. It was posted by Dale at the orders of his superiors and this is evident by the name signing the message.
I think it is better that whatever you have say, do not make it personal. And I say this, because the moderators have allowed all these drivers and modded soft on the forums for months now, without deleting anything. They have worked very professionaly only removing posts with bad language and regarding competitor products. This whole story happened because of decisions made at the top.
So once again, please refrain from personalizing this.

Similar Messages

  • Dynamic RadioList selection

    I am building a radio list dynamically in TOOL code based upon certain
    criteria. I can get the list built no problem. But, I want to "select" a
    certain element based on an attribute I check on the object. So the element
    I want to appear selected may be element 2 or element 5 or element x. Has
    anyone ever done this? I can't seem to find anything in the Forte help that
    will allow me to do this?? Any help would be greatly appreciated.
    Thanks!!
    Doug Scurr
    HealthPartners
    8100 34th Avenue South
    Minneapolis, MN 55440-1309
    (612)883-7317
    [email protected] <[email protected]>

    Dale,
    I knew it would be something easy!! I obviously can't read very well!!
    Thanks for the help!!
    Doug Scurr
    HealthPartners
    8100 34th Avenue South
    Minneapolis, MN 55440-1309
    (612)883-7317
    [email protected] <[email protected]>
    -----Original Message-----
    From: Dale V. Georg [SMTP:[email protected]]
    Sent: Tuesday, April 27, 1999 2:34 PM
    To: [email protected]
    Cc: [email protected]
    Subject: Re: Dynamic RadioList selection
    > [email protected] wrote:
    >
    > I am building a radio list dynamically in TOOL code based upon
    certain
    > criteria. I can get the list built no problem. But, I want to
    "select" a
    > certain element based on an attribute I check on the object. So
    the element
    > I want to appear selected may be element 2 or element 5 or element
    x. Has
    > anyone ever done this? I can't seem to find anything in the Forte
    help that
    > will allow me to do this?? Any help would be greatly appreciated.
    > Thanks!!
    This should be as simple as setting the IndexValue of the radio list
    to
    the item that you want to have selected. For example:
    self.<theRadioList>.IndexValue = 2;
    to select the second item. Make sure your window is already open
    when
    you do this, though. ie, make sure self.Open() has already been
    called. The Open() method initializes a lot of the widget
    information
    on the window, and it may well set the index value of the radio list
    back to 1.
    Hope this helps,
    Dale
    ===================================
    Dale V. Georg
    Senior Systems Analyst
    Indus Consultancy Services
    [email protected]
    ===================================
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Correct way to copy Multipart and prevent Missing start boundary Exception

    Hi there
    I've worked through the FAQ's and forum and based on the info available tried to construct code to deal with the whole "javax.mail.MessagingException: Missing start boundary" problem. I keep on getting a ClassCastException though and was hoping you could scan through the code and let me know if you see anything. I must be missing something ... simplified extract of code below:
    Multipart mp = (Multipart)part.getContent();
    try {
         for (int i = 0; i < mp.getCount(); i++) {
              processBodyPart(wrapper, mp.getBodyPart(i), i);
    } catch (MessagingException e) {
         // Converting Msg to a Copy (to fix boundary)
         ByteArrayOutputStream bos = new ByteArrayOutputStream();
         part.writeTo(bos);
         byte[] bytes = bos.toByteArray();
         MimeMessage newMsg = new MimeMessage(emailAccount.getSession(), new ByteArrayInputStream(bytes));
         String ct = newMsg.getContentType();
         newMsg.removeHeader("Content-Type");
         ct = ct.substring(0, ct.indexOf(";")); // Strip out the rest, only retain the content-type
         newMsg.setDataHandler(new DataHandler(newMsg.getContent(), ct));
         Multipart testMp = (Multipart)newMsg.getContent(); // <<-------- ClassCastException here!!
         for (int i = 0; i < testMp.getCount(); i++) {
              Part bp = testMp.getBodyPart(i);
              processBodyPart(bp);
    }Much appreciated.
    Marius

    I took out the truncating part to make the example shorter,
    but I did try both keeping it as it was, as well as truncating
    it (it is "multipart/mixed") with the same effect.
    I was able to save the entire message to file (thanks), attached
    below - maybe you can spot something that could be causing it?
    Thanks again.
    X-Original-To: [email protected]
    Delivered-To: [email protected]
    Received: from mail.adept.co.za (localhost [127.0.0.1])
         by mail.adept.co.za (Postfix) with ESMTP id E3074C03D9
         for <[email protected]>; Fri, 18 Jan 2008 14:35:29 +0200 (SAST)
    X-Greylist: from auto-whitelisted by SQLgrey-1.7.4
    Received: from mail-03.jhb.wbs.co.za (mail-03.jhb.wbs.co.za [196.2.97.2])
         by mail.adept.co.za (Postfix) with ESMTP id CA3AEC03D7
         for <[email protected]>; Fri, 18 Jan 2008 14:35:28 +0200 (SAST)
    Received: from localhost by mail-03.jhb.wbs.co.za;
      18 Jan 2008 14:35:28 +0200
    Date: 18 Jan 2008 14:35:28 +0200
    To: [email protected]
    From: "Mail Delivery System" <[email protected]>
    Subject: Delivery Status Notification (Failure)
    MIME-Version: 1.0
    Content-Type: multipart/report; report-type=delivery-status; boundary="9sdJO.4G/vWebcc.bcm9J.Ak/cwPA"
    Message-Id: <[email protected]>
    X-Virus-Scanned: ClamAV Passed
    X-Spam-Scanned: -1.4
    X-Scanned-By: proxfilter
    --9sdJO.4G/vWebcc.bcm9J.Ak/cwPA
    content-type: text/plain;
        charset="utf-8"
    Content-Transfer-Encoding: quoted-printable
    The following message to <[email protected]> was undeliverable.
    The reason for the problem:
    5.1.2 - Bad destination host 'DNS Hard Error looking up onyxit.co.za (MX): =
    NXDomain'
    --9sdJO.4G/vWebcc.bcm9J.Ak/cwPA
    content-type: message/delivery-status
    Reporting-MTA: dns; jnb-mailfw01.wbs.co.za
    Final-Recipient: rfc822;[email protected]
    Action: failed
    Status: 5.0.0 (permanent failure)
    Diagnostic-Code: smtp; 5.1.2 - Bad destination host 'DNS Hard Error looking up onyxit.co.za (MX):  NXDomain' (delivery attempts: 0)
    --9sdJO.4G/vWebcc.bcm9J.Ak/cwPA
    content-type: message/rfc822
    Received: from wbs-smtp-out-02.jhb.wbs.co.za (HELO wbs-smtp-out-02) ([196.2.97.197])
      by mail-03.jhb.wbs.co.za with ESMTP; 18 Jan 2008 14:35:28 +0200
    Received: from wbs-smtp-out-02.jhb.wbs.co.za (HELO wbs-smtp-out-02) ([196.2.97.197])
      by mail-03.jhb.wbs.co.za with ESMTP; 18 Jan 2008 14:35:28 +0200
    Received: from wbs-41-208-227-16.wbs.co.za ([41.208.227.16] helo=jnfsworkpool)
         by wbs-smtp-out-02 with esmtp (Exim 4.67)
         (envelope-from <[email protected]>)
         id 1JFqSK-0000qy-8m; Fri, 18 Jan 2008 14:36:30 +0200
    Date: Fri, 18 Jan 2008 14:35:10 +0200 (SAST)
    From: Ros Copeling <[email protected]>
    To: [email protected]
    Cc: [email protected]
    Message-ID: <[email protected]>
    Subject: FW: Fw: Message from ESKOM
    MIME-Version: 1.0
    Content-Type: multipart/mixed;
         boundary="----=_Part_16_32195616.1200659710788"
    X-Priority: 3
    Importance: normal
    Sensitivity: Normal
    workpool_message_id: 6879
    X-Original-Subject: FW: Fw: Message from ESKOM
    X-Spam-Ignored: [TOO LARGE] Message > 100K
    X-Scan-Signature: 66244f1a8ccb48c519852bcb33c1a261
    --9sdJO.4G/vWebcc.bcm9J.Ak/cwPA--

  • RE: Forte graphics libraries.

    Dale,
    One thing you need to know about OCX's and Forte. To work properly they
    should not have nested interfaces, i.e. OCX's imbedded within
    themselves, and they need to follow Microsoft's apartment model
    threading. Version 4.0 of Forte might loosen these requirements but for
    now, they apply. I was not aware that Brahma's Business graphics
    implementation was via an OCX, that stinks.
    Thanks,
    Russ Engelhardt
    -----Original Message-----
    From: Dale Boan [SMTP:[email protected]]
    Sent: Thursday, April 02, 1998 1:21 PM
    To: [email protected]
    Subject: Forte graphics libraries.
    Hello,
    I have a question that maybe someone can answer. Are there any
    commercial graphics libraries available for Forte?
    I know that in theory you can use OCXs, but the ones that we
    have do
    not work reliably with forte. I would be interested in hearing
    about
    OCXs that are known to work with Forte.
    Specifically we are looking for scheduling related widgets,
    calendars, gantt charts and bar charts.
    I already know about Brahma Software's OCX library and the
    calendar
    shareware file under the forte tech support pages.
    Thanks,
    Dale
    Dale Boan
    [email protected] - at work

    Russ,
    To clarify... FORTify Beacon, Brahma's business graphics library, is not
    an OCX. It is a TOOL-based library supported on all Forte-supported
    platforms. Thus, it resides in the development repository, is treated as any
    other supplier plan, and may be deployed using Forte's built-in
    capabilities.
    FORTify Activate, another product in the FORTify suite, is a pre-wrappered
    set of ActiveX controls. This may have been the source of the confusion.
    Thanks,
    -Bob
    Bob Carmichael
    Brahma Software Solutions, Inc.
    (630) 573-5207 phone
    (630) 932-1842 fax
    [email protected]
    http://www.brahmasoft.com/
    -----Original Message-----
    From: Russ Engelhardt <[email protected]>
    To: '[email protected]' <[email protected]>
    Date: Thursday, April 02, 1998 7:32 PM
    Subject: RE: Forte graphics libraries.
    Dale,
    One thing you need to know about OCX's and Forte. To work properly they
    should not have nested interfaces, i.e. OCX's imbedded within
    themselves, and they need to follow Microsoft's apartment model
    threading. Version 4.0 of Forte might loosen these requirements but for
    now, they apply. I was not aware that Brahma's Business graphics
    implementation was via an OCX, that stinks.
    Thanks,
    Russ Engelhardt

  • Sending Emails problem

    i have a problem sending emails... I'm looking in most of the other questions that are similar and I am not getting an answer. I use mail all the time. it's a university mail address and whenever i try to send it gives me this message smtp.dal.ca failed.
    I don't understand... i can mail perfectly from my ibook,i've tried fooling around with the settings... can someone help!?!?

    Settings are different than your PC. Who is your mail provider?  ie Charter, Comcast, TWC, yahoo...etc

  • Unable to add phone number to my messages.app

    Hello Everyone
    I am unable to add my phone number to messages.app. Everything was working ok till this AM when I started messages.app and noticed my phone number missing. I have tried the following.
    1.Restoring olderversion of messages.app from Time machine backup
    2.Adding the phone number with add e-mail but then it says e-mail sent with no other information
    3.Deleting and re-adding my account on icloud on my phone
    Now, when I sign out and sign back in into messages.app it crashes and gives me the following errors.
    any guidance?
    Process:         Messages [14923]
    Path:            /Applications/Messages.app/Contents/MacOS/Messages
    Identifier:      com.apple.iChat
    Version:         7.0.1 (3314)
    Build Info:      iChat-3312000000000000~7
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [261]
    User ID:         501
    Date/Time:       2013-03-07 11:06:33.940 -0800
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          265928 sec
    Crashes Since Last Report:           11
    Per-App Interval Since Last Report:  711197 sec
    Per-App Crashes Since Last Report:   7
    Anonymous UUID:                      883E6435-CEBE-14A7-9972-AF20F6F62D6B
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    objc_msgSend() selector name: retain
    Performing @selector(buttonPressed:) from sender NSButton 0x7f9a05ba1d30
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff93b32710 objc_msgSend_vtable13 + 16
    1   com.apple.CoreFoundation                0x00007fff93c95b42 -[__NSArrayM insertObject:atIndex:] + 1090
    2   com.apple.CoreFoundation                0x00007fff93cfd515 -[NSInvocation retainArguments] + 213
    3   com.apple.imcore                        0x00007fff96aa0484 0x7fff96a6c000 + 214148
    4   com.apple.CoreFoundation                0x00007fff93cd3737 ___forwarding___ + 775
    5   com.apple.CoreFoundation                0x00007fff93cd33b8 _CF_forwarding_prep_0 + 232
    6   com.apple.imcore                        0x00007fff96ad3c26 0x7fff96a6c000 + 424998
    7   com.apple.iChat                         0x0000000100de8993 0x100db2000 + 223635
    8   com.apple.imcore                        0x00007fff96ac0402 0x7fff96a6c000 + 345090
    9   com.apple.imcore                        0x00007fff96ac2140 0x7fff96a6c000 + 352576
    10  com.apple.CoreFoundation                0x00007fff93c9747a _CFXNotificationPost + 2554
    11  com.apple.Foundation                    0x00007fff8da73846 -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
    12  com.apple.imfoundation                  0x00007fff8dfa5522 0x7fff8df75000 + 197922
    13  com.apple.imfoundation                  0x00007fff8dfa54e3 0x7fff8df75000 + 197859
    14  com.apple.imcore                        0x00007fff96a725df 0x7fff96a6c000 + 26079
    15  com.apple.imcore                        0x00007fff96a8418b 0x7fff96a6c000 + 98699
    16  com.apple.iChat                         0x0000000100edb000 0x100db2000 + 1216512
    17  com.apple.iChat.iMessagePreferences          0x00000001066f627e -[iMessagePreferences _clearAccountKeepingLogin:] + 885
    18  com.apple.AppKit                        0x00007fff8e6c0757 -[NSAlert didEndAlert:returnCode:contextInfo:] + 94
    19  com.apple.AppKit                        0x00007fff8e380d26 -[NSApplication endSheet:returnCode:] + 267
    20  com.apple.AppKit                        0x00007fff8e6c0a56 -[NSAlert buttonPressed:] + 265
    21  com.apple.AppKit                        0x00007fff8e573a59 -[NSApplication sendAction:to:from:] + 342
    22  com.apple.AppKit                        0x00007fff8e5738b7 -[NSControl sendAction:to:] + 85
    23  com.apple.AppKit                        0x00007fff8e5737eb -[NSCell _sendActionFrom:] + 138
    24  com.apple.AppKit                        0x00007fff8e571cd3 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1855
    25  com.apple.AppKit                        0x00007fff8e571521 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 504
    26  com.apple.AppKit                        0x00007fff8e570c9c -[NSControl mouseDown:] + 820
    27  com.apple.AppKit                        0x00007fff8e56860e -[NSWindow sendEvent:] + 6853
    28  com.apple.AppKit                        0x00007fff8e564744 -[NSApplication sendEvent:] + 5761
    29  com.apple.iChat                         0x0000000100dc5175 0x100db2000 + 78197
    30  com.apple.AppKit                        0x00007fff8e47a2fa -[NSApplication run] + 636
    31  com.apple.AppKit                        0x00007fff8e41ecb6 NSApplicationMain + 869
    32  libdyld.dylib                           0x00007fff92fe17e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8c1ccd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff915e2dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff915e29ee _dispatch_mgr_thread + 54
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8c1ca686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c1c9c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff93c81803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff93c86ee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff93c866b2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff8da62586 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff8dac0612 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 3:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8c1cc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff92f24f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8f266d96 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff8f488d0a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x00007fff8f49e36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 4:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c1cc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff92f24f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8f3eb724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff8f3eb606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff8f49e36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 5:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c1cc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff92f24f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8f3eb724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff8f3eb606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff8f49e36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 6:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c1cc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff92f24f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8f3eb724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff8f3eb606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff8f49e36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 7:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8c1cc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff92f24f89 _pthread_cond_wait + 869
    2   com.apple.CoreVideo                     0x00007fff959d22d4 CVDisplayLink::runIOThread() + 680
    3   com.apple.CoreVideo                     0x00007fff959d2013 startIOThread(void*) + 148
    4   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8c1ca686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c1c9c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff93c81803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff93c86ee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff93c866b2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreMediaIO                   0x00007fff8fadb6f8 CMIO::DAL::RunLoop::OwnThread(void*) + 146
    6   com.apple.CoreMediaIO                   0x00007fff8fad32de CAPThread::Entry(CAPThread*) + 156
    7   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8c1cc322 __select + 10
    1   com.apple.viceroy.framework             0x00007fff9137f2b4 VTPRecvProc + 315
    2   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8c1cc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff92f24fc3 _pthread_cond_wait + 927
    2   com.apple.viceroy.framework             0x00007fff91381d3b VTP_Select + 1247
    3   com.apple.viceroy.framework             0x00007fff912e1e27 TPRecvProc + 436
    4   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 11:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8c1cc322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff93cc64e6 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8c1cc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff92f22eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff92f22cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff92f0d171 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8c1cc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff92f22eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff92f22cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff92f0d171 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8c1cc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff92f22eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff92f22cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff92f0d171 start_wqthread + 13
    Thread 15:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff8c1cc386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff92faa800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff92faa717 usleep + 54
    3   com.apple.AppKit                        0x00007fff8e668958 -[NSUIHeartBeat _heartBeatThread:] + 543
    4   com.apple.Foundation                    0x00007fff8dac0612 __NSThread__main__ + 1345
    5   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8c1cc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff92f22eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff92f22cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff92f0d171 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8c1cc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff92f22eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff92f22cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff92f0d171 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8c1cc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff92f22eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff92f22cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff92f0d171 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x8000000000000000  rbx: 0x00007f9a05929aa0  rcx: 0x8000000000000000  rdx: 0x00007fff7c095030
      rdi: 0x00007f9a05929aa0  rsi: 0x00007fff7c060630  rbp: 0x00007fff5ee4cb30  rsp: 0x00007fff5ee4cae8
       r8: 0x0000000000000000   r9: 0x0000000000000004  r10: 0x00007f9a0310a8b0  r11: 0x0000000097b25d70
      r12: 0x0000000000000004  r13: 0x0000000000000018  r14: 0x0000000000000006  r15: 0x00007f9a03125d20
      rip: 0x00007fff93b32710  rfl: 0x0000000000010246  cr2: 0x000000010ad3b000
    Logical CPU: 3
    Binary Images:
           0x100db2000 -        0x10104ffff  com.apple.iChat (7.0.1 - 3314) <7848E43B-43F2-3AE1-B9C9-E41E26D542D7> /Applications/Messages.app/Contents/MacOS/Messages
           0x102ecf000 -        0x102ecfff9 +cl_kernels (???) <CE42029B-AD71-43B4-8FA9-622C0B007C60> cl_kernels
           0x103310000 -        0x103310ff1 +cl_kernels (???) <9F329AC0-C2E3-4DEB-8071-54286D121FF1> cl_kernels
           0x103379000 -        0x10337afff  com.apple.bluetooth.IOBluetoothSCOAudioDriverPlugIn (4.0.9 - 4.0.9f33) <EE2D9E29-794A-3731-B214-82A63D14AC1E> /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothS COAudioDriver.kext/Contents/Resources/IOBluetoothSCOAudioDriverPlugIn.bundle/Con tents/MacOS/IOBluetoothSCOAudioDriverPlugIn
           0x103390000 -        0x103395fff  com.apple.audio.AppleHDAHALPlugIn (2.3.1 - 2.3.1f2) <E807EE74-4241-36B2-87A6-92AFAE41D68F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x1034c2000 -        0x1034eaff7  com.apple.cmio.DAL.VDC_4 (301.0 - 4147) <52F61616-1034-3699-BD49-7860000A2671> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/ MacOS/VDC
           0x104ba4000 -        0x104ba5fff  com.apple.AddressBook.LocalSourceBundle (2.1 - 1167) <07E0DB43-14DD-3741-BCCA-31CE397A53BC> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x104bb7000 -        0x104bbafff  com.apple.DirectoryServicesSource (2.1 - 1167) <2BB7BD50-BBB3-3FA9-BAB1-04C704726905> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x104bc1000 -        0x104bc8ff7  com.apple.AddressBook.LDAPSource (2.1 - 1167) <DE65B6C3-27B2-3A8F-85AF-6B7E6C165AE4> /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/MacOS/LDAP
           0x104bd1000 -        0x104c24fff  com.apple.AddressBook.CardDAVPlugin (10.8 - 332) <14042D69-8E1F-3241-A679-C7ED224F2C43> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x104c50000 -        0x104c61ff7  com.apple.NSServerNotificationCenter (5.0 - 5.0) <79D8FF5B-BBC9-3A86-8927-177738E5D857> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
           0x104cb4000 -        0x104cbafff  com.apple.iChat.Styles.Boxes (7.0.1 - 3314) <4A8CD722-54A2-35FC-9486-760B067D773D> /Applications/Messages.app/Contents/PlugIns/Boxes.transcriptstyle/Contents/MacO S/Boxes
           0x104cc0000 -        0x104cc8fff  com.apple.iChat.Styles.Balloons (7.0.1 - 3314) <146A7EC7-E9E4-3F9B-870B-C649C65059F0> /Applications/Messages.app/Contents/PlugIns/Balloons.transcriptstyle/Contents/M acOS/Balloons
           0x1066e1000 -        0x1066e9fff  com.apple.iChat.AIMPreferences (7.0 - 800) <6680C86B-84FB-375C-9BF7-962FB10D5F2F> /Applications/Messages.app/Contents/PlugIns/AIM.impreferencepane/Contents/MacOS /AIM
           0x1066f3000 -        0x10670efff  com.apple.iChat.iMessagePreferences (7.0 - 1) <A649DAC6-2EB9-3109-91F5-4A46F833DF55> /Applications/Messages.app/Contents/PlugIns/iMessage.impreferencepane/Contents/ MacOS/iMessage
           0x106726000 -        0x10672efff  com.apple.iChat.JabberPreferences (7.0 - 800) <7CD700A0-191E-3952-810C-3265A98565D5> /Applications/Messages.app/Contents/PlugIns/Jabber.impreferencepane/Contents/Ma cOS/Jabber
           0x106737000 -        0x106738fff  com.apple.iChat.BonjourPreferences (7.0 - 800) <19D85309-0191-35EA-8291-D9CB1F83A8F3> /Applications/Messages.app/Contents/PlugIns/Bonjour.impreferencepane/Contents/M acOS/Bonjour
           0x10673d000 -        0x106742fff  com.apple.iChat.PlugInPreferences (7.0 - 1) <BD8E1312-00D0-3039-A817-206BEDB024F2> /Applications/Messages.app/Contents/PlugIns/IMServicePlugIn.impreferencepane/Co ntents/MacOS/IMServicePlugIn
           0x106d44000 -        0x106d4dfe7  libcldcpuengine.dylib (2.1.19) <50800DA2-7233-32E5-9553-A02171B68399> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x106d53000 -        0x106d56ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x106d5c000 -        0x106d5ffff  com.apple.IOAccelerator (19.0.26 - 19.0.26) <0CA40D23-427D-3AF9-8C5C-E2592CEF3DFD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
           0x106d6e000 -        0x106d6eff1 +cl_kernels (???) <79450528-D4B5-4DC2-A34D-0FDF465DF807> cl_kernels
           0x106d70000 -        0x106f27fff  GLEngine (8.6.1) <94C4C4C0-E96C-30B2-8CD7-DE8D82CA74F1> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x106f5e000 -        0x1070a0fff  libGLProgrammability.dylib (8.6.1) <FC866EA6-6263-3F51-BF7C-EA1A9A4162B4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x1070d4000 -        0x10716fff7  unorm8_bgra.dylib (2.1.19) <904EA51D-225A-38AF-B66C-84493C55C065> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x10718e000 -        0x10742ffef  com.apple.AMDRadeonX3000GLDriver (1.0.29 - 1.0.0) <AFF4FFE6-F389-3E65-A224-F7382FB94620> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRade onX3000GLDriver
           0x10747e000 -        0x10748bff7  libGPUSupportMercury.dylib (8.6.1) <5762E7E4-C76E-3442-8C30-3BA1DDCD8BAE> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
           0x107a9e000 -        0x107e52fff  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.0.61 - 8.0.0) <2A12EDBB-1DF7-3638-BB7F-BBD7DB9DB3CB> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
           0x107f70000 -        0x107f7eff7  libGPUSupport.dylib (8.6.1) <C8A361A5-8A82-375D-B50E-E520662F76B1> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x107f85000 -        0x107fb2fff  GLRendererFloat (8.6.1) <B598274C-3C23-3EBB-A7C5-13C131FAC651> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x107fce000 -        0x107fcfff3 +cl_kernels (???) <7AF59997-0218-400F-AB58-ED838D8589ED> cl_kernels
           0x10825f000 -        0x108260ff2 +cl_kernels (???) <205DDB37-BC4B-4A6D-A18C-B6FAB41DD5EC> cl_kernels
           0x10842b000 -        0x10842bff3 +cl_kernels (???) <C798A817-3066-49A5-BFA5-44D2D26E0CDE> cl_kernels
           0x108541000 -        0x108542ff3 +cl_kernels (???) <59CB4BAE-6C7C-4BCB-BED2-D79AFC5F7016> cl_kernels
           0x108982000 -        0x108998ff7  com.apple.webcontentfilter.framework (3.1 - 5) <D76F41C5-DAEF-3298-BFF7-B63A92B32ACA> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
           0x108cd7000 -        0x108e2bfff  com.apple.audio.units.Components (1.8 - 1.8) <7846E0A3-4AFB-3E29-96D3-BF87348024ED> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x109292000 -        0x1094a1fff  com.apple.audio.codecs.Components (3.0 - 3.0) <B5BB86C0-4398-3ABB-A7DA-97D7F0E30E23> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
           0x10952c000 -        0x1095c2ff7  unorm8_rgba.dylib (2.1.19) <9F69E2DA-1FFB-349D-AA56-30D667519AA9> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
        0x7fff609b2000 -     0x7fff609e693f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
        0x7fff8af6c000 -     0x7fff8af9dff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8af9e000 -     0x7fff8afa8ff7  com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff8afa9000 -     0x7fff8afb4ff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8afb5000 -     0x7fff8b3aeff7  com.apple.MediaToolbox (1.0 - 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8b3af000 -     0x7fff8b489ff7  com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8b48a000 -     0x7fff8b48cff7  com.apple.IMServicePlugInSupport (8.0 - 900) <81D22379-0450-30CA-AE54-789C859D4414> /System/Library/Frameworks/IMServicePlugIn.framework/Versions/A/Frameworks/IMSe rvicePlugInSupport.framework/Versions/A/IMServicePlugInSupport
        0x7fff8b48d000 -     0x7fff8b490fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8b491000 -     0x7fff8b586fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff8b587000 -     0x7fff8b5acff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
        0x7fff8b6e6000 -     0x7fff8c076c67  com.apple.CoreGraphics (1.600.0 - 324.6) <DCC70C6E-AB6D-3457-A823-7569CB29B107> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8c077000 -     0x7fff8c0ceff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8c0cf000 -     0x7fff8c0cffff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8c0d0000 -     0x7fff8c126fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8c127000 -     0x7fff8c128ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8c129000 -     0x7fff8c136fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8c137000 -     0x7fff8c1b9fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8c1ba000 -     0x7fff8c1d5ff7  libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8c1d6000 -     0x7fff8d18ffff  com.apple.WebCore (8536 - 8536.26.14) <60029E1A-C1DB-3A1F-8528-4970058D8B3D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8d190000 -     0x7fff8d1edfff  com.apple.ExchangeWebServices (3.0 - 157) <58BFD72E-27F3-3F22-A421-B883FACA0E19> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff8d1ee000 -     0x7fff8d362fff  com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8d363000 -     0x7fff8d4d4ff7  com.apple.QTKit (7.7.1 - 2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8d4d5000 -     0x7fff8d50dfff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff8d50e000 -     0x7fff8d7defff  com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8d7df000 -     0x7fff8d813fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8d814000 -     0x7fff8d85ffff  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <8370178E-438C-375C-AA41-A8DEE60B8636> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8d860000 -     0x7fff8d89fff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8d8a0000 -     0x7fff8d8abfff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8d8ac000 -     0x7fff8d8acfff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8d8ad000 -     0x7fff8d9cdfff  com.apple.desktopservices (1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8d9ce000 -     0x7fff8da2afff  com.apple.corelocation (1.0 - 1239.39) <88EFC8F1-0A91-3EB6-A1F6-76294541D85D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8da2b000 -     0x7fff8dd87fff  com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8dd88000 -     0x7fff8dd89ff7  com.apple.imdmessageservices (8.0 - 900) <B56573C2-C1E5-3A65-A017-1B943A311015> /System/Library/PrivateFrameworks/IMDMessageServices.framework/Versions/A/IMDMe ssageServices
        0x7fff8dd8a000 -     0x7fff8dde4ff7  com.apple.ScreenSharingFramework (2.1 - 2.1) <F510BC49-D98D-3FAD-86BA-54B1770BF888> /System/Library/PrivateFrameworks/ScreenSharing.framework/Versions/A/ScreenShar ing
        0x7fff8dde5000 -     0x7fff8dee3fff  com.apple.QuickLookUIFramework (4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8dee4000 -     0x7fff8df1afff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8df1b000 -     0x7fff8df42ff7  com.apple.speech.LatentSemanticMappingFramework (2.9.3 - 2.9.3) <CDB23C93-853B-3F18-985C-6D32D4704F26> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
        0x7fff8df75000 -     0x7fff8dfcfff7  com.apple.imfoundation (8.0 - 900) <850E59A3-B5CE-3149-8D42-9ED4CBBCAA9D> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff8dfd0000 -     0x7fff8e0a2ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8e0a3000 -     0x7fff8e0a9ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8e0aa000 -     0x7fff8e0aafff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8e0ab000 -     0x7fff8e32bff7  com.apple.AOSKit (1.05 - 151) <A34E8584-797C-318F-9E25-937A710C68AB> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8e32e000 -     0x7fff8ef5bff7  com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8ef5c000 -     0x7fff8ef84fff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8ef85000 -     0x7fff8ef89ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8ef8a000 -     0x7fff8f017ff7  com.apple.imavcore (8.0 - 900) <CAF60585-FFB5-3504-A9A1-A8A95DEBBAE5> /System/Library/PrivateFrameworks/IMAVCore.framework/Versions/A/IMAVCore
        0x7fff8f018000 -     0x7fff8f080fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8f081000 -     0x7fff8f19aff7  com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8f19b000 -     0x7fff8f1d5fff  com.apple.iChat.IMRenderingFoundation (7.0 - 800) <A5910794-FD76-38E9-97A9-DB250F461964> /System/Library/Frameworks/InstantMessage.framework/Versions/A/Frameworks/IMRen deringFoundation.framework/Versions/A/IMRenderingFoundation
        0x7fff8f214000 -     0x7fff8f215ff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
        0x7fff8f216000 -     0x7fff8f218fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8f219000 -     0x7fff8f25fff7  com.apple.IMDPersistence (8.0 - 900) <96EEA554-9DD3-3B2C-99E0-9266F8F5B6C9> /System/Library/PrivateFrameworks/IMDPersistence.framework/Versions/A/IMDPersis tence
        0x7fff8f260000 -     0x7fff8f4faff7  com.apple.JavaScriptCore (8536 - 8536.26.7) <ADAD1276-675A-3000-B746-560A2EB596A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8f9f1000 -     0x7fff8f9fafff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8f9fb000 -     0x7fff8f9fdfff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff8f9fe000 -     0x7fff8fa0dff7  com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8fa0e000 -     0x7fff8fa2fff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff8fa76000 -     0x7fff8fad0fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8fad1000 -     0x7fff8fb1efff  com.apple.CoreMediaIO (301.0 - 4147) <3B748499-C173-357B-976C-9FF257C5171E> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8fb1f000 -     0x7fff8fb4bfff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8fb4c000 -     0x7fff8fb78ff7  libRIP.A.dylib (324.6) <5A7EB5C2-BA60-36D7-BF41-9853F37837AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff9042e000 -     0x7fff90432ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff90433000 -     0x7fff90434fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff90438000 -     0x7fff9047ffff  com.apple.facetimeservices (8.0 - 900) <6C3A50E2-0127-3937-8B8E-1A9BE620DC80> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff90480000 -     0x7fff90480fff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff90481000 -     0x7fff9059bfff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff9059c000 -     0x7fff905d3ff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff905d4000 -     0x7fff905d8fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff905d9000 -     0x7fff9072afff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff9072b000 -     0x7fff90738ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff9076f000 -     0x7fff9086cfff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff9086d000 -     0x7fff90872fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff90873000 -     0x7fff90941fff  com.apple.Bluetooth (4.0.9 - 4.0.9f33) <3F57E1F3-08E8-3EDF-8DE0-E3855EB4D74B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff90942000 -     0x7fff90943fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff90944000 -     0x7fff90947ff7  com.apple.LoginUICore (2.0 - 2.0) <965559B0-1F0E-3767-A16B-F91AABFA5275> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff90948000 -     0x7fff90956fff  com.apple.Librarian (1.1 - 1) <1635162F-239A-341E-83C7-710C55E254AF> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff90957000 -     0x7fff90957fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff9095a000 -     0x7fff91102fff  com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff91103000 -     0x7fff9110bff7  libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff9110c000 -     0x7fff9120efff  libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff9120f000 -     0x7fff9127cfff  com.apple.datadetectorscore (4.0 - 269.1) <B69645EB-C4BF-3D52-A49B-CB1A1A88512F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff9127d000 -     0x7fff912c7ff7  libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff912c8000 -     0x7fff912cffff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff912d0000 -     0x7fff913e9fff  com.apple.viceroy.framework (463 - 463) <344D48A4-80DF-3C06-A28F-132858F00985> /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
        0x7fff913ea000 -     0x7fff91484fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff91485000 -     0x7fff914f5fff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff914f6000 -     0x7fff914f8fff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff914f9000 -     0x7fff91533fff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff91534000 -     0x7fff915cefff  com.apple.CoreSymbolication (3.0 - 87) <3D9CBE8D-F047-3DFA-B067-F9589E2AF8BA> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff915cf000 -     0x7fff915ddfff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff915de000 -     0x7fff915f3ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff915fe000 -     0x7fff9161dff7  com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff9161e000 -     0x7fff916a8ff7  com.apple.iLifeMediaBrowser (2.7.2 - 546) <B8911FE0-5F6B-3244-BF7B-F2BFC50A7C6F> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff916a9000 -     0x7fff91801ff7  com.apple.syncservices (7.0 - 713) <924B8B34-2C9C-3C1D-909D-FF215AA8985D> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
        0x7fff91802000 -     0x7fff9181ffff  com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff91820000 -     0x7fff91828fff  com.apple.AOSNotification (1.7.0 - 636.2) <20E768EB-FB1A-341F-8995-92272FDA8D6D> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff91829000 -     0x7fff918aafff  com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff918ab000 -     0x7fff919adfff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff919ae000 -     0x7fff91be3ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff91be4000 -     0x7fff91be8fff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff91c35000 -     0x7fff91cfaff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff91cfb000 -     0x7fff91d64fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff91d65000 -     0x7fff91d85fff  libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff91de1000 -     0x7fff91decff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff91ded000 -     0x7fff91e6dff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff91e6e000 -     0x7fff91ed5ff7  com.apple.coredav (1.0.1 - 179.6) <4E7C1925-D6D9-3E27-8FF1-BD4E615CC87E> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff91ed6000 -     0x7fff91f2cff7  com.apple.opencl (2.1.20 - 2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff91f2d000 -     0x7fff91f38fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff91f39000 -     0x7fff91f6bfff  com.apple.framework.Admin (12.0 - 12.0) <5D6978C8-0B1B-3D0E-A122-C0ABD0AA8488> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff91f6c000 -     0x7fff91f7fff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff91f80000 -     0x7fff91f80fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff91f81000 -     0x7fff91feeff7  com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff91fef000 -     0x7fff92017fff  com.apple.ScreenSaver (5.0 - 5) <A984092F-0FF7-30FE-9850-BE78D0FE136B> /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver
        0x7fff92018000 -     0x7fff92454fff  com.apple.VideoToolbox (1.0 - 926.62) <7D749558-08B6-3F86-A20E-05ECDACE6F17> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff9269d000 -     0x7fff926bfff7  com.apple.AOSAccounts (1.1.2 - 1.1.94) <6D0ECB77-3081-3DC8-9B4F-20E5A1A09554> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
        0x7fff926c0000 -     0x7fff92804fef  com.apple.MediaControlSender (1.4.5 - 145.3) <3A308EA3-21F7-3213-9157-D3421EB43715> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff92805000 -     0x7fff92827ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff92828000 -     0x7fff92834fff  libCSync.A.dylib (324.6) <2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff92835000 -     0x7fff92881ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff928ea000 -     0x7fff9292dfff  com.apple.RemoteViewServices (2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff9292e000 -     0x7fff92934fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff92935000 -     0x7fff9298aff7  libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff9298b000 -     0x7fff92a1cfff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff92a1d000 -     0x7fff92a37fff  com.apple.CoreMediaAuthoring (2.1 - 914) <23F2B9D0-7B73-3C42-8EDC-8ADBF9C7B8C2> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff92a38000 -     0x7fff92a7cfff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff92a7d000 -     0x7fff92b6eff7  com.apple.PubSub (1.0.5 - 65.32) <A53D3D5D-85DF-3CFC-94DF-FB05D6FEC34A> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff92b6f000 -     0x7fff92df4ff7  com.apple.RawCamera.bundle (4.04 - 680) <F9A2656C-CE71-326E-BD6D-077487F49D74> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff92df5000 -     0x7fff92dfffff  com.apple.DisplayServicesFW (2.6.1 - 353) <0505CB8A-47D9-3539-9A0D-24F09D99E9D8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff92ea8000 -     0x7fff92f05fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff92f06000 -     0x7fff92f0afff  com.apple.IMServicePlugIn (8.0 - 900) <46E775CF-E6D5-36A8-BE42-0ED8F5446DE9> /System/Library/Frameworks/IMServicePlugIn.framework/Versions/A/IMServicePlugIn
        0x7fff92f0c000 -     0x7fff92fd8fe7  libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
        0x7fff92fd9000 -     0x7fff92fdbff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff92fdc000 -     0x7fff92fdeff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff92fdf000 -     0x7fff92fe2ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff92fe3000 -     0x7fff93002ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff93003000 -     0x7fff93015ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff93016000 -     0x7fff93029ff7  com.apple.AppContainer (2.0 - 1) <13924FCF-66FC-3CC1-888C-42C22295B2E7> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff9302a000 -     0x7fff9303efff  libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff9303f000 -     0x7fff93056fff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff93057000 -     0x7fff93072ff7  libexpat.1.dylib (12) <95D59F1F-0A5C-3F33-BA97-26F7D796CE7A> /usr/lib/libexpat.1.dylib
        0x7fff93073000 -     0x7fff930affff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff930b0000 -     0x7fff930c3ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff930c4000 -     0x7fff930cafff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff930cb000 -     0x7fff930f2fff  com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff932a5000 -     0x7fff932a8fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff93491000 -     0x7fff934d4ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff934d5000 -     0x7fff93515fff  com.apple.MediaKit (13 - 659) <0C56D7FF-0430-3199-9952-CF8577519449> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff9352b000 -     0x7fff9359afff  com.apple.WhitePagesFramework (10.7.0 - 141.0) <65B30FD8-DEC0-31D4-8E7F-CBCB987D7A48> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff935a1000 -     0x7fff935e8ff7  com.apple.CalDAV (6.0 - 112.5) <F2F0833B-E133-3CC1-BACA-4E84D0A65A2D> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
        0x7fff935e9000 -     0x7fff93631fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff93632000 -     0x7fff93643ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff93644000 -     0x7fff93648fff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff936ae000 -     0x7fff936d9fff  com.apple.datadetectors (4.0 - 199.0) <4FE34A35-8DE1-3A43-8586-4B2ED03F2D84> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff936da000 -     0x7fff936f1fff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff936f2000 -     0x7fff93700ff7  libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
        0x7fff93701000 -     0x7fff937beff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff937bf000 -     0x7fff937c2fff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff937c3000 -     0x7fff937deff7  com.apple.frameworks.preferencepanes (15.0 - 15.0) <45E922F9-E5F5-3026-90BA-C1F5F8451C9B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff937df000 -     0x7fff937e0ff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff937e1000 -     0x7fff937e9fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff937ea000 -     0x7fff937eefff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib
        0x7fff937ef000 -     0x7fff93b1fff7  com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff93b20000 -     0x7fff93b2afff  libcsfde.dylib (274.7) <77562CC6-3D42-34BF-BAAB-660140479D55> /usr/lib/libcsfde.dylib
        0x7fff93b2b000 -     0x7fff93c4392f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff93c44000 -     0x7fff93c51ff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff93c52000 -     0x7fff93e3bfff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff93e3c000 -     0x7fff93e5eff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
        0x7fff945a2000 -     0x7fff94999fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff949dc000 -     0x7fff949e8fff  com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versi

    Read this whole message before doing anything.
    Back up all data.
    Quit Messages if it’s running.
    Step 1
    Hold down the option key and select
    Go ▹ Library
    from the Finder menu bar. Move the following items from the Library folder to the Trash (either may not exist):
    Caches/com.apple.Messages
    Caches/com.apple.imfoundation.IMRemoteURLConnectionAgent
    Leave the Library folder open. Log out and log back in. Try Messages again. If it works now, stop here. Close the Library folder.
    Step 2
    If you still have problems, quit Messages again. Go back to the Finder and move the following item from the open Library folder to the Desktop:
    Messages
    Note: you are not moving the Messages application. You’re moving a folder named “Messages.”
    Test. If Messages now works, delete the Messages folder on the Desktop. Otherwise, quit Messages again. Put back the folder you moved, overwriting the newer one that may have been created in its place, and continue.
    Step 3
    In the Preferences subfolder, there may be several files having names that begin with any of the following strings:
    com.apple.iChat
    com.apple.imdsmsrecordstore
    com.apple.imessage
    com.apple.imservice
    Move them all to the Desktop. There may also be a file with the name "com.apple.imagent.plist". Move that to the Trash.
    Also in the Preferences folder, there's a subfolder named "ByHost". Open it and do the same thing.
    Log out and log back in. Test again. This time Messages should perform normally, but your settings will be lost. You may be able to put back some of the files you moved to the Desktop in this step. Relaunch and test after each one. Eventually you should find one or more that causes Messages to malfunction. Delete those files and recreate whatever settings they contained.
    If the issue is still not resolved, quit Messages again and put all the items you moved to the Desktop back where they were. You don’t need to replace the items you moved to the Trash. Stop here and post again.
    If you later decide that you don’t like the results of steps 2 and 3, you can undo them completely by quitting Messages and restoring the items you deleted in those steps from your backup.

  • Processing JMS messages one at a time

    Hi, I'm on a project where we're trying to synch Siebel and EBS Customer information. However there are certain events that can trigger Customer data being sent twice simultaneously; this produces problematic racing conditions when the Customer data is new to the receiving system.
    We're trying to throttle that by sending the messages to a JMS queue and process them one at a time, ie, we only want one instance of the JMS queue listener activated at any one time (we don't expect continuous load; mainly small bursts). Unfortunately I'm not sure which properties have to be changed to do this. I have created a JMS listener that consumes message, pretty much created by the adapter wizard. Currently the listener is spawning new instances just as fast as the messages come in causing EBS AppAdapter errors (can't create new Customer as it already exists).
    Here's the JMS operation definition:
    <pc:inbound_binding />
    <operation name="Consume_Message">
    <jca:operation
    ActivationSpec="oracle.tip.adapter.jms.inbound.JmsConsumeActivationSpec"
    DestinationName="jms/CustomerInterface"
    UseMessageListener="false"
    PayloadType="TextMessage"
    OpaqueSchema="false" >
    </jca:operation>
    <input>
    <jca:header message="hdr:InboundHeader_msg" part="inboundHeader"/>
    </input>
    </operation>
    </binding>
    This is the activation agent:
    <activationAgents>
    <activationAgent className="oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" partnerLink="ReceiveAccountJmsAdapter">
    <property name="portType">Consume_Message_ptt</property>
    </activationAgent>
    </activationAgents>
    This is the connector-factory:
         <connector-factory location="eis/CustomerInterface" connector-name="Jms Adapter">
              <config-property name="connectionFactoryLocation" value="jms/Queue/CustomerInterface"/>
              <config-property name="factoryProperties" value=""/>
              <config-property name="acknowledgeMode" value="AUTO_ACKNOWLEDGE"/>
              <config-property name="isTopic" value="false"/>
              <config-property name="isTransacted" value="false"/>
              <config-property name="username" value="oc4jadmin"/>
              <config-property name="password" value="********"/>
              <connection-pooling use="none">
              </connection-pooling>
              <security-config use="none">
              </security-config>
         </connector-factory>
    What else will I have to do to get this to work? Or will I be forced to deploy it to it's own BPEL domain where dspMaxThreads and dspMinThreads are set to 1?
    -- Just tried to put it on its own domain and change the dspMaxThreads/dspMinThreads and that didn't work.
    - Dale
    Message was edited by:
    Dale Earnest

    Hi Al,
    Yes - it possible.
    Please read the section Describing Message Ordering of the Adapter Life-Cycle Management of the Application Server Adapter Concepts Guide found here: http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b31005/life_cycle.htm#BABJIFJI
    Best regards
    Christian Damsgaard

  • Help with Disk Utility error message.

    I just ran the repair utility via the installation disk, and at first I got this:
    Checking HFS Plus Volume
    Invalid node structure
    Invalid node structure
    Volume Check Failed
    Error: The underlying task reported failure on exit
    1 HFS Volume
    1 volume could not be repaired because of an error.
    I ran it for a second time, and got the same message, only my Macintosh HD, which is listed at the side, had been renamed to disk1s2.
    I then ran it for a third time and got this.
    Checking HFS Plus Volume
    Checking Extents Overflow
    Checking Catalog File
    Invalid Node Stucture
    Rebuilding Catalog B-tree
    The Volume Macintosh HD could not be repaired
    Error underlying task reported failure on exit
    1 HFS Volume Check
    1 volume could not be repaired because of an error.
    What does all his mean? How can I repair my disk? My computer is acting up. The cursor turns into the coloured busy symbol at the slightest thing. It can stay busy for really long, preventing me from doing anything. I then have to shut down and restart. I've also received the flashing question mark when trying to restart.

    Paul Rybarczyk1 wrote:
    First of all, Dale, you gotta change your closing to these messages! "Cheers!" doesn't quite do it!
    I'm open to suggestions! I am tired of it now too!
    Anyway, why would everything be working OK before the update if my computer was so bad?
    That happens. Applying an update sometimes makes the problems more noticeable.
    Luckily, I managed do back up everything on my two external HDs with no problems.
    What kind of backup? If it's a clone, it will have the same serious error you have now; unless it was done a while back, before any issues were there.
    things seem to freeze up when I'm doing lots of multitasking.
    Because you have serious directory corruption.
    But maybe it's time for a new machine sooner than I planned?
    This is repairable by you. It's possible a piece of hardware, think bad RAM, could cause this directory corruption.
    Try running your Apple Hardware Test to see if it flags anything.
    Cheers! DALE

  • Illustrator CS6 (UA version) started with error message, after start main menu looks like Illustrator ?????? ???? ?????? ????? ????????

    I have Illustrator CS 6 UA language version from Design Collection Bundle
    After starting app - i have 2 error message:
    after initialisation of inner modules live blends zip
    look pict 1
    second message - can't load inner plugins
    look pict
    after this - my illustrator workspace look like pict 3
    HELP ME - two weeks can't use legal buying product!!!
    ____________ CRUSH REPORT____________
    Process:         Adobe Illustrator [4446]
    Path:            /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         691 (16.0.5)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [158]
    User ID:         501
    Date/Time:       2014-06-16 14:41:45.317 +0300
    OS Version:      Mac OS X 10.8.5 (12F45)
    Report Version:  10
    Interval Since Last Report:          113222 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  2301 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      611908C7-718D-8010-5BCA-804B5B5B8795
    Crashed Thread:  0  Main Thread  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000100000000-0000000101877000 [ 24.5M] r-x/rwx SM=COW  /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Thread 0 Crashed:: Main Thread  Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib             0x00007fff82fa7670 strlen + 16
    1   libstdc++.6.dylib             0x00007fff87a54a3f std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) + 39
    2   com.adobe.illustrator         0x00000001009ae22c 0x100000000 + 10150444
    3   com.adobe.illustrator         0x00000001009af1bc 0x100000000 + 10154428
    4   com.adobe.illustrator         0x0000000100979137 0x100000000 + 9933111
    5   com.adobe.illustrator         0x00000001009793ca 0x100000000 + 9933770
    6   com.adobe.illustrator         0x0000000100993b6b 0x100000000 + 10042219
    7   com.adobe.illustrator         0x000000010084878e 0x100000000 + 8685454
    8   com.adobe.illustrator         0x00000001009904af 0x100000000 + 10028207
    9   com.adobe.illustrator         0x0000000100774bab 0x100000000 + 7818155
    10  com.adobe.illustrator         0x0000000100848995 0x100000000 + 8685973
    11  com.adobe.illustrator         0x00000001007742b1 0x100000000 + 7815857
    12  com.adobe.illustrator         0x0000000100705fab 0x100000000 + 7364523
    13  com.adobe.illustrator         0x000000010084878e 0x100000000 + 8685454
    14  com.adobe.illustrator         0x0000000100704369 0x100000000 + 7357289
    15  com.adobe.illustrator         0x00000001006f4ccc 0x100000000 + 7294156
    16  com.adobe.illustrator         0x00000001001634e8 0x100000000 + 1455336
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff83cf4d16 kevent + 10
    1   libdispatch.dylib             0x00007fff8170adea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib             0x00007fff8170a9ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore 0x00007fff89c1a210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff89c1a3e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore 0x00007fff89b7ca98 MPWaitOnQueue + 252
    5   com.adobe.ACE                 0x0000000102a2f2c9 0x1029f6000 + 234185
    6   com.adobe.ACE                 0x0000000102a2e5da 0x1029f6000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff89bf17e0 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    9   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore 0x00007fff89c1a210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff89c1a3e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore 0x00007fff89b7ca98 MPWaitOnQueue + 252
    5   com.adobe.ACE                 0x0000000102a2f2c9 0x1029f6000 + 234185
    6   com.adobe.ACE                 0x0000000102a2e5da 0x1029f6000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff89bf17e0 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    9   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore 0x00007fff89c1a210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff89c1a3e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore 0x00007fff89b7ca98 MPWaitOnQueue + 252
    5   com.adobe.ACE                 0x0000000102a2f2c9 0x1029f6000 + 234185
    6   com.adobe.ACE                 0x0000000102a2e5da 0x1029f6000 + 230874
    7   com.apple.CoreServices.CarbonCore 0x00007fff89bf17e0 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    9   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.adobe.AGM                 0x0000000102eddcfb AGMInitialize + 3255535
    3   com.adobe.AGM                 0x0000000102edeafc AGMInitialize + 3259120
    4   com.adobe.AGM                 0x0000000102ee5d8b AGMInitialize + 3288447
    5   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    6   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.adobe.ape.engine           0x00000001192c1c0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x000000011906fec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x00000001192c1cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x00000001192c1d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x00000001192c1e79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.adobe.ape.engine           0x00000001192c1c0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x000000011906fec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x00000001192c1cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x00000001192c1d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x00000001192c1e79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.adobe.ape.engine           0x00000001192c1c0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x000000011906fec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x00000001192c1cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x00000001192c1d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x00000001192c1e79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.adobe.ape.engine           0x00000001192c1c0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine           0x000000011906fec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine           0x00000001192c1cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x00000001192c1d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x00000001192c1e79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff83cf2686 mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff83cf1c42 mach_msg + 70
    2   com.apple.CoreFoundation       0x00007fff86f84233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation       0x00007fff86f89916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation       0x00007fff86f890e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreMediaIO         0x00007fff8dd946e8 CMIO::DAL::RunLoop::OwnThread(void*) + 146
    6   com.apple.CoreMediaIO         0x00007fff8dd8c2ce CAPThread::Entry(CAPThread*) + 156
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdff3 _pthread_cond_wait + 927
    2   com.adobe.ape.engine           0x00000001192c1bd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine           0x00000001192d9ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine           0x00000001192c1cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x00000001192c1d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x00000001192c1e79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdff3 _pthread_cond_wait + 927
    2   com.adobe.ape.engine           0x00000001192c1bd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine           0x00000001194542c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine           0x00000001192c1cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x00000001192c1d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x00000001192c1e79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.adobe.AFlame               0x00000001206eb5f5 Flame_Terminate + 1642661
    3   com.adobe.AFlame               0x00000001206cc4cb Flame_Terminate + 1515387
    4   com.adobe.AFlame               0x000000012068428a Flame_Terminate + 1219898
    5   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    6   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff83cf4386 __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff830437c8 nanosleep + 163
    2   libsystem_c.dylib             0x00007fff830436df usleep + 54
    3   com.adobe.illustrator.plugins.dBrushTool 0x000000011c5912d2 PluginMain + 364594
    4   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    5   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff83cf26c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x000000011c5937ea PluginMain + 374090
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff83cf26c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x000000011c5937ea PluginMain + 374090
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff83cf26c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x000000011c5937ea PluginMain + 374090
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff83cf26c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x000000011c5937ea PluginMain + 374090
    Thread 19:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff83cf4322 __select + 10
    1   com.apple.CoreFoundation       0x00007fff86fc8f46 __CFSocketManager + 1302
    2   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    3   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 20:: IPCClient rcvr: FMClient.501.4446.140735100813696.1
    0   libsystem_kernel.dylib         0x00007fff83cf4322 __select + 10
    1   com.extensis.cpp-core-framework 0x0000000129930169 GIPCReceiver::OSWaitForData() + 2975
    2   com.extensis.cpp-core-framework 0x0000000129924b40 GIPCClient::ReceiverThreadProc(GThread*) + 798
    3   com.extensis.cpp-core-framework 0x00000001299a2ed9 GThread::PthreadInternal(void*) + 223
    4   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    5   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 21:: Agent IF Message Handler
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdfb9 _pthread_cond_wait + 869
    2   com.extensis.cpp-core-framework 0x00000001299623ce GSemaphore::TimedWait(unsigned int) + 76
    3   com.extensis.cpp-core-framework 0x00000001299293f9 GIPCClient::GIPCMTDataAccumulator::WaitForData(unsigned int, std::vector<char, std::allocator<char> >&, bool) + 37
    4   com.extensis.ExtensisFontManagement.sdk 0x0000000129ef11d5 GAgentIFMessageHandlerThread::RunMessageHandlerThread() + 445
    5   com.extensis.ExtensisFontManagement.sdk 0x0000000129ef18f2 GAgentIFMessageHandlerThread::AgentIFMessageHandlerThreadFunc(GThread*) + 42
    6   com.extensis.cpp-core-framework 0x00000001299a2ed9 GThread::PthreadInternal(void*) + 223
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 22:: IPCDataHandler for rcvr: FMClient.501.4446.140735100813696.1
    0   libsystem_kernel.dylib         0x00007fff83cf4322 __select + 10
    1   com.extensis.cpp-core-framework 0x000000012992c3d1 -[IPCDataHandler handleDataFromSocket:] + 2197
    2   com.apple.Foundation           0x00007fff8a2b9532 __NSThread__main__ + 1345
    3   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    4   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib         0x00007fff83cf46d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff82fbbf1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff82fbbce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff82fa6191 start_wqthread + 13
    Thread 24:
    0   libsystem_kernel.dylib         0x00007fff83cf46d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff82fbbf1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff82fbbce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff82fa6191 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib         0x00007fff83cf46d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff82fbbf1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff82fbbce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff82fa6191 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff83cf4386 __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff830437c8 nanosleep + 163
    2   com.adobe.illustrator.plugins.ScriptingSupport 0x00000001158d78cb PluginMain + 1570155
    3   com.adobe.illustrator.plugins.ScriptingSupport 0x00000001158bf5b9 PluginMain + 1471065
    4   com.adobe.illustrator.plugins.ScriptingSupport 0x00000001158d7c16 PluginMain + 1570998
    5   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    6   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib         0x00007fff83cf42aa __recvfrom + 10
    1   ServiceManager-Launcher.dylib 0x00000001150d65ec Invoke + 45721
    2   ServiceManager-Launcher.dylib 0x00000001150d5813 Invoke + 42176
    3   ServiceManager-Launcher.dylib 0x00000001150d4be0 Invoke + 39053
    4   ServiceManager-Launcher.dylib 0x00000001150d4c66 Invoke + 39187
    5   ServiceManager-Launcher.dylib 0x00000001150d030f Invoke + 20412
    6   ServiceManager-Launcher.dylib 0x00000001150d0616 Invoke + 21187
    7   ServiceManager-Launcher.dylib 0x00000001150d0cd7 Invoke + 22916
    8   ServiceManager-Launcher.dylib 0x00000001150d0f41 Invoke + 23534
    9   ServiceManager-Launcher.dylib 0x00000001150d361d Invoke + 33482
    10  ServiceManager-Launcher.dylib 0x00000001150d3775 Invoke + 33826
    11  ServiceManager-Launcher.dylib 0x00000001150d3fb2 Invoke + 35935
    12  ServiceManager-Launcher.dylib 0x00000001150d40ad Invoke + 36186
    13  ServiceManager-Launcher.dylib 0x00000001150c6d6b Login + 480
    14  ServiceManager-Launcher.dylib 0x00000001150ca7ad Login + 15394
    15  ServiceManager-Launcher.dylib 0x00000001150d4412 Invoke + 37055
    16  ServiceManager-Launcher.dylib 0x00000001150d6253 Invoke + 44800
    17  libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    18  libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdff3 _pthread_cond_wait + 927
    2   com.adobe.ape.engine           0x00000001192c1bd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine           0x00000001192d9ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine           0x00000001192c1cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x00000001192c1d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x00000001192c1e79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib         0x00007fff83cf40fa __psynch_cvwait + 10
    1   libsystem_c.dylib             0x00007fff82fbdff3 _pthread_cond_wait + 927
    2   com.adobe.ape.engine           0x00000001192c1bd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine           0x00000001194542c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine           0x00000001192c1cd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine           0x00000001192c1d4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine           0x00000001192c1e79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    8   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib         0x00007fff83cf26c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator         0x00000001001b9105 0x100000000 + 1806597
    2   com.adobe.illustrator         0x00000001001b8cde 0x100000000 + 1805534
    3   com.apple.CoreServices.CarbonCore 0x00007fff89bf17e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    5   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 31:
    0   libsystem_kernel.dylib         0x00007fff83cf26c2 semaphore_wait_trap + 10
    1   com.adobe.illustrator         0x00000001001b9105 0x100000000 + 1806597
    2   com.adobe.illustrator         0x00000001001b8cde 0x100000000 + 1805534
    3   com.apple.CoreServices.CarbonCore 0x00007fff89bf17e0 PrivateMPEntryPoint + 58
    4   libsystem_c.dylib             0x00007fff82fb9772 _pthread_start + 327
    5   libsystem_c.dylib             0x00007fff82fa61a1 thread_start + 13
    Thread 32:
    0   libsystem_kernel.dylib         0x00007fff83cf46d6 __workq_kernreturn + 10
    1   libsystem_c.dylib             0x00007fff82fbbf1c _pthread_workq_return + 25
    2   libsystem_c.dylib             0x00007fff82fbbce3 _pthread_wqthread + 412
    3   libsystem_c.dylib             0x00007fff82fa6191 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00000000ffffffff  rbx: 0x0000000000000001  rcx: 0x0000000000000001  rdx: 0x0000000000000001
      rdi: 0x0000000000000000  rsi: 0xffffffffffffffff  rbp: 0x00007fff5fbff730  rsp: 0x00007fff5fbff708
       r8: 0x0000000000000000   r9: 0x000000000000000f  r10: 0x0000000024810001  r11: 0x000000013886c38a
      r12: 0x00007fff5fbff7d0  r13: 0x00007fff5fbff7a0  r14: 0x00007fff5fbff750  r15: 0x00007fff5fbff75f
      rip: 0x00007fff82fa7670  rfl: 0x0000000000010286  cr2: 0x0000000000000000
    Logical CPU: 1
    Binary Images:
           0x100000000 -        0x101876fef +com.adobe.illustrator (691 - 16.0.5) <33643694-AE8E-D193-92FA-25940D71D475> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
           0x101aba000 -        0x1027ffff7 +libicudata.40.0.dylib (40) <6211D655-ECF8-7378-CF68-3B07300D5A29> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
           0x102812000 -        0x102880fef +com.adobe.headlights.LogSessionFramework (2.1.2.1652) <25E6F475-1522-419C-2169-547FCF2FD97F> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x1028d4000 -        0x1028d6fff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1) <B68D0D42-8DEB-3F22-BD17-981AC060E9D7> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashRep orter
           0x1028db000 -        0x102938ff7 +com.adobe.aiport (aiport version 16.0.0 - 16.0.0.690) <577BD19B-B362-35B4-6020-2F038DEA5877> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/aiport.framework/Versions/A/aiport
           0x10295f000 -        0x1029c4ff7 +com.adobe.filterport (filterport version 16.0.0 - 16.0.0.690) <0298BED7-3107-5330-292B-D7BAA1326B8E> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/filterport.framework/Versions/A/filterport
           0x1029f2000 -        0x1029f2ff7 +com.adobe.SPBasic (SPBasic version 16.0.0 - 16.0.0.690) <5DB43D6A-1CA5-CD74-C2B9-5B02AAC809FD> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
           0x1029f6000 -        0x102b6ffff +com.adobe.ACE (AdobeACE 2.19.18.20990 - 2.19.18.20990) <48C7C467-93A7-F609-1083-D0DD3C0B8988> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x102b82000 -        0x10318afff +com.adobe.AGM (AdobeAGM 4.26.20.20990 - 4.26.20.20990) <8F9BD5CF-287E-9EF1-926D-728359878CAC> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x103226000 -        0x103268ff7 +com.adobe.ARE (AdobeARE 1.5.02.20990 - 1.5.02.20990) <2FF36232-F715-2228-ACC0-BABFC0D6F779> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
           0x103270000 -        0x10336afe7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <C7652AF2-56D7-8AF8-A207-0BDEDDFF0BEC> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x10340e000 -        0x10342dfff +com.adobe.BIB (AdobeBIB 1.2.02.20990 - 1.2.02.20990) <84AEC009-ED37-875D-BA3B-19FF2A53F9EF> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x103434000 -        0x10345cff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <4D9551F1-B07C-3BAF-0CED-1F83C866BCAA> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x103463000 -        0x1037c7ff7 +com.adobe.CoolType (AdobeCoolType 5.10.34.20990 - 5.10.34.20990) <3D5F8577-39F8-D1D0-81FE-6DC4203A9719> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x103813000 -        0x103c59fff +com.adobe.MPS (AdobeMPS 5.8.0.24821 - 5.8.0.24821) <E8E87710-F66B-32B5-97C6-A35D20867697> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x103cd6000 -        0x104dd4fef +com.adobe.psl (AdobePSL 13.0.0.21041 - 13.0.0.21041) <910C283A-607C-F863-97EF-07FB2EEB38AD> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
           0x104f95000 -        0x104ff5ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <B475CD07-1024-560D-5BFE-2A6FCE63925C> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x104fff000 -        0x1050b7fe7 +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.4 -f 49 - 66.145661) <9F30F410-B84E-EB85-7F2C-C72BCD50CB77> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x1050ea000 -        0x105194fe7 +libicucnv.40.0.dylib (40) <768D99C5-46B9-B849-2834-B5BF541856D1> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dy lib
           0x1051bb000 -        0x1052fbfe7 +libicui18n.40.0.dylib (40) <B0341318-FB92-A0CF-2CA5-7FA100624DBD> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicu i18n.40.0.dylib
           0x10537a000 -        0x10547cfef +libicuuc.40.0.dylib (40) <76F12DCE-F356-D48D-4239-FC103706EF76> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
           0x1054c4000 -        0x105611ff7 +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <FFA48E0A-A17C-A04F-AE20-6815EB944DEA> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x105685000 -        0x1058cefe7 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17206) <301AAE8E-BA78-230E-9500-FCCA204B49CB> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x105951000 -        0x105958fff +com.adobe.coretech.adobesplashkit (AdobeSplashKit version 1.0 - 1.0) <E1A491B4-8427-45ED-D312-5BC6E1ABF0A1> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
           0x105962000 -        0x10598efff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <488DF1F7-A643-5168-706A-498A0322A87E> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Sh aredExpat
           0x1059b1000 -        0x105a6efff +com.adobe.AdobeExtendScript (ExtendScript 4.2.12 - 4.2.12.18602) <0957DFA6-0593-CE4B-8638-00F32113B07B> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScr ipt
           0x105ab8000 -        0x105b7dfff +com.adobe.JP2K (2.0.0 - 2.0.0.25990) <1D61D0B2-F263-72E6-C2BB-C8BA6EBB9BAD> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x105bcc000 -        0x105d95fff +com.adobe.owl (AdobeOwl version 5.0.3 - 5.0.3) <1DEEBFAD-1C6D-303B-9F68-B39677534527> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x105dd7000 -        0x1065aaff7 +com.adobe.PDFL (PROD_MAJOR.PROD_MINOR.PROD_STEP - 10.0.1.18562) <8DC49EE4-5700-97A1-EBFE-68024AE1980C> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
           0x106662000 -        0x106763fff +com.adobe.PDFPort (AdobePDFPort 2.1.0.20993 - 2.1.0.20993) <4356804E-2D42-1280-DC3B-66448D57F05A> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
           0x106777000 -        0x10679cffe +adobepdfsettings (1) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsetting s
           0x1067d8000 -        0x10681efe7 +com.adobe.pip (6.0.0.1654) <3576D8F9-E2F9-6EB8-6684-C2FE6B0A3731> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x10682b000 -        0x1068d9fef +com.adobe.AdobeScCore (ScCore 4.2.12 - 4.2.12.18602) <9CEE95E5-2FC6-5E58-02A4-138EA6F8D894> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x106916000 -        0x1069d2fef +com.adobe.SVGExport (AdobeSVGExport 6.0 - 6.0) <9C3A0810-22F9-5C20-C5A9-44C552076054> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
           0x1069f4000 -        0x106d0afff +com.adobe.SVGRE (AdobeSVGRE 6.0 - 6.0) <041B948F-2768-2FC9-712A-43AE264510DB> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
           0x106dd6000 -        0x106df0ff7 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <C1C5DE5C-39AB-0871-49A6-FA3449D39B8A> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x106df9000 -        0x106e12fff  com.apple.carbonframeworktemplate (1.0 - 1.0) <0EDFCF84-BC82-4466-D878-69327B1722AF> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
           0x106e19000 -        0x106efdfe7 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <07A3E1E1-55C3-BA5B-A0B0-60250809ED61> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x106f0e000 -        0x106f16fef +com.adobe.boost_date_time.framework (6.0.0 - 6.0.0.0) <FEC30D42-7E6D-67F6-DE45-DF25D16AAFF5> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x106f30000 -        0x106f49ff7 +com.adobe.boost_filesystem.framework (6.0.0 - 6.0.0.0) <761BECE6-A9F6-0D48-44A1-677A44601F39> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesyste m
           0x106f6b000 -        0x10701ffef +com.adobe.boost_regex.framework (6.0.0 - 6.0.0.0) <5315481A-D3FC-D8F9-137D-CADBE984299D> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
           0x1070ab000 -        0x107118fef +com.adobe.boost_serialization.framework (6.0.0 - 6.0.0.0) <A7509FBF-0BAB-C773-DE5D-E1CA3AD31628> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/boost_serialization.framework/Versions/A/boost_serial ization
           0x10721b000 -        0x107228fff +com.adobe.boost_signals.framework (6.0.0 - 6.0.0.0) <9FAA55B3-B272-F747-270F-21D786E209E7> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x10723d000 -        0x10723fff7 +com.adobe.boost_system.framework (6.0.0 - 6.0.0.0) <DD51C1B2-7FC1-81C1-1D88-FA3D12F01560> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x107246000 -        0x107252fff +com.adobe.boost_threads.framework (6.0.0 - 6.0.0.0) <8E8AD219-4C88-3140-D002-F07B74E15C43> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x107270000 -        0x1076bbfef +com.adobe.dvaadameve.framework (6.0.0 - 6.0.0.0) <993E4D4C-BEB3-A6F7-64E2-A4D742E147E6> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x107d16000 -        0x107e03fe7 +com.adobe.dvaai.framework (6.0.0 - 6.0.0.0) <AE668FE9-2D17-2DB6-34BF-2111565B7A6B> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/dvaai.framework/Versions/A/dvaai
           0x107eaf000 -        0x1080a3fff +com.adobe.dvacore.framework (6.0.0 - 6.0.0.0) <76DA097D-FDE2-D4D9-7C7A-C4FF86F0A2CC> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x10826b000 -        0x10878efef +com.adobe.dvaui.framework (6.0.0 - 6.0.0.0) <39B9DD96-CD3A-38AF-395B-E54C4ED8C620> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x108ca1000 -        0x108d6eff7 +com.adobe.dvaworkspace.framework (6.0.0 - 6.0.0.0) <0B5A7058-98EC-B242-BD62-03ED6DD6C1F2> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x108e62000 -        0x108f4eff7 +com.adobe.exo.framework (6.0.0 - 6.0.0.0) <7B65DA8D-501B-F242-C2E1-71F4C4EA3F20> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x109098000 -        0x109116fff +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 - 66.145433) <5C63613F-6BDE-1C29-D3FD-9D292F9ADB12> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x109127000 -        0x109153ff7 +libtbb.dylib (0) <57655978-A378-BE1E-7905-7D7F951AD6F7> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/libtbb.dylib
           0x10916c000 -        0x10917aff3 +libtbbmalloc.dylib (0) <CB038B96-2999-5EB1-E26A-7720A7A8F8CD> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/libtbbmalloc.dylib
           0x109190000 -        0x109195fff  com.apple.agl (3.2.1 - AGL-3.2.1) <328CAFF6-C443-303F-923A-F9EEA8E71794> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x10919c000 -        0x1091a5fff +com.adobe.dvaflashview.framework (6.0.0 - 6.0.0.0) <7941B717-142A-AC01-5E6E-87521BCFA6AA> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/dvaflashview.framework/Versions/A/dvaflashview
           0x1091b3000 -        0x1091b7ff7 +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <13D5CEF7-6090-CD66-8DA0-190771950F76> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x1091f2000 -        0x1091f4ff7  com.apple.textencoding.unicode (2.5 - 2.5) <0518078E-C652-3CFC-A3FB-903C600CE831> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x10a7fc000 -        0x10a7fcfff +com.adobe.illustrator.plugins.PlugInRes (Localizer version 16.0.0 - 16.0.0) <F92F3F78-179C-2196-F172-4F89E3EDD850> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Resources/uk_UA/PluginRes.aip/Contents/MacOS/PlugInRes
           0x10d338000 -        0x10d349fef +com.adobe.illustrator.plugins.BNPlugin (BNPlugin version 16.0.3 - 16.0.3) <831635EC-F536-4557-AC4E-0035A4FE3394> /Applications/ADOBE_CS6_UA/*/BNPlugin
           0x10d350000 -        0x10d387ff7 +com.adobe.illustrator.plugins.ArtboardPanel (Artboard Panel version 16.0.3 - 16.0.3) <4DC9C186-8909-5EA0-4738-3FFA2DA0E58F> /Applications/ADOBE_CS6_UA/*/ArtboardPanel
           0x10d39f000 -        0x10d3acfef +com.adobe.illustrator.plugins.AppBarControls (AppBarControls version 16.0.3 - 16.0.3) <428E440C-F2B2-520E-FB0E-9EB387B09E0B> /Applications/ADOBE_CS6_UA/*/AppBarControls
           0x10d3bb000 -        0x10d404ff7 +com.adobe.illustrator.plugins.KeyboardShortcuts (Keyboard Shortcuts version 16.0.3 - 16.0.3) <4CE1A272-14F0-D49F-ACBF-AEE937CA9FA4> /Applications/ADOBE_CS6_UA/*/KeyboardShortcuts
           0x10d423000 -        0x10d424ff7 +com.adobe.illustrator.plugins.FlattenS (Flatten Suite version 16.0.3 - 16.0.3) <6C7A6A39-80D4-7135-43D8-BE5246FE4F8A> /Applications/ADOBE_CS6_UA/*/FlattenS
           0x10d428000 -        0x10d42ffff +com.adobe.illustrator.plugins.fileclipboardpref (FileClipboardPref version 16.0.3 - 16.0.3) <FFAE0E30-CD21-123B-1CFF-C8D3FFD309A6> /Applications/ADOBE_CS6_UA/*/fileclipboardpref
           0x10d9ea000 -        0x10d9f4fff +com.adobe.illustrator.plugins.Action (Action version 16.0.3 - 16.0.3) <34827E6E-5010-871E-C8CB-1665E460E1A9> /Applications/ADOBE_CS6_UA/*/Action
           0x10d9fb000 -        0x10d9fcff7  libCyrillicConverter.dylib (61) <D06971D7-9F16-3FE6-81E8-33E0FE4D6586> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x10f22d000 -        0x10f2e6ff7  ColorSyncDeprecated.dylib (400) <3A647DD4-9BA1-3B5E-9680-64923371A9B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x10f359000 -        0x10f362fe7 +com.adobe.illustrator.plugins.ArtConverters ( ArtConverters version 16.0.3 - 16.0.3) <B124416D-B993-5F35-2941-299F5EB19B26> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/ArtConverters.aip/Contents/MacOS/ArtConverters
           0x10f386000 -        0x10f386ffb +cl_kernels (???) <60100E7E-1CA4-4FE6-B98C-A37458B06A37> cl_kernels
           0x10f3dc000 -        0x10f3e7fff +com.adobe.illustrator.plugins.FrameworkS (Framework Server version 16.0.3 - 16.0.3) <130FEFE5-3776-E667-4F50-DB73439CCAD2> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/FrameworkServer.aip/Contents/MacOS/FrameworkS
           0x10f3f9000 -        0x10f3fcff7 +com.adobe.illustrator.plugins.Geometry ( Geometry Suite version 16.0.3 - 16.0.3) <18183D21-9810-828D-EF04-3F9022E8A72F> /Applications/ADOBE_CS6_UA/*/Geometry
           0x110755000 -        0x1107c4ff7 +com.adobe.illustrator.plugins.PhotoshopAdapter (Photoshop Adapter version 16.0.3 - 16.0.3) <D4612C84-0D6E-DE51-C2EB-F2B128817DCA> /Applications/ADOBE_CS6_UA/*/PhotoshopAdapter
           0x1107d3000 -        0x110849fef +com.adobe.illustrator.plugins.UserInterface (User Interface version 16.0.3 - 16.0.3) <A13E07E0-0AA3-99C6-77B4-9FCF9C39196B> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/UserInterface.aip/Contents/MacOS/UserInterface
           0x1108b2000 -        0x1108e2ff7 +com.adobe.illustrator.plugins.BRSPencilTool ( Pencil Tool version 16.0.3 - 16.0.3) <F4EDBC44-2099-042B-AEDF-EB449789B35B> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/BRSPencilTool.aip/Contents/MacOS/BRSPencilTool
           0x1109ad000 -        0x1109b2fff +com.adobe.illustrator.plugins.FlattenTransparency ( Flatten Transparency version 16.0.3 - 16.0.3) <6403BC39-7744-5A1B-1E6C-00EB7D67CA6F> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/Flatten Transparency.aip/Contents/MacOS/FlattenTransparency
           0x1109b7000 -        0x1109d2fe7 +com.adobe.illustrator.plugins.FOConversionSuite (FOConversionSuite version 16.0.3 - 16.0.3) <1A73D8CC-F6A2-9BA0-B2A0-9D461A2AE0F2> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/FOConversionSuite.aip/Contents/MacOS/FOConversionSuite
           0x1109df000 -        0x1109f7fff +com.adobe.illustrator.plugins.BrushManager (Brush Manager version 16.0.3 - 16.0.3) <D409517D-3E49-F928-357D-503E1F6CEC75> /Applications/ADOBE_CS6_UA/*/BrushManager
           0x110b00000 -        0x110b65fef +com.adobe.illustrator.plugins.PDFSuite (PDF Suite version 16.0.3 - 16.0.3) <BB034C1B-AB95-7177-BA2C-C0E56E5BED68> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/PDF Suite.aip/Contents/MacOS/PDFSuite
           0x110b77000 -        0x110b9aff7 +com.adobe.illustrator.plugins.Rasterize (Rasterize version 16.0.3 - 16.0.3) <E99A8BFF-E554-1DC9-7F65-D6F8CF301DA3> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/Rasterize.aip/Contents/MacOS/Rasterize
           0x110ba2000 -        0x110ca5ff7 +com.adobe.illustrator.plugins.BeautifulStrokes (Beautiful Strokes Suite version 16.0.3 - 16.0.3) <D62349C0-C7E8-DCD5-492C-B1B4C5695FB4> /Applications/ADOBE_CS6_UA/*/BeautifulStrokes
           0x110cbc000 -        0x110de7fef +com.adobe.illustrator.plugins.ColorHarmony (ColorHarmony version 16.0.3 - 16.0.3) <22CABFBE-638E-DD92-D4FE-292E058A8A71> /Applications/ADOBE_CS6_UA/*/ColorHarmony
           0x110e1c000 -        0x110e39fff +com.adobe.illustrator.plugins.ControlPanel (ControlPalette version 16.0.3 - 16.0.3) <372D0849-3132-2252-1DA7-86378FFDA846> /Applications/ADOBE_CS6_UA/*/ControlPanel
           0x110e41000 -        0x110e7ffe7 +com.adobe.illustrator.plugins.KinsokuDlg ( KinsokuDlg version 16.0.3 - 16.0.3) <5712DBB5-5678-ADCC-A77D-DBC7EACA49AF> /Applications/ADOBE_CS6_UA/*/KinsokuDlg
           0x110e9e000 -        0x111076fff +com.adobe.illustrator.plugins.PlanetX (Live Paint version 16.0.3 - 16.0.3) <C5EF22AA-A270-6F51-9A55-6CE1A7ED4F41> /Applications/ADOBE_CS6_UA/*/PlanetX
           0x11108a000 -        0x11117fff7 +com.adobe.illustrator.plugins.PaintStyle (Paint Style Palettes version 16.0.3 - 16.0.3) <0BBB57F0-F021-15F9-3224-7428FEB25838> /Applications/ADOBE_CS6_UA/*/PaintStyle
           0x1111ae000 -        0x11123dfff +com.adobe.illustrator.plugins.Perspective (Perspective version 16.0.3 - 16.0.3) <796B4763-37CB-558F-C34B-3FC55B19B312> /Applications/ADOBE_CS6_UA/*/Perspective
           0x111248000 -        0x111327fef +com.adobe.AXEXSLT (AdobeAXSLE 3.7.101.18636 - 3.7.101.18636) <F0116E90-5C45-DFA3-9C17-9B5D1BF0FD1F> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE
           0x1113b9000 -        0x111433fef +com.adobe.adobe_caps (adobe_caps 6.0.29.0 - 6.0.29.0) <C0AD101D-E452-4B4B-5B31-F467133EC20C> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x111442000 -        0x111468ff7 +com.adobe.ape (3.3.8.19346 - 3.3.8.19346) <79E11A18-8AF4-2515-59F7-4CBE161BF020> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
           0x114f5c000 -        0x114fa2fff +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 6.0.0.24 - 6.0.0.24) <58C40EB9-2F38-2479-E710-344CAB0CEFB7> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNoti fications
           0x1150c1000 -        0x1150ecfff +ServiceManager-Launcher.dylib (389) <7AE35754-3413-206D-4B92-579AAA25B4F8> /Library/Application Support/Adobe/*/ServiceManager-Launcher.dylib
           0x115487000 -        0x115521ff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra .dylib
           0x115749000 -        0x1159e9ff7 +com.adobe.illustrator.plugins.ScriptingSupport (Scripting Support version 16.0.3 - 16.0.3) <E1383CA9-7A85-2B68-7197-8A9685B567C8> /Applications/ADOBE_CS6_UA/*/ScriptingSupport
           0x115ac3000 -        0x115bb4fff +com.adobe.AdbeScriptUIFlex (ScriptUIFlex 6.2.29 - 6.2.29.18602) <2BD3388F-976E-0B1C-55DB-B97A5AF95724> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Contents/Frameworks/AdbeScriptUIFlex.framework/Versions/A/AdbeScriptUIFle x
           0x115c38000 -        0x115d11ff7  libcrypto.0.9.7.dylib (106) <C1F22F70-84C5-39FC-9C73-5662AF4385E9> /usr/lib/libcrypto.0.9.7.dylib
           0x116d68000 -        0x116d6dfff  com.apple.audio.AppleHDAHALPlugIn (2.4.7 - 2.4.7fc4) <EA592C9E-AD15-3DD0-85BE-D47BBBE04286> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x116d72000 -        0x116d9aff7  com.apple.cmio.DAL.VDC-4 (309.0 - 4163.1) <321076BE-C843-3FA5-9076-5B4EB3049C99> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC
           0x116da5000 -        0x116dc6fff  libKoreanConverter.dylib (61) <7A601BB8-19DF-3DDC-9C50-3A798290F377> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x116dca000 -        0x116dd0fe7 +com.adobe.illustrator.plugins.ToolSelector (Tool Selector version 16.0.3 - 16.0.3) <52A65375-0EFD-B641-8C1A-6A6D1EC6248E> /Applications/ADOBE_CS6_UA/*/ToolSelector
           0x119027000 -        0x119facfd7 +com.adobe.ape.engine (3.3.8.19346 - 3.3.8.19346) <5E188E32-37F7-4E0B-0674-E8D16B60074F> /Library/Application Support/Adobe/*/adbeapecore.framework/Libraries/adbeapeengine.bundle/Contents/MacOS/adbea peengine
           0x11a68d000 -        0x11a6a9ff7  libJapaneseConverter.dylib (61) <D0F762C2-5372-3AA2-BBA4-066B8E4B1F8E> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x11a916000 -        0x11aa61fef +com.adobe.illustrator.plugins.SwatchLibs (Swatch Libraries version 16.0.3 - 16.0.3) <FF6253E4-7712-FA39-5396-972BB67FC2C4> /Applications/ADOBE_CS6_UA/*/SwatchLibs
           0x11aa94000 -        0x11ab1bfe7 +com.adobe.illustrator.plugins.SymbolPalette (Symbol Palette version 16.0.3 - 16.0.3) <5D5B49C1-6393-9DCB-C403-E760F7E06898> /Applications/ADOBE_CS6_UA/*/SymbolPalette
           0x11ab3b000 -        0x11ab59fe7 +com.adobe.illustrator.plugins.VariablesPalette (Variables Palette version 16.0.3 - 16.0.3) <68576CA1-641C-68F8-E1AB-55AAAAC6BA0E> /Applications/ADOBE_CS6_UA/*/VariablesPalette
           0x11ab60000 -        0x11ab77ff7 +com.adobe.illustrator.plugins.TextWrapDlg (TextWrapDlg version 16.0.3 - 16.0.3) <2B54ABF2-A6F4-DE67-79A3-B12C5B6C2701> /Applications/ADOBE_CS6_UA/*/TextWrapDlg
           0x11ab89000 -        0x11abc1fef +com.adobe.illustrator.plugins.Mojikumi ( MojiKumiUI version 16.0.3 - 16.0.3) <DC2DE251-744A-4BF3-91BD-6D4E6D5928FB> /Applications/ADOBE_CS6_UA/*/Mojikumi
           0x11abda000 -        0x11abe5fef +com.adobe.illustrator.plugins.DiffusionRasterSuite (DiffusionRaster version 16.0.3 - 16.0.3) <878FC1D8-B5BA-A151-AD8C-6DA6E86F643A> /Applications/ADOBE_CS6_UA/*/DiffusionRasterSuite
           0x11abf6000 -        0x11abfcfff +com.adobe.illustrator.plugins.ShapeSuite (Shape Construction Suite version 16.0.3 - 16.0.3) <A90CE444-CECF-F646-45C5-D9AB0EA2A353> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/ShapeS.aip/Contents/MacOS/ShapeSuite
           0x11ad00000 -        0x11b005ff7 +com.adobe.illustrator.plugins.Vectorize (TracingSuite version 16.0.3 - 16.0.3) <ED44F67F-2F83-33FC-289A-F3D4A7B86F35> /Applications/ADOBE_CS6_UA/*/Vectorize
           0x11b020000 -        0x11bc32ff7 +com.adobe.illustrator.plugins.DxfDwg (DxfDwg version 16.0.3 - 16.0.3) <CAF977AE-A6BD-124E-BFE9-389F085A8B65> /Applications/ADOBE_CS6_UA/*/DxfDwg
           0x11bdb8000 -        0x11bed4fe7 +com.adobe.illustrator.plugins.svgFileFormat ( SVG Format version 16.0.3 - 16.0.3) <F42331A2-D6D6-34FE-8DD5-5C89E5A581B4> /Applications/ADOBE_CS6_UA/*/svgFileFormat
           0x11bef6000 -        0x11bf0ffff +com.adobe.illustrator.plugins.DxfDwgUI (DxfDwgUI version 16.0.3 - 16.0.3) <189E2288-EF9B-79C8-6DA2-1283FF8B98AD> /Applications/ADOBE_CS6_UA/*/DxfDwgUI
           0x11bf23000 -        0x11bf84fff +com.adobe.illustrator.plugins.Deform (Envelope and Warp version 16.0.3 - 16.0.3) <81F37050-3849-0C2B-39A4-66DFDEB6A24F> /Applications/ADOBE_CS6_UA/*/Deform
           0x11bf90000 -        0x11bfc5fff +com.adobe.illustrator.plugins.slicingAttributes (Slicing version 16.0.3 - 16.0.3) <4A847C50-BA46-DF56-22CF-6B807C912FD8> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/sliceAttributes.aip/Contents/MacOS/slicingAttributes
           0x11bfce000 -        0x11c008ff7 +com.adobe.illustrator.plugins.PathfinderS (Pathfinder Suite version 16.0.3 - 16.0.3) <0A58ECE9-502C-EF50-A7B3-F13C928D0270> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/PathFinderS.aip/Contents/MacOS/PathfinderS
           0x11c041000 -        0x11c049fff +com.adobe.illustrator.plugins.ExpandS (Expand Suite version 16.0.3 - 16.0.3) <7D787DD1-DAEB-B9BE-193F-70952CF22487> /Applications/ADOBE_CS6_UA/*/Adobe Illustrator.app/Required/Plug-ins/ExpandS.aip/Contents/MacOS/ExpandS
           0x11c062000 -        0x11c07afef +com.adobe.illustrator.plugins.AssetMgmt (Asset Management version 16.0.3 - 16.0.3) <58C84F40-5C8E-716C-B16D-1AA1428E1D0B> /Applications/ADOBE_CS6_UA/*/AssetMgmt
           0x11c084000 -        0x11c0a6ff7 +com.adobe.illustrator.plugins.DocInfo (Document Info version 16.0.3 - 16.0.3) <03164680-8935-571B-0B48-9D14F66B87D1> /Applications/ADOBE_CS6_UA/*/DocInfo
           0x11c0b1000 -        0x11c0fbff7 +com.adobe.illustrator.plugins.LinkPalette (Links Palette version 16.0.3 - 16.0.3) <BEBB87AB-5969-56AA-D8AE-070379006775> /Applications/ADOBE_CS6_UA/*/LinkPalette
           0x11c117000 -        0x11c16ffff +com.adobe.illustrator.plugins.Snapomatic (Snap version 16.0.3 - 16.0.3) <31DCCD99-EAF3-4D46-E10D-5B03A1D8BF49> /Applications/ADOBE_CS6_UA/*/Snapomatic
           0x11c17d000 -        0x11c185fff +com.adobe.illustrator.plugins.Colors (Colors version 16.0.3 - 16.0.3) <F62C388B-C7BD-B62B-2106-5548B1E87144> /Applications/ADOBE_CS6_UA/*/Colors
           0x11c18b000 -        0x11c18fff7 +com.adobe.illustrator.plugins.TrimMark (Crop Marks version 16.0.3 - 16.0.3) <EF53227A-0DEF-2149-3F5D-EFA5E04BBE26> /Applications/ADOBE_CS6_UA/*/TrimMark
           0x11c194000 -        0x11c198ff7 +com.adobe.illustrator.plugins.Distort (Free Distort version 16.0.3 - 16.0.3) <1868664C-8DB9-6471-0FB4-2EBEADBB77A5> /Applications/ADOBE_CS6_UA/*/Distort
           0x11c19d000 -        0x11c1acff7 +com.adobe.illustrator.plugins.DropShadow (Drop Shadow version 16.0.3 - 16.0.3) <C2007F13-5E1D-D945-776E-9967228D6C7C> /Applications/ADOBE_CS6_UA/*/DropShadow
           0x11c1b3000 -        0x11c1e1fe7 +com.adobe.illustrator.plugins.EyeBucketTool (Eye Bucket Tool version 16.0.4 - 16.0.4) <FBE58F6C-25F3-19D2-91AC-DE395B0C83BC> /Applications/ADOBE_CS6_UA/*/EyeBucketTool
           0x11c1f7000 -        0x11c1fafff +com.adobe.illustrator.plugins.TypeCase (Change Case version 16.0.3 - 16.0.3) <5D17C625-7305-5B41-64AF-8B942848F95C> /Applications/ADOBE_CS6_UA/*/TypeCase
           0x11c300000 -        0x11c305fff +com.adobe.illustrator.plugins.TwirlTool (Twist Tool version 16.0.3 - 16.0.3) <C7453AAD-ED4C-6C90-6B06-879737663093> /Applications/ADOBE_CS6_UA/*/TwirlTool
           0x11c30a000 -        0x11c319ff7 +com.adobe.illustrator.plugins.Simplify (Simplify version 16.0.3 - 16.0.3) <DFA0F981-1CCC-F33E-4035-D28A8C174F1B> /Applications/ADOBE_CS6_UA/*/Simplify
           0x11c32a000 -        0x11c34fff7 +com.adobe.illustrator.plugins.ShapeTool (ShapeTool version 16.0.3 - 16.0.3) <881C5DC6-1E75-F61B-8A63-9EF67BE17D58> /Applications/ADOBE_CS6_UA/*/ShapeTool
           0x11c365000 -        0x11c392fff +com.adobe.illustrator.plugins.SimpleTools (Segment Tools version 16.0.3 - 16.0.3) <4C44243A-3604-2919-9D95-98C448425282> /Applications/ADOBE_CS6_UA/*/SimpleTools
           0x11c3a7000 -        0x11c3c7fff +com.adobe.illustrator.plugins.ScatterBrushTool (Adobe Scatter Brush Tool version 16.0.3 - 16.0.3) <5C1A9746-F22D-AA52-13EA-D2B9DEA31154> /Applications/ADOBE_CS6_UA/*/ScatterBrushTool
           0x11c3cf000 -        0x11c3ecfff +com.adobe.illustrator.plugins.GlobAdjTool (Reshape Tool version 16.0.3 - 16.0.3) <33DC8D92-39CD-6626-A540-98A611BF1EC6> /Applications/ADOBE_CS6_UA/*/GlobAdjTool
      

    Mick,
    It may be worth trying to uninstall, run the Cleaner Tool and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html
    Or, you may try Customer Care,
    http://helpx.adobe.com/contact.html
    or Adobe Support (phone),
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html
    or this specialized forum (where you may be able find the answer from previous threads),
    http://forums.adobe.com/community/download_install_setup

  • Request to Dale-CL & ultimately Creat

    In light of the huge reaction by many consumers to the unpopular approach used by Creative in relation to software drivers can you confirm or deny if we can expect to see a more user friendly / interacti've and open approach to future drivers and information in relation to them. As you ( Dale ) are very aware many users asked repeatedly for information/updates on driver progress but each time was met with the very stale "nothing to report at this time" We all know that such a reply just fuelled anger and frustration. Creative either are or are not developing drivers for product "X" or os "x" . If Creative are still going to insist on not replying with a more committed answer could you at least explain why Creative refuse to comment on driver updates. With this in mind , and assuming Creative are now willing? to adopt a consumer friendly approach could you also give details as to when/if the latest X-Fi Elite drivers will have the bugs fixed (ie volume control )for a new release or is this driver now final.
    Hoping for a new beginning from Creative
    Message Edited by Pawpaw on 04-06-2008 0:44 AM

    I think there's a number of steps Creative need to take.
    - realise that this strength of customer reaction matters, and respond to it openly (especially as it's happening on their own site!)
    2 - be clear about which OSs actually support which soundcard features. My interpretation of the smoke, mirrors and speculation that I've read, is that Vista does support functionality, but does so in a different way from e.g. XP - that's my speculation, but who's going to tell us the definiti've facts? It's bloody difficult getting a straight line from MS too.
    3 - be clear about which features they intend to support, and which not. Even if they said 'we could, but won't, as the development costs aren't worth it' then we could understand. Sometimes they could advise us to use old drivers as I'm doing, depending on which features you want
    4 - give us an idea of development timescales, and let us know if they won't be met

  • Messages Quits on Launch and Address Book won't remember me

    Hi, everyone.
    After upgrading  to Mavericks, a bunch of odd things have happened.
    1. Can't use Safari Autofill because apparently...
    2. Address Book refuses to remember which is my personal card, eventhough I've set my card a dozen times
    3. Messages crashes on launch whether I restore windows or not. 
    Can anyone help me? Having one issue is annoying, but all three together is really slowing me down. Below is the Messages crash log. Thanks for your help and Happy Holidays :-)
    Process:         Messages [77736]
    Path:            /Applications/Messages.app/Contents/MacOS/Messages
    Identifier:      com.apple.iChat
    Version:         8.0 (4218)
    Build Info:      iChat-4218000000000000~16
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [421]
    Responsible:     Messages [77736]
    User ID:         501
    Date/Time:       2013-12-09 23:07:18.729 -0800
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  3B00717E-BD0E-4EA3-3F60-074EA9F882F4
    Sleep/Wake UUID: 1A71512C-2B08-4BA7-8E41-20AF671D5C2E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSObjectInaccessibleException', reason: 'CoreData could not fulfill a fault for '0x6d00004b <x-coredata://DAA5DDFB-3506-4BC8-8A28-44DAA42DB61E/ABCDContact/p436>''
    terminating with uncaught exception of type _NSCoreDataException
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff85fd541c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff83e0fe75 objc_exception_throw + 43
    2   CoreData                            0x00007fff8e6dc42d _PFFaultHandlerLookupRow + 2205
    3   CoreData                            0x00007fff8e6db7e3 _PF_FulfillDeferredFault + 259
    4   CoreData                            0x00007fff8e6db626 _sharedIMPL_pvfk_core + 54
    5   AddressBook                         0x00007fff896b05ac +[ABImageLoadRequest requestWithCoreDataContact:] + 161
    6   AddressBook                         0x00007fff89597969 ABResultWithLock + 230
    7   AddressBook                         0x00007fff896b0447 +[ABImageLoadRequest requestWithAddressBookPerson:] + 97
    8   AddressBook                         0x00007fff895f0fbf -[ABRemoteImageLoader beginLoadingImageForPerson:completionHandler:] + 75
    9   AddressBook                         0x00007fff895e5a69 -[ABPerson(ABPersonImageAdditions) loadImageDataWithCompletionHandler:] + 127
    10  IMRenderingFoundation               0x00007fff8fca48f1 -[BuddyImageCache blockingImageDataForPerson:] + 408
    11  IMRenderingFoundation               0x00007fff8fca3964 -[IMPerson(IMRenderingUtilities) imageDataBlocking] + 180
    12  IMRenderingFoundation               0x00007fff8fca03c6 -[Presentity customPicture] + 224
    13  Messages                            0x00000001096a7df8 Messages + 1711608
    14  Messages                            0x0000000109533bb6 Messages + 187318
    15  Messages                            0x000000010953494f Messages + 190799
    16  Messages                            0x0000000109534574 Messages + 189812
    17  AppKit                              0x00007fff87c29dc3 -[NSTableRowData _addViewToRowView:atColumn:row:] + 653
    18  AppKit                              0x00007fff87c2999a -[NSTableRowData _addViewsToRowView:atRow:] + 191
    19  AppKit                              0x00007fff87c26a8e -[NSTableRowData _addRowViewForVisibleRow:withPriorView:] + 421
    20  AppKit                              0x00007fff87c57f82 -[NSTableRowData _updateVisibleViewsBasedOnUpdateItems] + 2651
    21  AppKit                              0x00007fff87c573ff -[NSTableRowData _updateVisibleViewsBasedOnUpdateItemsAnimated] + 180
    22  AppKit                              0x00007fff87bdf42c -[NSTableRowData _doWorkAfterEndUpdates] + 105
    23  AppKit                              0x00007fff87bf5ad9 -[NSTableView _doUpdatedWorkWithHandler:] + 238
    24  AppKit                              0x00007fff87bf59a0 -[NSTableView insertRowsAtIndexes:withAnimation:] + 242
    25  Messages                            0x0000000109532027 Messages + 180263
    26  Messages                            0x00000001096d0ddd Messages + 1879517
    27  Messages                            0x0000000109531bda Messages + 179162
    28  Messages                            0x0000000109540269 Messages + 238185
    29  Messages                            0x000000010954017b Messages + 237947
    30  Messages                            0x00000001096ce078 Messages + 1867896
    31  Messages                            0x0000000109537faa Messages + 204714
    32  Messages                            0x00000001096cd28a Messages + 1864330
    33  libdispatch.dylib                   0x00007fff8d0f72ad _dispatch_client_callout + 8
    34  libdispatch.dylib                   0x00007fff8d0f721c dispatch_once_f + 79
    35  Messages                            0x000000010951829b Messages + 74395
    36  Messages                            0x0000000109513c03 Messages + 56323
    37  CoreFoundation                      0x00007fff85fa3fcc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    38  CoreFoundation                      0x00007fff85e97c5d _CFXNotificationPost + 2893
    39  Foundation                          0x00007fff8daa44aa -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    40  AppKit                              0x00007fff87b77b79 -[NSApplication _postDidFinishNotification] + 289
    41  AppKit                              0x00007fff87b778ac -[NSApplication _sendFinishLaunchingNotification] + 195
    42  AppKit                              0x00007fff87b701ca _DPSNextEvent + 1238
    43  AppKit                              0x00007fff87b6f8db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    44  AppKit                              0x00007fff87b639cc -[NSApplication run] + 553
    45  AppKit                              0x00007fff87b4e803 NSApplicationMain + 940
    46  libdyld.dylib                       0x00007fff8cb055fd start + 1
    47  ???                                 0x0000000000000001 0x0 + 1
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8b4d9866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff8a2be35c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff8bc1abba abort + 125
    3   libc++abi.dylib                         0x00007fff8a2ea141 abort_message + 257
    4   libc++abi.dylib                         0x00007fff8a30fabc default_terminate_handler() + 264
    5   libobjc.A.dylib                         0x00007fff83e1030d _objc_terminate() + 103
    6   libc++abi.dylib                         0x00007fff8a30d3e1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib                         0x00007fff8a30d456 std::terminate() + 54
    8   libobjc.A.dylib                         0x00007fff83e100b0 objc_terminate + 9
    9   libdispatch.dylib                       0x00007fff8d0f72c1 _dispatch_client_callout + 28
    10  libdispatch.dylib                       0x00007fff8d0f721c dispatch_once_f + 79
    11  com.apple.iChat                         0x000000010951829b 0x109506000 + 74395
    12  com.apple.iChat                         0x0000000109513c03 0x109506000 + 56323
    13  com.apple.CoreFoundation                0x00007fff85fa3fcc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    14  com.apple.CoreFoundation                0x00007fff85e97c5d _CFXNotificationPost + 2893
    15  com.apple.Foundation                    0x00007fff8daa44aa -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    16  com.apple.AppKit                        0x00007fff87b77b79 -[NSApplication _postDidFinishNotification] + 289
    17  com.apple.AppKit                        0x00007fff87b778ac -[NSApplication _sendFinishLaunchingNotification] + 195
    18  com.apple.AppKit                        0x00007fff87b701ca _DPSNextEvent + 1238
    19  com.apple.AppKit                        0x00007fff87b6f8db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    20  com.apple.AppKit                        0x00007fff87b639cc -[NSApplication run] + 553
    21  com.apple.AppKit                        0x00007fff87b4e803 NSApplicationMain + 940
    22  libdyld.dylib                           0x00007fff8cb055fd start + 1
    Thread 1:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff8b4da9f2 read + 10
    1   com.apple.CoreFoundation                0x00007fff85f1e9f7 _CFBundleGrokMachTypeForFatFile + 695
    2   com.apple.CoreFoundation                0x00007fff85eb6306 _CFBundleGrokFileType + 2390
    3   com.apple.CoreFoundation                0x00007fff85f94ca7 CFBundlePreflightExecutable + 167
    4   com.apple.audio.toolbox.AudioToolbox          0x00007fff8c150dd3 AudioComponentPluginLoader::QueryBundle(__CFURL const*, void (*)(void*, AudioComponentDescription const&, __CFString const*, unsigned int, __CFURL const*, __CFBundle*, __CFString const*), void*, __CFArray const**) + 141
    5   com.apple.audio.toolbox.AudioToolbox          0x00007fff8c150678 AudioComponentPluginLoader::ScanForPluginsInDirectory(char const*) + 792
    6   com.apple.audio.toolbox.AudioToolbox          0x00007fff8c150228 AudioComponentPluginLoader::ScanForPlugins() + 358
    7   com.apple.audio.toolbox.AudioToolbox          0x00007fff8c14ece7 AudioComponentPluginMgr::CheckRegistration(unsigned int) + 213
    8   com.apple.audio.toolbox.AudioToolbox          0x00007fff8c14f1d1 AudioComponentPluginMgr::FindNext(OpaqueAudioComponent*, AudioComponentDescription const&) + 77
    9   com.apple.audio.toolbox.AudioToolbox          0x00007fff8c148e12 _AT_AudioComponentFindNext + 198
    10  com.apple.audio.toolbox.AudioToolbox          0x00007fff8c083200 ConverterRegistry::MakeFactories(AudioClassDescription const&) + 62
    11  com.apple.audio.toolbox.AudioToolbox          0x00007fff8c083166 ConverterRegistry::MakeEncoderFactories(unsigned int) + 198
    12  com.apple.audio.toolbox.AudioToolbox          0x00007fff8c082ed2 ConverterRegistry::FindFactoryByFormatIDs(unsigned int, unsigned int, unsigned int, AudioClassDescription const*) + 210
    13  com.apple.audio.toolbox.AudioToolbox          0x00007fff8c082c6d ConverterRegistry::CreateConverter(StreamDescPair const&, AudioConverterChain**, unsigned int, AudioClassDescription const*) + 135
    14  com.apple.audio.toolbox.AudioToolbox          0x00007fff8c060608 _AudioConverterNewInternal + 426
    15  com.apple.viceroy.framework             0x00007fff8fa6ca79 SoundDec_Create + 256
    16  com.apple.viceroy.framework             0x00007fff8fab6569 CAudioProcessing::CAudioProcessing(int, int) + 503
    17  com.apple.viceroy.framework             0x00007fff8fac10ce DeviceManager_Create + 246
    18  com.apple.viceroy.framework             0x00007fff8fa5c5b9 Conference_Create + 198
    19  com.apple.viceroy.framework             0x00007fff8fa4c53c -[VideoConferenceController initWithRectTexture:] + 2350
    20  com.apple.viceroy.framework             0x00007fff8fa9eb61 -[VideoConferenceMultiController initWithRectTexture:] + 112
    21  com.apple.avcore                        0x00007fff8a07b983 0x7fff8a067000 + 84355
    22  com.apple.avcore                        0x00007fff8a07b8b1 0x7fff8a067000 + 84145
    23  com.apple.avcore                        0x00007fff8a07f2cc 0x7fff8a067000 + 99020
    24  libdispatch.dylib                       0x00007fff8d0fa1d7 _dispatch_call_block_and_release + 12
    25  libdispatch.dylib                       0x00007fff8d0f72ad _dispatch_client_callout + 8
    26  libdispatch.dylib                       0x00007fff8d0f909e _dispatch_root_queue_drain + 326
    27  libdispatch.dylib                       0x00007fff8d0fa193 _dispatch_worker_thread2 + 40
    28  libsystem_pthread.dylib                 0x00007fff8a2beef8 _pthread_wqthread + 314
    29  libsystem_pthread.dylib                 0x00007fff8a2c1fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8b4da662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8d0f943d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8d0f9152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8b4d9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8a2bef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8a2c1fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8b4d9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8a2bef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8a2c1fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8b4d9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8a2bef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8a2c1fb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8b4d9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8a2bef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8a2c1fb9 start_wqthread + 13
    Thread 7:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff8b4d9a3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8bc39e60 nanosleep + 200
    2   libsystem_c.dylib                       0x00007fff8bc39d52 usleep + 54
    3   com.apple.AppKit                        0x00007fff87dd42ad -[NSUIHeartBeat _heartBeatThread:] + 2132
    4   com.apple.Foundation                    0x00007fff8db0870b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib                 0x00007fff8a2bd899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8a2bd72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8a2c1fc9 thread_start + 13
    Thread 8:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8b4d9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a2bfc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff8fd1e596 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff8fd1e0b5 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore                0x00007fff8fd1344f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8a2bd899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8a2bd72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8a2c1fc9 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8b4d9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a2bfc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff8fd1ebb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff8fd1ea48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff8fd1344f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8a2bd899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8a2bd72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8a2c1fc9 thread_start + 13
    Thread 10:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8b4d9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a2bfc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff8fd1ebb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff8fd1ea48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff8fd1344f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8a2bd899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8a2bd72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8a2c1fc9 thread_start + 13
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8b4d9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a2bfc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff8fd1ebb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff8fd1ea48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff8fd1344f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8a2bd899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8a2bd72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8a2c1fc9 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8b4d9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a2bfc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff8fd1ebb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff8fd1ea48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff8fd1344f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8a2bd899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8a2bd72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8a2c1fc9 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8b4d9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a2bfc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff8fd1ebb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff8fd1ea48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff8fd1344f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8a2bd899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8a2bd72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8a2c1fc9 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8b4d9716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a2bfc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff8fd1ebb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff8fd1ea48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff8fd1344f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8a2bd899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8a2bd72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8a2c1fc9 thread_start + 13
    Thread 15:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8b4d5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8b4d4d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff85ef8315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff85ef7939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff85ef7275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff8db08907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff8db0870b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff8a2bd899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff8a2bd72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff8a2c1fc9 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8b4d9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8a2bef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8a2c1fb9 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8b4d9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8a2bef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8a2c1fb9 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8b4d9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8a2bef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8a2c1fb9 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8b4d9e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8a2bef08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8a2c1fb9 start_wqthread + 13
    Thread 20:: Dispatch queue: SCNetworkReachabilty.concurrent
    0   libsystem_kernel.dylib                  0x00007fff8b4d5a56 semaphore_wait_trap + 10
    1   libsystem_platform.dylib                0x00007fff869c6451 _os_semaphore_wait + 16
    2   libdispatch.dylib                       0x00007fff8d0fd99a _dispatch_barrier_sync_f_slow + 310
    3   com.apple.SystemConfiguration           0x00007fff8ad3f90e ____SCNetworkReachabilityPerformLocked_block_invoke + 96
    4   libdispatch.dylib                       0x00007fff8d0fa1d7 _dispatch_call_block_and_release + 12
    5   libdispatch.dylib                       0x00007fff8d0f72ad _dispatch_client_callout + 8
    6   libdispatch.dylib                       0x00007fff8d0fb7ff _dispatch_async_redirect_invoke + 154
    7   libdispatch.dylib                       0x00007fff8d0f72ad _dispatch_client_callout + 8
    8   libdispatch.dylib                       0x00007fff8d0f909e _dispatch_root_queue_drain + 326
    9   libdispatch.dylib                       0x00007fff8d0fa193 _dispatch_worker_thread2 + 40
    10  libsystem_pthread.dylib                 0x00007fff8a2beef8 _pthread_wqthread + 314
    11  libsystem_pthread.dylib                 0x00007fff8a2c1fb9 start_wqthread + 13
    Thread 21:: Dispatch queue: HistorySearchLockQueue
    0   libsystem_kernel.dylib                  0x00007fff8b4d5a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8b4d4d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff85ef8315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff85ef7939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff85ef7275 CFRunLoopRunSpecific + 309
    5   com.apple.Metadata                      0x00007fff8a677303 _MDQueryExecuteLocked + 1762
    6   com.apple.Metadata                      0x00007fff8a6760f3 MDQueryExecute + 2721
    7   com.apple.iChat                         0x0000000109512dff 0x109506000 + 52735
    8   com.apple.iChat                         0x00000001096bd419 0x109506000 + 1799193
    9   libdispatch.dylib                       0x00007fff8d0f72ad _dispatch_client_callout + 8
    10  libdispatch.dylib                       0x00007fff8d0f8166 _dispatch_barrier_sync_f_invoke + 39
    11  com.apple.iChat                         0x0000000109512a7d 0x109506000 + 51837
    12  com.apple.iChat                         0x00000001095127f9 0x109506000 + 51193
    13  com.apple.iChat                         0x0000000109511dd2 0x109506000 + 48594
    14  com.apple.iChat                         0x00000001096917e9 0x109506000 + 1619945
    15  com.apple.Foundation                    0x00007fff8daca055 -[NSBlockOperation main] + 75
    16  com.apple.Foundation                    0x00007fff8daa9591 -[__NSOperationInternal _start:] + 631
    17  com.apple.Foundation                    0x00007fff8daa923b __NSOQSchedule_f + 64
    18  libdispatch.dylib                       0x00007fff8d0f72ad _dispatch_client_callout + 8
    19  libdispatch.dylib                       0x00007fff8d0f968f _dispatch_queue_drain + 451
    20  libdispatch.dylib                       0x00007fff8d0fa9dd _dispatch_queue_invoke + 110
    21  libdispatch.dylib                       0x00007fff8d0f8fa3 _dispatch_root_queue_drain + 75
    22  libdispatch.dylib                       0x00007fff8d0fa193 _dispatch_worker_thread2 + 40
    23  libsystem_pthread.dylib                 0x00007fff8a2beef8 _pthread_wqthread + 314
    24  libsystem_pthread.dylib                 0x00007fff8a2c1fb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff74ab6310  rcx: 0x00007fff566f8868  rdx: 0x0000000000000000
      rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff566f8890  rsp: 0x00007fff566f8868
       r8: 0x00007fff8a310ab4   r9: 0x00007fff8bc42900  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff566f89f0  r13: 0x00007fff566f9288  r14: 0x0000000000000006  r15: 0x00007fff566f88d0
      rip: 0x00007fff8b4d9866  rfl: 0x0000000000000206  cr2: 0x000000010fdb6000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x109506000 -        0x109758ff7  com.apple.iChat (8.0 - 4218) <60005F9D-F75D-3236-A7AF-0D09DBEEDB18> /Applications/Messages.app/Contents/MacOS/Messages
           0x10b12f000 -        0x10b132fff  libspindump.dylib (161) <588EDDE0-B20A-3649-92B7-C2226EB237E8> /usr/lib/libspindump.dylib
           0x10b138000 -        0x10b139fff  com.apple.AddressBook.LocalSourceBundle (8.0 - 1365) <260EDDAA-A812-3097-BE14-A63EA4BEDD31> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x10b14b000 -        0x10b14fff7  com.apple.DirectoryServicesSource (8.0 - 1365) <2F2D5BAA-F006-3701-922C-37EF076DE3D1> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x10b157000 -        0x10b1a3ff6  com.apple.AddressBook.CardDAVPlugin (10.9 - 424) <C5AC5902-39C2-3A08-9967-5EAA000228EE> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x10eed6000 -        0x10eedaffd  com.apple.audio.AppleHDAHALPlugIn (2.5.2 - 2.5.2fc2) <DEB558B7-BACF-3871-A021-B3A904F4FB44> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x10eee7000 -        0x10ef65fef +com.ambrosiasw.audio.wiretapanywhere2.halplugin (2.0.0 - 2.0.0) <5ED118E8-15BE-4CA1-1D3F-32CF1C66CAF7> /Library/Audio/Plug-Ins/HAL/WireTapAnywhere.plugin/Contents/MacOS/WireTapAnywhe re
           0x10efa9000 -        0x10efaaff7 +com.ambrosiasw.ASWDebug.framework (1.0) <6DDEA725-DEBD-1C77-6D05-FFB32CCB2C09> /Library/Audio/Plug-Ins/HAL/WireTapAnywhere.plugin/Contents/Frameworks/ASWDebug .framework/Versions/A/ASWDebug
           0x10efb4000 -        0x10efdaffb  com.apple.cmio.DAL.VDC-4 (401.0 - 4544) <8ABCC14F-8989-3CAA-941A-9EAC16938145> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/ MacOS/VDC
           0x10f4f2000 -        0x10f4f4fff  com.apple.iChat.Styles.Balloons (1.0 - 1) <457A69A7-E5A8-3E7C-8726-4E5C8E2250E6> /System/Library/Messages/PlugIns/Balloons.transcriptstyle/Contents/MacOS/Balloo ns
        0x7fff6e171000 -     0x7fff6e1a4817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff831f5000 -     0x7fff83236fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff83237000 -     0x7fff8324effa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff8324f000 -     0x7fff8327ffff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff83280000 -     0x7fff83b9c05f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff83c34000 -     0x7fff83c86fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff83df0000 -     0x7fff83e01ff7  com.apple.idsfoundation (10.0 - 1000) <0BC25100-092B-3C5A-8245-F7C963380785> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
        0x7fff83e02000 -     0x7fff83faff27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff83fb0000 -     0x7fff83fcdff7  com.apple.framework.Apple80211 (9.0 - 900.47) <C897AFE6-DD73-387D-816A-67252A564207> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff83fce000 -     0x7fff83fd8ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff83fd9000 -     0x7fff83fd9fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff83fda000 -     0x7fff84021fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff84022000 -     0x7fff84062fff  com.apple.PassKit (1.0 - 1) <CE4A0FC6-6E65-38AC-BC8E-74821D713B43> /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit
        0x7fff84063000 -     0x7fff84074ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff84075000 -     0x7fff84079fff  com.apple.ServerInformation (2.0 - 1) <E628F08A-0F6F-384B-AFD5-1BC1BBF56F1F> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
        0x7fff8407a000 -     0x7fff8445bffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8445c000 -     0x7fff844affff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff844b7000 -     0x7fff844b7fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff844b8000 -     0x7fff844d0ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff844d1000 -     0x7fff844f5ff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff844fc000 -     0x7fff8455aff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8455b000 -     0x7fff8455cff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8455d000 -     0x7fff845b4fff  com.apple.ViewBridge (1.0 - 46) <C49FDC96-7087-3B2F-AEC3-039F7B2CB50C> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff8460d000 -     0x7fff846aafff  com.apple.imcore (10.0 - 1000) <027E09B4-B4B6-3710-8806-B4CE41DF3242> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff846ab000 -     0x7fff846c4ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8477f000 -     0x7fff849aeff7  com.apple.CalendarPersistence (7.0 - 130) <8B3FAA74-A95C-3319-BD3C-970051BEB5DC> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/Cale ndarPersistence
        0x7fff849af000 -     0x7fff849c7fff  libexpat.1.dylib (12) <97F4A9A7-CB3E-3BBF-9314-4997FC770E52> /usr/lib/libexpat.1.dylib
        0x7fff849c8000 -     0x7fff849e5fff  com.apple.facetimeservices (10.0 - 1000) <9B4815BA-4305-381D-A178-F79E10B2C6E9> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff849f3000 -     0x7fff849feff7  com.apple.DirectoryService.Framework (10.9 - 173.1.1) <F8566D1F-450F-3571-911F-75C68E45919F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff849ff000 -     0x7fff84a50ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff84a51000 -     0x7fff84ac0ff1  com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff84ac1000 -     0x7fff8590dff5  com.apple.WebCore (9537 - 9537.70) <7A90E9D3-4F26-3049-9C96-C6B8CB1395C8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8590e000 -     0x7fff85d5cfff  com.apple.VideoToolbox (1.0 - 1273.29) <6E38291D-7A81-3033-AFB9-61ABD38B6371> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff85d5d000 -     0x7fff85d67fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff85d68000 -     0x7fff85deeff9  com.apple.ScreenSharingFramework (2.2 - 2.2) <57A0682C-70A3-3FED-A966-2A657968763C> /System/Library/PrivateFrameworks/ScreenSharing.framework/Versions/A/ScreenShar ing
        0x7fff85def000 -     0x7fff85df1fff  com.apple.loginsupport (1.0 - 1) <4772DFF0-E8FD-3F27-9C3B-39563B904E1C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff85df2000 -     0x7fff85e86ff7  com.apple.Bluetooth (4.2.0 - 4.2.0f6) <94BCC858-0582-3C2F-8A43-486896564758> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff85e87000 -     0x7fff8606cff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8606d000 -     0x7fff864a0ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff864a1000 -     0x7fff8651eff7  com.apple.iLifeMediaBrowser (2.8.0 - 637) <1EFC5EFD-AC09-34E9-A96A-951F1FD3F9BC> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff8651f000 -     0x7fff86567ff7  com.apple.ExchangeWebServices (4.0 - 193) <867EDAF0-5863-397E-BA75-855878D68949> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff86568000 -     0x7fff865cefff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff865cf000 -     0x7fff8662fff2  com.apple.CoreUtils (1.9 - 190.4) <CBB5B4DC-2801-32B3-A31C-8811CCF99873> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff86630000 -     0x7fff8681fffc  com.apple.WebKit2 (9537 - 9537.71) <B8FFCE39-9DC6-304E-953A-0BAFDCD19D2F> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff86820000 -     0x7fff868fffff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff86900000 -     0x7fff86927fff  com.apple.SocialAppsCore (8.0 - 4218) <17F24E54-95D6-3927-9D2B-5FD731289E1D> /System/Library/PrivateFrameworks/SocialAppsCore.framework/Versions/A/SocialApp sCore
        0x7fff86928000 -     0x7fff8692affb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff8692b000 -     0x7fff86935ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff86936000 -     0x7fff8694dfff  com.apple.ScriptingBridge (1.3.1 - 63) <CE24DD07-7A89-3105-AE57-A1BED0189292> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff8694e000 -     0x7fff869c2ff7  com.apple.iChat.SocialUI (8.0 - 4217) <B8970847-B802-3844-9ABD-A6DE636B598C> /System/Library/PrivateFrameworks/SocialUI.framework/Versions/A/SocialUI
        0x7fff869c3000 -     0x7fff869c9ff7  libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
        0x7fff8728e000 -     0x7fff87297fff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff87298000 -     0x7fff8737cfff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8737d000 -     0x7fff873ddfff  com.apple.ISSupport (1.9.9 - 57) <E1E343D7-222C-3458-9D1F-FC600B7F1C50> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff873de000 -     0x7fff873ebff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff873ec000 -     0x7fff873eeff7  com.apple.SecCodeWrapper (3.0 - 1) <F5107AD0-20CD-328C-8B2E-74CB6F3169F6> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff873ef000 -     0x7fff8743eff7  com.apple.framework.internetaccounts (2.1 - 210) <C77069C7-928C-315C-AA61-D90543901F20> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8743f000 -     0x7fff87440fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff87441000 -     0x7fff8746eff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff8746f000 -     0x7fff874dcfff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff874e6000 -     0x7fff87626fff  com.apple.QTKit (7.7.3 - 2826) <7A110F61-D4DD-3C84-950D-E5F486DE5765> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff87627000 -     0x7fff8762efff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff87660000 -     0x7fff8797aff7  com.apple.MediaToolbox (1.0 - 1273.29) <6260E68B-7E50-3D49-8C0A-7145614C13D8> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8797b000 -     0x7fff8797cff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
        0x7fff8797d000 -     0x7fff879a1fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff879f5000 -     0x7fff879f6fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff879f7000 -     0x7fff87b23fff  com.apple.MediaControlSender (1.9 - 190.4) <F5E934E1-D004-3C84-815A-961319F8C522> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff87b40000 -     0x7fff87b4aff7  libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
        0x7fff87b4b000 -     0x7fff87b4bfff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff87b4c000 -     0x7fff886c0ff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff886c1000 -     0x7fff8898fff4  com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff88990000 -     0x7fff88990ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8899b000 -     0x7fff88b53ff3  libicucore.A.dylib (511.25) <3ED7B656-416E-3071-AEC8-E85C90232F78> /usr/lib/libicucore.A.dylib
        0x7fff88b54000 -     0x7fff88b5cffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff88b5d000 -     0x7fff88bc1ff9  com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff89368000 -     0x7fff89368fff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff89369000 -     0x7fff89373ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff89374000 -     0x7fff8942cff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8942d000 -     0x7fff894f6fff  com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff894f7000 -     0x7fff89512ff7  libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
        0x7fff8951a000 -     0x7fff8951dfff  com.apple.AppleSystemInfo (3.0 - 3.0) <4D032152-AA40-350E-BB96-44BC55C5C69C> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8951e000 -     0x7fff89520ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff89521000 -     0x7fff89521ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff89522000 -     0x7fff89765fff  com.apple.AddressBook.framework (8.0 - 1365) <816242B1-D45E-3B5D-BC98-BB23458D5367> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff89791000 -     0x7fff897a9ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff897aa000 -     0x7fff897bcfff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff897bd000 -     0x7fff8988eff7  com.apple.QuickLookUIFramework (5.0 - 622.3) <9741E66B-3978-35F6-8846-B6C528945611> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8988f000 -     0x7fff898c7ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff898c8000 -     0x7fff898c8fff  com.apple.SafariDAVNotifier (1.1.1 - 1) <664A1157-0D98-3680-8C3B-091980DA7BC4> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
        0x7fff898c9000 -     0x7fff89905fff  com.apple.ids (10.0 - 1000) <22502AAF-CC59-33EC-9ACF-106315206701> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff89906000 -     0x7fff89907ffc  com.apple.SafariServices.framework (9537 - 9537.71) <02DF88AE-193A-3139-A991-CC26FB0C5048> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
        0x7fff89908000 -     0x7fff89913ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff89a7b000 -     0x7fff89ad4fff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff89ad7000 -     0x7fff89adfff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff89ae0000 -     0x7fff89ae2ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff89b4e000 -     0x7fff89b55fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff89b56000 -     0x7fff89b9dff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
        0x7fff89b9e000 -     0x7fff89bb5fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff89bb6000 -     0x7fff89bc0ff7  com.apple.corerecents (1.0 - 1) <6C3ACB55-6FA5-3266-80D3-592B7258F5E7> /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents
        0x7fff89be7000 -     0x7fff89cd8ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff89cd9000 -     0x7fff89ce0ff7  com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff89ce1000 -     0x7fff89cfcff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff89cfd000 -     0x7fff89d06fff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8a063000 -     0x7fff8a066ff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8a067000 -     0x7fff8a0a8ff7  com.apple.avcore (8.0 - 900) <C8638593-B057-326D-918D-12DDADCE4606> /System/Library/PrivateFrameworks/AVCore.framework/Versions/A/AVCore
        0x7fff8a2bb000 -     0x7fff8a2bbfff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8a2bc000 -     0x7fff8a2c3ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8a2c4000 -     0x7fff8a2e7fff  com.apple.ScreenSaver (5.0 - 5) <AB9FB0CA-2F08-3BF2-A938-F661E4859D46> /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver
        0x7fff8a2e8000 -     0x7fff8a2e8fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8a2e9000 -     0x7fff8a312ff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
        0x7fff8a313000 -     0x7fff8a331ff7  com.apple.CalendarFoundation (7.0 - 111) <D5CEE7AE-3325-3E7E-924B-12834AE7D218> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
        0x7fff8a332000 -     0x7fff8a35bfff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8a35c000 -     0x7fff8a396ff3  com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8a397000 -     0x7fff8a3a3ff7  com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8a3a4000 -     0x7fff8a3affff  libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8a3b0000 -     0x7fff8a3b5fff  com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8a3b6000 -     0x7fff8a3befff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8a3e1000 -     0x7fff8a454ffb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8a455000 -     0x7fff8a458fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8a498000 -     0x7fff8a4bdff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8a4be000 -     0x7fff8a4d9ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff8a4da000 -     0x7fff8a536fff  com.apple.coredav (1.0.1 - 229.6) <6D2B49E8-E81D-36C7-BC24-FD54FA35E5BC> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff8a537000 -     0x7fff8a53afff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8a53b000 -     0x7fff8a59afff  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <775F9444-8059-30A2-8058-7F7ACD68CCF1> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8a59b000 -     0x7fff8a5d9ff7  libGLImage.dylib (9.0.83) <C08048A7-03CC-3E40-BCDC-7791D87AC8E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8a5da000 -     0x7fff8a5dafff  com.apple.Accelerate (1.9 - Accelerate 1.9

    Hmm, anyone have any ideas or similar experiences? I tried getting answers in another thread that seemed to have some similarities but it was suggested that I start my own thread. It looks like I've gotten a lot of views here but no answers.... Anyone? Help!
    Thanks for lookin!

  • Messages application crashes on launch

    *** Terminating app due to uncaught exception 'NSObjectInaccessibleException', reason: 'CoreData could not fulfill a fault for '0x6d00004b <x-coredata://DAA5DDFB-3506-4BC8-8A28-44DAA42DB61E/ABCDContact/p436>''
    terminating with uncaught exception of type _NSCoreDataException
    abort() called
    Can anyone help me here? Really great possibilites with this application, but only if I can actually USE it.
    Here is the full crash log. Thanks for your help.
    Process:         Messages [1401]
    Path:            /Applications/Messages.app/Contents/MacOS/Messages
    Identifier:      com.apple.iChat
    Version:         8.0 (4218)
    Build Info:      iChat-4218000000000000~16
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [423]
    Responsible:     Messages [1401]
    User ID:         501
    Date/Time:       2013-12-17 21:23:26.887 -0800
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  3B00717E-BD0E-4EA3-3F60-074EA9F882F4
    Sleep/Wake UUID: 0ABAB2EB-E104-41F7-B468-049D814B53EF
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSObjectInaccessibleException', reason: 'CoreData could not fulfill a fault for '0x6d00004b <x-coredata://DAA5DDFB-3506-4BC8-8A28-44DAA42DB61E/ABCDContact/p436>''
    terminating with uncaught exception of type _NSCoreDataException
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff8726841c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff850a2e75 objc_exception_throw + 43
    2   CoreData                            0x00007fff8f96f42d _PFFaultHandlerLookupRow + 2205
    3   CoreData                            0x00007fff8f96e7e3 _PF_FulfillDeferredFault + 259
    4   CoreData                            0x00007fff8f96e626 _sharedIMPL_pvfk_core + 54
    5   AddressBook                         0x00007fff8a9435ac +[ABImageLoadRequest requestWithCoreDataContact:] + 161
    6   AddressBook                         0x00007fff8a82a969 ABResultWithLock + 230
    7   AddressBook                         0x00007fff8a943447 +[ABImageLoadRequest requestWithAddressBookPerson:] + 97
    8   AddressBook                         0x00007fff8a883fbf -[ABRemoteImageLoader beginLoadingImageForPerson:completionHandler:] + 75
    9   AddressBook                         0x00007fff8a878a69 -[ABPerson(ABPersonImageAdditions) loadImageDataWithCompletionHandler:] + 127
    10  IMRenderingFoundation               0x00007fff90f378f1 -[BuddyImageCache blockingImageDataForPerson:] + 408
    11  IMRenderingFoundation               0x00007fff90f36964 -[IMPerson(IMRenderingUtilities) imageDataBlocking] + 180
    12  IMRenderingFoundation               0x00007fff90f333c6 -[Presentity customPicture] + 224
    13  Messages                            0x000000010a319df8 Messages + 1711608
    14  Messages                            0x000000010a1a5bb6 Messages + 187318
    15  Messages                            0x000000010a1a694f Messages + 190799
    16  Messages                            0x000000010a1a6574 Messages + 189812
    17  AppKit                              0x00007fff88ebcdc3 -[NSTableRowData _addViewToRowView:atColumn:row:] + 653
    18  AppKit                              0x00007fff88ebc99a -[NSTableRowData _addViewsToRowView:atRow:] + 191
    19  AppKit                              0x00007fff88eb9a8e -[NSTableRowData _addRowViewForVisibleRow:withPriorView:] + 421
    20  AppKit                              0x00007fff88eeaf82 -[NSTableRowData _updateVisibleViewsBasedOnUpdateItems] + 2651
    21  AppKit                              0x00007fff88eea3ff -[NSTableRowData _updateVisibleViewsBasedOnUpdateItemsAnimated] + 180
    22  AppKit                              0x00007fff88e7242c -[NSTableRowData _doWorkAfterEndUpdates] + 105
    23  AppKit                              0x00007fff88e88ad9 -[NSTableView _doUpdatedWorkWithHandler:] + 238
    24  AppKit                              0x00007fff88e889a0 -[NSTableView insertRowsAtIndexes:withAnimation:] + 242
    25  Messages                            0x000000010a1a4027 Messages + 180263
    26  Messages                            0x000000010a342ddd Messages + 1879517
    27  Messages                            0x000000010a1a3bda Messages + 179162
    28  Messages                            0x000000010a1b2269 Messages + 238185
    29  Messages                            0x000000010a1b217b Messages + 237947
    30  Messages                            0x000000010a340078 Messages + 1867896
    31  Messages                            0x000000010a1a9faa Messages + 204714
    32  Messages                            0x000000010a33f28a Messages + 1864330
    33  libdispatch.dylib                   0x00007fff8e38a2ad _dispatch_client_callout + 8
    34  libdispatch.dylib                   0x00007fff8e38a21c dispatch_once_f + 79
    35  Messages                            0x000000010a18a29b Messages + 74395
    36  Messages                            0x000000010a185c03 Messages + 56323
    37  CoreFoundation                      0x00007fff87236fcc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    38  CoreFoundation                      0x00007fff8712ac5d _CFXNotificationPost + 2893
    39  Foundation                          0x00007fff8ed374aa -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    40  AppKit                              0x00007fff88e0ab79 -[NSApplication _postDidFinishNotification] + 289
    41  AppKit                              0x00007fff88e0a8ac -[NSApplication _sendFinishLaunchingNotification] + 195
    42  AppKit                              0x00007fff88e07796 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 570
    43  AppKit                              0x00007fff88e071eb -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    44  Foundation                          0x00007fff8ed55eaa -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    45  Foundation                          0x00007fff8ed55d1d _NSAppleEventManagerGenericHandler + 106
    46  AE                                  0x00007fff8ec7ee1f _Z20aeDispatchAppleEventPK6AEDescPS_jPh + 381
    47  AE                                  0x00007fff8ec7ec32 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 31
    48  AE                                  0x00007fff8ec7eb36 aeProcessAppleEvent + 315
    49  HIToolbox                           0x00007fff8e93d5f1 AEProcessAppleEvent + 56
    50  AppKit                              0x00007fff88e030f6 _DPSNextEvent + 1026
    51  AppKit                              0x00007fff88e028db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    52  AppKit                              0x00007fff88df69cc -[NSApplication run] + 553
    53  AppKit                              0x00007fff88de1803 NSApplicationMain + 940
    54  libdyld.dylib                       0x00007fff8dd985fd start + 1
    55  ???                                 0x0000000000000001 0x0 + 1
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8c76c866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff8b55135c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff8ceadbba abort + 125
    3   libc++abi.dylib                         0x00007fff8b57d141 abort_message + 257
    4   libc++abi.dylib                         0x00007fff8b5a2abc default_terminate_handler() + 264
    5   libobjc.A.dylib                         0x00007fff850a330d _objc_terminate() + 103
    6   libc++abi.dylib                         0x00007fff8b5a03e1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib                         0x00007fff8b5a0456 std::terminate() + 54
    8   libobjc.A.dylib                         0x00007fff850a30b0 objc_terminate + 9
    9   libdispatch.dylib                       0x00007fff8e38a2c1 _dispatch_client_callout + 28
    10  libdispatch.dylib                       0x00007fff8e38a21c dispatch_once_f + 79
    11  com.apple.iChat                         0x000000010a18a29b 0x10a178000 + 74395
    12  com.apple.iChat                         0x000000010a185c03 0x10a178000 + 56323
    13  com.apple.CoreFoundation                0x00007fff87236fcc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    14  com.apple.CoreFoundation                0x00007fff8712ac5d _CFXNotificationPost + 2893
    15  com.apple.Foundation                    0x00007fff8ed374aa -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    16  com.apple.AppKit                        0x00007fff88e0ab79 -[NSApplication _postDidFinishNotification] + 289
    17  com.apple.AppKit                        0x00007fff88e0a8ac -[NSApplication _sendFinishLaunchingNotification] + 195
    18  com.apple.AppKit                        0x00007fff88e07796 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 570
    19  com.apple.AppKit                        0x00007fff88e071eb -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    20  com.apple.Foundation                    0x00007fff8ed55eaa -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    21  com.apple.Foundation                    0x00007fff8ed55d1d _NSAppleEventManagerGenericHandler + 106
    22  com.apple.AE                            0x00007fff8ec7ee1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    23  com.apple.AE                            0x00007fff8ec7ec32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    24  com.apple.AE                            0x00007fff8ec7eb36 aeProcessAppleEvent + 315
    25  com.apple.HIToolbox                     0x00007fff8e93d5f1 AEProcessAppleEvent + 56
    26  com.apple.AppKit                        0x00007fff88e030f6 _DPSNextEvent + 1026
    27  com.apple.AppKit                        0x00007fff88e028db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    28  com.apple.AppKit                        0x00007fff88df69cc -[NSApplication run] + 553
    29  com.apple.AppKit                        0x00007fff88de1803 NSApplicationMain + 940
    30  libdyld.dylib                           0x00007fff8dd985fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8c76d662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8e38c43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8e38c152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 5:: Dispatch queue: HistorySearchLockQueue
    0   libsystem_kernel.dylib                  0x00007fff8c768a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c767d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8718b315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8718a939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8718a275 CFRunLoopRunSpecific + 309
    5   com.apple.Metadata                      0x00007fff8b90a303 _MDQueryExecuteLocked + 1762
    6   com.apple.Metadata                      0x00007fff8b9090f3 MDQueryExecute + 2721
    7   com.apple.iChat                         0x000000010a184dff 0x10a178000 + 52735
    8   com.apple.iChat                         0x000000010a32f419 0x10a178000 + 1799193
    9   libdispatch.dylib                       0x00007fff8e38a2ad _dispatch_client_callout + 8
    10  libdispatch.dylib                       0x00007fff8e38b166 _dispatch_barrier_sync_f_invoke + 39
    11  com.apple.iChat                         0x000000010a184a7d 0x10a178000 + 51837
    12  com.apple.iChat                         0x000000010a1847f9 0x10a178000 + 51193
    13  com.apple.iChat                         0x000000010a183dd2 0x10a178000 + 48594
    14  com.apple.iChat                         0x000000010a3037e9 0x10a178000 + 1619945
    15  com.apple.Foundation                    0x00007fff8ed5d055 -[NSBlockOperation main] + 75
    16  com.apple.Foundation                    0x00007fff8ed3c591 -[__NSOperationInternal _start:] + 631
    17  com.apple.Foundation                    0x00007fff8ed3c23b __NSOQSchedule_f + 64
    18  libdispatch.dylib                       0x00007fff8e38a2ad _dispatch_client_callout + 8
    19  libdispatch.dylib                       0x00007fff8e38c68f _dispatch_queue_drain + 451
    20  libdispatch.dylib                       0x00007fff8e38d9dd _dispatch_queue_invoke + 110
    21  libdispatch.dylib                       0x00007fff8e38bfa3 _dispatch_root_queue_drain + 75
    22  libdispatch.dylib                       0x00007fff8e38d193 _dispatch_worker_thread2 + 40
    23  libsystem_pthread.dylib                 0x00007fff8b551ef8 _pthread_wqthread + 314
    24  libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 6:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff8c76c5da __open + 10
    1   com.apple.CoreFoundation                0x00007fff87148bab _CFBundleGrokFileType + 507
    2   com.apple.CoreFoundation                0x00007fff87227ca7 CFBundlePreflightExecutable + 167
    3   com.apple.audio.toolbox.AudioToolbox          0x00007fff8d3e3dd3 AudioComponentPluginLoader::QueryBundle(__CFURL const*, void (*)(void*, AudioComponentDescription const&, __CFString const*, unsigned int, __CFURL const*, __CFBundle*, __CFString const*), void*, __CFArray const**) + 141
    4   com.apple.audio.toolbox.AudioToolbox          0x00007fff8d3e3678 AudioComponentPluginLoader::ScanForPluginsInDirectory(char const*) + 792
    5   com.apple.audio.toolbox.AudioToolbox          0x00007fff8d3e3228 AudioComponentPluginLoader::ScanForPlugins() + 358
    6   com.apple.audio.toolbox.AudioToolbox          0x00007fff8d3e1ce7 AudioComponentPluginMgr::CheckRegistration(unsigned int) + 213
    7   com.apple.audio.toolbox.AudioToolbox          0x00007fff8d3e21d1 AudioComponentPluginMgr::FindNext(OpaqueAudioComponent*, AudioComponentDescription const&) + 77
    8   com.apple.audio.toolbox.AudioToolbox          0x00007fff8d3dbe12 _AT_AudioComponentFindNext + 198
    9   com.apple.audio.toolbox.AudioToolbox          0x00007fff8d316200 ConverterRegistry::MakeFactories(AudioClassDescription const&) + 62
    10  com.apple.audio.toolbox.AudioToolbox          0x00007fff8d316166 ConverterRegistry::MakeEncoderFactories(unsigned int) + 198
    11  com.apple.audio.toolbox.AudioToolbox          0x00007fff8d315ed2 ConverterRegistry::FindFactoryByFormatIDs(unsigned int, unsigned int, unsigned int, AudioClassDescription const*) + 210
    12  com.apple.audio.toolbox.AudioToolbox          0x00007fff8d315c6d ConverterRegistry::CreateConverter(StreamDescPair const&, AudioConverterChain**, unsigned int, AudioClassDescription const*) + 135
    13  com.apple.audio.toolbox.AudioToolbox          0x00007fff8d2f3608 _AudioConverterNewInternal + 426
    14  com.apple.viceroy.framework             0x00007fff90cffa79 SoundDec_Create + 256
    15  com.apple.viceroy.framework             0x00007fff90d49569 CAudioProcessing::CAudioProcessing(int, int) + 503
    16  com.apple.viceroy.framework             0x00007fff90d540ce DeviceManager_Create + 246
    17  com.apple.viceroy.framework             0x00007fff90cef5b9 Conference_Create + 198
    18  com.apple.viceroy.framework             0x00007fff90cdf53c -[VideoConferenceController initWithRectTexture:] + 2350
    19  com.apple.viceroy.framework             0x00007fff90d31b61 -[VideoConferenceMultiController initWithRectTexture:] + 112
    20  com.apple.avcore                        0x00007fff8b30e983 0x7fff8b2fa000 + 84355
    21  com.apple.avcore                        0x00007fff8b30e8b1 0x7fff8b2fa000 + 84145
    22  com.apple.avcore                        0x00007fff8b3122cc 0x7fff8b2fa000 + 99020
    23  libdispatch.dylib                       0x00007fff8e38d1d7 _dispatch_call_block_and_release + 12
    24  libdispatch.dylib                       0x00007fff8e38a2ad _dispatch_client_callout + 8
    25  libdispatch.dylib                       0x00007fff8e38c09e _dispatch_root_queue_drain + 326
    26  libdispatch.dylib                       0x00007fff8e38d193 _dispatch_worker_thread2 + 40
    27  libsystem_pthread.dylib                 0x00007fff8b551ef8 _pthread_wqthread + 314
    28  libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 7:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff8c76ca3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8cecce60 nanosleep + 200
    2   libsystem_c.dylib                       0x00007fff8ceccd52 usleep + 54
    3   com.apple.AppKit                        0x00007fff890672ad -[NSUIHeartBeat _heartBeatThread:] + 2132
    4   com.apple.Foundation                    0x00007fff8ed9b70b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 9:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8c76c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8b552c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff90fb1596 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff90fb10b5 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore                0x00007fff90fa644f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 10:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c76c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8b552c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff90fb1bb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff90fb1a48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff90fa644f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c76c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8b552c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff90fb1bb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff90fb1a48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff90fa644f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c76c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8b552c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff90fb1bb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff90fb1a48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff90fa644f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c76c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8b552c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff90fb1bb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff90fb1a48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff90fa644f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c76c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8b552c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff90fb1bb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff90fb1a48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff90fa644f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c76c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8b552c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff90fb1bb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff90fb1a48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff90fa644f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 16:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8c768a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c767d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8718b315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8718a939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8718a275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff8ed9b907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff8ed9b70b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 21:: Dispatch queue: SCNetworkReachabilty.concurrent
    0   libsystem_kernel.dylib                  0x00007fff8c768a56 semaphore_wait_trap + 10
    1   libsystem_platform.dylib                0x00007fff87c59451 _os_semaphore_wait + 16
    2   libdispatch.dylib                       0x00007fff8e39099a _dispatch_barrier_sync_f_slow + 310
    3   com.apple.SystemConfiguration           0x00007fff8bfd290e ____SCNetworkReachabilityPerformLocked_block_invoke + 96
    4   libdispatch.dylib                       0x00007fff8e38d1d7 _dispatch_call_block_and_release + 12
    5   libdispatch.dylib                       0x00007fff8e38a2ad _dispatch_client_callout + 8
    6   libdispatch.dylib                       0x00007fff8e38e7ff _dispatch_async_redirect_invoke + 154
    7   libdispatch.dylib                       0x00007fff8e38a2ad _dispatch_client_callout + 8
    8   libdispatch.dylib                       0x00007fff8e38c09e _dispatch_root_queue_drain + 326
    9   libdispatch.dylib                       0x00007fff8e38d193 _dispatch_worker_thread2 + 40
    10  libsystem_pthread.dylib                 0x00007fff8b551ef8 _pthread_wqthread + 314
    11  libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff75d49310  rcx: 0x00007fff55a864c8  rdx: 0x0000000000000000
      rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff55a864f0  rsp: 0x00007fff55a864c8
       r8: 0x00007fff8b5a3ab4   r9: 0x00007fff8ced5900  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff55a86650  r13: 0x00007fff55a86ee8  r14: 0x0000000000000006  r15: 0x00007fff55a86530
      rip: 0x00007fff8c76c866  rfl: 0x0000000000000206  cr2: 0x0000000110e8a000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x10a178000 -        0x10a3caff7  com.apple.iChat (8.0 - 4218) <60005F9D-F75D-3236-A7AF-0D09DBEEDB18> /Applications/Messages.app/Contents/MacOS/Messages
           0x10bea7000 -        0x10beaafff  libspindump.dylib (161) <588EDDE0-B20A-3649-92B7-C2226EB237E8> /usr/lib/libspindump.dylib
           0x10beb0000 -        0x10beb1fff  com.apple.AddressBook.LocalSourceBundle (8.0 - 1365) <260EDDAA-A812-3097-BE14-A63EA4BEDD31> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x10bec3000 -        0x10bec7ff7  com.apple.DirectoryServicesSource (8.0 - 1365) <2F2D5BAA-F006-3701-922C-37EF076DE3D1> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x10becf000 -        0x10bf1bff6  com.apple.AddressBook.CardDAVPlugin (10.9 - 424) <C5AC5902-39C2-3A08-9967-5EAA000228EE> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x10d171000 -        0x10d3fffff  com.apple.RawCamera.bundle (5.02 - 725) <4DE37ECB-24CD-38B1-B5AF-1EE911E19B80> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x10ed23000 -        0x10ed27ffd  com.apple.audio.AppleHDAHALPlugIn (2.5.2 - 2.5.2fc2) <DEB558B7-BACF-3871-A021-B3A904F4FB44> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x10ffc1000 -        0x11003ffef +com.ambrosiasw.audio.wiretapanywhere2.halplugin (2.0.0 - 2.0.0) <5ED118E8-15BE-4CA1-1D3F-32CF1C66CAF7> /Library/Audio/Plug-Ins/HAL/WireTapAnywhere.plugin/Contents/MacOS/WireTapAnywhe re
           0x110083000 -        0x110084ff7 +com.ambrosiasw.ASWDebug.framework (1.0) <6DDEA725-DEBD-1C77-6D05-FFB32CCB2C09> /Library/Audio/Plug-Ins/HAL/WireTapAnywhere.plugin/Contents/Frameworks/ASWDebug .framework/Versions/A/ASWDebug
           0x110097000 -        0x1100bdffb  com.apple.cmio.DAL.VDC-4 (401.0 - 4544) <8ABCC14F-8989-3CAA-941A-9EAC16938145> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/ MacOS/VDC
           0x1102a2000 -        0x1102a4fff  com.apple.iChat.Styles.Balloons (1.0 - 1) <457A69A7-E5A8-3E7C-8726-4E5C8E2250E6> /System/Library/Messages/PlugIns/Balloons.transcriptstyle/Contents/MacOS/Balloo ns
        0x7fff6a8a1000 -     0x7fff6a8d4817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff84488000 -     0x7fff844c9fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff844ca000 -     0x7fff844e1ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff844e2000 -     0x7fff84512fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff84513000 -     0x7fff84e2f05f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff84ec7000 -     0x7fff84f19fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff85083000 -     0x7fff85094ff7  com.apple.idsfoundation (10.0 - 1000) <0BC25100-092B-3C5A-8245-F7C963380785> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
        0x7fff85095000 -     0x7fff85242f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff85243000 -     0x7fff85260ff7  com.apple.framework.Apple80211 (9.0 - 900.47) <C897AFE6-DD73-387D-816A-67252A564207> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff85261000 -     0x7fff8526bff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8526c000 -     0x7fff8526cfff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8526d000 -     0x7fff852b4fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff852b5000 -     0x7fff852f5fff  com.apple.PassKit (1.0 - 1) <CE4A0FC6-6E65-38AC-BC8E-74821D713B43> /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit
        0x7fff852f6000 -     0x7fff85307ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff85308000 -     0x7fff8530cfff  com.apple.ServerInformation (2.0 - 1) <E628F08A-0F6F-384B-AFD5-1BC1BBF56F1F> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
        0x7fff8530d000 -     0x7fff856eeffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff856ef000 -     0x7fff85742fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8574a000 -     0x7fff8574afff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8574b000 -     0x7fff85763ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff85764000 -     0x7fff85788ff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8578f000 -     0x7fff857edff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff857ee000 -     0x7fff857efff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff857f0000 -     0x7fff85847fff  com.apple.ViewBridge (1.0 - 46) <C49FDC96-7087-3B2F-AEC3-039F7B2CB50C> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff858a0000 -     0x7fff8593dfff  com.apple.imcore (10.0 - 1000) <027E09B4-B4B6-3710-8806-B4CE41DF3242> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff8593e000 -     0x7fff85957ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff85a12000 -     0x7fff85c41ff7  com.apple.CalendarPersistence (7.0 - 130) <8B3FAA74-A95C-3319-BD3C-970051BEB5DC> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/Cale ndarPersistence
        0x7fff85c42000 -     0x7fff85c5afff  libexpat.1.dylib (12) <97F4A9A7-CB3E-3BBF-9314-4997FC770E52> /usr/lib/libexpat.1.dylib
        0x7fff85c5b000 -     0x7fff85c78fff  com.apple.facetimeservices (10.0 - 1000) <9B4815BA-4305-381D-A178-F79E10B2C6E9> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff85c86000 -     0x7fff85c91ff7  com.apple.DirectoryService.Framework (10.9 - 173.1.1) <F8566D1F-450F-3571-911F-75C68E45919F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff85c92000 -     0x7fff85ce3ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff85ce4000 -     0x7fff85d53ff1  com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff85d54000 -     0x7fff86ba0ff5  com.apple.WebCore (9537 - 9537.70) <7A90E9D3-4F26-3049-9C96-C6B8CB1395C8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff86ba1000 -     0x7fff86feffff  com.apple.VideoToolbox (1.0 - 1273.29) <6E38291D-7A81-3033-AFB9-61ABD38B6371> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff86ff0000 -     0x7fff86ffafff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff86ffb000 -     0x7fff87081ff9  com.apple.ScreenSharingFramework (2.2 - 2.2) <57A0682C-70A3-3FED-A966-2A657968763C> /System/Library/PrivateFrameworks/ScreenSharing.framework/Versions/A/ScreenShar ing
        0x7fff87082000 -     0x7fff87084fff  com.apple.loginsupport (1.0 - 1) <4772DFF0-E8FD-3F27-9C3B-39563B904E1C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff87085000 -     0x7fff87119ff7  com.apple.Bluetooth (4.2.0 - 4.2.0f6) <94BCC858-0582-3C2F-8A43-486896564758> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff8711a000 -     0x7fff872ffff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff87300000 -     0x7fff87733ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff87734000 -     0x7fff877b1ff7  com.apple.iLifeMediaBrowser (2.8.0 - 637) <1EFC5EFD-AC09-34E9-A96A-951F1FD3F9BC> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff877b2000 -     0x7fff877faff7  com.apple.ExchangeWebServices (4.0 - 193) <867EDAF0-5863-397E-BA75-855878D68949> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff877fb000 -     0x7fff87861fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff87862000 -     0x7fff878c2ff2  com.apple.CoreUtils (1.9 - 190.4) <CBB5B4DC-2801-32B3-A31C-8811CCF99873> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff878c3000 -     0x7fff87ab2ffc  com.apple.WebKit2 (9537 - 9537.71) <B8FFCE39-9DC6-304E-953A-0BAFDCD19D2F> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff87ab3000 -     0x7fff87b92fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff87b93000 -     0x7fff87bbafff  com.apple.SocialAppsCore (8.0 - 4218) <17F24E54-95D6-3927-9D2B-5FD731289E1D> /System/Library/PrivateFrameworks/SocialAppsCore.framework/Versions/A/SocialApp sCore
        0x7fff87bbb000 -     0x7fff87bbdffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff87bbe000 -     0x7fff87bc8ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff87bc9000 -     0x7fff87be0fff  com.apple.ScriptingBridge (1.3.1 - 63) <CE24DD07-7A89-3105-AE57-A1BED0189292> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff87be1000 -     0x7fff87c55ff7  com.apple.iChat.SocialUI (8.0 - 4217) <B8970847-B802-3844-9ABD-A6DE636B598C> /System/Library/PrivateFrameworks/SocialUI.framework/Versions/A/SocialUI
        0x7fff87c56000 -     0x7fff87c5cff7  libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
        0x7fff88521000 -     0x7fff8852afff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8852b000 -     0x7fff8860ffff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff88610000 -     0x7fff88670fff  com.apple.ISSupport (1.9.9 - 57) <E1E343D7-222C-3458-9D1F-FC600B7F1C50> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff88671000 -     0x7fff8867eff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff8867f000 -     0x7fff88681ff7  com.apple.SecCodeWrapper (3.0 - 1) <F5107AD0-20CD-328C-8B2E-74CB6F3169F6> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff88682000 -     0x7fff886d1ff7  com.apple.framework.internetaccounts (2.1 - 210) <C77069C7-928C-315C-AA61-D90543901F20> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff886d2000 -     0x7fff886d3fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff886d4000 -     0x7fff88701ff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff88702000 -     0x7fff8876ffff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff88779000 -     0x7fff888b9fff  com.apple.QTKit (7.7.3 - 2826) <7A110F61-D4DD-3C84-950D-E5F486DE5765> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff888ba000 -     0x7fff888c1fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff888f3000 -     0x7fff88c0dff7  com.apple.MediaToolbox (1.0 - 1273.29) <6260E68B-7E50-3D49-8C0A-7145614C13D8> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff88c0e000 -     0x7fff88c0fff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
        0x7fff88c10000 -     0x7fff88c34fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff88c88000 -     0x7fff88c89fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff88c8a000 -     0x7fff88db6fff  com.apple.MediaControlSender (1.9 - 190.4) <F5E934E1-D004-3C84-815A-961319F8C522> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff88dd3000 -     0x7fff88dddff7  libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
        0x7fff88dde000 -     0x7fff88ddefff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff88ddf000 -     0x7fff89953ff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff89954000 -     0x7fff89c22ff4  com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff89c23000 -     0x7fff89c23ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff89c2e000 -     0x7fff89de6ff3  libicucore.A.dylib (511.25) <3ED7B656-416E-3071-AEC8-E85C90232F78> /usr/lib/libicucore.A.dylib
        0x7fff89de7000 -     0x7fff89defffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff89df0000 -     0x7fff89e54ff9  com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8a5fb000 -     0x7fff8a5fbfff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8a5fc000 -     0x7fff8a606ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8a607000 -     0x7fff8a6bfff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8a6c0000 -     0x7fff8a789fff  com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8a78a000 -     0x7fff8a7a5ff7  libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
        0x7fff8a7ad000 -     0x7fff8a7b0fff  com.apple.AppleSystemInfo (3.0 - 3.0) <4D032152-AA40-350E-BB96-44BC55C5C69C> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8a7b1000 -     0x7fff8a7b3ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff8a7b4000 -     0x7fff8a7b4ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8a7b5000 -     0x7fff8a9f8fff  com.apple.AddressBook.framework (8.0 - 1365) <816242B1-D45E-3B5D-BC98-BB23458D5367> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8aa24000 -     0x7fff8aa3cff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8aa3d000 -     0x7fff8aa4ffff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8aa50000 -     0x7fff8ab21ff7  com.apple.QuickLookUIFramework (5.0 - 622.3) <9741E66B-3978-35F6-8846-B6C528945611> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8ab22000 -     0x7fff8ab5aff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8ab5b000 -     0x7fff8ab5bfff  com.apple.SafariDAVNotifier (1.1.1 - 1) <664A1157-0D98-3680-8C3B-091980DA7BC4> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
        0x7fff8ab5c000 -     0x7fff8ab98fff  com.apple.ids (10.0 - 1000) <22502AAF-CC59-33EC-9ACF-106315206701> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff8ab99000 -     0x7fff8ab9affc  com.apple.SafariServices.framework (9537 - 9537.71) <02DF88AE-193A-3139-A991-CC26FB0C5048> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
        0x7fff8ab9b000 -     0x7fff8aba6ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8ad0e000 -     0x7fff8ad67fff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8ad6a000 -     0x7fff8ad72ff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff8ad73000 -     0x7fff8ad75ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff8ade1000 -     0x7fff8ade8fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8ade9000 -     0x7fff8ae30ff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
        0x7fff8ae31000 -     0x7fff8ae48fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8ae49000 -     0x7fff8ae53ff7  com.apple.corerecents (1.0 - 1) <6C3ACB55-6FA5-3266-80D3-592B7258F5E7> /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents
        0x7fff8ae7a000 -     0x7fff8af6bff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff8af6c000 -     0x7fff8af73ff7  com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8af74000 -     0x7fff8af8fff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8af90000 -     0x7fff8af99fff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8b2f6000 -     0x7fff8b2f9ff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8b2fa000 -     0x7fff8b33bff7  com.apple.avcore (8.0 - 900) <C8638593-B057-326D-918D-12DDADCE4606> /System/Library/PrivateFrameworks/AVCore.framework/Versions/A/AVCore
        0x7fff8b54e000 -     0x7fff8b54efff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8b54f000 -     0x7fff8b556ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8b557000 -     0x7fff8b57afff  com.apple.ScreenSaver (5.0 - 5) <AB9FB0CA-2F08-3BF2-A938-F661E4859D46> /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver
        0x7fff8b57b000 -     0x7fff8b57bfff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8b57c000 -     0x7fff8b5a5ff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
        0x7fff8b5a6000 -     0x7fff8b5c4ff7  com.apple.CalendarFoundation (7.0 - 111) <D5CEE7AE-3325-3E7E-924B-12834AE7D218> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
        0x7fff8b5c5000 -     0x7fff8b5eefff  com.apple.DictionaryServices (1

    *** Terminating app due to uncaught exception 'NSObjectInaccessibleException', reason: 'CoreData could not fulfill a fault for '0x6d00004b <x-coredata://DAA5DDFB-3506-4BC8-8A28-44DAA42DB61E/ABCDContact/p436>''
    terminating with uncaught exception of type _NSCoreDataException
    abort() called
    Can anyone help me here? Really great possibilites with this application, but only if I can actually USE it.
    Here is the full crash log. Thanks for your help.
    Process:         Messages [1401]
    Path:            /Applications/Messages.app/Contents/MacOS/Messages
    Identifier:      com.apple.iChat
    Version:         8.0 (4218)
    Build Info:      iChat-4218000000000000~16
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [423]
    Responsible:     Messages [1401]
    User ID:         501
    Date/Time:       2013-12-17 21:23:26.887 -0800
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  3B00717E-BD0E-4EA3-3F60-074EA9F882F4
    Sleep/Wake UUID: 0ABAB2EB-E104-41F7-B468-049D814B53EF
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSObjectInaccessibleException', reason: 'CoreData could not fulfill a fault for '0x6d00004b <x-coredata://DAA5DDFB-3506-4BC8-8A28-44DAA42DB61E/ABCDContact/p436>''
    terminating with uncaught exception of type _NSCoreDataException
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff8726841c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff850a2e75 objc_exception_throw + 43
    2   CoreData                            0x00007fff8f96f42d _PFFaultHandlerLookupRow + 2205
    3   CoreData                            0x00007fff8f96e7e3 _PF_FulfillDeferredFault + 259
    4   CoreData                            0x00007fff8f96e626 _sharedIMPL_pvfk_core + 54
    5   AddressBook                         0x00007fff8a9435ac +[ABImageLoadRequest requestWithCoreDataContact:] + 161
    6   AddressBook                         0x00007fff8a82a969 ABResultWithLock + 230
    7   AddressBook                         0x00007fff8a943447 +[ABImageLoadRequest requestWithAddressBookPerson:] + 97
    8   AddressBook                         0x00007fff8a883fbf -[ABRemoteImageLoader beginLoadingImageForPerson:completionHandler:] + 75
    9   AddressBook                         0x00007fff8a878a69 -[ABPerson(ABPersonImageAdditions) loadImageDataWithCompletionHandler:] + 127
    10  IMRenderingFoundation               0x00007fff90f378f1 -[BuddyImageCache blockingImageDataForPerson:] + 408
    11  IMRenderingFoundation               0x00007fff90f36964 -[IMPerson(IMRenderingUtilities) imageDataBlocking] + 180
    12  IMRenderingFoundation               0x00007fff90f333c6 -[Presentity customPicture] + 224
    13  Messages                            0x000000010a319df8 Messages + 1711608
    14  Messages                            0x000000010a1a5bb6 Messages + 187318
    15  Messages                            0x000000010a1a694f Messages + 190799
    16  Messages                            0x000000010a1a6574 Messages + 189812
    17  AppKit                              0x00007fff88ebcdc3 -[NSTableRowData _addViewToRowView:atColumn:row:] + 653
    18  AppKit                              0x00007fff88ebc99a -[NSTableRowData _addViewsToRowView:atRow:] + 191
    19  AppKit                              0x00007fff88eb9a8e -[NSTableRowData _addRowViewForVisibleRow:withPriorView:] + 421
    20  AppKit                              0x00007fff88eeaf82 -[NSTableRowData _updateVisibleViewsBasedOnUpdateItems] + 2651
    21  AppKit                              0x00007fff88eea3ff -[NSTableRowData _updateVisibleViewsBasedOnUpdateItemsAnimated] + 180
    22  AppKit                              0x00007fff88e7242c -[NSTableRowData _doWorkAfterEndUpdates] + 105
    23  AppKit                              0x00007fff88e88ad9 -[NSTableView _doUpdatedWorkWithHandler:] + 238
    24  AppKit                              0x00007fff88e889a0 -[NSTableView insertRowsAtIndexes:withAnimation:] + 242
    25  Messages                            0x000000010a1a4027 Messages + 180263
    26  Messages                            0x000000010a342ddd Messages + 1879517
    27  Messages                            0x000000010a1a3bda Messages + 179162
    28  Messages                            0x000000010a1b2269 Messages + 238185
    29  Messages                            0x000000010a1b217b Messages + 237947
    30  Messages                            0x000000010a340078 Messages + 1867896
    31  Messages                            0x000000010a1a9faa Messages + 204714
    32  Messages                            0x000000010a33f28a Messages + 1864330
    33  libdispatch.dylib                   0x00007fff8e38a2ad _dispatch_client_callout + 8
    34  libdispatch.dylib                   0x00007fff8e38a21c dispatch_once_f + 79
    35  Messages                            0x000000010a18a29b Messages + 74395
    36  Messages                            0x000000010a185c03 Messages + 56323
    37  CoreFoundation                      0x00007fff87236fcc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    38  CoreFoundation                      0x00007fff8712ac5d _CFXNotificationPost + 2893
    39  Foundation                          0x00007fff8ed374aa -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    40  AppKit                              0x00007fff88e0ab79 -[NSApplication _postDidFinishNotification] + 289
    41  AppKit                              0x00007fff88e0a8ac -[NSApplication _sendFinishLaunchingNotification] + 195
    42  AppKit                              0x00007fff88e07796 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 570
    43  AppKit                              0x00007fff88e071eb -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    44  Foundation                          0x00007fff8ed55eaa -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    45  Foundation                          0x00007fff8ed55d1d _NSAppleEventManagerGenericHandler + 106
    46  AE                                  0x00007fff8ec7ee1f _Z20aeDispatchAppleEventPK6AEDescPS_jPh + 381
    47  AE                                  0x00007fff8ec7ec32 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 31
    48  AE                                  0x00007fff8ec7eb36 aeProcessAppleEvent + 315
    49  HIToolbox                           0x00007fff8e93d5f1 AEProcessAppleEvent + 56
    50  AppKit                              0x00007fff88e030f6 _DPSNextEvent + 1026
    51  AppKit                              0x00007fff88e028db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    52  AppKit                              0x00007fff88df69cc -[NSApplication run] + 553
    53  AppKit                              0x00007fff88de1803 NSApplicationMain + 940
    54  libdyld.dylib                       0x00007fff8dd985fd start + 1
    55  ???                                 0x0000000000000001 0x0 + 1
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8c76c866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff8b55135c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff8ceadbba abort + 125
    3   libc++abi.dylib                         0x00007fff8b57d141 abort_message + 257
    4   libc++abi.dylib                         0x00007fff8b5a2abc default_terminate_handler() + 264
    5   libobjc.A.dylib                         0x00007fff850a330d _objc_terminate() + 103
    6   libc++abi.dylib                         0x00007fff8b5a03e1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib                         0x00007fff8b5a0456 std::terminate() + 54
    8   libobjc.A.dylib                         0x00007fff850a30b0 objc_terminate + 9
    9   libdispatch.dylib                       0x00007fff8e38a2c1 _dispatch_client_callout + 28
    10  libdispatch.dylib                       0x00007fff8e38a21c dispatch_once_f + 79
    11  com.apple.iChat                         0x000000010a18a29b 0x10a178000 + 74395
    12  com.apple.iChat                         0x000000010a185c03 0x10a178000 + 56323
    13  com.apple.CoreFoundation                0x00007fff87236fcc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    14  com.apple.CoreFoundation                0x00007fff8712ac5d _CFXNotificationPost + 2893
    15  com.apple.Foundation                    0x00007fff8ed374aa -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    16  com.apple.AppKit                        0x00007fff88e0ab79 -[NSApplication _postDidFinishNotification] + 289
    17  com.apple.AppKit                        0x00007fff88e0a8ac -[NSApplication _sendFinishLaunchingNotification] + 195
    18  com.apple.AppKit                        0x00007fff88e07796 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 570
    19  com.apple.AppKit                        0x00007fff88e071eb -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    20  com.apple.Foundation                    0x00007fff8ed55eaa -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    21  com.apple.Foundation                    0x00007fff8ed55d1d _NSAppleEventManagerGenericHandler + 106
    22  com.apple.AE                            0x00007fff8ec7ee1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    23  com.apple.AE                            0x00007fff8ec7ec32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    24  com.apple.AE                            0x00007fff8ec7eb36 aeProcessAppleEvent + 315
    25  com.apple.HIToolbox                     0x00007fff8e93d5f1 AEProcessAppleEvent + 56
    26  com.apple.AppKit                        0x00007fff88e030f6 _DPSNextEvent + 1026
    27  com.apple.AppKit                        0x00007fff88e028db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    28  com.apple.AppKit                        0x00007fff88df69cc -[NSApplication run] + 553
    29  com.apple.AppKit                        0x00007fff88de1803 NSApplicationMain + 940
    30  libdyld.dylib                           0x00007fff8dd985fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8c76d662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8e38c43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8e38c152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 5:: Dispatch queue: HistorySearchLockQueue
    0   libsystem_kernel.dylib                  0x00007fff8c768a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c767d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8718b315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8718a939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8718a275 CFRunLoopRunSpecific + 309
    5   com.apple.Metadata                      0x00007fff8b90a303 _MDQueryExecuteLocked + 1762
    6   com.apple.Metadata                      0x00007fff8b9090f3 MDQueryExecute + 2721
    7   com.apple.iChat                         0x000000010a184dff 0x10a178000 + 52735
    8   com.apple.iChat                         0x000000010a32f419 0x10a178000 + 1799193
    9   libdispatch.dylib                       0x00007fff8e38a2ad _dispatch_client_callout + 8
    10  libdispatch.dylib                       0x00007fff8e38b166 _dispatch_barrier_sync_f_invoke + 39
    11  com.apple.iChat                         0x000000010a184a7d 0x10a178000 + 51837
    12  com.apple.iChat                         0x000000010a1847f9 0x10a178000 + 51193
    13  com.apple.iChat                         0x000000010a183dd2 0x10a178000 + 48594
    14  com.apple.iChat                         0x000000010a3037e9 0x10a178000 + 1619945
    15  com.apple.Foundation                    0x00007fff8ed5d055 -[NSBlockOperation main] + 75
    16  com.apple.Foundation                    0x00007fff8ed3c591 -[__NSOperationInternal _start:] + 631
    17  com.apple.Foundation                    0x00007fff8ed3c23b __NSOQSchedule_f + 64
    18  libdispatch.dylib                       0x00007fff8e38a2ad _dispatch_client_callout + 8
    19  libdispatch.dylib                       0x00007fff8e38c68f _dispatch_queue_drain + 451
    20  libdispatch.dylib                       0x00007fff8e38d9dd _dispatch_queue_invoke + 110
    21  libdispatch.dylib                       0x00007fff8e38bfa3 _dispatch_root_queue_drain + 75
    22  libdispatch.dylib                       0x00007fff8e38d193 _dispatch_worker_thread2 + 40
    23  libsystem_pthread.dylib                 0x00007fff8b551ef8 _pthread_wqthread + 314
    24  libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 6:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff8c76c5da __open + 10
    1   com.apple.CoreFoundation                0x00007fff87148bab _CFBundleGrokFileType + 507
    2   com.apple.CoreFoundation                0x00007fff87227ca7 CFBundlePreflightExecutable + 167
    3   com.apple.audio.toolbox.AudioToolbox          0x00007fff8d3e3dd3 AudioComponentPluginLoader::QueryBundle(__CFURL const*, void (*)(void*, AudioComponentDescription const&, __CFString const*, unsigned int, __CFURL const*, __CFBundle*, __CFString const*), void*, __CFArray const**) + 141
    4   com.apple.audio.toolbox.AudioToolbox          0x00007fff8d3e3678 AudioComponentPluginLoader::ScanForPluginsInDirectory(char const*) + 792
    5   com.apple.audio.toolbox.AudioToolbox          0x00007fff8d3e3228 AudioComponentPluginLoader::ScanForPlugins() + 358
    6   com.apple.audio.toolbox.AudioToolbox          0x00007fff8d3e1ce7 AudioComponentPluginMgr::CheckRegistration(unsigned int) + 213
    7   com.apple.audio.toolbox.AudioToolbox          0x00007fff8d3e21d1 AudioComponentPluginMgr::FindNext(OpaqueAudioComponent*, AudioComponentDescription const&) + 77
    8   com.apple.audio.toolbox.AudioToolbox          0x00007fff8d3dbe12 _AT_AudioComponentFindNext + 198
    9   com.apple.audio.toolbox.AudioToolbox          0x00007fff8d316200 ConverterRegistry::MakeFactories(AudioClassDescription const&) + 62
    10  com.apple.audio.toolbox.AudioToolbox          0x00007fff8d316166 ConverterRegistry::MakeEncoderFactories(unsigned int) + 198
    11  com.apple.audio.toolbox.AudioToolbox          0x00007fff8d315ed2 ConverterRegistry::FindFactoryByFormatIDs(unsigned int, unsigned int, unsigned int, AudioClassDescription const*) + 210
    12  com.apple.audio.toolbox.AudioToolbox          0x00007fff8d315c6d ConverterRegistry::CreateConverter(StreamDescPair const&, AudioConverterChain**, unsigned int, AudioClassDescription const*) + 135
    13  com.apple.audio.toolbox.AudioToolbox          0x00007fff8d2f3608 _AudioConverterNewInternal + 426
    14  com.apple.viceroy.framework             0x00007fff90cffa79 SoundDec_Create + 256
    15  com.apple.viceroy.framework             0x00007fff90d49569 CAudioProcessing::CAudioProcessing(int, int) + 503
    16  com.apple.viceroy.framework             0x00007fff90d540ce DeviceManager_Create + 246
    17  com.apple.viceroy.framework             0x00007fff90cef5b9 Conference_Create + 198
    18  com.apple.viceroy.framework             0x00007fff90cdf53c -[VideoConferenceController initWithRectTexture:] + 2350
    19  com.apple.viceroy.framework             0x00007fff90d31b61 -[VideoConferenceMultiController initWithRectTexture:] + 112
    20  com.apple.avcore                        0x00007fff8b30e983 0x7fff8b2fa000 + 84355
    21  com.apple.avcore                        0x00007fff8b30e8b1 0x7fff8b2fa000 + 84145
    22  com.apple.avcore                        0x00007fff8b3122cc 0x7fff8b2fa000 + 99020
    23  libdispatch.dylib                       0x00007fff8e38d1d7 _dispatch_call_block_and_release + 12
    24  libdispatch.dylib                       0x00007fff8e38a2ad _dispatch_client_callout + 8
    25  libdispatch.dylib                       0x00007fff8e38c09e _dispatch_root_queue_drain + 326
    26  libdispatch.dylib                       0x00007fff8e38d193 _dispatch_worker_thread2 + 40
    27  libsystem_pthread.dylib                 0x00007fff8b551ef8 _pthread_wqthread + 314
    28  libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 7:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff8c76ca3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8cecce60 nanosleep + 200
    2   libsystem_c.dylib                       0x00007fff8ceccd52 usleep + 54
    3   com.apple.AppKit                        0x00007fff890672ad -[NSUIHeartBeat _heartBeatThread:] + 2132
    4   com.apple.Foundation                    0x00007fff8ed9b70b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 9:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8c76c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8b552c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff90fb1596 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff90fb10b5 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore                0x00007fff90fa644f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 10:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c76c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8b552c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff90fb1bb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff90fb1a48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff90fa644f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c76c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8b552c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff90fb1bb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff90fb1a48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff90fa644f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c76c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8b552c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff90fb1bb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff90fb1a48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff90fa644f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c76c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8b552c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff90fb1bb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff90fb1a48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff90fa644f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c76c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8b552c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff90fb1bb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff90fb1a48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff90fa644f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c76c716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8b552c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff90fb1bb7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff90fb1a48 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff90fa644f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 16:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8c768a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c767d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8718b315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8718a939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8718a275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff8ed9b907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff8ed9b70b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff8b550899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff8b55072a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff8b554fc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 21:: Dispatch queue: SCNetworkReachabilty.concurrent
    0   libsystem_kernel.dylib                  0x00007fff8c768a56 semaphore_wait_trap + 10
    1   libsystem_platform.dylib                0x00007fff87c59451 _os_semaphore_wait + 16
    2   libdispatch.dylib                       0x00007fff8e39099a _dispatch_barrier_sync_f_slow + 310
    3   com.apple.SystemConfiguration           0x00007fff8bfd290e ____SCNetworkReachabilityPerformLocked_block_invoke + 96
    4   libdispatch.dylib                       0x00007fff8e38d1d7 _dispatch_call_block_and_release + 12
    5   libdispatch.dylib                       0x00007fff8e38a2ad _dispatch_client_callout + 8
    6   libdispatch.dylib                       0x00007fff8e38e7ff _dispatch_async_redirect_invoke + 154
    7   libdispatch.dylib                       0x00007fff8e38a2ad _dispatch_client_callout + 8
    8   libdispatch.dylib                       0x00007fff8e38c09e _dispatch_root_queue_drain + 326
    9   libdispatch.dylib                       0x00007fff8e38d193 _dispatch_worker_thread2 + 40
    10  libsystem_pthread.dylib                 0x00007fff8b551ef8 _pthread_wqthread + 314
    11  libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff8c76ce6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8b551f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8b554fb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff75d49310  rcx: 0x00007fff55a864c8  rdx: 0x0000000000000000
      rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff55a864f0  rsp: 0x00007fff55a864c8
       r8: 0x00007fff8b5a3ab4   r9: 0x00007fff8ced5900  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff55a86650  r13: 0x00007fff55a86ee8  r14: 0x0000000000000006  r15: 0x00007fff55a86530
      rip: 0x00007fff8c76c866  rfl: 0x0000000000000206  cr2: 0x0000000110e8a000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x10a178000 -        0x10a3caff7  com.apple.iChat (8.0 - 4218) <60005F9D-F75D-3236-A7AF-0D09DBEEDB18> /Applications/Messages.app/Contents/MacOS/Messages
           0x10bea7000 -        0x10beaafff  libspindump.dylib (161) <588EDDE0-B20A-3649-92B7-C2226EB237E8> /usr/lib/libspindump.dylib
           0x10beb0000 -        0x10beb1fff  com.apple.AddressBook.LocalSourceBundle (8.0 - 1365) <260EDDAA-A812-3097-BE14-A63EA4BEDD31> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x10bec3000 -        0x10bec7ff7  com.apple.DirectoryServicesSource (8.0 - 1365) <2F2D5BAA-F006-3701-922C-37EF076DE3D1> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x10becf000 -        0x10bf1bff6  com.apple.AddressBook.CardDAVPlugin (10.9 - 424) <C5AC5902-39C2-3A08-9967-5EAA000228EE> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x10d171000 -        0x10d3fffff  com.apple.RawCamera.bundle (5.02 - 725) <4DE37ECB-24CD-38B1-B5AF-1EE911E19B80> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x10ed23000 -        0x10ed27ffd  com.apple.audio.AppleHDAHALPlugIn (2.5.2 - 2.5.2fc2) <DEB558B7-BACF-3871-A021-B3A904F4FB44> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x10ffc1000 -        0x11003ffef +com.ambrosiasw.audio.wiretapanywhere2.halplugin (2.0.0 - 2.0.0) <5ED118E8-15BE-4CA1-1D3F-32CF1C66CAF7> /Library/Audio/Plug-Ins/HAL/WireTapAnywhere.plugin/Contents/MacOS/WireTapAnywhe re
           0x110083000 -        0x110084ff7 +com.ambrosiasw.ASWDebug.framework (1.0) <6DDEA725-DEBD-1C77-6D05-FFB32CCB2C09> /Library/Audio/Plug-Ins/HAL/WireTapAnywhere.plugin/Contents/Frameworks/ASWDebug .framework/Versions/A/ASWDebug
           0x110097000 -        0x1100bdffb  com.apple.cmio.DAL.VDC-4 (401.0 - 4544) <8ABCC14F-8989-3CAA-941A-9EAC16938145> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/ MacOS/VDC
           0x1102a2000 -        0x1102a4fff  com.apple.iChat.Styles.Balloons (1.0 - 1) <457A69A7-E5A8-3E7C-8726-4E5C8E2250E6> /System/Library/Messages/PlugIns/Balloons.transcriptstyle/Contents/MacOS/Balloo ns
        0x7fff6a8a1000 -     0x7fff6a8d4817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff84488000 -     0x7fff844c9fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff844ca000 -     0x7fff844e1ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff844e2000 -     0x7fff84512fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff84513000 -     0x7fff84e2f05f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff84ec7000 -     0x7fff84f19fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff85083000 -     0x7fff85094ff7  com.apple.idsfoundation (10.0 - 1000) <0BC25100-092B-3C5A-8245-F7C963380785> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
        0x7fff85095000 -     0x7fff85242f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff85243000 -     0x7fff85260ff7  com.apple.framework.Apple80211 (9.0 - 900.47) <C897AFE6-DD73-387D-816A-67252A564207> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff85261000 -     0x7fff8526bff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8526c000 -     0x7fff8526cfff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8526d000 -     0x7fff852b4fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff852b5000 -     0x7fff852f5fff  com.apple.PassKit (1.0 - 1) <CE4A0FC6-6E65-38AC-BC8E-74821D713B43> /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit
        0x7fff852f6000 -     0x7fff85307ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff85308000 -     0x7fff8530cfff  com.apple.ServerInformation (2.0 - 1) <E628F08A-0F6F-384B-AFD5-1BC1BBF56F1F> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
        0x7fff8530d000 -     0x7fff856eeffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff856ef000 -     0x7fff85742fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8574a000 -     0x7fff8574afff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8574b000 -     0x7fff85763ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff85764000 -     0x7fff85788ff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8578f000 -     0x7fff857edff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff857ee000 -     0x7fff857efff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff857f0000 -     0x7fff85847fff  com.apple.ViewBridge (1.0 - 46) <C49FDC96-7087-3B2F-AEC3-039F7B2CB50C> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff858a0000 -     0x7fff8593dfff  com.apple.imcore (10.0 - 1000) <027E09B4-B4B6-3710-8806-B4CE41DF3242> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff8593e000 -     0x7fff85957ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff85a12000 -     0x7fff85c41ff7  com.apple.CalendarPersistence (7.0 - 130) <8B3FAA74-A95C-3319-BD3C-970051BEB5DC> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/Cale ndarPersistence
        0x7fff85c42000 -     0x7fff85c5afff  libexpat.1.dylib (12) <97F4A9A7-CB3E-3BBF-9314-4997FC770E52> /usr/lib/libexpat.1.dylib
        0x7fff85c5b000 -     0x7fff85c78fff  com.apple.facetimeservices (10.0 - 1000) <9B4815BA-4305-381D-A178-F79E10B2C6E9> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff85c86000 -     0x7fff85c91ff7  com.apple.DirectoryService.Framework (10.9 - 173.1.1) <F8566D1F-450F-3571-911F-75C68E45919F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff85c92000 -     0x7fff85ce3ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff85ce4000 -     0x7fff85d53ff1  com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff85d54000 -     0x7fff86ba0ff5  com.apple.WebCore (9537 - 9537.70) <7A90E9D3-4F26-3049-9C96-C6B8CB1395C8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff86ba1000 -     0x7fff86feffff  com.apple.VideoToolbox (1.0 - 1273.29) <6E38291D-7A81-3033-AFB9-61ABD38B6371> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff86ff0000 -     0x7fff86ffafff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff86ffb000 -     0x7fff87081ff9  com.apple.ScreenSharingFramework (2.2 - 2.2) <57A0682C-70A3-3FED-A966-2A657968763C> /System/Library/PrivateFrameworks/ScreenSharing.framework/Versions/A/ScreenShar ing
        0x7fff87082000 -     0x7fff87084fff  com.apple.loginsupport (1.0 - 1) <4772DFF0-E8FD-3F27-9C3B-39563B904E1C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff87085000 -     0x7fff87119ff7  com.apple.Bluetooth (4.2.0 - 4.2.0f6) <94BCC858-0582-3C2F-8A43-486896564758> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff8711a000 -     0x7fff872ffff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff87300000 -     0x7fff87733ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff87734000 -     0x7fff877b1ff7  com.apple.iLifeMediaBrowser (2.8.0 - 637) <1EFC5EFD-AC09-34E9-A96A-951F1FD3F9BC> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff877b2000 -     0x7fff877faff7  com.apple.ExchangeWebServices (4.0 - 193) <867EDAF0-5863-397E-BA75-855878D68949> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff877fb000 -     0x7fff87861fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff87862000 -     0x7fff878c2ff2  com.apple.CoreUtils (1.9 - 190.4) <CBB5B4DC-2801-32B3-A31C-8811CCF99873> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff878c3000 -     0x7fff87ab2ffc  com.apple.WebKit2 (9537 - 9537.71) <B8FFCE39-9DC6-304E-953A-0BAFDCD19D2F> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff87ab3000 -     0x7fff87b92fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff87b93000 -     0x7fff87bbafff  com.apple.SocialAppsCore (8.0 - 4218) <17F24E54-95D6-3927-9D2B-5FD731289E1D> /System/Library/PrivateFrameworks/SocialAppsCore.framework/Versions/A/SocialApp sCore
        0x7fff87bbb000 -     0x7fff87bbdffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff87bbe000 -     0x7fff87bc8ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff87bc9000 -     0x7fff87be0fff  com.apple.ScriptingBridge (1.3.1 - 63) <CE24DD07-7A89-3105-AE57-A1BED0189292> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff87be1000 -     0x7fff87c55ff7  com.apple.iChat.SocialUI (8.0 - 4217) <B8970847-B802-3844-9ABD-A6DE636B598C> /System/Library/PrivateFrameworks/SocialUI.framework/Versions/A/SocialUI
        0x7fff87c56000 -     0x7fff87c5cff7  libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
        0x7fff88521000 -     0x7fff8852afff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8852b000 -     0x7fff8860ffff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff88610000 -     0x7fff88670fff  com.apple.ISSupport (1.9.9 - 57) <E1E343D7-222C-3458-9D1F-FC600B7F1C50> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff88671000 -     0x7fff8867eff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff8867f000 -     0x7fff88681ff7  com.apple.SecCodeWrapper (3.0 - 1) <F5107AD0-20CD-328C-8B2E-74CB6F3169F6> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff88682000 -     0x7fff886d1ff7  com.apple.framework.internetaccounts (2.1 - 210) <C77069C7-928C-315C-AA61-D90543901F20> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff886d2000 -     0x7fff886d3fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff886d4000 -     0x7fff88701ff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff88702000 -     0x7fff8876ffff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff88779000 -     0x7fff888b9fff  com.apple.QTKit (7.7.3 - 2826) <7A110F61-D4DD-3C84-950D-E5F486DE5765> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff888ba000 -     0x7fff888c1fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff888f3000 -     0x7fff88c0dff7  com.apple.MediaToolbox (1.0 - 1273.29) <6260E68B-7E50-3D49-8C0A-7145614C13D8> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff88c0e000 -     0x7fff88c0fff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
        0x7fff88c10000 -     0x7fff88c34fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff88c88000 -     0x7fff88c89fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff88c8a000 -     0x7fff88db6fff  com.apple.MediaControlSender (1.9 - 190.4) <F5E934E1-D004-3C84-815A-961319F8C522> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff88dd3000 -     0x7fff88dddff7  libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
        0x7fff88dde000 -     0x7fff88ddefff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff88ddf000 -     0x7fff89953ff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff89954000 -     0x7fff89c22ff4  com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff89c23000 -     0x7fff89c23ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff89c2e000 -     0x7fff89de6ff3  libicucore.A.dylib (511.25) <3ED7B656-416E-3071-AEC8-E85C90232F78> /usr/lib/libicucore.A.dylib
        0x7fff89de7000 -     0x7fff89defffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff89df0000 -     0x7fff89e54ff9  com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8a5fb000 -     0x7fff8a5fbfff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8a5fc000 -     0x7fff8a606ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8a607000 -     0x7fff8a6bfff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8a6c0000 -     0x7fff8a789fff  com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8a78a000 -     0x7fff8a7a5ff7  libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
        0x7fff8a7ad000 -     0x7fff8a7b0fff  com.apple.AppleSystemInfo (3.0 - 3.0) <4D032152-AA40-350E-BB96-44BC55C5C69C> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8a7b1000 -     0x7fff8a7b3ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff8a7b4000 -     0x7fff8a7b4ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8a7b5000 -     0x7fff8a9f8fff  com.apple.AddressBook.framework (8.0 - 1365) <816242B1-D45E-3B5D-BC98-BB23458D5367> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8aa24000 -     0x7fff8aa3cff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8aa3d000 -     0x7fff8aa4ffff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8aa50000 -     0x7fff8ab21ff7  com.apple.QuickLookUIFramework (5.0 - 622.3) <9741E66B-3978-35F6-8846-B6C528945611> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8ab22000 -     0x7fff8ab5aff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8ab5b000 -     0x7fff8ab5bfff  com.apple.SafariDAVNotifier (1.1.1 - 1) <664A1157-0D98-3680-8C3B-091980DA7BC4> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
        0x7fff8ab5c000 -     0x7fff8ab98fff  com.apple.ids (10.0 - 1000) <22502AAF-CC59-33EC-9ACF-106315206701> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff8ab99000 -     0x7fff8ab9affc  com.apple.SafariServices.framework (9537 - 9537.71) <02DF88AE-193A-3139-A991-CC26FB0C5048> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
        0x7fff8ab9b000 -     0x7fff8aba6ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8ad0e000 -     0x7fff8ad67fff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8ad6a000 -     0x7fff8ad72ff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff8ad73000 -     0x7fff8ad75ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff8ade1000 -     0x7fff8ade8fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8ade9000 -     0x7fff8ae30ff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
        0x7fff8ae31000 -     0x7fff8ae48fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8ae49000 -     0x7fff8ae53ff7  com.apple.corerecents (1.0 - 1) <6C3ACB55-6FA5-3266-80D3-592B7258F5E7> /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents
        0x7fff8ae7a000 -     0x7fff8af6bff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff8af6c000 -     0x7fff8af73ff7  com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8af74000 -     0x7fff8af8fff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8af90000 -     0x7fff8af99fff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8b2f6000 -     0x7fff8b2f9ff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8b2fa000 -     0x7fff8b33bff7  com.apple.avcore (8.0 - 900) <C8638593-B057-326D-918D-12DDADCE4606> /System/Library/PrivateFrameworks/AVCore.framework/Versions/A/AVCore
        0x7fff8b54e000 -     0x7fff8b54efff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8b54f000 -     0x7fff8b556ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8b557000 -     0x7fff8b57afff  com.apple.ScreenSaver (5.0 - 5) <AB9FB0CA-2F08-3BF2-A938-F661E4859D46> /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver
        0x7fff8b57b000 -     0x7fff8b57bfff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8b57c000 -     0x7fff8b5a5ff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
        0x7fff8b5a6000 -     0x7fff8b5c4ff7  com.apple.CalendarFoundation (7.0 - 111) <D5CEE7AE-3325-3E7E-924B-12834AE7D218> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
        0x7fff8b5c5000 -     0x7fff8b5eefff  com.apple.DictionaryServices (1

  • Microsoft Project Error Message when Saving

    "You cannot lock or delete the last unlocked column in a table" is the error message I get every time I save my Microsoft Project 2007 Schedule. I sent the schedule to someone else, he sent it back, and now I get this message every time I save
    the Schedule.
    How can I get rid of this message?

    KEverhartMWH --
    Was the user to whom you sent the project file using either Microsoft Project 2010 or 2013.  If so, that may have corrupted your project.  To find out, I would recommend you save the file as an XML file, then close the XML file.  Reopen the
    XML file and when prompted in the Import Wizard, create a new project from the XML file.  Then see if you can save this project, using a different name, of course.  Please let us know if this helps.
    Dale A. Howard [MVP]

  • Messages keeps crashing when opening

    Whenever I open Messages the app keeps crashing it opens and while its loading it will crash. I have rebooted the system and still the same. Any help would gratefully appreciated
    i have included the error log below:
    Process:         Messages [384]
    Path:            /Applications/Messages.app/Contents/MacOS/Messages
    Identifier:      com.apple.iChat
    Version:         7.0.1 (3314)
    Build Info:      iChat-3312000000000000~7
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [249]
    User ID:         501
    Date/Time:       2012-12-22 00:01:02.370 +0000
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          96175 sec
    Crashes Since Last Report:           4
    Per-App Interval Since Last Report:  2537 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      0025538E-4B1F-1240-F14C-341A65AB354C
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x000000010b38704a CFHash + 378
    1   com.apple.CoreFoundation                0x000000010b37d8bf CFBasicHashFindBucket + 1743
    2   com.apple.CoreFoundation                0x000000010b37d1d6 CFDictionaryGetValue + 102
    3   com.apple.CoreFoundation                0x000000010b3ba230 CFBundleCopyLocalizedString + 1504
    4   com.apple.audio.CoreAudio               0x0000000108fb304f HALB_CFBundle::CopyLocalizedString(__CFString const*, __CFString const*, __CFString const*, __CFString const*) const + 59
    5   com.apple.audio.CoreAudio               0x0000000108fb2ce5 HALC_ShellDevice::CopyLocalizedString(AudioObjectPropertyAddress const&, void*) const + 777
    6   com.apple.audio.CoreAudio               0x0000000108fa3dbd HALB_CommandGate::ExecuteCommand(void ()() block_pointer) const + 37
    7   com.apple.audio.CoreAudio               0x0000000108fa3a07 HALC_ShellDevice::GetPropertyData(unsigned int, AudioObjectPropertyAddress const&, unsigned int, void const*, unsigned int, unsigned int&, void*) const + 1409
    8   com.apple.audio.CoreAudio               0x0000000108fa33c1 HAL_HardwarePlugIn_ObjectGetPropertyData(AudioHardwarePlugInInterface**, unsigned int, AudioObjectPropertyAddress const*, unsigned int, void const*, unsigned int*, void*) + 150
    9   com.apple.audio.CoreAudio               0x0000000108fa3298 HALPlugIn::ObjectGetPropertyData(HALObject const&, AudioObjectPropertyAddress const&, unsigned int, void const*, unsigned int&, void*) const + 42
    10  com.apple.audio.CoreAudio               0x0000000108f98eba HALObject::GetPropertyData(AudioObjectPropertyAddress const&, unsigned int, void const*, unsigned int&, void*) const + 364
    11  com.apple.audio.CoreAudio               0x0000000108fa9aa8 HALDevice::GetPropertyData(AudioObjectPropertyAddress const&, unsigned int, void const*, unsigned int&, void*) const + 1038
    12  com.apple.audio.CoreAudio               0x0000000108f985ad AudioObjectGetPropertyData + 525
    13  com.apple.viceroy.framework             0x000000010aebb519 AudioDeviceGetProperty_no_excp + 88
    14  com.apple.viceroy.framework             0x000000010aebb36e GetAudioDeviceDescriptions + 3068
    15  com.apple.viceroy.framework             0x000000010aebba62 GetAudioDeviceList + 234
    16  com.apple.viceroy.framework             0x000000010ae8c46d +[VideoConferenceController microphoneList] + 27
    17  com.apple.imavcore                      0x000000010826c9ce 0x10824b000 + 137678
    18  com.apple.imavcore                      0x0000000108270669 0x10824b000 + 153193
    19  com.apple.imavcore                      0x0000000108270a29 0x10824b000 + 154153
    20  com.apple.imavcore                      0x0000000108271bdc 0x10824b000 + 158684
    21  libdispatch.dylib                       0x000000010e264f01 _dispatch_call_block_and_release + 15
    22  libdispatch.dylib                       0x000000010e2610b6 _dispatch_client_callout + 8
    23  libdispatch.dylib                       0x000000010e26596f _dispatch_after_timer_callback + 22
    24  libdispatch.dylib                       0x000000010e2610b6 _dispatch_client_callout + 8
    25  libdispatch.dylib                       0x000000010e26329b _dispatch_source_invoke + 691
    26  libdispatch.dylib                       0x000000010e262305 _dispatch_queue_invoke + 72
    27  libdispatch.dylib                       0x000000010e266091 _dispatch_main_queue_callback_4CF + 220
    28  com.apple.CoreFoundation                0x000000010b3b10fe __CFRunLoopRun + 1614
    29  com.apple.CoreFoundation                0x000000010b3b06b2 CFRunLoopRunSpecific + 290
    30  com.apple.HIToolbox                     0x0000000111ab50a4 RunCurrentEventLoopInMode + 209
    31  com.apple.HIToolbox                     0x0000000111ab4e42 ReceiveNextEventCommon + 356
    32  com.apple.HIToolbox                     0x0000000111ab4cd3 BlockUntilNextEventMatchingListInMode + 62
    33  com.apple.AppKit                        0x000000010bf72613 _DPSNextEvent + 685
    34  com.apple.AppKit                        0x000000010bf71ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    35  com.apple.AppKit                        0x000000010bf69283 -[NSApplication run] + 517
    36  com.apple.AppKit                        0x000000010bf0dcb6 NSApplicationMain + 869
    37  libdyld.dylib                           0x000000010e2987e1 start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x000000010e47c386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x000000010e391cbd pthread_join + 847
    2   com.apple.viceroy.framework             0x000000010af2666c CommNAT_RunTest + 142
    3   com.apple.viceroy.framework             0x000000010aedcf2b __54-[VideoConferenceMultiController initWithRectTexture:]_block_invoke_0 + 812
    4   libdispatch.dylib                       0x000000010e264f01 _dispatch_call_block_and_release + 15
    5   libdispatch.dylib                       0x000000010e2610b6 _dispatch_client_callout + 8
    6   libdispatch.dylib                       0x000000010e26247f _dispatch_queue_drain + 235
    7   libdispatch.dylib                       0x000000010e2622f1 _dispatch_queue_invoke + 52
    8   libdispatch.dylib                       0x000000010e2621c3 _dispatch_worker_thread2 + 249
    9   libsystem_c.dylib                       0x000000010e309cab _pthread_wqthread + 404
    10  libsystem_c.dylib                       0x000000010e2f4171 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x000000010e47cd16 kevent + 10
    1   libdispatch.dylib                       0x000000010e263dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x000000010e2639ee _dispatch_mgr_thread + 54
    Thread 3:
    0   libsystem_kernel.dylib                  0x000000010e47c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010e309eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010e309cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x000000010e2f4171 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x000000010e47c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010e309eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010e309cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x000000010e2f4171 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x000000010e47c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010e309eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010e309cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x000000010e2f4171 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x000000010e47a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x000000010e479c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x000000010b3ab803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x000000010b3b0ee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x000000010b3b06b2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreMediaIO                   0x0000000112d986f8 CMIO::DAL::RunLoop::OwnThread(void*) + 146
    6   com.apple.CoreMediaIO                   0x0000000112d902de CAPThread::Entry(CAPThread*) + 156
    7   libsystem_c.dylib                       0x000000010e307742 _pthread_start + 327
    8   libsystem_c.dylib                       0x000000010e2f4181 thread_start + 13
    Thread 7:: Dispatch queue: HistorySearchLockQueue
    0   libsystem_kernel.dylib                  0x000000010e47a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x000000010e479c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x000000010b3ab803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x000000010b3b0ee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x000000010b3b06b2 CFRunLoopRunSpecific + 290
    5   com.apple.Metadata                      0x000000010dac1cc9 _MDQueryExecuteLocked + 1970
    6   com.apple.Metadata                      0x000000010dac0994 _MDQueryExecute + 2512
    7   com.apple.Metadata                      0x000000010dabffa0 MDQueryExecute + 113
    8   com.apple.iChat                         0x0000000107bd3e0a 0x107bc5000 + 60938
    9   com.apple.iChat                         0x0000000107bd3add 0x107bc5000 + 60125
    10  libdispatch.dylib                       0x000000010e2610b6 _dispatch_client_callout + 8
    11  libdispatch.dylib                       0x000000010e262723 _dispatch_barrier_sync_f_invoke + 39
    12  com.apple.iChat                         0x0000000107bd3915 0x107bc5000 + 59669
    13  com.apple.iChat                         0x0000000107bd3715 0x107bc5000 + 59157
    14  com.apple.iChat                         0x0000000107bd2ea1 0x107bc5000 + 56993
    15  com.apple.iChat                         0x0000000107bd2db9 0x107bc5000 + 56761
    16  com.apple.Foundation                    0x000000010b77fa7c -[NSBlockOperation main] + 124
    17  com.apple.Foundation                    0x000000010b755986 -[__NSOperationInternal start] + 684
    18  com.apple.Foundation                    0x000000010b75d1a1 __block_global_6 + 129
    19  libdispatch.dylib                       0x000000010e264f01 _dispatch_call_block_and_release + 15
    20  libdispatch.dylib                       0x000000010e2610b6 _dispatch_client_callout + 8
    21  libdispatch.dylib                       0x000000010e2621fa _dispatch_worker_thread2 + 304
    22  libsystem_c.dylib                       0x000000010e309cab _pthread_wqthread + 404
    23  libsystem_c.dylib                       0x000000010e2f4171 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x000000010e47c322 __select + 10
    1   com.apple.viceroy.framework             0x000000010af222b4 VTPRecvProc + 315
    2   libsystem_c.dylib                       0x000000010e307742 _pthread_start + 327
    3   libsystem_c.dylib                       0x000000010e2f4181 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x000000010e47c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010e30bfc3 _pthread_cond_wait + 927
    2   com.apple.viceroy.framework             0x000000010af24d3b VTP_Select + 1247
    3   com.apple.viceroy.framework             0x000000010ae84e27 TPRecvProc + 436
    4   libsystem_c.dylib                       0x000000010e307742 _pthread_start + 327
    5   libsystem_c.dylib                       0x000000010e2f4181 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x000000010e47c322 __select + 10
    1   com.apple.viceroy.framework             0x000000010af25e50 CommTest + 1241
    2   com.apple.viceroy.framework             0x000000010af26444 CommNAT_Test + 501
    3   com.apple.viceroy.framework             0x000000010af266e7 RunTestProc + 73
    4   libsystem_c.dylib                       0x000000010e307742 _pthread_start + 327
    5   libsystem_c.dylib                       0x000000010e2f4181 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x000000010e47c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010e309eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010e309cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x000000010e2f4171 start_wqthread + 13
    Thread 12:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x000000010e47a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x000000010e479c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x000000010b3ab803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x000000010b3b0ee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x000000010b3b06b2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x000000010b6fe586 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x000000010b75c612 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x000000010e307742 _pthread_start + 327
    8   libsystem_c.dylib                       0x000000010e2f4181 thread_start + 13
    Thread 13:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x000000010e47c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010e30bf89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x0000000112a16d96 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x0000000112c38d0a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x0000000112c4e36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x000000010e307742 _pthread_start + 327
    6   libsystem_c.dylib                       0x000000010e2f4181 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x000000010e47c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010e30bf89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x0000000112b9b724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x0000000112b9b606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x0000000112c4e36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x000000010e307742 _pthread_start + 327
    6   libsystem_c.dylib                       0x000000010e2f4181 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x000000010e47c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010e30bf89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x0000000112b9b724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x0000000112b9b606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x0000000112c4e36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x000000010e307742 _pthread_start + 327
    6   libsystem_c.dylib                       0x000000010e2f4181 thread_start + 13
    Thread 16:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x000000010e47c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010e30bf89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x0000000112b9b724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x0000000112b9b606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x0000000112c4e36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x000000010e307742 _pthread_start + 327
    6   libsystem_c.dylib                       0x000000010e2f4181 thread_start + 13
    Thread 17:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x000000010e47cd8e listxattr + 10
    1   com.apple.Foundation                    0x000000010b75dd9f _attributesAtPath + 42
    2   com.apple.Foundation                    0x000000010b758d3e +[NSFileAttributes _attributesAtPath:partialReturn:filterResourceFork:error:] + 350
    3   com.apple.AddressBook.framework          0x00000001085ca1a3 -[ABMetadataInfoFile shouldRebuildDueToFileSize:] + 66
    4   com.apple.AddressBook.framework          0x00000001085ca117 -[ABMetadataInfoFile infoDictionaryAtPath:] + 32
    5   com.apple.AddressBook.framework          0x00000001085ca0c5 -[ABMetadataInfoFile initWithPath:queue:] + 262
    6   com.apple.AddressBook.framework          0x00000001085c9df7 -[ABMetadataOperationController lockInfo] + 695
    7   com.apple.AddressBook.framework          0x000000010864fbb7 -[ABMetadataOperation lockInfo] + 28
    8   com.apple.AddressBook.framework          0x0000000108650a30 -[ABMetadataAddOperation _writeMetaDataForPeople:withLock:] + 3258
    9   com.apple.AddressBook.framework          0x0000000108651021 -[ABMetadataAddOperation _doMain] + 238
    10  com.apple.AddressBook.framework          0x00000001085c845d ab_set_current_queue_name_while_running_block + 148
    11  com.apple.AddressBook.framework          0x0000000108650ed7 -[ABMetadataAddOperation main] + 80
    12  com.apple.Foundation                    0x000000010b755986 -[__NSOperationInternal start] + 684
    13  com.apple.Foundation                    0x000000010b75d1a1 __block_global_6 + 129
    14  libdispatch.dylib                       0x000000010e264f01 _dispatch_call_block_and_release + 15
    15  libdispatch.dylib                       0x000000010e2610b6 _dispatch_client_callout + 8
    16  libdispatch.dylib                       0x000000010e2621fa _dispatch_worker_thread2 + 304
    17  libsystem_c.dylib                       0x000000010e309cab _pthread_wqthread + 404
    18  libsystem_c.dylib                       0x000000010e2f4171 start_wqthread + 13
    Thread 18:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x000000010e47c322 __select + 10
    1   com.apple.CoreFoundation                0x000000010b3f04e6 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x000000010e307742 _pthread_start + 327
    3   libsystem_c.dylib                       0x000000010e2f4181 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x000000010e47c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010e309eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010e309cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x000000010e2f4171 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x000000010e47c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010e309eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010e309cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x000000010e2f4171 start_wqthread + 13
    Thread 21:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x000000010e47c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010e30bfc3 _pthread_cond_wait + 927
    2   com.apple.CoreVideo                     0x000000010bc4ced5 CVDisplayLink::waitUntil(unsigned long long) + 271
    3   com.apple.CoreVideo                     0x000000010bc4c23d CVDisplayLink::runIOThread() + 529
    4   com.apple.CoreVideo                     0x000000010bc4c013 startIOThread(void*) + 148
    5   libsystem_c.dylib                       0x000000010e307742 _pthread_start + 327
    6   libsystem_c.dylib                       0x000000010e2f4181 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x6000000000000000  rcx: 0x00007fff58038c70  rdx: 0x6000000000000000
      rdi: 0x6000000000000000  rsi: 0x6000000000000000  rbp: 0x00007fff58038bd0  rsp: 0x00007fff58038bb0
       r8: 0x000000010b57f610   r9: 0x000000010b502920  r10: 0x000000010b502920  r11: 0x000000010b50291d
      r12: 0x0000000000000000  r13: 0x000000010b57f610  r14: 0x0000000000000000  r15: 0x6000000000000000
      rip: 0x000000010b38704a  rfl: 0x0000000000010246  cr2: 0x0000000109907000
    Logical CPU: 0
    Binary Images:
           0x107bc5000 -        0x107e62fff  com.apple.iChat (7.0.1 - 3314) <7848E43B-43F2-3AE1-B9C9-E41E26D542D7> /Applications/Messages.app/Contents/MacOS/Messages
           0x107f33000 -        0x107f6dfff  com.apple.iChat.IMRenderingFoundation (7.0 - 800) <A5910794-FD76-38E9-97A9-DB250F461964> /System/Library/Frameworks/InstantMessage.framework/Versions/A/Frameworks/IMRen deringFoundation.framework/Versions/A/IMRenderingFoundation
           0x107fa1000 -        0x108030ff7  com.apple.iChat.SocialUI (7.0.1 - 1) <A854A177-AAFF-3FE2-AA9B-7EE2D8D7BE81> /System/Library/PrivateFrameworks/SocialUI.framework/Versions/A/SocialUI
           0x108097000 -        0x108136ff7  com.apple.imcore (8.0 - 900) <528EE3D6-84F4-3AD2-805D-8831C9498972> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
           0x108178000 -        0x1081d4ff7  com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
           0x108219000 -        0x108230ff7  com.apple.iChat.InstantMessage (7.0.1 - 3305) <B512018D-EC03-3906-AB27-8B8FF44C36B7> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
           0x10824b000 -        0x1082d8ff7  com.apple.imavcore (8.0 - 900) <CAF60585-FFB5-3504-A9A1-A8A95DEBBAE5> /System/Library/PrivateFrameworks/IMAVCore.framework/Versions/A/IMAVCore
           0x10830e000 -        0x108310ff7  com.apple.IMServicePlugInSupport (8.0 - 900) <81D22379-0450-30CA-AE54-789C859D4414> /System/Library/Frameworks/IMServicePlugIn.framework/Versions/A/Frameworks/IMSe rvicePlugInSupport.framework/Versions/A/IMServicePlugInSupport
           0x108319000 -        0x108364ff7  com.apple.CoreMedia (1.0 - 926.62) <CFBD094F-DA9C-3498-9D50-BC754B56F00A> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
           0x10838e000 -        0x1083fbfff  com.apple.datadetectorscore (4.0 - 269.1) <B69645EB-C4BF-3D52-A49B-CB1A1A88512F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x10843b000 -        0x108509fff  com.apple.Bluetooth (4.0.9 - 4.0.9f33) <3F57E1F3-08E8-3EDF-8DE0-E3855EB4D74B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
           0x108584000 -        0x10858efff  com.apple.DisplayServicesFW (2.6.1 - 353) <0505CB8A-47D9-3539-9A0D-24F09D99E9D8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
           0x10859b000 -        0x10859bfff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x1085a3000 -        0x1085a3fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x1085a6000 -        0x1085a7fff  com.apple.AddressBook.LocalSourceBundle (2.1 - 1167) <07E0DB43-14DD-3741-BCCA-31CE397A53BC> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x1085ad000 -        0x108870ff7  com.apple.AddressBook.framework (7.1 - 1167) <92EF9CE4-A42B-3D30-8CA2-79C0A66BB4CE> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
           0x108ac7000 -        0x108ac7fff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x108ad0000 -        0x108da0fff  com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x108ed7000 -        0x108f44ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x108f75000 -        0x108f84ff7  com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x108f91000 -        0x108feefff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x109019000 -        0x1091a3fff  com.apple.WebKit (8536 - 8536.26.14) <7C4D5DE6-7153-3E54-8D4F-BB2E9AE74878> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
           0x109299000 -        0x1092cdfff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x1092fa000 -        0x1094fafff  libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
           0x10959e000 -        0x1095b9ff7  com.apple.frameworks.preferencepanes (15.0 - 15.0) <45E922F9-E5F5-3026-90BA-C1F5F8451C9B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
           0x1095d3000 -        0x109781fff  com.apple.QuartzCore (1.8 - 304.0) <897FAA5D-FF13-33FE-878B-B164D684F019> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x10983e000 -        0x1099afff7  com.apple.QTKit (7.7.1 - 2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
           0x109aba000 -        0x109c0bfff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x109c95000 -        0x109c95fff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
           0x109c99000 -        0x109ef4ff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
           0x10a057000 -        0x10a057fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x10a061000 -        0x10a06dfff  com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x10a083000 -        0x10a0ddff7  com.apple.ScreenSharingFramework (2.1 - 2.1) <F510BC49-D98D-3FAD-86BA-54B1770BF888> /System/Library/PrivateFrameworks/ScreenSharing.framework/Versions/A/ScreenShar ing
           0x10a107000 -        0x10a12ffff  com.apple.ScreenSaver (5.0 - 5) <A984092F-0FF7-30FE-9850-BE78D0FE136B> /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver
           0x10a154000 -        0x10a17bfff  com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
           0x10a195000 -        0x10a1b0ff7  libexpat.1.dylib (12) <95D59F1F-0A5C-3F33-BA97-26F7D796CE7A> /usr/lib/libexpat.1.dylib
           0x10a1c1000 -        0x10a1c1ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x10a1c7000 -        0x10a1f2fff  com.apple.datadetectors (4.0 - 199.0) <4FE34A35-8DE1-3A43-8586-4B2ED03F2D84> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
           0x10a211000 -        0x10a211ff1 +cl_kernels (???) <89F1C803-B457-470D-9578-B20E6D7AAA8E> cl_kernels
           0x10a216000 -        0x10a272fff  com.apple.QuickLookFramework (4.0 - 555.4) <B34DB61C-15F0-3CF8-98A4-152C2F54DF8D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
           0x10a2b1000 -        0x10a33bff7  com.apple.iLifeMediaBrowser (2.7.2 - 546) <B8911FE0-5F6B-3244-BF7B-F2BFC50A7C6F> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
           0x10a39e000 -        0x10a39fff3 +cl_kernels (???) <B51586C3-01EE-400D-AB6C-4BF43AC83821> cl_kernels
           0x10a3a1000 -        0x10a3bbfff  com.apple.ScriptingBridge (1.3 - 61.2) <16852553-3FF9-368B-B60E-A7949FAF5A7A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
           0x10a3d3000 -        0x10a7ccff7  com.apple.MediaToolbox (1.0 - 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
           0x10a85b000 -        0x10ac97fff  com.apple.VideoToolbox (1.0 - 926.62) <7D749558-08B6-3F86-A20E-05ECDACE6F17> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
           0x10ad28000 -        0x10adedff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x10ae68000 -        0x10ae6bfff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
           0x10ae73000 -        0x10af8cfff  com.apple.viceroy.framework (463 - 463) <344D48A4-80DF-3C06-A28F-132858F00985> /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
           0x10b039000 -        0x10b073fff  com.apple.framework.internetaccounts (2.1 - 210) <0AB62FFA-42C8-3433-9C23-7D1AB411348F> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
           0x10b0ae000 -        0x10b0b5fff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
           0x10b0c2000 -        0x10b0cbff7  com.apple.marco (8.0 - 900) <5864ADD1-FC2F-37EF-BE89-A9E582C78610> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
           0x10b0d4000 -        0x10b0dfff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
           0x10b0ec000 -        0x10b133fff  com.apple.facetimeservices (8.0 - 900) <6C3A50E2-0127-3937-8B8E-1A9BE620DC80> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
           0x10b15f000 -        0x10b1c8fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
           0x10b22e000 -        0x10b22fff7  libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib
           0x10b236000 -        0x10b34e92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
           0x10b374000 -        0x10b374fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x10b37c000 -        0x10b565fff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x10b6c7000 -        0x10ba23fff  com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x10bc4a000 -        0x10bc74ff7  com.apple.CoreVideo (1.8 - 99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x10bc95000 -        0x10bc96fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
           0x10bca0000 -        0x10bdb9ff7  com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x10be1d000 -        0x10ca4aff7  com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x10d145000 -        0x10d19fff7  com.apple.imfoundation (8.0 - 900) <850E59A3-B5CE-3149-8D42-9ED4CBBCAA9D> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
           0x10d1de000 -        0x10d22dfff  com.apple.xmppcore (7.0 - 800) <455DC50D-9F7E-3F19-B05C-3DE6ACFEACAF> /System/Library/PrivateFrameworks/XMPPCore.framework/Versions/A/XMPPCore
           0x10d267000 -        0x10d3dbfff  com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x10d49b000 -        0x10d4d3fff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
           0x10d4e9000 -        0x10d53aff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x10d56c000 -        0x10d5afff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
           0x10d5c5000 -        0x10d5d8ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
           0x10d5e7000 -        0x10d6e4ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
           0x10d71e000 -        0x10da35ff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x10dab5000 -        0x10db36fff  com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x10db8f000 -        0x10dc35ff7  com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x10dc99000 -        0x10dd26ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x10dd6e000 -        0x10ddcbff7  com.apple.AE (645.3 - 645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x10ddfb000 -        0x10deacfff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x10df03000 -        0x10df34ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x10df59000 -        0x10dfa5ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
           0x10dfbd000 -        0x10e0bafff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
           0x10e0d5000 -        0x10e0e7ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
           0x10e0f3000 -        0x10e15bff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
           0x10e1b8000 -        0x10e1ddff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
           0x10e211000 -        0x10e216fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
           0x10e220000 -        0x10e22efff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
           0x10e23e000 -        0x10e243fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
           0x10e24e000 -        0x10e255fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
           0x10e25f000 -        0x10e274ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
           0x10e28c000 -        0x10e28dff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
           0x10e296000 -        0x10e299ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
           0x10e2a1000 -        0x10e2a1fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
           0x10e2ab000 -        0x10e2b3fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
           0x10e2c1000 -        0x10e2c7fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
           0x10e2ce000 -        0x10e2d0fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
           0x10e2da000 -        0x10e2dbff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
           0x10e2e6000 -        0x10e2e7fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
           0x10e2f3000 -        0x10e3bffe7  libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
           0x10e407000 -        0x10e40fff7  libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
           0x10e415000 -        0x10e44bfff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
           0x10e46a000 -        0x10e485ff7  libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
           0x10e49e000 -        0x10e4ccff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
           0x10e4dd000 -        0x10e4ebff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
           0x10e4ff000 -        0x10e50afff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
           0x10e517000 -        0x10e518ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
           0x10e522000 -        0x10e524ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
           0x10e52b000 -        0x10e531ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
           0x10e53d000 -        0x10e55fff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
           0x10e57d000 -        0x10e5ccff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
           0x10e5e1000 -        0x10e5f0ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
           0x10e5fb000 -        0x10e5fffff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
           0x10e606000 -        0x10e606fff  libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib
           0x10e60d000 -        0x10e61afff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
           0x10e620000 -        0x10e621ff2 +cl_kernels (???) <5C5043BA-85C8-4218-B6F3-94732A75E7D8> cl_kernels
           0x10e624000 -        0x10e62afff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x10e637000 -        0x10e63efff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x10e64c000 -        0x10e65aff7  libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
           0x10e661000 -        0x10e66eff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x10e67a000 -        0x10e67eff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x10e686000 -        0x10e687fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
           0x10e692000 -        0x10e6b3ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
           0x10e6c4000 -        0x10e6dbfff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x10e6e9000 -        0x10e700fff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x10e720000 -        0x10e74bfff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
           0x10e75f000 -        0x10e76cfff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
           0x10e775000 -        0x10e781ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
           0x10e78c000 -        0x10e866ff7  com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x10e8eb000 -        0x10eb20ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x10ec26000 -        0x10ec61fff  com.apple.LDAPFramework (2.4.28 - 194.5) <0190B746-F684-3F43-B4D0-148EFE386CA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
           0x10ec74000 -        0x10ec79fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x10ec89000 -        0x10ed5bff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x10edc0000 -        0x10ee3fff7  com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x10ee85000 -        0x10ee89fff  com.apple.IOSurface (86.0.3 - 86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x10ee96000 -        0x10f13afff  com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
           0x10f220000 -        0x10f277ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
           0x10f2a2000 -        0x10f2ecff7  libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x10f302000 -        0x10f308fff  libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x10f312000 -        0x10f326fff  libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x10f338000 -        0x10fcc8c67  com.apple.CoreGraphics (1.600.0 - 324.6) <DCC70C6E-AB6D-3457-A823-7569CB29B107> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
           0x10fdd6000 -        0x10fe56ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x10fe87000 -        0x10ff44ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x10ff8e000 -        0x10ffe4fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x11001a000 -        0x11002dff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x11003c000 -        0x110096fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x1100c9000 -        0x110108ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x110128000 -        0x11013cfff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x110154000 -        0x11025ffff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x1102c9000 -        0x110318ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x11033f000 -        0x1104dafef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x1104fc000 -        0x1104fcfff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x110506000 -        0x11056efff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x11057d000 -        0x110617fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x110625000 -        0x110a1cfff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x110a82000 -        0x110c08fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x110c38000 -        0x110c60fff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x110c6f000 -        0x110cc4ff7  libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x110cd8000 -        0x110cf8fff  libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x110d03000 -        0x110d07fff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x110d13000 -        0x110e15fff  libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x110e44000 -        0x110e47fff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
           0x110e4c000 -        0x110e90fff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
           0x110ea4000 -        0x110ec6ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x110ee0000 -        0x110f1afff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x110f3b000 -        0x110f5aff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
           0x110f6b000 -        0x111060fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
           0x111077000 -        0x1110f9fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x111125000 -        0x111127fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x11112d000 -        0x111138fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x111145000 -        0x111182fe7  libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x11118d000 -        0x11118ffff  libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x111196000 -        0x11119afff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x1111a5000 -        0x1111fbff7  com.apple.opencl (2.1.20 - 2.1.20) <AF142CA4-EA1D-31B0-A48

    Please read this whole message before doing anything. This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it. Step 1 The purpose of this step is to determine whether the problem is localized to your user account. Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up guest users” (without the quotes) in the search box. Don't use the Safari-only “Guest User” login created by “Find My Mac.” While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin. Test while logged in as Guest. Same problem? After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it. *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing. Step 2 The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login. Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows: 
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click Log in.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    *Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Messages Beta for OSX keeps crashing

    Hi folks,
    Downloaded the new Beta yesterday, and had a blast using it to get iMessages as well as bundle together my iChat into it. But it caused some problems.
    I was iMessaging my wife with it yesterday, and having no issue. But when I got onto my iPhone and tried responding to a few iMessages, it told me they could not be sent. I resent them by tapping on the red "!" and it successfully resent them to her and I thought it was just a transtional glitch from platform to platform.
    But upon trying to open Messages on OSX today, all I get are crashes. What's even more crazy is that it still wants to get IM messages and sits there bouncing with a badge that counts up, but every time I click on it I get the following:
    Then the chat window...
    Then the crash...
    Here's the crash log in case anyone can parse out why this is ocurring:
    Process:         iChat [8632]
    Path:            /Applications/iChat.app/Contents/MacOS/iChat
    Identifier:      com.apple.iChat
    Version:         6.1 (2051)
    Build Info:      iChat-2058000000000000~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [734]
    Date/Time:       2012-02-17 11:14:41.289 -0800
    OS Version:      Mac OS X 10.7.3 (11D50)
    Report Version:  9
    Crashed Thread:  14  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000616e6769
    VM Regions Near 0x616e6769:
        MALLOC_TINY            000000005a800000-000000005a900000 [ 1024K] rw-/rwx SM=COW 
    -->
        __TEXT                 0000000070000000-0000000070142000 [ 1288K] r-x/rwx SM=COW  /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    Application Specific Information:
    objc_msgSend() selector name: longLongValue
    objc[8632]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.audio.CoreAudio               0x9694ffc5 HALC_Object_HasProperty + 19
    1   com.apple.audio.CoreAudio               0x9694ff94 HALC_ProxyObject::HasProperty(HALB_Executor&, AudioObjectPropertyAddress, bool&) const + 62
    2   com.apple.audio.CoreAudio               0x9696b1ca _ZL26_Object_HasProperty_HelperR13HALB_Executormm26AudioObjectPropertyAddressRb + 160
    3   com.apple.audio.CoreAudio               0x969596da ___Control_HasProperty_block_invoke_58 + 65
    4   com.apple.audio.CoreAudio               0x96949bb6 HALB_Executor::DoIt(void ( block_pointer)(HALB_Executor&)) + 62
    5   com.apple.audio.CoreAudio               0x96949b45 HALB_Executor::Run(void ( block_pointer)(HALB_Executor&)) + 53
    6   com.apple.audio.CoreAudio               0x96979a8b _ZL36HAL_HardwarePlugIn_ObjectHasPropertyPP28AudioHardwarePlugInInterfacemPK26A udioObjectPropertyAddress + 143
    7   com.apple.audio.CoreAudio               0x9694f978 HALPlugIn::ObjectHasProperty(HALObject const&, AudioObjectPropertyAddress const&) const + 52
    8   com.apple.audio.CoreAudio               0x9694816a HALObject::HasProperty(AudioObjectPropertyAddress const&) const + 128
    9   com.apple.audio.CoreAudio               0x9694f939 HALDevice::HasProperty(AudioObjectPropertyAddress const&) const + 649
    10  com.apple.audio.CoreAudio               0x96952be4 AudioObjectHasProperty + 283
    11  com.apple.viceroy.framework             0x91eef82b AudioDeviceGetProperty_no_excp + 58
    12  com.apple.viceroy.framework             0x91ef0c85 GetAudioDeviceDescriptions + 1985
    13  com.apple.viceroy.framework             0x91ef1310 GetAudioDeviceList + 283
    14  com.apple.viceroy.framework             0x91ebb33c +[VideoConferenceController microphoneList] + 20
    15  com.apple.imavcore                      0x9aa20227 0x9a9fd000 + 143911
    16  com.apple.imavcore                      0x9aa2460f 0x9a9fd000 + 161295
    17  com.apple.imavcore                      0x9aa24af0 0x9a9fd000 + 162544
    18  com.apple.imavcore                      0x9aa25fa2 0x9a9fd000 + 167842
    19  libdispatch.dylib                       0x918e0e11 _dispatch_call_block_and_release + 15
    20  libdispatch.dylib                       0x918e32d0 _dispatch_after_timer_callback + 19
    21  libdispatch.dylib                       0x918e5c6c _dispatch_source_invoke + 672
    22  libdispatch.dylib                       0x918e264a _dispatch_queue_invoke + 61
    23  libdispatch.dylib                       0x918e2d75 _dispatch_main_queue_callback_4CF + 216
    24  com.apple.CoreFoundation                0x98160fe3 __CFRunLoopRun + 2003
    25  com.apple.CoreFoundation                0x9816047c CFRunLoopRunSpecific + 332
    26  com.apple.CoreFoundation                0x98160328 CFRunLoopRunInMode + 120
    27  com.apple.HIToolbox                     0x9ac4f17f RunCurrentEventLoopInMode + 318
    28  com.apple.HIToolbox                     0x9ac564e7 ReceiveNextEventCommon + 381
    29  com.apple.HIToolbox                     0x9ac56356 BlockUntilNextEventMatchingListInMode + 88
    30  com.apple.AppKit                        0x93e8ea9c _DPSNextEvent + 678
    31  com.apple.AppKit                        0x93e8e306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    32  com.apple.AppKit                        0x93e8a675 -[NSApplication run] + 911
    33  com.apple.AppKit                        0x9411e261 NSApplicationMain + 1054
    34  com.apple.iChat                         0x000bd405 0xbb000 + 9221
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9327d90a kevent + 10
    1   libdispatch.dylib                       0x918e2c58 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x918e16a7 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9327cbb2 __semwait_signal + 10
    1   libsystem_c.dylib                       0x90083222 pthread_join$UNIX2003 + 866
    2   com.apple.viceroy.framework             0x91f7361e CommNAT_RunTest + 153
    3   com.apple.viceroy.framework             0x91f20196 __-[VideoConferenceMultiController initWithRectTexture:]_block_invoke_1 + 982
    4   libdispatch.dylib                       0x918e0e11 _dispatch_call_block_and_release + 15
    5   libdispatch.dylib                       0x918e2797 _dispatch_queue_drain + 224
    6   libdispatch.dylib                       0x918e263c _dispatch_queue_invoke + 47
    7   libdispatch.dylib                       0x918e1e44 _dispatch_worker_thread2 + 187
    8   libsystem_c.dylib                       0x900d0b24 _pthread_wqthread + 346
    9   libsystem_c.dylib                       0x900d26fe start_wqthread + 30
    Thread 3:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x9327ac76 semaphore_timedwait_trap + 10
    1   libdispatch.dylib                       0x918e489d _dispatch_semaphore_wait_slow + 274
    2   libdispatch.dylib                       0x918e48fc dispatch_semaphore_wait + 36
    3   com.apple.viceroy.framework             0x91f4e7b6 __getCommNATAddresses_block_invoke_1 + 212
    4   libdispatch.dylib                       0x918e0e11 _dispatch_call_block_and_release + 15
    5   libdispatch.dylib                       0x918e1e70 _dispatch_worker_thread2 + 231
    6   libsystem_c.dylib                       0x900d0b24 _pthread_wqthread + 346
    7   libsystem_c.dylib                       0x900d26fe start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x9327d02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x900d0ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x900d26fe start_wqthread + 30
    Thread 5:: com.apple.NSURLConnectionLoader
    0   libsystem_c.dylib                       0x900ec5cc szone_malloc_should_clear + 76
    1   libsystem_c.dylib                       0x900ed66b szone_malloc + 24
    2   libsystem_c.dylib                       0x90123962 malloc_zone_malloc + 77
    3   libsystem_c.dylib                       0x90124882 malloc + 50
    4   libstdc++.6.dylib                       0x9bdf6409 operator new(unsigned long) + 105
    5   libstdc++.6.dylib                       0x9bde3040 std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) + 118
    6   libstdc++.6.dylib                       0x9bde4d69 char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) + 87
    7   libstdc++.6.dylib                       0x9bde4e76 std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) + 60
    8   com.apple.security                      0x99977f82 Security::MetaRecord::attributeIndex(cssm_db_attribute_info const&) const + 72
    9   com.apple.security                      0x99977d48 Security::MetaRecord::unpackRecord(Security::ReadSection const&, Security::Allocator&, cssm_db_record_attribute_data*, Security::CssmData*, unsigned int) const + 268
    10  com.apple.security                      0x99979a2c Security::LinearCursor::next(unsigned int&, cssm_db_record_attribute_data*, Security::CssmData*, Security::Allocator&, Security::RecordId&) + 200
    11  com.apple.security                      0x99aba318 Security::AppleDatabase::dataGetNext(Security::DbContext&, long, cssm_db_record_attribute_data*, Security::CssmData*, cssm_db_unique_record*&) + 178
    12  com.apple.security                      0x9997a0bb Security::DatabaseSession::DataGetNext(long, long, cssm_db_record_attribute_data*, Security::CssmData*, cssm_db_unique_record*&) + 169
    13  com.apple.security                      0x9998cb65 _ZL16cssm_DataGetNext17cssm_dl_db_handlelP29cssm_db_record_attribute_dataP9cssm _dataPP21cssm_db_unique_record + 146
    14  com.apple.security                      0x9998c9e8 CSSM_DL_DataGetNext + 104
    15  com.apple.security                      0x9998ccb7 SSDLSession::DataGetNext(long, long, cssm_db_record_attribute_data*, Security::CssmData*, cssm_db_unique_record*&) + 165
    16  com.apple.security                      0x99a9654a non-virtual thunk to SSDLSession::DataGetNext(long, long, cssm_db_record_attribute_data*, Security::CssmData*, cssm_db_unique_record*&) + 55
    17  com.apple.security                      0x9998cb65 _ZL16cssm_DataGetNext17cssm_dl_db_handlelP29cssm_db_record_attribute_dataP9cssm _dataPP21cssm_db_unique_record + 146
    18  com.apple.security                      0x9998c9e8 CSSM_DL_DataGetNext + 104
    19  com.apple.security                      0x999885cb Security::CssmClient::DbDbCursorImpl::next(Security::CssmClient::DbAttributes*, Security::CssmDataContainer*, Security::CssmClient::DbUniqueRecord&) + 419
    20  com.apple.security                      0x99ad880d Security::CssmClient::SSDbCursorImpl::next(Security::CssmClient::DbAttributes*, Security::CssmDataContainer*, Security::CssmClient::DbUniqueRecord&, cssm_access_credentials const*) + 59
    21  com.apple.security                      0x9998bf34 Security::CssmClient::SSDbCursorImpl::next(Security::CssmClient::DbAttributes*, Security::CssmDataContainer*, Security::CssmClient::DbUniqueRecord&) + 46
    22  com.apple.security                      0x9998b8ef Security::KeychainCore::KeychainSchemaImpl::KeychainSchemaImpl(Security::CssmCl ient::Db const&) + 823
    23  com.apple.security                      0x9998b58b Security::KeychainCore::KeychainSchema::KeychainSchema(Security::CssmClient::Db const&) + 37
    24  com.apple.security                      0x9998b4f5 Security::KeychainCore::KeychainImpl::keychainSchema() + 51
    25  com.apple.security                      0x9998b013 Security::KeychainCore::DefaultCredentials::operator()(Security::CssmClient::Db ) + 81
    26  com.apple.security                      0x9998aea5 Security::KeychainCore::KeychainImpl::defaultCredentials() + 211
    27  com.apple.security                      0x99a1d798 non-virtual thunk to Security::KeychainCore::KeychainImpl::makeCredentials() + 20
    28  com.apple.security                      0x99986734 Security::CssmClient::DbImpl::open() + 206
    29  com.apple.security                      0x99990382 Security::KeychainCore::KCCursorImpl::next(Security::KeychainCore::Item&) + 212
    30  com.apple.security                      0x999d0477 _SecIdentityCopyPreferenceMatchingName(__CFString const*, unsigned int, __CFArray const*, OpaqueSecIdentityRef**) + 495
    31  com.apple.security                      0x999cfc26 SecIdentityCopyPreference + 249
    32  com.apple.CFNetwork                     0x98fc9bab HTTPProtocolSSLSupport::getSSLCertsCached(__CFString const*) + 287
    33  com.apple.CFNetwork                     0x98fc9928 HTTPProtocol::setupSSLPropertiesOnStream(_CFURLRequest const*) + 304
    34  com.apple.CFNetwork                     0x98fc960a HTTPProtocol::openStream() + 86
    35  com.apple.CFNetwork                     0x98fc85df HTTPProtocol::useNetConnectionForRequest(__CFNetConnection*, __CFHTTPMessage*, unsigned char) + 895
    36  com.apple.CFNetwork                     0x98fc8191 HTTPConnectionCacheEntry::dispatchConnectionToProtocol(__CFNetConnection*, HTTPProtocol*, HTTPRequestMessage*, unsigned char) + 197
    37  com.apple.CFNetwork                     0x98fc38cb HTTPConnectionCacheEntry::enqueueRequestForProtocol(HTTPProtocol*, __CFHTTPMessage*) + 807
    38  com.apple.CFNetwork                     0x98fc3122 HTTPConnectionCache::EnqueueRequestForProtocol(HTTPProtocol*, __CFHTTPMessage*) + 230
    39  com.apple.CFNetwork                     0x98fbfa2f HTTPProtocol::createStream() + 1985
    40  com.apple.CFNetwork                     0x98fbf252 HTTPProtocol::createAndOpenStream() + 66
    41  com.apple.CFNetwork                     0x98fbd2ad URLConnectionLoader::loaderScheduleOriginLoadLocked(_CFURLRequest const*) + 353
    42  com.apple.CFNetwork                     0x98fbcfcb URLConnectionLoader::loaderScheduleLoad(_CFURLRequest const*) + 607
    43  com.apple.CFNetwork                     0x99097545 URLConnectionLoader::LoaderConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XLoaderEvent, XLoaderEventParams>*, long) + 681
    44  com.apple.CFNetwork                     0x98fbcce1 URLConnectionLoader::processEvents() + 107
    45  com.apple.CFNetwork                     0x990952b1 non-virtual thunk to URLConnectionInstanceData::multiplexerClientPerform() + 21
    46  com.apple.CFNetwork                     0x98fb7ada MultiplexerSource::perform() + 244
    47  com.apple.CoreFoundation                0x981373df __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    48  com.apple.CoreFoundation                0x98136d96 __CFRunLoopDoSources0 + 246
    49  com.apple.CoreFoundation                0x98160c68 __CFRunLoopRun + 1112
    50  com.apple.CoreFoundation                0x9816047c CFRunLoopRunSpecific + 332
    51  com.apple.CoreFoundation                0x98160328 CFRunLoopRunInMode + 120
    52  com.apple.Foundation                    0x949970f8 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378
    53  com.apple.Foundation                    0x9498ae59 -[NSThread main] + 45
    54  com.apple.Foundation                    0x9498ae09 __NSThread__main__ + 1582
    55  libsystem_c.dylib                       0x900ceed9 _pthread_start + 335
    56  libsystem_c.dylib                       0x900d26de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x9327ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9327a1f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x98157c7a __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x98160da4 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x9816047c CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x98160328 CFRunLoopRunInMode + 120
    6   com.apple.CoreMediaIO                   0x9a17aed2 CMIO::DAL::RunLoop::OwnThread(void*) + 160
    7   com.apple.CoreMediaIO                   0x9a170a3d CAPThread::Entry(CAPThread*) + 123
    8   libsystem_c.dylib                       0x900ceed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x900d26de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x9327cb42 __select + 10
    1   com.apple.viceroy.framework             0x91f72296 VTPRecvProc + 794
    2   libsystem_c.dylib                       0x900ceed9 _pthread_start + 335
    3   libsystem_c.dylib                       0x900d26de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x9327c83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900d2e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x900d2f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.viceroy.framework             0x91f70035 VTP_Select + 1064
    4   com.apple.viceroy.framework             0x91eb0eac TPRecvProc + 547
    5   libsystem_c.dylib                       0x900ceed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x900d26de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x9327d02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x900d0ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x900d26fe start_wqthread + 30
    Thread 10:
    0   libsystem_kernel.dylib                  0x9327cb42 __select + 10
    1   com.apple.viceroy.framework             0x91f74192 CommTest + 1531
    2   com.apple.viceroy.framework             0x91f744b7 CommNAT_Test + 593
    3   com.apple.viceroy.framework             0x91f736a4 RunTestProc + 94
    4   libsystem_c.dylib                       0x900ceed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x900d26de thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x9327d02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x900d0ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x900d26fe start_wqthread + 30
    Thread 12:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x9327c83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900d2e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9008342c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore                0x9bb40991 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   com.apple.WebCore                       0x925eb131 ***::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 135
    5   com.apple.WebCore                       0x925eb084 WebCore::LocalStorageThread::threadEntryPoint() + 74
    6   com.apple.WebCore                       0x925eafe1 WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 17
    7   libsystem_c.dylib                       0x900ceed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x900d26de thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x9327d02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x900d0ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x900d26fe start_wqthread + 30
    Thread 14 Crashed:: Dispatch queue: com.apple.root.default-priority
    0   libobjc.A.dylib                         0x90e3dd4b objc_msgSend + 27
    1   com.apple.iChat                         0x002649ab 0xbb000 + 1743275
    2   com.apple.iChat                         0x002656e5 0xbb000 + 1746661
    3   com.apple.Foundation                    0x949b4e6e -[NSBlockOperation main] + 269
    4   com.apple.Foundation                    0x949781ff -[__NSOperationInternal start] + 797
    5   com.apple.Foundation                    0x94977edb -[NSOperation start] + 67
    6   com.apple.Foundation                    0x9498c02e ____NSOQSchedule_block_invoke_2 + 135
    7   libdispatch.dylib                       0x918e0e11 _dispatch_call_block_and_release + 15
    8   libdispatch.dylib                       0x918e1e70 _dispatch_worker_thread2 + 231
    9   libsystem_c.dylib                       0x900d0b24 _pthread_wqthread + 346
    10  libsystem_c.dylib                       0x900d26fe start_wqthread + 30
    Thread 15:
    0   libsystem_kernel.dylib                  0x9327d02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x900d0ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x900d26fe start_wqthread + 30
    Thread 16:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x9327cb42 __select + 10
    1   com.apple.CoreFoundation                0x981aeee5 __CFSocketManager + 1557
    2   libsystem_c.dylib                       0x900ceed9 _pthread_start + 335
    3   libsystem_c.dylib                       0x900d26de thread_start + 34
    Thread 14 crashed with X86 Thread State (32-bit):
      eax: 0x590107d0  ebx: 0x00000000  ecx: 0x947e03a1  edx: 0x982c7549
      edi: 0x616e6769  esi: 0x00000000  ebp: 0xb0616d08  esp: 0xb0616c74
       ss: 0x00000023  efl: 0x00010202  eip: 0x90e3dd4b   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x616e6769
    Logical CPU: 3
    Binary Images:
       0xbb000 -   0x36cff7  com.apple.iChat (6.1 - 2051) <0A4FC077-50DA-3D85-9DD0-17FE97881954> /Applications/iChat.app/Contents/MacOS/iChat
      0x718000 -   0x71afff  com.apple.AddressBook.LocalSourceBundle (1.2 - 1083) <114A418A-D35E-3859-9CF2-43A8EBEE5223> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
      0x71f000 -   0x722ffe  com.apple.DirectoryServicesSource (1.2 - 1083) <0986E1F9-47D8-3E90-BAA1-702336BB0371> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
      0x728000 -   0x767fff  com.apple.ExchangeSource (1.2 - 1083) <4E60AD70-A474-3D9A-B424-219A0CC02D55> /System/Library/Address Book Plug-Ins/Exchange.sourcebundle/Contents/MacOS/Exchange
    0x3b39000 -  0x3b39ff7 +com.ecamm.iGlasses3 (3.0 - 3.0) <29DA960C-6B9D-3C94-94A3-7D4DE2481EC6> /Library/CoreMediaIO/*/iGlasses.plugin/Contents/MacOS/iGlasses
    0x4a96000 -  0x4a9affb  com.apple.audio.AudioIPCPlugIn (1.2.2 - 1.2.2) <E6982BB2-BEC8-3232-989D-B3D5B26AE0DF> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x4a9f000 -  0x4aa5ffb  com.apple.audio.AppleHDAHALPlugIn (2.1.7 - 2.1.7f9) <731DE928-8747-39A9-8C7A-E1017A4D1A07> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x4aaa000 -  0x4aafff7 +com.srslabs.iwow (??? - 3.3) <D710AA27-8935-D12E-A848-2742170C2A1F> /Library/Audio/Plug-Ins/HAL/iWow.plugin/Contents/MacOS/iTea
    0x4abc000 -  0x4ad3ff7 +iGlasses_Lion (??? - ???) <D9E10F8C-A9F8-8D1F-3770-4065F89B2B43> /Library/CoreMediaIO/*/iGlasses.plugin/Contents/MacOS/iGlasses_Lion
    0x4adc000 -  0x4b05ffb  com.apple.cmio.DAL.VDC_4 (210.0 - 3180) <82CD4CB5-D357-35A4-A078-C221566D47D7> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/ MacOS/VDC
    0x4b0f000 -  0x4b14fff  com.apple.ViceroyTrace (1.0 - 245.23) <9622E69F-3788-3264-AAA5-9933AFA9F591> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrac e.framework/Versions/A/ViceroyTrace
    0x4b1b000 -  0x4b1bff7  com.apple.LegacyHandle (1.0 - 245.23) <FF70E045-A0E7-303E-A5FE-4A9F0BAF2E24> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandl e.framework/Versions/A/LegacyHandle
    0x4b36000 -  0x4b3dff3 +com.ecamm.vdig.iGlasses3Driver (3.0 - 3.0) <942B5BE8-CFF5-493F-715D-1C7B538127B2> /Library/Components/*/iGlasses3
    0x4ea4000 -  0x4eaaff3  com.apple.SimpleKeyExchange (1.0 - 245.23) <0669A147-ADB1-3409-9501-47DB7A1E06B2> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyEx change.framework/Versions/A/SimpleKeyExchange
    0x4eb1000 -  0x4eb3ff4  com.apple.snatmap (1.0 - 245.23) <5CE69E53-49D9-328F-8A5A-CCE857DE34B1> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.fra mework/Versions/A/snatmap
    0x4ed0000 -  0x509cff7  com.apple.audio.codecs.Components (2.2 - 2.2) <ACB95E1B-100E-36FE-BE0F-F2525946B5A8> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x51de000 -  0x5299ff7  com.apple.AVConference (1.0 - 245.23) <E77C23B5-2DE5-3786-ACB3-54BCC919147A> /System/Library/PrivateFrameworks/AVConference.framework/Versions/A/AVConferenc e
    0x52d2000 -  0x55e4fff  com.apple.VideoProcessing (35.0 - 35.0) <94B8042D-BDD3-3C40-84F5-4CDBEC016017> /System/Library/PrivateFrameworks/VideoProcessing.framework/Versions/A/VideoPro cessing
    0x5630000 -  0x564eff7  com.apple.ICE (1.0 - 245.23) <86E81A6C-6587-3B88-B4B0-0275786764A1> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framewo rk/Versions/A/ICE
    0x885d000 -  0x8864fff  com.apple.iChat.Styles.Balloons (6.1 - 2051) <D272D72C-63F0-3902-BB73-48BBF24AB644> /Applications/iChat.app/Contents/PlugIns/Balloons.transcriptstyle/Contents/MacO S/Balloons
    0x8905000 -  0x8906fff  com.apple.iChat.PersonIconPlugIn (6.1 - 2051) <77BFAD92-837F-3671-A6FD-C2FCA0D619CC> /Applications/iChat.app/Contents/PlugIns/PersonIcon.plugin/Contents/MacOS/Perso nIcon
    0x891a000 -  0x891ffe2  libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <57256969-D8B2-3B02-9425-25E719AAF478> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x8926000 -  0x8928fff  libCoreFSCache.dylib (??? - ???) <17698E23-65F8-30AF-9C05-7E6172E52656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x894a000 -  0x894affb +cl_kernels (??? - ???) <0547DCB8-EEB0-454D-BB9A-29713D5EB7C6> cl_kernels
    0x894c000 -  0x89edff7  unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
    0x8a07000 -  0x8a08ffb +cl_kernels (??? - ???) <1E3FF16E-D6C8-4EA7-808D-A341191D04F8> cl_kernels
    0x8b4c000 -  0x8b4cff3 +cl_kernels (??? - ???) <E14A145A-AC77-4AD2-9AF5-1B8216C37BE3> cl_kernels
    0x8b53000 -  0x8b54ff8 +cl_kernels (??? - ???) <4E88A90D-0D35-49FB-ABD4-B09C4F617C49> cl_kernels
    0x70000000 - 0x70141fff  com.apple.audio.units.Components (1.7.2 - 1.7.2) <44C7D574-F577-30B8-B74D-F2EF8A5A282A> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8feba000 - 0x8feecaa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
    0x90005000 - 0x90006ff7  libquarantine.dylib (36.2.0 - compatibility 1.0.0) <3F974196-FBAD-3DBD-8ED0-DC16C2B3526B> /usr/lib/system/libquarantine.dylib
    0x90007000 - 0x90050ff7  libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90051000 - 0x90051ff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90052000 - 0x90055ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <E06426D8-CC01-3754-B5B3-D15CBA5C8D73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x90056000 - 0x90066fff  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
    0x90072000 - 0x9013dfff  libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
    0x9013e000 - 0x901a5fff  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
    0x901a6000 - 0x901a9ffb  com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x901aa000 - 0x901ddfff  com.apple.iChat.IMRenderingFoundation (6.1 - 800) <101F364B-B95E-3D7B-B9C5-195484A17B7B> /System/Library/Frameworks/InstantMessage.framework/Versions/A/Frameworks/IMRen deringFoundation.framework/Versions/A/IMRenderingFoundation
    0x901de000 - 0x901dfffc  com.apple.EFILogin (1.0 - 1) <A5CD828D-92D9-3866-ABF9-24551BD32301> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x901e0000 - 0x9020bfff  com.apple.GSS (2.1 - 2.0) <DA24E4F9-F9D4-3CDB-89E4-6EAA7A9F6005> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9020c000 - 0x9028dff2  com.apple.PackageKit (2.0.2 - 169) <D4F8D75F-2F82-3400-BB90-92694CC8F563> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
    0x9028e000 - 0x902a6ff7  libexpat.1.dylib (7.2.0 - compatibility 7.0.0) <C7003CC0-28CA-3E04-9B9E-0A15138ED726> /usr/lib/libexpat.1.dylib
    0x902a7000 - 0x902d0ffe  com.apple.opencl (1.50.69 - 1.50.69) <44120D48-00A2-3C09-9055-36D309F1E7C9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x902d4000 - 0x902ddffb  com.apple.DisplayServicesFW (2.5.2 - 317) <02BD6AF3-F355-3F68-9DC2-2DA28CE27682> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x902de000 - 0x902f4ffe  libxpc.dylib (77.18.0 - compatibility 1.0.0) <D40B8FD1-C671-3BD5-8C9E-054AF6D4FE9A> /usr/lib/system/libxpc.dylib
    0x904f7000 - 0x904f8ffd  com.apple.ServerInformation (1.0 - 1) <E964895E-8205-3406-8C9E-E312EA4C83F8> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
    0x904f9000 - 0x9064bfff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9064c000 - 0x9064efff  com.apple.IMServicePlugInSupport (7.0 - 900) <F921E679-A398-3024-8E53-E74B18200B74> /System/Library/Frameworks/IMServicePlugIn.framework/Versions/A/Frameworks/IMSe rvicePlugInSupport.framework/Versions/A/IMServicePlugInSupport
    0x9064f000 - 0x906aaff3  com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x906ab000 - 0x906eefff  com.apple.MediaKit (12 - 589) <C9B45C52-6AC0-3685-82E7-E65960D82F87> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x906ef000 - 0x90723ff8  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
    0x90724000 - 0x90760ffa  libGLImage.dylib (??? - ???) <05B36DC4-6B90-33E6-AE6A-10CAA1B70606> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90df3000 - 0x90e10ff3  com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x90e11000 - 0x90e36ff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90e37000 - 0x90f0daab  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
    0x90f0e000 - 0x90f10ff9  com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90f11000 - 0x91022ff7  libJP2.dylib (??? - ???) <143828CE-D429-3C66-A0DC-4F39536568E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91023000 - 0x91024fff  com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91025000 - 0x9102dff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x9102e000 - 0x910f0fff  com.apple.CoreServices.OSServices (478.37 - 478.37) <00A48B2A-2D75-3FD0-9805-61BB11710879> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x910f1000 - 0x911d2ff3  com.apple.backup.framework (1.3.1 - 1.3.1) <2CFEC368-F3FA-33C2-A821-336ACBAB0D35> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x911d3000 - 0x912e3fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
    0x912e4000 - 0x912efff4  com.apple.CrashReporterSupport (10.7.3 - 349) <AA8CA4B8-666D-3574-9D2E-F1A28111341F> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x9133d000 - 0x9145bfec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9145c000 - 0x91482ffb  com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x91732000 - 0x91740ff7  com.apple.AppleFSCompression (37 - 1.0) <5D91F412-7B04-335D-8E1A-AFD463859EA2> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x91773000 - 0x917f2ff7  com.apple.iLifeMediaBrowser (2.6.2 - 502.2.12) <A6253E92-F339-306D-9AC0-3CFAB169E8D0> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x917f3000 - 0x917f4ff4  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
    0x917f5000 - 0x918ddfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
    0x918de000 - 0x918dfffd  libCVMSPluginSupport.dylib (??? - ???) <6C364E11-B9B3-351A-B297-DB06FBAAFFD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x918e0000 - 0x918eefff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
    0x918ef000 - 0x91910fff  com.apple.framework.internetaccounts (1.2 - 3) <C54DD5C3-DF85-302D-9D4B-6C34C4B1A8A2> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x91911000 - 0x9192bfff  com.apple.DistributionKit (600 - 686.3) <E6E2B30D-3E0E-3846-B4F9-6CA9815BEB78> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit. framework/Versions/A/DistributionKit
    0x9192c000 - 0x9192ffff  com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x91930000 - 0x91978ff7  com.apple.SystemConfiguration (1.11.2 - 1.11) <CA077C0D-8A54-38DB-9690-5D222899B93D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91984000 - 0x91984ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x919c6000 - 0x919cdff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
    0x919ec000 - 0x919f6ff0  com.apple.DirectoryService.Framework (10.7 - 146) <EDAEA2B3-2BDE-377D-9170-750DE5753029> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x919f9000 - 0x91a55fff  com.apple.coreui (1.2.1 - 165.3) <65526A00-D355-3932-9279-9A7D6BF76D95> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x91ab0000 - 0x91af0ff7  com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91af1000 - 0x91df3fff  com.apple.CoreServices.CarbonCore (960.20 - 960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x91e3c000 - 0x91e79ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <4508AABD-EDA8-3BF7-B03A-978D2395C9A8> /usr/lib/libcups.2.dylib
    0x91e7e000 - 0x91e8ffff  com.apple.iChat.InstantMessage (6.1 - 2010) <E47B0D8B-B435-3767-AF72-B2594A5F0F60> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x91e90000 - 0x91e9eff7  libxar.1.dylib (??? - ???) <9BD02F7B-6688-3504-B53E-4158F61C1249> /usr/lib/libxar.1.dylib
    0x91e9f000 - 0x91fcdff3  com.apple.viceroy.framework (453 - 453) <587FA19B-294A-3C89-8996-C9F4AB6E8F1A> /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x91fce000 - 0x91fd9ffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
    0x91fda000 - 0x91fdbffd  libwebsharing.dylib (??? - ???) <3660334A-2C29-3A39-9DB7-720090A0BB32> /usr/lib/libwebsharing.dylib
    0x91fdc000 - 0x91fe7ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <DD0529E3-9D71-37B6-9EB8-D7747B2B12C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91fe8000 - 0x91fe8fff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91fe9000 - 0x92077ffb  com.apple.imcore (7.0 - 900) <990F3BA4-426E-39CB-B869-4E24689D14D3> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x920ca000 - 0x92118ff3  com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <2FBC3C23-B0DD-3F0B-8452-90954F9C7E13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x92119000 - 0x9211eff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
    0x9211f000 - 0x9214cff7  com.apple.securityinterface (5.0 - 55007) <E5139C3F-23D2-363D-A4A2-B491E55A5439> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9214d000 - 0x92507ffb  com.apple.SceneKit (2.2 - 125.3) <D4EAD83D-0E86-3159-80D6-C8B53B25B833> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x92508000 - 0x92519fff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x9251a000 - 0x92524ff2  com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x925c8000 - 0x92fe8fff  com.apple.WebCore (7534.53 - 7534.53.11) <1A48798F-7E15-3792-9CA2-8661F49669AB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x92fe9000 - 0x93080ff3  com.apple.securityfoundation (5.0 - 55107) <DF36D4ED-47F7-3F7F-AB09-32E5BFB7EF05> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93081000 - 0x930c4ffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
    0x930c5000 - 0x930e1ffc  libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x930e2000 - 0x930f0fff  com.apple.opengl (1.7.6 - 1.7.6) <5EF9685C-F8B2-3B22-B291-8012761E9AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x930f1000 - 0x93101ff7  libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
    0x93127000 - 0x9312eff7  com.apple.marco (7.0 - 900) <CC9CAC76-1AE7-317B-BE2D-AA7709944F35> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x9312f000 - 0x93209ff3  com.apple.Bluetooth (4.0 - 4.0.3f12) <AA839B33-A778-38F5-B6EF-47C97E77AB69> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x9320a000 - 0x93263fff  com.apple.HIServices (1.11 - ???) <F8B77735-B168-3E21-9B8F-921115B4C19B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x93264000 - 0x93282ff7  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
    0x93283000 - 0x93283fff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93284000 - 0x93289ffd  libGFXShared.dylib (??? - ???) <179E77CE-C72C-3B5F-8F1E-3901517C24BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9328a000 - 0x93314ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93315000 - 0x9333fff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
    0x93340000 - 0x93354ff7  com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x93355000 - 0x93365fff  com.apple.login (1.0 - 1) <CB826BF9-F8DF-38E1-9EF0-C44238EE8817> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x93366000 - 0x933e1ffb  com.apple.ApplicationServices.ATS (317.5.0 - ???) <7A8B0538-8E2E-3355-81E3-0C0A7EBED28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x933e2000 - 0x9343fffb  com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93440000 - 0x93783fff  com.apple.MediaToolbox (1.0 - 705.61) <FF915A3D-16F4-3191-A9B2-EF9270104786> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x93784000 - 0x9387cff7  libFontParser.dylib (??? - ???) <8C069D3D-534F-3EBC-8035-A43E2B3A431A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9387d000 - 0x93899ff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x938aa000 - 0x938c1ff8  com.apple.CoreMediaAuthoring (2.0 - 890) <53F48529-E89F-3518-B888-C8C735C16F8F> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x938c2000 - 0x938c6ff3  libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
    0x938c7000 - 0x938ecfff  com.apple.datadetectors (3.2 - 172.5) <6BD9F9AE-88BE-34B5-B951-181CE0662499> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x938ed000 - 0x93963fff  com.apple.Metadata (10.7.0 - 627.28) <71AC8DA5-FA89-3411-A97C-65B6129E97BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x93964000 - 0x939b4ff0  libTIFF.dylib (??? - ???) <F532A16A-7761-355C-8B7B-CEF988D8EEFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x93a06000 - 0x93a09ffd  libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x93a0a000 - 0x93a0dff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x93a0e000 - 0x93a0fffd  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x93a10000 - 0x93a14fff  libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x93a15000 - 0x93a2effb  com.apple.ScriptingBridge (1.2.1 - ???) <21A258EA-C4B7-3DCE-A041-3A2FBA08C24C> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x93a33000 - 0x93a43fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x93a44000 - 0x93a4affb  com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93a4b000 - 0x93a86fff  com.apple.bom (11.0 - 183) <39257FE6-8B23-39B6-9528-57184104A98F> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x93a87000 - 0x93aebfff  com.apple.framework.IOKit (2.0 - ???) <8DAF4991-7359-3D1B-AC69-3CBA797D1E3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93aec000 - 0x93af2ffd  com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x93af3000 - 0x93d0eff7  com.apple.imageKit (2.1.1 - 1.0) <3A523A4F-BE07-35B1-9A41-523FD27C14D4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93d0f000 - 0x93d3eff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
    0x93d3f000 - 0x93d40fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x93e56000 - 0x93e84fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <07D9A827-9567-34C2-9022-AF4BF975C9A7> /usr/lib/libSystem.B.dylib
    0x93e85000 - 0x94918ff6  com.apple.AppKit (6.7.3 - 1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9492b000 - 0x94c35ff3  com.apple.Foundation (6.7.1 - 833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94c36000 - 0x94c50fff  com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94c51000 - 0x94d34ff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
    0x94d35000 - 0x94d39ff7  com.apple.OpenDirectory (10.7 - 146) <3D3D30CE-6D82-3681-AA98-4E3AEFFA4229> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94d40000 - 0x94d90ff9  com.apple.QuickLookFramework (3.1 - 500.10) <E56B33BE-4445-3CC9-AAA5-1C8E6D45FEB0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x94d91000 - 0x94df3ffb  com.apple.datadetectorscore (3.0 - 179.4) <32262124-6F75-3999-86DA-590A90BA464C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x94df4000 - 0x94e89ff7  com.apple.LaunchServices (480.27.1 - 480.27.1) <8BFE799A-7E35-3834-9403-20E5ADE015D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94e8a000 - 0x94e93fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x94e94000 - 0x94eebff3  libCoreStorage.dylib (??? - ???) <197358E1-D5C2-3157-AAA3-AB700795EEA7> /usr/lib/libCoreStorage.dylib
    0x94f5c000 - 0x9534fffb  com.apple.VideoToolbox (1.0 - 705.61) <1278DC1E-AF77-34C1-9A60-B61ECF806E4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x95350000 - 0x95467fe9  com.apple.WebKit (7534.53 - 7534.53.11) <E6C70036-EDDD-368B-A865-349615BB0A89> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95468000 - 0x95475fff  libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x95476000 - 0x95484ff7  libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
    0x95485000 - 0x954a2fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
    0x954a3000 - 0x954a3fff  libodfde.dylib (??? - ???) <C0515427-6D54-35E6-911D-A2510C1A0C54> /usr/lib/libodfde.dylib
    0x954a4000 - 0x95548fff  com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x95be4000 - 0x95c5cff8  com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x95c5d000 - 0x95c68ffc  com.apple.bsd.ServiceManagement (2.0 - 2.0) <92C8B5DE-ACAB-36DF-9CA8-F113A28C4B20> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x95c69000 - 0x95edcff7  com.apple.CoreImage (7.93 - 1.0.1) <88FEFE5B-83A9-3CD9-BE2E-DB1E0553EBB0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x95f68000 - 0x95fd7fff  com.apple.Heimdal (2.1 - 2.0) <BCF7C3F1-23BE-315A-BBB6-5F01C79CF626> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x96120000 - 0x96157fef  com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x96315000 - 0x9631dff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
    0x9631e000 - 0x9635fff9  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <CAE102A7-EA5E-391C-A91F-A08071A68652> /usr/lib/libcurl.4.dylib
    0x96360000 - 0x96514ff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
    0x96515000 - 0x96515fff  com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x96516000 - 0x96524fff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x96525000 - 0x965e5ffb  com.apple.ColorSync (4.7.1 - 4.7.1) <68413C12-2380-3B73-AF74-B9E069DFB89A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x965ef000 - 0x9662dff1  com.apple.ScreenSharingFramework (2.0.1 - 2.0.1) <2D99272B-AD04-338B-AB71-BA9D02F20486> /System/Library/PrivateFrameworks/ScreenSharing.framework/Versions/A/ScreenShar ing
    0x9662e000 - 0x96637ff3  com.apple.CommonAuth (2.1 - 2.0) <5DA75D12-A4D6-3362-AD72-79A64C79669E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x96638000 - 0x968bdfe3  com.apple.QuickTime (7.7.1 - 2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x968be000 - 0x968befff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
    0x968bf000 - 0x968d4ff7  com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x968e6000 - 0x968e6fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96942000 - 0x969a3ffb  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x969a4000 - 0x96bcdffb  com.apple.QuartzComposer (5.0 - 236.3) <E805537F-7BB8-31C6-A3F3-27D8CD1FE31E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x96bce000 - 0x96c0fff7  com.apple.CoreMedia (1.0 - 705.61) <75CC7ECC-8D62-3BA3-BD9B-D5E7FA82EC2D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x96c55000 - 0x96db7fff  com.apple.QTKit (7.7.1 - 2315) <21C7F00E-FBB9-3F12-AE51-06A630ECAC5E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96db8000 - 0x96df6fff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0FAB8C29-2A1B-3E25-BA34-BDD832B828DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x96df7000 - 0x96e37ff3  com.apple.facetimeservices (7.0 - 900) <CB9ED8E2-3072-3336-ACB1-1FA82EAAB743> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
    0x96e38000 - 0x97314ff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x973cc000 - 0x973ceffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x98120000 - 0x98124fff  com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2A

    Please do not report this stuff here. This is a user forum not the beta test site. You need to read the release notes that came with this software. See the following:
    Go here or, better yet, here. In the release notes to which I referred:
    Bug Reporting
    This build is being provided to you for testing and development purposes. Should you encounter any problems, please submit a bug report using the online Bug Reporter at <http://bugreporter.apple.com/>. Please make sure to include "10.8 (12A128p)" in the bug title and description. This information will ensure that your bug is processed quickly.
    When submitting a bug report, please make sure to include a Summary, Steps to Reproduce, Expected Results, Actual Results, and the diagnostic output generated by running ‘sudo sysdiagnose’ in the Terminal.
    For complete instructions on submitting bug reports, please visit the Bug Reporting page at <http://developer.apple.com/bugreporter/>.
    Thank you for your support.
    Apple World Wide Developer Relations

Maybe you are looking for