Launching NAL object upon logging out

I would like to know if its possible to launch a NAL object when user is
logging out.
Thanks in advance,
Ricard

On Mon, 16 Apr 2007 14:23:25 GMT, Ricard Malvesi Saguer wrote:
> I would like to know if its possible to launch a NAL object when user is
> logging out.
only with a scheduled action which than calls up nal with switches for the
app
Marcus Breiden
If you are asked to email me information please change -- to - in my e-mail
address.
The content of this mail is my private and personal opinion.
http://www.edu-magic.net

Similar Messages

  • HT4628 How can I set up a standard account to auto disconnect from the wireless network upon logging out (Using Mavericks)?  There used to be a setting for this in previous versions of OSX but I can't find it in the new version.

    How can I set up a standard account to auto disconnect from the wireless network upon logging out (Using Mavericks)?  There used to be a setting for this in previous versions of OSX but I can't find it in the new version.

    How can I set up a standard account to auto disconnect from the wireless network upon logging out (Using Mavericks)?  There used to be a setting for this in previous versions of OSX but I can't find it in the new version.

  • Closing Browser upon Logging out

    Hi all,
    As the so many others who posted ( and still do) voicing their concern regarding the security whole that allows users to simply click the back button to see previously displayed data. I understand they won't be able to do anything without getting prompted by the login screen again, but the fact they can see it is scarey enough. I hope this thread puts this issue to rest at least if I can summarize it, suggest the different options available, and lead prospective inquirers in the right direction. Having read all related threads in this forum, I was disappointed to see replies either circumvente, ignore, or invalidate the issue altogether. The button line is there is no proposed solution (step by step) on how to prevent this other than generic suggestions that are probably none applicable any way.
    I would like to challenge the experts in this forum to respond in a conclusive manner explaining a solution on a step by step basis (e.g. Oracle by example) approach. Form what I've seen, I can either unset the session cookie and close the browser window. Or, I can use some metadata tags somewhere in the page template to expire browser cache. I prefer to do this without closing windows, but I will be content if I'm shown how to do it.
    I know expiring browser cache is doeable because our PeopleSoft application and my bank does it without closing my browser.
    Again, for the htmldb experts among us, step in and show us your muscles!!!

    Thanks for those who took the time to reply. The meta tags did not work. I tested it in FFox and IE with no luck. However, in the process of researching this issue. I came up with these different options. It looks like this can be done on the server and client side. I will start with client side options.
    1) Use of Meta tags.
    This option is widely mentioned on the net. I've seen some posts indicating that not all browsers support it. This option did not work for me in FFox or IE. The suggestion is to insert these tags in the header section of the page you want to disable going back to:
    <meta http-equiv="Expires" CONTENT="0">
    <meta http-equiv="Cache-Control" CONTENT="no-cache">
    <meta http-equiv="Pragma" CONTENT="no-cache">
    2) Froce forward on the page
    Simple (not necessarily fool-proof) but works. By putting this code in the page template header section I practically disabled 'BACK' button on all pages in the application. You can selectively put in any page you want to disable going back to. Any way, you really do not need the 'BACK' button since all branching is taken care off using items you specify.
    <script language="JavaScript">
    <!--
    javascript:window.history.forward(1);
    //-->
    </script>
    3) Replace current page in history.
    The idea here is to disable logging the current page in the browser history. This way, user can not go back to this page. I was able to get this to work making my own page and I liked it. But I was not able (or did not know how) to get it to work with the LOGOUT link in HTMLDB. This method works when a user branches out from page A to B using a link in A. I tried using a link of my own to replace HTMLDB default logout navigator link. It worked, but I was not able to unset the cookie along with it. If you know how, please share with us.
    No back button when you do this.
    you can see an this implemented here http://www.4guysfromrolla.com/webtech/111500-1.2.shtml
    4) Close browser upon logging off.
    Last resort. I got it to work in IE but not FFox. In the later, you can not close window unless it was opened from the same script. I did not mind this method, it is just I never got it to work in FFox.
    Finally, I've see some server side code to expire pages ,but I really did not have time to play with it yet.
    I used the method I liked the least, but it worked. If you know how to implement any of the others, please share.
    You can get more details here http://www.4guysfromrolla.com/webtech/111500-1.shtml.
    Thanks.

  • OS 10.8.5 crashes upon logging out

    I'm suddenly experiencing the login window crashing on 10.8.5. It happens every time I log out. The login screen never appears, it just turns/stays gray. I have to manually shut off the mini and reboot while holding down the option key. Which I have to do repeatedly until it works, as this only succeeds a third of the time. How do I fix this?

    I resolved the issue. When I Verified Disk Permissions in Disk Utility, it showed some conflict. Repair Disk Permissions corrected them and my mini no longer crashes on the login window.

  • Homepage, Toolbar, and Default browser settings won't stay after logging out and then back in.

    We have Firefox ESR 17.0.7. Our Enterprise uses Firefox as our default. We are trying to figure out why we keep some settings and lose other settings. Upon logging out we lose settings like Home Page, Toolbar changes and making Firefox the default browser. We can set them but overnight the setting will not exist anymore. We have tried creating a new profile using the profile manager and even pointing the profile folder to a different location to see if that helps. But to no avail.

    You probably do not use CCleaner, but if you do, or if you use another "clean up" tool that runs at Windows launch or shutdown, make sure to create an exception for the Firefox Profiles folder.

  • Close Netlet automatically on log out

    Simple tip that was passed on to me by my iPlanet SE on how to close the
    little Netlet Launch window automatically when logging out of iPS...
    modify menubar.html - found in
    /etc/opt/SUNWips/desktop/your_template_dir/iwtDesktop
    Change the "action=logout" to also perform a Netlet window close like this:
    <A HREF="/DesktopServlet?action=logout
    onCLick="window.open('','Netlet').close()">
    Please note that the first parameter in window.open is TWO single quotes
    (which represents a null URL). This may incorrectly look just like a
    double-quote with some fonts.
    This bit of code could be improved to first check to make sure the Netlet
    window is open before closing it. As it is now, if the Netlet is already
    closed, it will flash up a new empty Netlet window and immediately close it,
    but this happens so fast, it is barely noticed.
    Also, this only works if the user logs out, and not if they close the iPS
    window by other means.
    I think it would be great to close all orphaned windows created in an iPS
    session, such as those created by Netlet rules for telnet, Citrix, etc.
    But that's for another day to look at...
    Gary Beshara
    BP

    You need a logout hook. See http://www.macosxhints.com/article.php?story=20031005165919533

  • Some users don't appear at the login screen when restarting, only upon logging in as a user who does appear, then logging out. How can I make all users appear on the initial list?

    I've inherited a previously used early 2011 13-inch MacBook Pro at work.
    I now have my own account on the computer, however the account does not show up on the list of users to log in as in the start up log in screen. It will only appear if I first log in as one of the users who do appear, then logout. The background also changes between these two log in screens - the start up one is white whereas after logging out of one user it's the brushed steel background. My account has admin powers.
    Anyone have any ideas how I can make this account also show up on the start up screen?
    Thanks in advance for any help.

    I do think it has something to do with FileVault.
    Under System Preferences -> Security & Privacy -> FileVault I try and click "Enable users" near the bottom (after unlocking with an admin password). If I do this from my own account a green check mark appears next to my name, but upon clicking "done" I received this message after a brief loading period:
    The following users weren’t allowed to unlock this disk because an unknown error occurred: (myusername).
    I tried going into the root account and performing this same process, the first time System Prefences unexpectedly quit, and the second I received the same error as above after clicking the "Enable User..." button next to my account and trying to hit "Done".

  • Safari causes log out when launching it/opening top sites

    I'm currently using Chrome, but for the last 10-15 times that I've tried to use Safari, either:
    a) It doesn't launch, the screen flashes blue, and I'm logged out of the current user and sent to the Log In screen
    or
    b) It launches, but when I click on Top Sites, it does the same as above
    I can view other sites, but not Top Sites, if it launches.
    Error Report:
    Process:         Safari [50418]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.5 (6533.21.1)
    Build Info:      WebBrowser-75332101~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [242]
    Date/Time:       2011-05-09 20:13:34.921 -0700
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Sleep/Wake UUID: A6388367-BA79-4509-9F6F-5992284EADA7
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Crashed Thread:  11
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x00007fff83bec29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff83bec90d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff81168932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff81167dbf CFRunLoopRunSpecific + 575
    4   com.apple.HIToolbox                     0x00007fff83de67ee RunCurrentEventLoopInMode + 333
    5   com.apple.HIToolbox                     0x00007fff83de65f3 ReceiveNextEventCommon + 310
    6   com.apple.HIToolbox                     0x00007fff83de64ac BlockUntilNextEventMatchingListInMode + 59
    7   com.apple.AppKit                        0x00007fff86699e64 _DPSNextEvent + 718
    8   com.apple.AppKit                        0x00007fff866997a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9   com.apple.Safari                        0x0000000100015ff6 0x100000000 + 90102
    10  com.apple.AppKit                        0x00007fff8665f48b -[NSApplication run] + 395
    11  com.apple.AppKit                        0x00007fff866581a8 NSApplicationMain + 364
    12  com.apple.Safari                        0x0000000100009f18 0x100000000 + 40728
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff83c31652 select$DARWIN_EXTSN$NOCANCEL + 10
    1   libSystem.B.dylib                       0x00007fff83c070e7 _dispatch_mgr_invoke + 388
    2   libSystem.B.dylib                       0x00007fff83c06cd4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff83c067fe _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff83c06128 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff83c05fc5 start_wqthread + 13
    Thread 2:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x00007fff83c26f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff83c2ada1 _pthread_cond_wait + 1286
    2   com.apple.WebCore                       0x00007fff8041f0f9 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3   com.apple.WebCore                       0x00007fff8041b1fc WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4   libSystem.B.dylib                       0x00007fff83c254f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff83c253a9 thread_start + 13
    Thread 3:  Safari: CertRevocationChecker
    0   libSystem.B.dylib                       0x00007fff83bec29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff83bec90d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff81168932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff81167dbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                        0x000000010002f5c5 0x100000000 + 193989
    5   com.apple.Safari                        0x000000010002f555 0x100000000 + 193877
    6   libSystem.B.dylib                       0x00007fff83c254f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff83c253a9 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff83bec29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff83bec90d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff81168932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff81167dbf CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff839a6f5f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation                    0x00007fff83927f29 __NSThread__main__ + 1429
    6   libSystem.B.dylib                       0x00007fff83c254f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff83c253a9 thread_start + 13
    Thread 5:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x00007fff83bec29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff83bec90d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff81168932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff81167dbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                        0x000000010002f5c5 0x100000000 + 193989
    5   com.apple.Safari                        0x000000010002f555 0x100000000 + 193877
    6   libSystem.B.dylib                       0x00007fff83c254f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff83c253a9 thread_start + 13
    Thread 6:  Safari: SnapshotStore
    0   libSystem.B.dylib                       0x00007fff83c26f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff83c2ada1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff860afa40 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari                        0x00000001001be5bd 0x100000000 + 1828285
    4   com.apple.Safari                        0x00000001000470a7 0x100000000 + 290983
    5   com.apple.Safari                        0x0000000100046f25 0x100000000 + 290597
    6   libSystem.B.dylib                       0x00007fff83c254f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff83c253a9 thread_start + 13
    Thread 7:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x00007fff83c2fe52 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x00007fff8118a498 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x00007fff83c254f6 _pthread_start + 331
    3   libSystem.B.dylib                       0x00007fff83c253a9 thread_start + 13
    Thread 8:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x00007fff83c26f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff83c2ada1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff860afa40 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff8076ffb1 WebCore::LocalStorageThread::threadEntryPoint() + 193
    4   libSystem.B.dylib                       0x00007fff83c254f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff83c253a9 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                       0x00007fff83bec29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff83bec90d mach_msg + 59
    2   com.apple.QuartzCore                    0x00007fff8197e3a6 CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore                    0x00007fff8197e2e6 thread_fun + 34
    4   libSystem.B.dylib                       0x00007fff83c254f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff83c253a9 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                       0x00007fff83c05f4a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff83c0635c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff83c05fc5 start_wqthread + 13
    Thread 11 Crashed:
    0   com.apple.GeForceGLDriver               0x0000000200012ce0 gldAttachDrawable + 2528
    1   com.apple.GeForceGLDriver               0x00000002000d69b9 gldUpdateDispatch + 14921
    2   com.apple.GeForceGLDriver               0x00000002000d6df3 gldFinish + 99
    3   com.apple.GeForceGLDriver               0x00000002000a0052 glrCompExecuteKernel + 494194
    4   com.apple.GeForceGLDriver               0x00000002000914ab glrCompExecuteKernel + 433867
    5   com.apple.GeForceGLDriver               0x000000020009181d glrCompExecuteKernel + 434749
    6   com.apple.GeForceGLDriver               0x0000000200086c48 glrCompExecuteKernel + 390760
    7   com.apple.GeForceGLDriver               0x0000000200086fed glrCompExecuteKernel + 391693
    8   com.apple.GeForceGLDriver               0x000000020008de42 glrCompExecuteKernel + 419938
    9   com.apple.GeForceGLDriver               0x000000020016525e gldCopyTexSubImage + 393422
    10  com.apple.GeForceGLDriver               0x0000000200165543 gldCopyTexSubImage + 394163
    11  com.apple.GeForceGLDriver               0x000000020016566c gldCopyTexSubImage + 394460
    12  com.apple.GeForceGLDriver               0x000000020008edb1 glrCompExecuteKernel + 423889
    13  com.apple.GeForceGLDriver               0x000000020008f25a glrCompExecuteKernel + 425082
    14  com.apple.GeForceGLDriver               0x00000002000d698e gldUpdateDispatch + 14878
    15  com.apple.GeForceGLDriver               0x0000000200013003 gldTestObject + 211
    16  GLEngine                                0x000000011a191787 gleTestFence + 100
    17  GLEngine                                0x000000011a0fbd6c glTestFenceAPPLE_Exec + 50
    18  com.apple.QuartzCore                    0x00007fff81985eaa view_draw(_CAView*, double, CVTimeStamp const*, bool) + 1843
    19  com.apple.QuartzCore                    0x00007fff81985720 view_display_link(double, CVTimeStamp const*, void*) + 64
    20  com.apple.QuartzCore                    0x00007fff81985667 link_callback + 219
    21  com.apple.CoreVideo                     0x00007fff853950ab CVDisplayLink::performIO(CVTimeStamp*) + 431
    22  com.apple.CoreVideo                     0x00007fff85394310 CVDisplayLink::runIOThread() + 754
    23  com.apple.CoreVideo                     0x00007fff85393fe3 startIOThread(void*) + 139
    24  libSystem.B.dylib                       0x00007fff83c254f6 _pthread_start + 331
    25  libSystem.B.dylib                       0x00007fff83c253a9 thread_start + 13
    Thread 11 crashed with X86 Thread State (64-bit):
      rax: 0x000000011ebe5000  rbx: 0x0000000000000001  rcx: 0x000000011ebe5080  rdx: 0x000000011ebe5078
      rdi: 0x00000000e00002be  rsi: 0x00000001298ae080  rbp: 0x000000012927f240  rsp: 0x000000012927f240
       r8: 0x0000000000009073   r9: 0x0000000000000001  r10: 0x0000000080000002  r11: 0x000000012927f270
      r12: 0x000000011aaaf000  r13: 0x0000000117240000  r14: 0x0000000000000000  r15: 0x000000012927f270
      rip: 0x0000000200012ce0  rfl: 0x0000000000010292  cr2: 0x0000000000000000
    Binary Images:
           0x100000000 -        0x1006afff7  com.apple.Safari 5.0.5 (6533.21.1) <B81D1199-542C-D929-A1CA-A139EA6262C1> /Applications/Safari.app/Contents/MacOS/Safari
           0x1142b4000 -        0x1142b8ff7  libFontRegistryUI.dylib ??? (???) <763B8E8F-8602-2096-7CC8-CEE1F4248028> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
           0x117a10000 -        0x117a10fff  com.apple.JavaPluginCocoa 13.4.0 (13.4.0) <00AF9559-29EA-5E25-42CF-BE2447F9EBC5> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
           0x117a56000 -        0x117a5bff7  JavaLaunching ??? (???) <E859D1E8-3E9D-5432-DCFA-684A9B1EDD2C> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
           0x117fee000 -        0x118014fff  GLRendererFloat ??? (???) <0AF0FF0D-6FD6-B5FA-9991-C8F58E8F1DD4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x11a0b0000 -        0x11a241fef  GLEngine ??? (???) <7B2CD458-D828-6A44-C918-C194838974D5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x11a272000 -        0x11a695fef  libclh.dylib 3.1.1 C  (3.1.1) <0774DA8C-734E-2639-0F37-CCB20D17CDBD> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
           0x121d89000 -        0x121e99fef  libmecab.1.0.0.dylib 2.0.0 (compatibility 2.0.0) <E321EA43-4F4C-6561-3E87-4081904D53F3> /usr/lib/libmecab.1.0.0.dylib
           0x1279ce000 -        0x127b83fff  libCMaps.A.dylib 545.0.0 (compatibility 64.0.0) <63054685-73A1-615F-464C-05A4C5F0043D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib
           0x200000000 -        0x200787fff  com.apple.GeForceGLDriver 1.6.26 (6.2.6) <D469864E-34A6-37EE-A01D-7C2AF0223D35> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
        0x7fff80003000 -     0x7fff80055ff7  com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff80056000 -     0x7fff800dbff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff800dc000 -     0x7fff801e6ff7  com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff801e7000 -     0x7fff802a8fef  com.apple.ColorSync 4.6.6 (4.6.6) <EC6C8119-23F6-A96E-47A3-5CD31E462AE3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff802a9000 -     0x7fff80418fe7  com.apple.QTKit 7.6.6 (1756.15) <B35EDB1D-FCB0-1D40-629E-6ACB56D57C68> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff80419000 -     0x7fff81094fef  com.apple.WebCore 6533.21 (6533.21.1) <A7433C61-B507-BDB0-9CA8-1A3A2A699B2F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff81095000 -     0x7fff8109afff  libGFXShared.dylib ??? (???) <878C429B-44D4-875C-1A35-4FD8C6152695> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8109b000 -     0x7fff810bbff7  com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff810bc000 -     0x7fff810f6fff  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
        0x7fff8111c000 -     0x7fff81293fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff812e4000 -     0x7fff8154efef  com.apple.QuartzComposer 4.2 ({156.28}) <7586E7BD-D3BD-0EAC-5AC9-0BFA3679017C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8154f000 -     0x7fff81590fef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff81591000 -     0x7fff815e6ff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff815e7000 -     0x7fff8162fff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff81644000 -     0x7fff81828ff7  libType1Scaler.dylib ??? (???) <2C7624EC-01D5-5E9E-3FB8-8ADA460ED6DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
        0x7fff8192a000 -     0x7fff8192aff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8192b000 -     0x7fff81cc8fe7  com.apple.QuartzCore 1.6.3 (227.36) <6FD8E129-135E-2F89-E9F0-A3CD0C6FCEF1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff81ce5000 -     0x7fff81d4dfff  com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff81e08000 -     0x7fff81f00ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <7E4ADB5A-CC77-DCFD-3E54-2F35A2C8D95A> /usr/lib/libiconv.2.dylib
        0x7fff81f01000 -     0x7fff81f04ff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff81f05000 -     0x7fff81f0eff7  com.apple.DisplayServicesFW 2.3.0 (283) <3D05929C-AB17-B8A4-DC81-87C27C59E664> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8210e000 -     0x7fff82190fff  com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff82191000 -     0x7fff821a5fff  libGL.dylib ??? (???) <0FA671EB-6FA0-BA97-C00A-C42247C22B26> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff821a6000 -     0x7fff82236fff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff82237000 -     0x7fff82239fff  libRadiance.dylib ??? (???) <73257486-8E94-E758-1A5A-5B521F27EE12> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff8223a000 -     0x7fff82253fff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff82254000 -     0x7fff822e0fef  SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff822e1000 -     0x7fff822e8fff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff822e9000 -     0x7fff82383ff7  com.apple.ApplicationServices.ATS 4.4 (???) <55B528A6-0C88-6CB8-152B-A34A440FACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff82384000 -     0x7fff823f0ff7  com.apple.CorePDF 1.3 (1.3) <6770FFB0-DEA0-61E0-3520-4B95CCF5D1CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff82427000 -     0x7fff824a6fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <1DD64A62-0DE4-223F-F781-B272FECF80F0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff824a7000 -     0x7fff824e8ff7  com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff824e9000 -     0x7fff824f8fff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff824f9000 -     0x7fff82507ff7  libkxld.dylib ??? (???) <4016E9E6-0645-5384-A697-2775B5228113> /usr/lib/system/libkxld.dylib
        0x7fff82508000 -     0x7fff8261ffef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
        0x7fff82620000 -     0x7fff8265bfff  com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8266a000 -     0x7fff8271ffe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff82720000 -     0x7fff82b4bfef  com.apple.RawCamera.bundle 3.6.4 (561) <C4AB0054-B2C8-246E-0F17-98F4BD5BE94C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff82bd4000 -     0x7fff82cedfef  libGLProgrammability.dylib ??? (???) <C4BB281B-629D-08ED-2991-3D51671B0B02> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff82cee000 -     0x7fff82f76fef  com.apple.security 6.1.1 (37594) <34DC0C3E-4546-D7ED-D855-390750954245> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff82f77000 -     0x7fff82f8bff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff82f8c000 -     0x7fff82f8cff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff82f8d000 -     0x7fff8310bff7  com.apple.WebKit 6533.21 (6533.21.1) <E954BB9E-51DC-9B68-5312-E1507329A9B3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8310c000 -     0x7fff83916fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff83917000 -     0x7fff83b9afe7  com.apple.Foundation 6.6.6 (751.53) <476E617B-B59B-53DE-991D-98C1993BCBCE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff83b9b000 -     0x7fff83beaff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff83beb000 -     0x7fff83dacfff  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
        0x7fff83db6000 -     0x7fff83db7ff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <BE4E577D-87EC-8FD0-5341-AE99CE4ADC99> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff83db8000 -     0x7fff840b6fff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff840b7000 -     0x7fff840bcff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff840bd000 -     0x7fff840d2ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff840d3000 -     0x7fff84183fff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff84292000 -     0x7fff843d0fff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff843d1000 -     0x7fff8444fff7  com.apple.CoreText 3.151.8 (???) <5DCD6BD9-63FB-767E-5993-5AEBE890145B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff84456000 -     0x7fff84698fe7  com.apple.AddressBook.framework 5.0.4 (883) <3C634319-4B5B-592B-2D3A-A16336F93AA0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff84745000 -     0x7fff8478efef  libGLU.dylib ??? (???) <0FCD57C5-D7AA-F2DD-D2EC-C1C8B931F65C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff84901000 -     0x7fff84912fff  SyndicationUI ??? (???) <62A4BC15-72EA-0CC1-046A-52E576E8D751> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff84913000 -     0x7fff84a48ff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <AFAB42A2-A3A8-83D8-D583-613625706690> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff84a64000 -     0x7fff8516106f  com.apple.CoreGraphics 1.545.0 (???) <F0A5F62D-4C66-5B1F-4F13-322932915901> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff85162000 -     0x7fff85188fe7  libJPEG.dylib ??? (???) <AD42F658-7C32-EEE5-8341-A8EE6476BF46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff85189000 -     0x7fff8518ffff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <C863C133-EA3E-5403-FC44-FDC9F236DC98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff851d4000 -     0x7fff851d7fff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff851d8000 -     0x7fff8520dfef  com.apple.framework.Apple80211 6.2.4 (624.2) <B2CB69CE-A4F5-D70F-03DE-CF985D5558A2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff85238000 -     0x7fff8527bff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <2C596A24-8B86-79D6-1A8E-5E8FFB6A1558> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff852bb000 -     0x7fff852bbff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff852bc000 -     0x7fff85303ff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff85304000 -     0x7fff85349fff  com.apple.CoreMediaIOServices 134.0 (1160) <BA22EA4A-4572-749A-4FE0-1323E0B6F6F3> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
        0x7fff8534a000 -     0x7fff85360fe7  com.apple.MultitouchSupport.framework 207.10 (207.10) <1828C264-A54A-7FDD-FE1B-49DDE3F50779> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff85361000 -     0x7fff85361ff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff85392000 -     0x7fff853b7ff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff853b8000 -     0x7fff853f1ff7  com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff853f2000 -     0x7fff85413fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
        0x7fff85414000 -     0x7fff854cdfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff854ce000 -     0x7fff855d4fe7  com.apple.PubSub 1.0.5 (65.21) <1F9B7C84-375D-036F-790A-02BBE7BCE445> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff855d5000 -     0x7fff85652fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff85689000 -     0x7fff859bdfff  com.apple.CoreServices.CarbonCore 861.34 (861.34) <B5680539-CB31-6C6D-C0AD-606D4D46E7F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff859be000 -     0x7fff859beff7  com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff85a10000 -     0x7fff85a41fff  libGLImage.dylib ??? (???) <6925991A-9B1B-B9FA-645A-807F9BCC3DE7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff85a42000 -     0x7fff85a4dfff  com.apple.corelocation 12.1 (12.1) <7B5164FD-F5FD-6837-1DA3-6E18582CEDF3> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff85a4e000 -     0x7fff85aeefff  com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff85aef000 -     0x7fff85aefff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff85af0000 -     0x7fff85b02fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff85b05000 -     0x7fff85b11fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
        0x7fff85b6b000 -     0x7fff85ba8ff7  libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff85ba9000 -     0x7fff85bedfe7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <F4ED3329-1A86-EB10-CFC2-999D8699B5E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff85bee000 -     0x7fff85c3dfef  libTIFF.dylib ??? (???) <F0F7F0B7-7253-F88F-9E2D-FA3770143758> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff85c3e000 -     0x7fff85c40fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff85c81000 -     0x7fff85c9cff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff85c9d000 -     0x7fff85ccdfef  com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff85cce000 -     0x7fff85cd4ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff85d36000 -     0x7fff85dc5fff  com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff85dce000 -     0x7fff85e18ff7  com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8609e000 -     0x7fff8628efef  com.apple.JavaScriptCore 6533.20 (6533.20.20) <0AA8B101-C02C-0858-84BC-4E4D397E0231> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8628f000 -     0x7fff8644dfff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2C6ECACF-CD56-1714-6F63-CB6F5EE7A1E2> /usr/lib/libicucore.A.dylib
        0x7fff8644e000 -     0x7fff86459fff  com.apple.CrashReporterSupport 10.6.7 (258) <BB0B9A08-6CEC-0500-5BD1-C18E1465E406> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff864ad000 -     0x7fff864c3fff  com.apple.ImageCapture 6.0.2 (6.0.2) <06E4103B-9BE4-7EAD-B532-89FC5EB06ED4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff864c4000 -     0x7fff86524fe7  com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8659a000 -     0x7fff8659bff7  com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8659c000 -     0x7fff865e3fff  com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff865e4000 -     0x7fff86655ff7  com.apple.AppleVAFramework 4.10.23 (4.10.23) <3304268B-A93D-9F79-09C0-AA9081406352> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff86656000 -     0x7fff8704cfff  com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8704d000 -     0x7fff8706aff7  libPng.dylib ??? (???) <0C232C1E-49C8-F7A9-9634-DF2BDA1AB722> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff87084000 -     0x7fff8723cfef  com.apple.ImageIO.framework 3.0.4 (3.0.4) <EFB373AE-FE02-40C4-ABDC-09D61AFD25EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff8723d000 -     0x7fff87243ff7  IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff872d1000 -     0x7fff8734dff7  com.apple.ISSupport 1.9.4 (52) <93A57F16-3BD5-25AD-5CFF-00007A141129> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8734e000 -     0x7fff87359ff7  com.apple.HelpData 2.0.5 (34.1.1) <24DC6CD3-02B7-9332-FF6D-F0C545857B55> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff8735a000 -     0x7fff8736bfff  com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff8736c000 -     0x7fff87371fff  libGIF.dylib ??? (???) <1B9DCB7F-CD1D-B23F-8AC6-5292B94A4D0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff87372000 -     0x7fff87381fff  com.apple.opengl 1.6.12 (1.6.12) <29482652-1E44-1C47-428F-1209AA65336D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff876dc000 -     0x7fff877fdfe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff877fe000 -     0x7fff87821fff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8786d000 -     0x7fff87873ff7  com.apple.CommerceCore 1.0 (9) <4C66D962-91B5-F25C-A6FF-DFD5F924A0DD> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff87874000 -     0x7fff87878ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <49E6AF5D-AF9B-67CF-A6B8-C79F6BA8A627> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff87879000 -     0x7fff878e3fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff878e4000 -     0x7fff878e7ff7  libCoreVMClient.dylib ??? (???) <00C97B96-8D3B-45EB-F503-DB49712DC42D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff878e8000 -     0x7fff87b23fef  com.apple.imageKit 2.0.3 (1.0) <5D18C246-303A-6580-9DC9-79BE79467C95> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff87b24000 -     0x7fff87c4cff7  com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff87c4d000 -     0x7fff87c78ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
        0x7fff87ca9000 -     0x7fff881adfe7  com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff881ae000 -     0x7fff8822bfef  com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8822c000 -     0x7fff8822cff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8822d000 -     0x7fff8825cff7  com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff88273000 -     0x7fff88284ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff883ef000 -     0x7fff88405fef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
        0x7fff88406000 -     0x7fff884e3fff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff884e4000 -     0x7fff88517fff  libTrueTypeScaler.dylib ??? (???) <632BAC10-4C24-D1F2-3943-DF5F2326318B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff88518000 -     0x7fff88564fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff88588000 -     0x7fff8865afe7  com.apple.CFNetwork 454.11.12 (454.11.12) <B1C9008A-4A5D-609D-5D10-C93DAD6FFB4C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff8865b000 -     0x7fff8869efef  libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
        0x7fff8869f000 -     0x7fff886e8ff7  com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff886e9000 -     0x7fff887cffef  com.apple.DesktopServices 1.5.10 (1.5.10) <B7E00D85-F971-D85B-0217-482E15E9E924> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff887d0000 -     0x7fff88886fff  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
        0x7fff8893d000 -     0x7fff889fefff  libFontParser.dylib ??? (???) <244BCE74-7EEE-C9DE-9779-F3AEF5869BE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff889ff000 -     0x7fff889ffff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff88a00000 -     0x7fff88a62fe7  com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff88a63000 -     0x7fff88ea6fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff88ea7000 -     0x7fff88eb2ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff88eb3000 -     0x7fff88ef0fff  com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff88ef1000 -     0x7fff88f00fff  libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
        0x7fff88f01000 -     0x7fff88f29fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff88f2a000 -     0x7fff88f37fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <45B5B514-7CEB-38A9-F34A-1D96F010EC42> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff89004000 -     0x7fff8903dfef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <F8E0672F-C0B4-B161-E50D-A1405D14F21C> /usr/lib/libcups.2.dylib
        0x7fff8903e000 -     0x7fff8903ffff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff89040000 -     0x7fff89041fff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff89042000 -     0x7fff890fffff  com.apple.CoreServices.OSServices 359 (359) <8F509D8D-4C94-9A1C-3A87-5B775D9F6075> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff891bb000 -     0x7fff891bfff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff891de000 -     0x7fff8921ffff  com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib

    Thread 11 Crashed:
    0   com.apple.GeForceGLDriver               0x0000000200012ce0
    The report suggests there might be a problem with this driver.
    See "WZZZ"s post here.  https://discussions.apple.com/message/12659130?messageID=12659130&tstart=0
    And check this out too. http://support.apple.com/kb/ts2377
    Which explains why you have problems with TopSites.

  • Itunes wont launch until log out/log in

    Can anyone help with this error log, I have to log out and back in before itunes will work again after this crash.

    Ram Wagle wrote:
    Can anyone help with this error log, I have to log out and back in before itunes will work again after this crash.
    which error log ?
    anyways, try if reinstalling iTunes helps. click here and follow the instructions.

  • Cannot log out permanently from Folio Builder, logs itsels in upon ID restart

    I'm teaching DPS authoring to a group of students and want them to be able to sync their work at the school with their home computers. So they logged in from the Folio Builder Panel on CS6. This happened previously from a specific modal dialog inside Folio Builder. Now it summond AAM and doesn't give the choice to not to remember account as it did before.
    But annoying as this may be, this shouldn't avoid logging out manually from the Folio Builder, which has an option for that. The issue is that Folio Builder logs itself into the account automatically on InDesign restart. There seems no way to permanently log out from Folio Builder (or rather AAM now). So it's just absurd to be able to log out temporarily if the account is remembered no matter how.
    As  convinient this may be on home or professional devices, this poses a serious security and privacy concern for me and my students who can not seem to unlink their personal or professional AdobeID from the school setup, allowing anyone using those computers to access their DPS Cloud and potentially deleting works, uploading undesired content, breaching all sorts of confidientiality agreements, etc.
    I would really appreciate some input on this issue and a way to permanently sign out from AAM / Folio Builder

    You should be able to force the logout by quitting InDesign and deleting this folder: /Users/{username}/Library/Application Support/Adobe/OOBE and then restarting InDesign.
    Yes, this is awkward
    Neil

  • Agent desktop keeps logging out.

    Hello guys I have a problem with an agent desktop that keeps logging out on UCCX version 5.1. I think it is a problem with the ‘ non-activity logout timer. Guys can someone tell me how to change it.?
    Thanks

    here is the log
    VERSION INFO: Environment: Platform .
    VERSION INFO: Environment: Working Dir: .
    VERSION INFO: Environment: User Dir: .
    VERSION INFO: Environment: Hostname .
    VERSION INFO: Environment: Timezone , DST Zone .
    VERSION INFO: Environment: Current time <2012-02-03 15:53:31.863>.
    VERSION INFO: Debug threshold .
    VERSION INFO: Max file size <3000000>.
    VERSION INFO: Max file count <1>.
    VERSION INFO: Module: agent.exe: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: ntdll.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: kernel32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: KERNELBASE.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkStd.dll: Product Version <2.0.0.31> Pri Build Special Build <>.
    VERSION INFO: Module: WS2_32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: msvcrt.dll: Product Version <7.0.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: RPCRT4.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: NSI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: VERSION.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SHLWAPI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: GDI32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: USER32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: LPK.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: USP10.dll: Product Version <1.0626.7601.17561> Pri Build <> Special Build <>.
    VERSION INFO: Module: pthreadVC2.dll: Product <> Version <2, 8, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: WSOCK32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVCR80.dll: Product Version <8.00.50727.4940> Pri Build <> Special Build <>.
    VERSION INFO: Module: xerces-c_2_7.dll: Product Version <2, 7, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: ADVAPI32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: sechost.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: PSAPI.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVCP80.dll: Product Version <8.00.50727.4940> Pri Build <> Special Build <>.
    VERSION INFO: Module: FCRasClient.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: omniDynamic410_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: omniORB410_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: omnithread33_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: LRMClient.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: LDAPClientDLL.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: SplkSecurity.dll: Product Version <2.0.0.32> Pri Build Special Build <>.
    VERSION INFO: Module: LIBEAY32.dll: Product Version <0.9.8f> Pri Build <> Special Build <>.
    VERSION INFO: Module: libsasl.dll: Product Version Pri Build Special Build .
    VERSION INFO: Module: SplkSocket.dll: Product Version <1.0.0.40> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkMisc.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: RecordingClient.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: FCVoIPMonClientRec.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: OpenH323Wrapper.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: ptlib.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: comdlg32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: COMCTL32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SHELL32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: ole32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: ODBC32.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: DNSAPI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: WINMM.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: snmpapi.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: AVICAP32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVFW32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MPR.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MobileAgentMonitor.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: FCCClient.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: CadSplkStd.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build <>.
    VERSION INFO: Module: SAW.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: CSI.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: SSLEAY32.dll: Product Version <0.9.8f> Pri Build <> Special Build <>.
    VERSION INFO: Module: iphlpapi.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: WINNSI.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SPLKTSSP.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: FCHooker.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: PhoneDev.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: AcmiClient.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: MFC80.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: OLEAUT32.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: DesktopMonitor.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: SplkWinPcap.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: shlapi.dll: Product Version <7, 0, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: sllapi.dll: Product Version <7, 0, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: XTP9510Libu.dll: Product Version <9, 5, 1, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: MFC80U.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkUpdate.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: EEMServerClient.dll: Product <> Version <6.6.1.54> Pri Build <> Special Build < >.
    VERSION INFO: Module: CADEEMConnector.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: MSIMG32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: IMM32.DLL: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSCTF.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: odbcint.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: ICMP.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: RASAPI32.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: rasman.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MFC80ENU.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: AgentResDLL.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: NLAapi.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: napinsp.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: pnrpnsp.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: mswsock.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: winrnr.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: wshbth.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: WLIDNSP.DLL: Product Version <7.250.4225.0> Pri Build Special Build <>.
    2012-02-03 15:53:32:081 INFO LC0007 Invalid Value.
    2012-02-03 15:53:32:081 INFO LC0007 Invalid Value.
    2012-02-03 15:53:32:081 INFO LC0007 Invalid Value.
    2012-02-03 15:53:32:081 INFO LC0007 Invalid Value.
    2012-02-03 15:53:32:081 INFO LC0007 Invalid Value.
    2012-02-03 15:53:32:081 INFO LC0007 Invalid Value.
    2012-02-03 15:53:32:081 INFO STD0000 Starting preference change event dispatch thread.
    2012-02-03 15:53:32:097 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-03 15:53:32:721 INFO LC0000 Connected to Calabrio LDAP server on .
    2012-02-03 15:53:32:721 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-03 15:53:32:721 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-03 15:53:33:688 INFO DAGT0000 Get Update Flag from LDAP successfully.
    2012-02-03 15:53:33:719 INFO SPUD0000 Successfully launched update from .
    VERSION INFO: Environment: Platform .
    VERSION INFO: Environment: Working Dir: .
    VERSION INFO: Environment: User Dir: .
    VERSION INFO: Environment: Hostname .
    VERSION INFO: Environment: Timezone , DST Zone .
    VERSION INFO: Environment: Current time <2012-02-06 14:25:58.318>.
    VERSION INFO: Debug threshold .
    VERSION INFO: Max file size <3000000>.
    VERSION INFO: Max file count <1>.
    VERSION INFO: Module: agent.exe: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: ntdll.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: kernel32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: KERNELBASE.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkStd.dll: Product <> Version <2.0.0.32> Pri Build <> Special Build <>.
    VERSION INFO: Module: WS2_32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: msvcrt.dll: Product Version <7.0.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: RPCRT4.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: NSI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: VERSION.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SHLWAPI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: GDI32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: USER32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: LPK.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: USP10.dll: Product Version <1.0626.7601.17561> Pri Build <> Special Build <>.
    VERSION INFO: Module: pthreadVC2.dll: Product <> Version <2, 8, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: WSOCK32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVCR80.dll: Product Version <8.00.50727.4940> Pri Build <> Special Build <>.
    VERSION INFO: Module: xerces-c_2_7.dll: Product Version <2, 7, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: ADVAPI32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: sechost.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: PSAPI.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVCP80.dll: Product Version <8.00.50727.4940> Pri Build <> Special Build <>.
    VERSION INFO: Module: FCRasClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: omniDynamic410_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: omniORB410_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: omnithread33_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: LRMClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: LDAPClientDLL.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: SplkSecurity.dll: Product Version <2.0.0.32> Pri Build Special Build <>.
    VERSION INFO: Module: LIBEAY32.dll: Product Version <0.9.8f> Pri Build <> Special Build <>.
    VERSION INFO: Module: libsasl.dll: Product Version Pri Build Special Build .
    VERSION INFO: Module: SplkSocket.dll: Product <> Version <1.0.0.44> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkMisc.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: RecordingClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: FCVoIPMonClientRec.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: OpenH323Wrapper.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: ptlib.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: comdlg32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: COMCTL32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SHELL32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: ole32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: ODBC32.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: DNSAPI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: WINMM.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: snmpapi.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: AVICAP32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVFW32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MPR.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MobileAgentMonitor.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: FCCClient.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: CadSplkStd.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build <>.
    VERSION INFO: Module: SAW.dll: Product Version <6.6.1.400> Pri Build <> Special Build <>.
    VERSION INFO: Module: CSI.dll: Product Version <6.6.1.400> Pri Build <> Special Build <>.
    VERSION INFO: Module: SSLEAY32.dll: Product Version <0.9.8f> Pri Build <> Special Build <>.
    VERSION INFO: Module: iphlpapi.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: WINNSI.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SPLKTSSP.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: FCHooker.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: PhoneDev.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: AcmiClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: MFC80.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: OLEAUT32.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: DesktopMonitor.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: SplkWinPcap.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: shlapi.dll: Product Version <7, 0, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: sllapi.dll: Product Version <7, 0, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: XTP9510Libu.dll: Product Version <9, 5, 1, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: MFC80U.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkUpdate.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: EEMServerClient.dll: Product <> Version <6.6.1.400> Pri Build <> Special Build < >.
    VERSION INFO: Module: CADEEMConnector.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: MSIMG32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: IMM32.DLL: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSCTF.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SOPHOS~1.DLL: Product Version <9.5.5> Pri Build <> Special Build <>.
    VERSION INFO: Module: odbcint.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: ICMP.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: RASAPI32.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: rasman.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MFC80ENU.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: AgentResDLL.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: NLAapi.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: napinsp.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: pnrpnsp.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: mswsock.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: winrnr.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: wshbth.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: WLIDNSP.DLL: Product Version <7.250.4225.0> Pri Build Special Build <>.
    2012-02-06 14:25:58:779 INFO LC0007 Invalid Value.
    2012-02-06 14:25:58:789 INFO LC0007 Invalid Value.
    2012-02-06 14:25:58:789 INFO LC0007 Invalid Value.
    2012-02-06 14:25:58:789 INFO LC0007 Invalid Value.
    2012-02-06 14:25:58:789 INFO LC0007 Invalid Value.
    2012-02-06 14:25:58:789 INFO LC0007 Invalid Value.
    2012-02-06 14:25:58:822 INFO STD0000 Starting preference change event dispatch thread.
    2012-02-06 14:25:58:832 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:25:59:532 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:25:59:532 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:26:00:478 INFO DAGT0000 Get Update Flag from LDAP successfully.
    2012-02-06 14:26:01:058 INFO SPUD0000 Successfully launched update from .
    2012-02-06 14:26:01:400 INFO VOIP4020 Created the LDAP recovery thread.
    2012-02-06 14:26:01:418 INFO Agent ACM0325  Load the agent profile
    2012-02-06 14:26:23:334 INFO DAGT0000 Verify agent license.
    2012-02-06 14:26:23:765 INFO DAGT0000 Load the agent configuration.
    2012-02-06 14:26:23:796 INFO Agent CC1038 Package type is: Premium Version
    2012-02-06 14:26:25:470 INFO DAGT1020 Login to telephony server.
    2012-02-06 14:26:25:590 INFO AcmiClnt0000 Begin invokeId(2) clientID(DayP) clientSignature() heartBeat(30) idleTimeOut(120) agentID(DayP) agentExt(1176) agentInst(1176), peripheralID(1)
    2012-02-06 14:26:28:896 INFO DAGT0000 Login to chat server.
    2012-02-06 14:26:28:897 WARN STD3000 Create registry key Access denied: <5:Access is denied.>.
    2012-02-06 14:26:28:898 WARN STD3000 Create registry key Access denied: <5:Access is denied.>.
    2012-02-06 14:26:28:898 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:26:28:898 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:26:28:899 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:26:29:398 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:26:29:479 INFO FCCC0000 CORBA server started. Local server IOR is IOR:010000001200000049444c3a464343436c69656e743a312e30000000010000000000000064000000010102000f0000003135322e3134362e3132392e323900008ce600000c0000004f2fe3150000114f000000010200000000000000080000000100000000545441010000001c00000001000000010001000100000001000105090101000100000009010100.
    2012-02-06 14:26:29:491 INFO FCCC0000 Successfully connected to the Desktop Chat Service.
    2012-02-06 14:26:29:491 INFO DAGT0000 Call Chat auto-recovery message received.
    2012-02-06 14:26:29:599 INFO DAGT0000 Login to RASCAL server.
    2012-02-06 14:26:29:654 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-06 14:26:29:963 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-06 14:26:29:963 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-06 14:26:29:963 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-06 14:26:29:963 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-06 14:26:29:963 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-06 14:26:29:963 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-06 14:26:29:963 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-06 14:26:30:083 INFO DAGT0000 Login to enterprise server.
    2012-02-06 14:26:30:107 INFO DAGT0000 Enterprise auto-recovery message received.
    2012-02-06 14:26:30:107 INFO DAGT0000 Enterprise-SupervisorWorkflow auto-recovery message received.
    2012-02-06 14:26:30:108 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-06 14:26:30:208 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-06 14:26:30:211 INFO DAGT1021 Login to Desktop Monitoring.
    2012-02-06 14:26:30:212 WARN STD3000 Create registry key Access denied: <5:Access is denied.>.
    2012-02-06 14:26:30:212 WARN STD3000 Create registry key Access denied: <5:Access is denied.>.
    2012-02-06 14:26:30:212 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:26:30:212 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:26:30:212 INFO VOIP4000 The Desktop Monitor adapter name is [\Device\Splkpc_{C01D5D56-67FC-4F67-90FE-E47803A71AE1}].
    2012-02-06 14:26:30:217 INFO DAGT0000 Enterprise auto-recovery message received.
    2012-02-06 14:26:30:217 INFO DAGT0000 Enterprise-SupervisorWorkflow auto-recovery message received.
    2012-02-06 14:26:30:231 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-06 14:26:30:250 INFO LRM4000 SLRMMgr object created.
    2012-02-06 14:26:30:250 INFO LRM4003 SLRMMgr object initialized.
    2012-02-06 14:26:30:250 INFO LRM4008 LRM thread starting.
    2012-02-06 14:26:30:250 INFO LRM4004 LRM interface has become available.
    2012-02-06 14:26:30:251 INFO LRM4006 Reacquire thread starting.
    2012-02-06 14:26:30:366 INFO VOIP4009 Adding the VoIP service [BYFWSRUCCXB] to the list of active VoIP services.
    2012-02-06 14:26:30:366 INFO VOIP4002 The Corba listening process has been successfully started.
    2012-02-06 14:26:30:367 INFO VOIP4001 The Desktop Monitoring module on the local host has been successfully initialized.
    2012-02-06 14:26:30:368 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-06 14:26:31:063 ERROR VOIP2021 Desktop monitoring enabled for extension [1176].
    2012-02-06 16:12:37:861 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-06 17:56:54:460 INFO VOIP4005 Desktop monitoring disabled for extension [1176].
    2012-02-06 17:56:55:644 ERROR DAGT3051 Chat DropUser failed.
    2012-02-06 17:56:55:645 INFO Agent MF2095 OnUpdateAcdLoginLogout: Remaining time 1999
    2012-02-06 17:56:55:645 INFO Agent MF2098 OnUpdateAcdLoginLogout: We receive AS_LOGOUT so close CAD window
    VERSION INFO: Environment: Platform .
    VERSION INFO: Environment: Working Dir: .
    VERSION INFO: Environment: User Dir: .
    VERSION INFO: Environment: Hostname .
    VERSION INFO: Environment: Timezone , DST Zone .
    VERSION INFO: Environment: Current time <2012-02-07 09:36:27.341>.
    VERSION INFO: Debug threshold .
    VERSION INFO: Max file size <3000000>.
    VERSION INFO: Max file count <1>.
    VERSION INFO: Module: agent.exe: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: ntdll.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: kernel32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: KERNELBASE.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkStd.dll: Product <> Version <2.0.0.32> Pri Build <> Special Build <>.
    VERSION INFO: Module: WS2_32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: msvcrt.dll: Product Version <7.0.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: RPCRT4.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: NSI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: VERSION.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SHLWAPI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: GDI32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: USER32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: LPK.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: USP10.dll: Product Version <1.0626.7601.17561> Pri Build <> Special Build <>.
    VERSION INFO: Module: pthreadVC2.dll: Product <> Version <2, 8, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: WSOCK32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVCR80.dll: Product Version <8.00.50727.4940> Pri Build <> Special Build <>.
    VERSION INFO: Module: xerces-c_2_7.dll: Product Version <2, 7, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: ADVAPI32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: sechost.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: PSAPI.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVCP80.dll: Product Version <8.00.50727.4940> Pri Build <> Special Build <>.
    VERSION INFO: Module: FCRasClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: omniDynamic410_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: omniORB410_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: omnithread33_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: LRMClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: LDAPClientDLL.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: SplkSecurity.dll: Product Version <2.0.0.32> Pri Build Special Build <>.
    VERSION INFO: Module: LIBEAY32.dll: Product Version <0.9.8f> Pri Build <> Special Build <>.
    VERSION INFO: Module: libsasl.dll: Product Version Pri Build Special Build .
    VERSION INFO: Module: SplkSocket.dll: Product <> Version <1.0.0.44> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkMisc.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: RecordingClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: FCVoIPMonClientRec.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: OpenH323Wrapper.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: ptlib.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: comdlg32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: COMCTL32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SHELL32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: ole32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: ODBC32.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: DNSAPI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: WINMM.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: snmpapi.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: AVICAP32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVFW32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MPR.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MobileAgentMonitor.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: FCCClient.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: CadSplkStd.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build <>.
    VERSION INFO: Module: SAW.dll: Product Version <6.6.1.400> Pri Build <> Special Build <>.
    VERSION INFO: Module: CSI.dll: Product Version <6.6.1.400> Pri Build <> Special Build <>.
    VERSION INFO: Module: SSLEAY32.dll: Product Version <0.9.8f> Pri Build <> Special Build <>.
    VERSION INFO: Module: iphlpapi.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: WINNSI.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SPLKTSSP.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: FCHooker.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: PhoneDev.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: AcmiClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: MFC80.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: OLEAUT32.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: DesktopMonitor.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: SplkWinPcap.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: shlapi.dll: Product Version <7, 0, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: sllapi.dll: Product Version <7, 0, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: XTP9510Libu.dll: Product Version <9, 5, 1, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: MFC80U.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkUpdate.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: EEMServerClient.dll: Product <> Version <6.6.1.400> Pri Build <> Special Build < >.
    VERSION INFO: Module: CADEEMConnector.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: MSIMG32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: IMM32.DLL: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSCTF.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SOPHOS~1.DLL: Product Version <9.5.5> Pri Build <> Special Build <>.
    VERSION INFO: Module: odbcint.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: ICMP.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: RASAPI32.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: rasman.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MFC80ENU.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: AgentResDLL.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: NLAapi.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: napinsp.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: pnrpnsp.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: mswsock.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: winrnr.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: wshbth.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: WLIDNSP.DLL: Product Version <7.250.4225.0> Pri Build Special Build <>.
    2012-02-07 09:36:29:729 INFO LC0007 Invalid Value.
    2012-02-07 09:36:29:747 INFO LC0007 Invalid Value.
    2012-02-07 09:36:29:748 INFO LC0007 Invalid Value.
    2012-02-07 09:36:29:748 INFO LC0007 Invalid Value.
    2012-02-07 09:36:29:748 INFO LC0007 Invalid Value.
    2012-02-07 09:36:29:748 INFO LC0007 Invalid Value.
    2012-02-07 09:36:29:814 INFO STD0000 Starting preference change event dispatch thread.
    2012-02-07 09:36:29:824 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:30:533 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:30:533 WARN STD3000 Get registry key under path . Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:31:399 INFO DAGT0000 Get Update Flag from LDAP successfully.
    2012-02-07 09:36:32:086 INFO SPUD0000 Successfully launched update from .
    2012-02-07 09:36:32:773 INFO VOIP4020 Created the LDAP recovery thread.
    2012-02-07 09:36:32:796 INFO Agent ACM0325  Load the agent profile
    2012-02-07 09:36:39:117 INFO DAGT0000 Verify agent license.
    2012-02-07 09:36:39:540 INFO DAGT0000 Load the agent configuration.
    2012-02-07 09:36:39:565 INFO Agent CC1038 Package type is: Premium Version
    2012-02-07 09:36:41:110 INFO DAGT1020 Login to telephony server.
    2012-02-07 09:36:41:227 INFO AcmiClnt0000 Begin invokeId(2) clientID(DayP) clientSignature() heartBeat(30) idleTimeOut(120) agentID(DayP) agentExt(1176) agentInst(1176), peripheralID(1)
    2012-02-07 09:36:44:432 INFO DAGT0000 Login to chat server.
    2012-02-07 09:36:44:433 WARN STD3000 Create registry key Access denied: <5:Access is denied.>.
    2012-02-07 09:36:44:433 WARN STD3000 Create registry key Access denied: <5:Access is denied.>.
    2012-02-07 09:36:44:434 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:44:434 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:44:434 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:44:870 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:44:927 INFO FCCC0000 CORBA server started. Local server IOR is IOR:010000001200000049444c3a464343436c69656e743a312e30000000010000000000000064000000010102000f0000003135322e3134362e3132392e323900008ce600000c0000004f30f0ac000015bb000000010200000000000000080000000100000000545441010000001c00000001000000010001000100000001000105090101000100000009010100.
    2012-02-07 09:36:44:929 INFO FCCC0000 Successfully connected to the Desktop Chat Service.
    2012-02-07 09:36:44:929 INFO DAGT0000 Call Chat auto-recovery message received.
    2012-02-07 09:36:45:034 INFO DAGT0000 Login to RASCAL server.
    2012-02-07 09:36:45:177 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 09:36:45:590 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 09:36:45:590 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 09:36:45:590 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 09:36:45:590 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 09:36:45:590 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 09:36:45:590 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 09:36:45:590 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 09:36:45:705 INFO DAGT0000 Login to enterprise server.
    2012-02-07 09:36:45:746 INFO DAGT0000 Enterprise auto-recovery message received.
    2012-02-07 09:36:45:746 INFO DAGT0000 Enterprise-SupervisorWorkflow auto-recovery message received.
    2012-02-07 09:36:45:746 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-07 09:36:45:788 INFO DAGT0000 Enterprise auto-recovery message received.
    2012-02-07 09:36:45:788 INFO DAGT0000 Enterprise-SupervisorWorkflow auto-recovery message received.
    2012-02-07 09:36:45:789 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 09:36:45:851 INFO DAGT1021 Login to Desktop Monitoring.
    2012-02-07 09:36:45:851 WARN STD3000 Create registry key Access denied: <5:Access is denied.>.
    2012-02-07 09:36:45:851 WARN STD3000 Create registry key Access denied: <5:Access is denied.>.
    2012-02-07 09:36:45:851 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:45:851 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:45:852 INFO VOIP4000 The Desktop Monitor adapter name is [\Device\Splkpc_{C01D5D56-67FC-4F67-90FE-E47803A71AE1}].
    2012-02-07 09:36:45:856 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 09:36:45:891 INFO LRM4000 SLRMMgr object created.
    2012-02-07 09:36:45:891 INFO LRM4003 SLRMMgr object initialized.
    2012-02-07 09:36:45:891 INFO LRM4008 LRM thread starting.
    2012-02-07 09:36:45:891 INFO LRM4004 LRM interface has become available.
    2012-02-07 09:36:45:891 INFO LRM4006 Reacquire thread starting.
    2012-02-07 09:36:45:997 INFO VOIP4009 Adding the VoIP service [BYFWSRUCCXB] to the list of active VoIP services.
    2012-02-07 09:36:45:997 INFO VOIP4002 The Corba listening process has been successfully started.
    2012-02-07 09:36:45:999 INFO VOIP4001 The Desktop Monitoring module on the local host has been successfully initialized.
    2012-02-07 09:36:45:999 WARN STD3000 Open registry key Object not found: <2:The system cannot find the file specified.>.
    2012-02-07 09:36:46:729 ERROR VOIP2021 Desktop monitoring enabled for extension [1176].
    2012-02-07 09:39:55:350 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-07 09:39:55:354 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-07 12:40:57:129 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-07 12:40:57:133 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-07 12:52:56:407 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-07 12:52:56:411 INFO DAGT3007 Unable to retrieve data from Enterprise Database.
    2012-02-07 13:41:56:617 INFO AcmiClnt0004 Error receiving sockets message header. Error(15:failed to read from socket).
    2012-02-07 13:41:57:298 ERROR LRM2014 A sockets error occurred. Error: (15:failed to read from socket).
    2012-02-07 13:41:57:299 INFO LRM4005 LRM interface has become unavailable.
    2012-02-07 13:41:57:299 INFO DAGT0000 Enterprise auto-recovery message received.
    2012-02-07 13:41:57:299 INFO DAGT0000 Enterprise auto-recovery message received.
    2012-02-07 13:41:57:299 INFO DAGT0000 Enterprise-SupervisorWorkflow auto-recovery message received.
    2012-02-07 13:41:57:299 WARN DAGT2048 LRM Inactive Message received.
    2012-02-07 13:41:57:300 ERROR LRM2014 A sockets error occurred. Error: (17:socket connection closed by remote party).
    2012-02-07 13:41:58:629 INFO DAGT0000 LDAP auto-recovery message received.
    2012-02-07 13:41:58:629 INFO VOIP4004 The LDAP connection has gone down.
    2012-02-07 13:41:58:632 INFO DAGT0000 LDAP auto-recovery message received.
    2012-02-07 13:41:58:632 INFO VOIP4003 The LDAP connection has come up.
    2012-02-07 13:42:01:839 INFO LRM4004 LRM interface has become available.
    2012-02-07 13:42:01:979 INFO DAGT0000 Verify agent license.
    2012-02-07 13:42:02:057 INFO DAGT0000 Enterprise auto-recovery message received.
    2012-02-07 13:42:02:057 INFO DAGT0000 Enterprise-SupervisorWorkflow auto-recovery message received.
    2012-02-07 13:42:02:291 ERROR AcmiClnt2004 Error occured when receiving message from cti server. Error(15:failed to read from socket).
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:743 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:759 INFO DAGT0000 RASCAL Server Feature auto-recovery message received.
    2012-02-07 13:42:02:806 ERROR FCCC2005 Network communication error (COMM_FAILURE).
    2012-02-07 13:42:02:806 ERROR FCCC2015 The connection to the Desktop Chat Service has been lost. The program will attempt to reconnect automatically.
    2012-02-07 13:42:02:806 INFO DAGT0000 Call Chat auto-recovery message received.
    2012-02-07 13:42:02:806 ERROR FCCC2015 The connection to the Desktop Chat Service has been lost. The program will attempt to reconnect automatically.
    2012-02-07 13:42:02:806 INFO DAGT0000 Call Chat auto-recovery message received.
    2012-02-07 13:42:02:806 ERROR DAGT3062 Chat SetAgentAcdState failed.
    2012-02-07 13:42:02:806 INFO DAGT0000 Call Chat auto-recovery message received.
    2012-02-07 13:42:02:821 INFO FCCC0000 Successfully connected to the Desktop Chat Service.
    2012-02-07 13:42:02:821 INFO DAGT0000 Call Chat auto-recovery message received.
    2012-02-07 13:42:02:946 INFO AcmiClnt0001 Failed to send message to the cti server. Error(failed to send message to cti server).
    2012-02-07 13:42:13:293 INFO VOIP4005 Desktop monitoring disabled for extension [1176].
    2012-02-07 14:05:01:184 INFO Agent MF2095 OnUpdateAcdLoginLogout: Remaining time 1999
    2012-02-07 14:05:01:184 INFO Agent MF2098 OnUpdateAcdLoginLogout: We receive AS_LOGOUT so close CAD window
    VERSION INFO: Environment: Platform .
    VERSION INFO: Environment: Working Dir: .
    VERSION INFO: Environment: User Dir: .
    VERSION INFO: Environment: Hostname .
    VERSION INFO: Environment: Timezone , DST Zone .
    VERSION INFO: Environment: Current time <2012-02-07 14:05:02.839>.
    VERSION INFO: Debug threshold .
    VERSION INFO: Max file size <3000000>.
    VERSION INFO: Max file count <1>.
    VERSION INFO: Module: agent.exe: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: ntdll.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: kernel32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: KERNELBASE.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkStd.dll: Product <> Version <2.0.0.32> Pri Build <> Special Build <>.
    VERSION INFO: Module: WS2_32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: msvcrt.dll: Product Version <7.0.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: RPCRT4.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: NSI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: VERSION.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SHLWAPI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: GDI32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: USER32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: LPK.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: USP10.dll: Product Version <1.0626.7601.17561> Pri Build <> Special Build <>.
    VERSION INFO: Module: pthreadVC2.dll: Product <> Version <2, 8, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: WSOCK32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVCR80.dll: Product Version <8.00.50727.4940> Pri Build <> Special Build <>.
    VERSION INFO: Module: xerces-c_2_7.dll: Product Version <2, 7, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: ADVAPI32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: sechost.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: PSAPI.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVCP80.dll: Product Version <8.00.50727.4940> Pri Build <> Special Build <>.
    VERSION INFO: Module: FCRasClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: omniDynamic410_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: omniORB410_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: omnithread33_vc8_rt.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: LRMClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: LDAPClientDLL.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: SplkSecurity.dll: Product Version <2.0.0.32> Pri Build Special Build <>.
    VERSION INFO: Module: LIBEAY32.dll: Product Version <0.9.8f> Pri Build <> Special Build <>.
    VERSION INFO: Module: libsasl.dll: Product Version Pri Build Special Build .
    VERSION INFO: Module: SplkSocket.dll: Product <> Version <1.0.0.44> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkMisc.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: RecordingClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: FCVoIPMonClientRec.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: OpenH323Wrapper.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: ptlib.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: comdlg32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: COMCTL32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SHELL32.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: ole32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: ODBC32.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: DNSAPI.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: WINMM.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: snmpapi.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: AVICAP32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSVFW32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MPR.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MobileAgentMonitor.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: FCCClient.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: CadSplkStd.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build <>.
    VERSION INFO: Module: SAW.dll: Product Version <6.6.1.400> Pri Build <> Special Build <>.
    VERSION INFO: Module: CSI.dll: Product Version <6.6.1.400> Pri Build <> Special Build <>.
    VERSION INFO: Module: SSLEAY32.dll: Product Version <0.9.8f> Pri Build <> Special Build <>.
    VERSION INFO: Module: iphlpapi.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: WINNSI.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SPLKTSSP.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: FCHooker.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: PhoneDev.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: AcmiClient.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: MFC80.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: OLEAUT32.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: DesktopMonitor.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: SplkWinPcap.dll: Product Version <6.6.1.54> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: shlapi.dll: Product Version <7, 0, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: sllapi.dll: Product Version <7, 0, 0, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: XTP9510Libu.dll: Product Version <9, 5, 1, 0> Pri Build <> Special Build <>.
    VERSION INFO: Module: MFC80U.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: SplkUpdate.dll: Product Version <6.6.1.54> Pri Build <> Special Build <>.
    VERSION INFO: Module: EEMServerClient.dll: Product <> Version <6.6.1.400> Pri Build <> Special Build < >.
    VERSION INFO: Module: CADEEMConnector.dll: Product Version <6.6.1.400> Pri Build <6.6(1)> Special Build < >.
    VERSION INFO: Module: MSIMG32.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: IMM32.DLL: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.
    VERSION INFO: Module: MSCTF.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: SOPHOS~1.DLL: Product Version <9.5.5> Pri Build <> Special Build <>.
    VERSION INFO: Module: odbcint.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: ICMP.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: RASAPI32.DLL: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: rasman.dll: Product Version <6.1.7600.16385> Pri Build <> Special Build <>.
    VERSION INFO: Module: MFC80ENU.DLL: Product Version <8.00.50727.4053> Pri Build <> Special Build <>.
    VERSION INFO: Module: AgentResDLL.dll: Product <> Version <> Pri Build <> Special Build <>.
    VERSION INFO: Module: NLAapi.dll: Product Version <6.1.7601.17514> Pri Build <> Special Build <>.

  • Windowserver crashes in ML, random log outs, please help

    Setup:
    MBpro Retina with ML 10.8.2 installed
    3 external acer monitors connected via HDMI to 3 usb graphics adaptors
    usb graphic's connected to a usb hub
    usb hub connected to MB pro
    Never had a problem under Lion... Since installing ML I experience dailly random log outs.
    In console I found that this was due to windowserver crashes.
    So far I've read a few similare cases with Mac pro's, but their issue seems to be resolved with 10.8.2.
    Mine clearly isn't, If someone is experiencing the same problems, please join the discussion so we can gain some clout.
    Below I pasted the report:
    Process:         WindowServer [1674]
    Path:            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/WindowServer
    Identifier:      WindowServer
    Version:         324.6
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [1]
    User ID:         88
    Date/Time:       2012-09-28 11:49:48.366 +0200
    OS Version:      Mac OS X 10.8.2 (12C54)
    Report Version:  10
    Sleep/Wake UUID:
    Crashed Thread:  10  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000009e189f5
    VM Regions Near 0x9e189f5:
    -->
        __TEXT                 0000000100a31000-0000000100a32000 [    4K] r-x/rwx SM=COW  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/WindowServer
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff854ab6c2 semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x00007fff905e483b _dispatch_group_wait_slow + 154
    2   com.apple.CoreGraphics                  0x00007fff86af4b69 CGLayerComposite + 625
    3   com.apple.CoreGraphics                  0x00007fff86b5f08e CGXUpdateDisplay + 6867
    4   com.apple.CoreGraphics                  0x00007fff86d1e308 run_timer_pass + 381
    5   com.apple.CoreGraphics                  0x00007fff86a9e1f6 CGXRunOneServicesPass + 198
    6   com.apple.CoreGraphics                  0x00007fff86a9e9b6 CGXServer + 1000
    7   WindowServer                            0x0000000100a31f41 main + 9
    8   libdyld.dylib                           0x00007fff8cc637e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff854add16 kevent + 10
    1   libdispatch.dylib                       0x00007fff905e1dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff905e19ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff854ab686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff854aac42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff89418803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8941dee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8941d6b2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8942c371 CFRunLoopRun + 97
    6   com.apple.CoreGraphics                  0x00007fff86e08f2b eventThread + 379
    7   libsystem_c.dylib                       0x00007fff86324742 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff86311181 thread_start + 13
    Thread 3:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x00007fff854ab686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff854aac42 mach_msg + 70
    2   com.apple.QuartzCore                    0x00007fff9013735b CA::Render::Server::server_thread(void*) + 403
    3   com.apple.QuartzCore                    0x00007fff901bbe76 thread_fun + 25
    4   libsystem_c.dylib                       0x00007fff86324742 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff86311181 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff854ad6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86326eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86326cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff86311171 start_wqthread + 13
    Thread 5:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.QuartzCore                    0x00007fff90154c2f CA::OGL::SW::scan_convert_thread(void*, void*) + 2447
    1   com.apple.QuartzCore                    0x00007fff901552b4 CA::OGL::SW::scan_convert(CA::OGL::SW::RenderState const*, CA::OGL::SW::Poly*, unsigned int, unsigned int) + 652
    2   com.apple.QuartzCore                    0x00007fff90155659 CA::OGL::SW::draw_polygon(CA::OGL::Vertex*, unsigned int, void*) + 862
    3   com.apple.QuartzCore                    0x00007fff9013c2cb CA::OGL::clip_primitives(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, int const*, CA::OGL::ClipPlane const*, CA::Transform const*, CA::OGL::Vertex*, unsigned int, void (*)(CA::OGL::Vertex*, unsigned int, void*), void*, bool) + 2973
    4   com.apple.QuartzCore                    0x00007fff901558f5 CA::OGL::SWContext::draw_elements(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, unsigned int, unsigned int, CA::OGL::ClipPlane const*) + 619
    5   com.apple.QuartzCore                    0x00007fff900c09f0 CA::OGL::Context::array_flush() + 62
    6   com.apple.QuartzCore                    0x00007fff900cb5da CA::OGL::Context::ClippedArray::next_rect(CA::Bounds&) + 280
    7   com.apple.QuartzCore                    0x00007fff900cb05f CA::OGL::emit_one_part_rect(CA::OGL::Context&, CA::OGL::RectState const&, float const*, unsigned int) + 363
    8   com.apple.QuartzCore                    0x00007fff900cabe1 CA::OGL::fill_rect_tex(CA::OGL::Context&, CA::OGL::RectState const&, float const*) + 93
    9   com.apple.QuartzCore                    0x00007fff900caa5a CA::OGL::ContentsGeometry::fill(CA::OGL::Context&, CA::OGL::Image*) const + 132
    10  com.apple.QuartzCore                    0x00007fff900ca42b CA::OGL::ContentsGeometry::fill(CA::OGL::Context&, CA::OGL::Image*, CA::OGL::TextureFilter, float) const + 101
    11  com.apple.QuartzCore                    0x00007fff900c78db CA::OGL::render_contents_background(CA::OGL::Renderer&, CA::OGL::Layer const*) + 1846
    12  com.apple.QuartzCore                    0x00007fff900c7025 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 57
    13  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    14  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    15  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    16  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    17  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    18  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    19  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    20  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    21  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    22  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    23  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    24  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    25  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    26  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    27  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    28  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    29  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    30  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    31  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    32  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    33  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    34  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    35  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    36  com.apple.QuartzCore                    0x00007fff900bd487 CA::OGL::Renderer::render(CA::Render::Update const*) + 875
    37  com.apple.QuartzCore                    0x00007fff900bd096 CA::OGL::render(CA::OGL::Renderer&, CA::Render::Update*) + 227
    38  com.apple.QuartzCore                    0x00007fff90138d8f CARenderOGLRender + 24
    39  com.apple.CoreGraphics                  0x00007fff86b6fee3 CGLayerKitFetch + 483
    40  com.apple.CoreGraphics                  0x00007fff86af5b21 layer_blit_entry + 1189
    41  com.apple.CoreGraphics                  0x00007fff86af5673 layer_blit_entry_block + 9
    42  libdispatch.dylib                       0x00007fff905df0b6 _dispatch_client_callout + 8
    43  libdispatch.dylib                       0x00007fff905e01fa _dispatch_worker_thread2 + 304
    44  libsystem_c.dylib                       0x00007fff86326cab _pthread_wqthread + 404
    45  libsystem_c.dylib                       0x00007fff86311171 start_wqthread + 13
    Thread 6:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.QuartzCore                    0x00007fff901575e3 void CA::OGL::SW::image_sampler<CA::OGL::SW::Format::ARGB8_Host, false, false, false, false>(CA::OGL::SW::SamplerData const*, unsigned int, unsigned int*) + 53
    1   com.apple.QuartzCore                    0x00007fff90150435 CA::OGL::SW::sample_texture(CA::OGL::SW::Texture const*, int, unsigned int, CA::OGL::SW::Poly::Vertex const*, CA::OGL::SW::Poly::Vertex const*, CA::OGL::SW::Poly::Vertex const*, CA::OGL::SW::Poly::Vertex const*, unsigned char, unsigned int, unsigned int*) + 781
    2   com.apple.QuartzCore                    0x00007fff9015376e CA::OGL::SW::scanline(CA::OGL::SW::ScanState const*, int, int, int, CA::OGL::SW::Poly::Vertex*, CA::OGL::SW::Poly::Vertex const*, CA::OGL::SW::Poly::Vertex*, CA::OGL::SW::Poly::Vertex const*, unsigned int) + 1509
    3   com.apple.QuartzCore                    0x00007fff90154f1e CA::OGL::SW::scan_convert_thread(void*, void*) + 3198
    4   com.apple.QuartzCore                    0x00007fff901552b4 CA::OGL::SW::scan_convert(CA::OGL::SW::RenderState const*, CA::OGL::SW::Poly*, unsigned int, unsigned int) + 652
    5   com.apple.QuartzCore                    0x00007fff90155659 CA::OGL::SW::draw_polygon(CA::OGL::Vertex*, unsigned int, void*) + 862
    6   com.apple.QuartzCore                    0x00007fff9013c2cb CA::OGL::clip_primitives(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, int const*, CA::OGL::ClipPlane const*, CA::Transform const*, CA::OGL::Vertex*, unsigned int, void (*)(CA::OGL::Vertex*, unsigned int, void*), void*, bool) + 2973
    7   com.apple.QuartzCore                    0x00007fff901558f5 CA::OGL::SWContext::draw_elements(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, unsigned int, unsigned int, CA::OGL::ClipPlane const*) + 619
    8   com.apple.QuartzCore                    0x00007fff900c09f0 CA::OGL::Context::array_flush() + 62
    9   com.apple.QuartzCore                    0x00007fff900cb5da CA::OGL::Context::ClippedArray::next_rect(CA::Bounds&) + 280
    10  com.apple.QuartzCore                    0x00007fff900cb05f CA::OGL::emit_one_part_rect(CA::OGL::Context&, CA::OGL::RectState const&, float const*, unsigned int) + 363
    11  com.apple.QuartzCore                    0x00007fff900cabe1 CA::OGL::fill_rect_tex(CA::OGL::Context&, CA::OGL::RectState const&, float const*) + 93
    12  com.apple.QuartzCore                    0x00007fff900caa5a CA::OGL::ContentsGeometry::fill(CA::OGL::Context&, CA::OGL::Image*) const + 132
    13  com.apple.QuartzCore                    0x00007fff900ca42b CA::OGL::ContentsGeometry::fill(CA::OGL::Context&, CA::OGL::Image*, CA::OGL::TextureFilter, float) const + 101
    14  com.apple.QuartzCore                    0x00007fff900c78db CA::OGL::render_contents_background(CA::OGL::Renderer&, CA::OGL::Layer const*) + 1846
    15  com.apple.QuartzCore                    0x00007fff900c7025 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 57
    16  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    17  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    18  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    19  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    20  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    21  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    22  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    23  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    24  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    25  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    26  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    27  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    28  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    29  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    30  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    31  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    32  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    33  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    34  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    35  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    36  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    37  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    38  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    39  com.apple.QuartzCore                    0x00007fff900bd487 CA::OGL::Renderer::render(CA::Render::Update const*) + 875
    40  com.apple.QuartzCore                    0x00007fff900bd096 CA::OGL::render(CA::OGL::Renderer&, CA::Render::Update*) + 227
    41  com.apple.QuartzCore                    0x00007fff90138d8f CARenderOGLRender + 24
    42  com.apple.CoreGraphics                  0x00007fff86b6fee3 CGLayerKitFetch + 483
    43  com.apple.CoreGraphics                  0x00007fff86af5b21 layer_blit_entry + 1189
    44  com.apple.CoreGraphics                  0x00007fff86af5673 layer_blit_entry_block + 9
    45  libdispatch.dylib                       0x00007fff905df0b6 _dispatch_client_callout + 8
    46  libdispatch.dylib                       0x00007fff905e01fa _dispatch_worker_thread2 + 304
    47  libsystem_c.dylib                       0x00007fff86326cab _pthread_wqthread + 404
    48  libsystem_c.dylib                       0x00007fff86311171 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff854ad6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86326eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86326cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff86311171 start_wqthread + 13
    Thread 8:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_c.dylib                       0x00007fff86312f4e _spin_lock$VARIANT$mp + 30
    1   com.apple.QuartzCore                    0x00007fff9009e6c7 CA::OGL::Context::image_deleted(CA::Render::Object*, void*, void*) + 33
    2   com.apple.QuartzCore                    0x00007fff900aaef2 CA::Render::post_notification(CA::Render::NotificationName, CA::Render::Object*, void*, bool) + 220
    3   com.apple.QuartzCore                    0x00007fff900cfc3b CA::Render::Image::finalize() + 83
    4   com.apple.QuartzCore                    0x00007fff90088205 CA::Render::GradientLayer::~GradientLayer() + 33
    5   com.apple.QuartzCore                    0x00007fff900881d4 CA::Render::GradientLayer::finalize() + 44
    6   com.apple.QuartzCore                    0x00007fff900cfad1 CA::Render::Layer::Ext::unref() + 47
    7   com.apple.QuartzCore                    0x00007fff900cfa6e CA::Render::Layer::~Layer() + 84
    8   com.apple.QuartzCore                    0x00007fff900cfa05 CA::Render::Layer::~Layer() + 17
    9   com.apple.QuartzCore                    0x00007fff900cce0e CA::Render::Update::release_objects() const + 52
    10  com.apple.QuartzCore                    0x00007fff900ccd9a CA::OGL::Renderer::collect(CA::Render::Update const*, double) + 48
    11  com.apple.CoreGraphics                  0x00007fff86b6fee3 CGLayerKitFetch + 483
    12  com.apple.CoreGraphics                  0x00007fff86af5b21 layer_blit_entry + 1189
    13  com.apple.CoreGraphics                  0x00007fff86af5673 layer_blit_entry_block + 9
    14  libdispatch.dylib                       0x00007fff905df0b6 _dispatch_client_callout + 8
    15  libdispatch.dylib                       0x00007fff905e01fa _dispatch_worker_thread2 + 304
    16  libsystem_c.dylib                       0x00007fff86326cab _pthread_wqthread + 404
    17  libsystem_c.dylib                       0x00007fff86311171 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff854ad6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86326eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86326cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff86311171 start_wqthread + 13
    Thread 10 Crashed:: Dispatch queue: com.apple.root.default-priority
    0   ???                                     0x0000000009e189f5 0 + 165775861
    1   com.apple.QuartzCore                    0x00007fff900c9703 CA::OGL::Context::lookup_image_(CA::Render::Texture*, bool) + 163
    2   com.apple.QuartzCore                    0x00007fff90155b33 CA::OGL::SWContext::bind_image_impl(unsigned int, CA::Render::Texture*, unsigned int, CA::OGL::TextureFilter, CA::OGL::TextureFilter, float, CA::OGL::TextureEdgeMode, float*) + 71
    3   com.apple.QuartzCore                    0x00007fff900c8c94 CA::OGL::Context::bind_image(unsigned int, CA::Render::Texture*, unsigned int, CA::OGL::TextureFilter, CA::OGL::TextureFilter, float, CA::OGL::TextureEdgeMode, CA::OGL::ContentsGeometry const*, float*) + 784
    4   com.apple.QuartzCore                    0x00007fff90099c97 CA::OGL::render_gradient(CA::OGL::Renderer&, CA::OGL::Layer const*, CA::Render::GradientLayer const*) + 289
    5   com.apple.QuartzCore                    0x00007fff900d7c38 CA::OGL::render_background(CA::OGL::Renderer&, CA::OGL::Layer const*) + 147
    6   com.apple.QuartzCore                    0x00007fff900c7971 CA::OGL::render_contents_background(CA::OGL::Renderer&, CA::OGL::Layer const*) + 1996
    7   com.apple.QuartzCore                    0x00007fff900c7025 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 57
    8   com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    9   com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    10  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    11  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    12  com.apple.QuartzCore                    0x00007fff900950a8 CA::OGL::ImagingNode::retain_surface() + 110
    13  com.apple.QuartzCore                    0x00007fff900c6362 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 88
    14  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    15  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    16  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    17  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    18  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    19  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    20  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    21  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    22  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    23  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    24  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    25  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    26  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    27  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    28  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    29  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    30  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    31  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    32  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    33  com.apple.QuartzCore                    0x00007fff900bd487 CA::OGL::Renderer::render(CA::Render::Update const*) + 875
    34  com.apple.QuartzCore                    0x00007fff900bd096 CA::OGL::render(CA::OGL::Renderer&, CA::Render::Update*) + 227
    35  com.apple.QuartzCore                    0x00007fff90138d8f CARenderOGLRender + 24
    36  com.apple.CoreGraphics                  0x00007fff86b6fee3 CGLayerKitFetch + 483
    37  com.apple.CoreGraphics                  0x00007fff86af5b21 layer_blit_entry + 1189
    38  com.apple.CoreGraphics                  0x00007fff86af5673 layer_blit_entry_block + 9
    39  libdispatch.dylib                       0x00007fff905df0b6 _dispatch_client_callout + 8
    40  libdispatch.dylib                       0x00007fff905e01fa _dispatch_worker_thread2 + 304
    41  libsystem_c.dylib                       0x00007fff86326cab _pthread_wqthread + 404
    42  libsystem_c.dylib                       0x00007fff86311171 start_wqthread + 13
    Thread 11:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_m.dylib                       0x00007fff876716da ceilf + 58
    1   com.apple.QuartzCore                    0x00007fff901552b4 CA::OGL::SW::scan_convert(CA::OGL::SW::RenderState const*, CA::OGL::SW::Poly*, unsigned int, unsigned int) + 652
    2   com.apple.QuartzCore                    0x00007fff90155659 CA::OGL::SW::draw_polygon(CA::OGL::Vertex*, unsigned int, void*) + 862
    3   com.apple.QuartzCore                    0x00007fff9013c2cb CA::OGL::clip_primitives(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, int const*, CA::OGL::ClipPlane const*, CA::Transform const*, CA::OGL::Vertex*, unsigned int, void (*)(CA::OGL::Vertex*, unsigned int, void*), void*, bool) + 2973
    4   com.apple.QuartzCore                    0x00007fff901558f5 CA::OGL::SWContext::draw_elements(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, unsigned int, unsigned int, CA::OGL::ClipPlane const*) + 619
    5   com.apple.QuartzCore                    0x00007fff900c09f0 CA::OGL::Context::array_flush() + 62
    6   com.apple.QuartzCore                    0x00007fff900cb5da CA::OGL::Context::ClippedArray::next_rect(CA::Bounds&) + 280
    7   com.apple.QuartzCore                    0x00007fff900975fa CA::OGL::emit_quad_indices(CA::OGL::Context&, CA::OGL::RectState const&, unsigned short const*, unsigned long, unsigned long, unsigned long) + 273
    8   com.apple.QuartzCore                    0x00007fff90097422 CA::OGL::emit_mesh_with_center(CA::OGL::Context&, CA::OGL::RectState const&, unsigned short const*, unsigned long, unsigned long, unsigned long, unsigned int) + 119
    9   com.apple.QuartzCore                    0x00007fff9009e290 CA::OGL::emit_nine_part_rect(CA::OGL::Context&, CA::OGL::RectState const&, double const*, double const*, float const*, float const*, float const*, float const*, unsigned int) + 590
    10  com.apple.QuartzCore                    0x00007fff900cae6c CA::OGL::fill_rect_tex(CA::OGL::Context&, CA::OGL::RectState const&, float const*) + 744
    11  com.apple.QuartzCore                    0x00007fff900caa5a CA::OGL::ContentsGeometry::fill(CA::OGL::Context&, CA::OGL::Image*) const + 132
    12  com.apple.QuartzCore                    0x00007fff900ca42b CA::OGL::ContentsGeometry::fill(CA::OGL::Context&, CA::OGL::Image*, CA::OGL::TextureFilter, float) const + 101
    13  com.apple.QuartzCore                    0x00007fff900c78db CA::OGL::render_contents_background(CA::OGL::Renderer&, CA::OGL::Layer const*) + 1846
    14  com.apple.QuartzCore                    0x00007fff900c7025 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 57
    15  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    16  com.apple.QuartzCore                    0x00007fff900950a8 CA::OGL::ImagingNode::retain_surface() + 110
    17  com.apple.QuartzCore                    0x00007fff900c6362 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 88
    18  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    19  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    20  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    21  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    22  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    23  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    24  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    25  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    26  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    27  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    28  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    29  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    30  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    31  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    32  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    33  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    34  com.apple.QuartzCore                    0x00007fff900c70f1 CA::OGL::LayerNode::apply(CA::OGL::Surface**) + 261
    35  com.apple.QuartzCore                    0x00007fff900c63f1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*) + 231
    36  com.apple.QuartzCore                    0x00007fff900c62cf CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 117
    37  com.apple.QuartzCore                    0x00007fff900bd487 CA::OGL::Renderer::render(CA::Render::Update const*) + 875
    38  com.apple.QuartzCore                    0x00007fff900bd096 CA::OGL::render(CA::OGL::Renderer&, CA::Render::Update*) + 227
    39  com.apple.QuartzCore                    0x00007fff90138d8f CARenderOGLRender + 24
    40  com.apple.CoreGraphics                  0x00007fff86b6fee3 CGLayerKitFetch + 483
    41  com.apple.CoreGraphics                  0x00007fff86af5b21 layer_blit_entry + 1189
    42  com.apple.CoreGraphics                  0x00007fff86af5673 layer_blit_entry_block + 9
    43  libdispatch.dylib                       0x00007fff905df0b6 _dispatch_client_callout + 8
    44  libdispatch.dylib                       0x00007fff905e01fa _dispatch_worker_thread2 + 304
    45  libsystem_c.dylib                       0x00007fff86326cab _pthread_wqthread + 404
    46  libsystem_c.dylib                       0x00007fff86311171 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff854ad6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff86326eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff86326cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff86311171 start_wqthread + 13
    Thread 10 crashed with X86 Thread State (64-bit):
      rax: 0x0000000101f5ea00  rbx: 0x0000000129c9a580  rcx: 0x000000012f0ac501  rdx: 0x000000012e9a3280
      rdi: 0x0000000128691480  rsi: 0x000000000000002f  rbp: 0x000000013461f030  rsp: 0x000000013461eff8
       r8: 0x00007ff00acda430   r9: 0x0000000000002601  r10: 0x00007fff75259e00  r11: 0x0000000129c9a580
      r12: 0x00007ff00acda320  r13: 0x0000000128691480  r14: 0x0000000000000000  r15: 0x0000000128691480
      rip: 0x0000000009e189f5  rfl: 0x0000000000010246  cr2: 0x0000000009e189f5
    Logical CPU: 3
    Binary Images:
           0x100a31000 -        0x100a31fff  WindowServer (324.6) <1B78F0BC-6BFF-32CC-8B16-BD59DE22F84B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
           0x1018a8000 -        0x101a5ffff  GLEngine (8.6.1) <94C4C4C0-E96C-30B2-8CD7-DE8D82CA74F1> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x101a96000 -        0x101bd8fff  libGLProgrammability.dylib (8.6.1) <FC866EA6-6263-3F51-BF7C-EA1A9A4162B4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x101c3c000 -        0x101c4aff7  libGPUSupport.dylib (8.6.1) <C8A361A5-8A82-375D-B50E-E520662F76B1> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x11661f000 -        0x11662eff7  com.apple.GeForceGA (8.0.61 - 8.0.0) <7DEEFEC1-C55B-3EDE-9271-26DC62E952C1> /System/Library/Extensions/GeForceGA.plugin/Contents/MacOS/GeForceGA
           0x127fcd000 -        0x127fcffff  com.apple.driver.AppleIntelHD4000GraphicsGA (8.0.61 - 8.0.0) <BE1873BD-37C9-3051-ADD8-1CD8FEC6A349> /System/Library/Extensions/AppleIntelHD4000GraphicsGA.plugin/Contents/MacOS/App leIntelHD4000GraphicsGA
           0x127fde000 -        0x128459ff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.0.61 - 8.0.0) <CCA8F6EE-4B5E-3F49-9405-CCEBB8C273FC> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
           0x200000000 -        0x200822ff7  com.apple.GeForceGLDriver (8.0.61 - 8.0.0) <CF32F783-46E3-3837-A993-01CB9C2BE6BC> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff60631000 -     0x7fff6066593f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff83780000 -     0x7fff837c4fff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff83a87000 -     0x7fff83b14ff7  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
        0x7fff83c87000 -     0x7fff83c8bfff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff83c8c000 -     0x7fff83cf4fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff83cf5000 -     0x7fff83deafff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff83deb000 -     0x7fff83decfff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff83ded000 -     0x7fff83deffff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff83df0000 -     0x7fff83ec2ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff83ec3000 -     0x7fff83ec3fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff83f32000 -     0x7fff83fb2ff7  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
        0x7fff8411c000 -     0x7fff8431cfff  libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
        0x7fff84c71000 -     0x7fff84d73fff  libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff84d78000 -     0x7fff84d83fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff84dd4000 -     0x7fff84e6efff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff85464000 -     0x7fff8549afff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8549b000 -     0x7fff854b6ff7  libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8570a000 -     0x7fff85807ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff85808000 -     0x7fff8580cfff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8593c000 -     0x7fff8594afff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff85f8c000 -     0x7fff86127fef  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
        0x7fff86310000 -     0x7fff863dcfe7  libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
        0x7fff863dd000 -     0x7fff86432ff7  libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff86433000 -     0x7fff86438fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff864c2000 -     0x7fff864cdfff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff864ce000 -     0x7fff86772fff  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
        0x7fff86773000 -     0x7fff868e7fff  com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff868f6000 -     0x7fff87286c67  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
        0x7fff872e5000 -     0x7fff87641fff  com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff87670000 -     0x7fff8769eff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff8769f000 -     0x7fff876a0fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff87760000 -     0x7fff8778aff7  com.apple.CoreVideo (1.8 - 99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff87beb000 -     0x7fff87becff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
        0x7fff87bed000 -     0x7fff87c15fff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff87c99000 -     0x7fff87d1afff  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
        0x7fff87d1b000 -     0x7fff87d22fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff87d23000 -     0x7fff87d43fff  libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff88a40000 -     0x7fff88a44fff  com.apple.IOSurface (86.0.3 - 86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff88d0d000 -     0x7fff88dcaff7  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
        0x7fff88dcb000 -     0x7fff88dcdfff  libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff88dce000 -     0x7fff88e74ff7  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
        0x7fff890ca000 -     0x7fff890efff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
        0x7fff89114000 -     0x7fff89117fff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff89118000 -     0x7fff893e8fff  com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff893e9000 -     0x7fff895d2fff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff895d3000 -     0x7fff895d5fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff895e1000 -     0x7fff89767fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff89a96000 -     0x7fff89b03ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff89b04000 -     0x7fff89b08fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff89b0b000 -     0x7fff89c16fff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff89ca1000 -     0x7fff89cfeff7  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
        0x7fff8a04e000 -     0x7fff8a04efff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8a2f9000 -     0x7fff8a34ffff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8a39c000 -     0x7fff8a3f6fff  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
        0x7fff8a3f7000 -     0x7fff8a7eefff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8a8e1000 -     0x7fff8a903ff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
        0x7fff8a904000 -     0x7fff8a93efff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8a985000 -     0x7fff8a986ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff8a9ef000 -     0x7fff8a9fdff7  libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
        0x7fff8aa63000 -     0x7fff8aa63fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8ac1c000 -     0x7fff8ac2aff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8ac2b000 -     0x7fff8ac68fe7  libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8ac69000 -     0x7fff8ac6aff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff8aec8000 -     0x7fff8aedbff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8af17000 -     0x7fff8af36ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8af37000 -     0x7fff8af3efff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff8af3f000 -     0x7fff8af47fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8b75c000 -     0x7fff8b7b2ff7  com.apple.opencl (2.1.20 - 2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8b7b3000 -     0x7fff8b7b9fff  libCGXCoreImage.A.dylib (324.6) <45864BEA-B2EA-3F5F-9D04-F9832AB67A00> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8bb42000 -     0x7fff8bb59fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8bb5a000 -     0x7fff8c29cff7  libclh.dylib (4.0.3 - 4.0.3) <16FC7127-61C7-3F3A-870E-16CD38E5BB37> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
        0x7fff8c80e000 -     0x7fff8c84dff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8c908000 -     0x7fff8c952ff7  libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8c9db000 -     0x7fff8ca44fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff8ca45000 -     0x7fff8ca51fff  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
        0x7fff8ca5a000 -     0x7fff8ca60fff  libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8caa9000 -     0x7fff8cbc192f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff8cbf5000 -     0x7fff8cbfbfff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8cbfc000 -     0x7fff8cc04ff7  libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8cc61000 -     0x7fff8cc64ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff8cdb7000 -     0x7fff8cdcefff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8ce6d000 -     0x7fff8d184ff7  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
        0x7fff8d188000 -     0x7fff8d19bff7  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
        0x7fff8d1b6000 -     0x7fff8d1e1fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff8d1e2000 -     0x7fff8d1e8ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8d1e9000 -     0x7fff8d238ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8d661000 -     0x7fff8d66dfff  com.apple.CrashReporterSupport (10.8.2 - 414.3) <B1A904D2-1944-39AD-9F43-F589CEE3FCC3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8d6e4000 -     0x7fff8d73bff7  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
        0x7fff8d73c000 -     0x7fff8d78dff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8d78e000 -     0x7fff8d8a7ff7  com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8d99b000 -     0x7fff8d9a8fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8dae3000 -     0x7fff8dae3fff  libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8dae4000 -     0x7fff8dae4fff  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
        0x7fff8db31000 -     0x7fff8db80ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff8dbe7000 -     0x7fff8dc54fff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8e136000 -     0x7fff8e182ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff8e1de000 -     0x7fff8e260fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8e493000 -     0x7fff8e4a0ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8f45b000 -     0x7fff8f47cff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff8f47d000 -     0x7fff8f52efff  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
        0x7fff8f5ce000 -     0x7fff8f5ffff7  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
        0x7fff8f600000 -     0x7fff8f60fff7  com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Fram

    Hi ..
    Ignore SUID notations generated in Disk Utility > Mac OS X: Disk Utility's Repair Disk Permissions messages that you can safely ignore
    Might be a cookies, cache, or extensions, issue.
    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:   Remove All Website Data
    Then delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.
    If that doesn't help, troubleshoot Safari extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.
    If nothing above helped, ClamXav disabled or not, could still be the culprit. Go to the ClamXav website and look for uninstall instructions. Restart your Mac after you're done, then try Safari. You can always reinstall ClamXav later.

  • Sudden Log-out in Snow Leopard (+ Blue Screen)

    Similar posts here show that other people are being spontaneously logged out of 10.6, faced with a blue screen, and then the login window. In my case it is caused by connecting my bluetooth (BT) headphones, as the log below states.
    Short of never using my BT headphones or any other peripherals, has anyone found a solution to this terrible bug? Comments like "[Many applications shut down here]" are added to show that the log is just repeating with different applications.
    [Console Log Excerpt]
    9/4/09 6:11:35 AM BluetoothAudioAgent[2390] Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found. Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    9/4/09 6:11:35 AM BluetoothAudioAgent[2390] Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x100130990 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    9/4/09 6:11:44 AM GrowlHelperApp[5408] CGSShutdownServerConnections: Detaching application from window server
    9/4/09 6:11:44 AM Library Books[5402] CGSShutdownServerConnections: .
    Detaching application from window server
    [Many applications shut down here]
    Dock[5365] MIG: server died: CGSReleaseShmem : Cannot release shared memory
    9/4/09 6:11:44 AM Dock[5365] CGSDisplayServerShutdown: Detaching display subsystem from window server
    9/4/09 6:11:44 AM DashboardClient[7864] MIG: server died: CGSReleaseShmem : Cannot release shared memory
    [Message Repeated with other applications]
    DashboardClient[7869] kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    [Message Repeated with other applications]
    9/4/09 6:11:44 AM com.apple.Dock.agent[5365] Fri Sep 4 06:11:44 [MYNAME]-MacBook-Pro-2.local DashboardClient[7865] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
    [Many applications shut down here]
    9/4/09 6:11:45 AM Dock[5365] kCGErrorInvalidConnection: CGSSetBackgroundEventMaskAndShape: Invalid connection
    [Many applications shut down here]
    9/4/09 6:11:47 AM com.apple.ReportCrash.Root[2398] 2009-09-04 06:11:47.468 ReportCrash[2398:1407] Saved crash report for loginwindow[5344] version ??? (???) to /Library/Logs/DiagnosticReports/loginwindow2009-09-04-061147localhost.crash
    9/4/09 6:11:49 AM com.apple.SecurityServer[25] Session 0x34b085 created
    9/4/09 6:11:49 AM com.apple.SecurityServer[25] Session 0x34b085 attributes 0x30
    9/4/09 6:11:51 AM loginwindow[2406] Login Window Started Security Agent
    9/4/09 6:11:52 AM WindowServer[2408] kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    9/4/09 6:11:52 AM com.apple.WindowServer[2408] Fri Sep 4 06:11:52 [MYNAME]-MacBook-Pro-2.local WindowServer[2408] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    9/4/09 6:11:55 AM com.apple.SecurityServer[25] Session 0x234edb dead
    9/4/09 6:11:55 AM com.apple.SecurityServer[25] Killing auth hosts
    9/4/09 6:11:55 AM com.apple.SecurityServer[25] Session 0x234edb destroyed
    9/4/09 6:11:56 AM com.apple.ReportCrash.Root[2398] 2009-09-04 06:11:56.175 ReportCrash[2398:2b03] Saved crash report for DashboardClient[7867] version ??? (???) to /Library/Logs/DiagnosticReports/DashboardClient2009-09-04-061156localhost.crash
    9/4/09 6:11:56 AM SecurityAgent[2414] Showing Login Window
    9/4/09 6:11:57 AM com.apple.notifyd[11] EV_DELETE failed for file watcher 295
    9/4/09 6:11:57 AM com.apple.notifyd[11] EV_DELETE failed for file watcher 292
    [Message Repeated]
    9/4/09 6:11:58 AM com.apple.loginwindow[2406] 2009-09-04 06:11:58.519 loginwindow[2406:107] Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found. Did find:
    9/4/09 6:11:58 AM com.apple.loginwindow[2406] /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    9/4/09 6:11:58 AM com.apple.loginwindow[2406] 2009-09-04 06:11:58.521 loginwindow[2406:107] Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x100151fc0 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    9/4/09 6:11:59 AM SecurityAgent[2414] User info context values set for [MYNAME]
    9/4/09 6:11:59 AM authorizationhost[2413] Failed to authenticate user <[MYNAME]> (tDirStatus: -14090).
    9/4/09 6:12:03 AM SecurityAgent[2414] User info context values set for [MYNAME]
    9/4/09 6:12:03 AM SecurityAgent[2414] Login Window Showing Progress
    [Login window showed up]
    [End Console Log Excerpt]
    Message was edited by: chacha22

    I had the same problem while trying to save data in eBook Studio which is a PPC app requiring rosetta. It has been working fine and I have used it to create 4 other books on the same day a few weeks ago. Today, however, upon saving a book, I got logged out of 10.6 - losing my data and killing all my open applications.
    Here is my crash log:
    Process: WindowServer [121]
    Path: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/WindowServer
    Identifier: WindowServer
    Version: ??? (???)
    Code Type: X86-64 (Native)
    Parent Process: launchd [1]
    Date/Time: 2009-09-05 15:39:07.795 -0600
    OS Version: Mac OS X 10.6 (10A432)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000001b9200c26
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 ...ple.CoreServices.CarbonCore 0x00007fff811d52a6 UCKeyTranslate + 464
    1 com.apple.CoreGraphics 0x00007fff8242ad79 CGSUniCodeForKeyAndFlags + 161
    2 com.apple.CoreGraphics 0x00007fff824a088b CGXCheckForHotKey + 3184
    3 com.apple.CoreGraphics 0x00007fff823100b9 sPostContinuation + 1808
    4 com.apple.CoreGraphics 0x00007fff8230f13a CGXFilterEvent + 73
    5 com.apple.CoreGraphics 0x00007fff8230f5b3 CGXProcessHIDEvent + 164
    6 com.apple.CoreGraphics 0x00007fff8230f39c sHIDContinuation + 528
    7 com.apple.CoreGraphics 0x00007fff8230f13a CGXFilterEvent + 73
    8 com.apple.CoreGraphics 0x00007fff8230eee5 CGXGetNextEvent + 133
    9 com.apple.CoreGraphics 0x00007fff8230ee48 CGXRunOneEventPass + 36
    10 com.apple.CoreGraphics 0x00007fff82311758 eventNotificationHandler + 80
    11 com.apple.CoreGraphics 0x00007fff823116c1 CGXPostPortData + 175
    12 com.apple.CoreGraphics 0x00007fff823114cb CGXRunOneServerPass + 451
    13 com.apple.CoreGraphics 0x00007fff8230e7e6 CGXRunOneServicesPass + 357
    14 com.apple.CoreGraphics 0x00007fff823173ea CGXServerLoop + 139
    15 com.apple.CoreGraphics 0x00007fff822e2bd6 CGXGetRootAdminCredentials + 0
    16 WindowServer 0x0000000100000f29 main + 9
    17 WindowServer 0x0000000100000f18 start + 52
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff88178c7e kevent + 10
    1 libSystem.B.dylib 0x00007fff8817ab55 dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff8817a824 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff8817a34e dispatch_workerthread2 + 244
    4 libSystem.B.dylib 0x00007fff88179c80 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff88179b1d start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib 0x00007fff8815fefa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8816056d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff8736bce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff8736b03f CFRunLoopRunSpecific + 575
    4 com.apple.CoreFoundation 0x00007fff8736adc6 CFRunLoopRun + 70
    5 com.apple.CoreGraphics 0x00007fff822f4531 eventThread + 441
    6 libSystem.B.dylib 0x00007fff8819906e pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff88198f21 thread_start + 13
    Thread 3:
    0 libSystem.B.dylib 0x00007fff8815fefa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8816056d mach_msg + 59
    2 com.apple.QuartzCore 0x00007fff82a3f296 CA::Render::Server::server_thread(void*) + 177
    3 com.apple.QuartzCore 0x00007fff82a3f1d6 thread_fun + 34
    4 libSystem.B.dylib 0x00007fff8819906e pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff88198f21 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff8819aace _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff8819e8c1 pthread_condwait + 1286
    2 com.apple.CoreGraphics 0x00007fff823cbb7f layerblit_work_queuethread + 1023
    3 com.apple.CoreGraphics 0x00007fff823cbcbc layerblit_work_queueserver + 156
    4 libSystem.B.dylib 0x00007fff8819906e pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff88198f21 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000100a60c26 rbx: 0x0000000000000001 rcx: 0x0000000100a60d6c rdx: 0x00000000b87a0000
    rdi: 0x0000000000000008 rsi: 0x00007fff70270260 rbp: 0x00007fff5fbf6800 rsp: 0x00007fff5fbf67b0
    r8: 0x000000000000002e r9: 0x0000000100a60cf4 r10: 0x0000000000000000 r11: 0x00007fff5fbf685c
    r12: 0x0000000100a60c00 r13: 0x0000000000000000 r14: 0x0000000000000002 r15: 0x0000000000000013
    rip: 0x00007fff811d52a6 rfl: 0x0000000000010207 cr2: 0x00000001b9200c26
    Binary Images:
    0x100000000 - 0x100000fff WindowServer ??? (???) <5607962C-ED2B-5F52-8E3B-042562061DED> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
    0x100583000 - 0x100599ff7 com.apple.GeForceGA 1.6.0 (6.0.0) <D47CBB9E-3596-BC0B-650E-180DBC85F446> /System/Library/Extensions/GeForceGA.plugin/Contents/MacOS/GeForceGA
    0x123000000 - 0x12318bff7 GLEngine ??? (???) <3E2DEFB1-190A-FBAD-C48F-E90B45EED8A4> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1231bb000 - 0x123578fe7 libclh.dylib ??? (???) <1D7BEF47-D684-E6C0-7343-52B58440A3DD> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/libclh.dyl ib
    0x200000000 - 0x200466ff7 com.apple.GeForce8xxxGLDriver 1.6.0 (6.0.0) <DB083478-44E2-AFDF-9AC8-DFF3B98E5545> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    0x7fff80003000 - 0x7fff80008fff libGIF.dylib ??? (???) <0C112067-95FE-B9BC-C70C-64A46A277F34> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff80009000 - 0x7fff8000fff7 IOSurface ??? (???) <8E0EE904-59D1-9AA0-CE55-B1777F4BAEC1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff80243000 - 0x7fff8028dff7 com.apple.Metadata 10.6.0 (507.1) <AA0DF8E0-9B5B-2377-9B20-884919E28994> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff802d3000 - 0x7fff803eafef libxml2.2.dylib ??? (???) <6D4C196C-B061-CBCD-AAFD-A21736A8425C> /usr/lib/libxml2.2.dylib
    0x7fff803eb000 - 0x7fff803ebff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff803fa000 - 0x7fff8041eff7 com.apple.CoreVideo 1.6.0 (43.0) <FF5F0EEF-56BE-24DD-C8FA-CB41F126E6A8> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8041f000 - 0x7fff80420ff7 com.apple.TrustEvaluationAgent 1.0 (1) <4B6B7853-EDAC-08B7-3324-CA9A3802FAE2> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff805fd000 - 0x7fff806d7ff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff811a3000 - 0x7fff814d5fef com.apple.CoreServices.CarbonCore 859.1 (859.1) <5712C4C1-B18B-88EE-221F-DA04A8EDA029> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff814d6000 - 0x7fff814daff7 libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff814db000 - 0x7fff8158afef edu.mit.Kerberos 6.5.8 (6.5.8) <A9C16B72-A1F8-3DDE-7772-E7635774CA6E> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff815c9000 - 0x7fff81625fff libGLU.dylib ??? (???) <AA2D37B3-8B7C-6772-F8BA-7364284C55FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff81628000 - 0x7fff8163dfff com.apple.LangAnalysis 1.6.5 (1.6.5) <D4956302-5A2D-2AFD-C143-6287F1313196> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8163e000 - 0x7fff8163eff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8163f000 - 0x7fff81655fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff81843000 - 0x7fff81ac7fff com.apple.security 6.0 (36910) <F7431448-BC2E-835D-E7A2-E47E0A5CB984> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff81f89000 - 0x7fff8220afe7 com.apple.Foundation 6.6 (751) <CCE98C5C-DFEA-6C80-A014-A5985437072E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff82213000 - 0x7fff82227ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff82229000 - 0x7fff8291b5d7 com.apple.CoreGraphics 1.535.5 (???) <6599C41F-2D50-5E04-44E4-44FA90E022B5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff829ed000 - 0x7fff82d81ff7 com.apple.QuartzCore 1.6.0 (226.0) <66E14771-C5F0-1415-0B7B-C45EE00C51A1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff83071000 - 0x7fff83176fe7 libGLProgrammability.dylib ??? (???) <EDEC71CB-5F5B-7F55-47F4-19E953E3BE61> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff83296000 - 0x7fff833a5ff7 libcrypto.0.9.8.dylib ??? (???) <A2DA70D0-02AE-89FA-1CDA-B3CA986CAE6D> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff83475000 - 0x7fff834b0fef com.apple.AE 496 (496) <6AFD62E0-DD92-4F04-A73A-90224D80593D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff834b9000 - 0x7fff83523fe7 libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff83f62000 - 0x7fff83f80ff7 libPng.dylib ??? (???) <6A0E35B8-2E33-7C64-2B53-6F47F628DE7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff84371000 - 0x7fff84380fff com.apple.NetFS 3.2 (3.2) <61E3D8BE-A529-20BF-1A11-026EC774820D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff843bb000 - 0x7fff843fcff7 com.apple.SystemConfiguration 1.10 (1.10) <E3FF1FC8-C760-2047-F954-0D283DD0F714> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff843fd000 - 0x7fff8443dfef com.apple.QD 3.31 (???) <0FA2713A-99BD-A96B-56AF-7DB0AB4927AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff844de000 - 0x7fff84ce8fe7 libBLAS.dylib ??? (???) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff84d1f000 - 0x7fff84dd8fff libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff8527e000 - 0x7fff85318fe7 com.apple.ApplicationServices.ATS 4.0 (???) <76009EB5-037B-8A08-5AB5-18DA59559509> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff853c4000 - 0x7fff853d2ff7 libkxld.dylib ??? (???) <823B6BE6-E952-3B3C-3633-8F4D6C4606A8> /usr/lib/system/libkxld.dylib
    0x7fff85514000 - 0x7fff855a4fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff855b1000 - 0x7fff8566cff7 libFontParser.dylib ??? (???) <8926E1B0-6D1E-502A-5028-1DCC57F6D6FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff856e2000 - 0x7fff85731ff7 libTIFF.dylib ??? (???) <E11A75A8-223C-8B5E-7F62-821F9ADE8821> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff85732000 - 0x7fff85732ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff85733000 - 0x7fff85733ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff8580e000 - 0x7fff85c51fef libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff85c52000 - 0x7fff85c58ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff85c59000 - 0x7fff85c6afef libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
    0x7fff85c6b000 - 0x7fff85cb8ff7 libauto.dylib ??? (???) <8658DB85-C611-1212-44E5-5B2539018FA0> /usr/lib/libauto.dylib
    0x7fff8607e000 - 0x7fff860dbfef com.apple.framework.IOKit 2.0 (???) <65AA6170-12E3-BFB5-F982-E0C433610A1F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8631f000 - 0x7fff86370fe7 com.apple.HIServices 1.8.0 (???) <113EEB8A-8EC6-9F86-EF46-4BA5C2CBF77C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff863fb000 - 0x7fff864b7ff7 com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff864c5000 - 0x7fff864e6ff7 com.apple.opencl 11 (11) <A53E07FB-AD2F-9F3E-EC00-7DCC7DDE2F90> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff86bae000 - 0x7fff86bd6fff com.apple.DictionaryServices 1.1 (1.1) <D57BA55A-4CC5-5C17-8077-AEEA27A01C7A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff86bd7000 - 0x7fff86c02ff7 libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff86c03000 - 0x7fff86ccffff com.apple.CFNetwork 454.4 (454.4) <E7721AD8-3177-8749-60F7-5EF323E6492B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff86cd0000 - 0x7fff86cf6fe7 libJPEG.dylib ??? (???) <52ACD177-F101-BEF5-E7CC-9131F8372D0A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff86cfa000 - 0x7fff86d40fe7 libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff86e19000 - 0x7fff86e4afff libGLImage.dylib ??? (???) <4F318A3E-20C1-D846-2B36-62451A3241F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff86e7d000 - 0x7fff8703afff libicucore.A.dylib ??? (???) <224721C0-EC21-94D0-6484-66C603C34CBE> /usr/lib/libicucore.A.dylib
    0x7fff87088000 - 0x7fff870a9fff libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
    0x7fff871dc000 - 0x7fff87292fe7 libobjc.A.dylib ??? (???) <261D97A3-225B-8A00-56AA-F9F27973063F> /usr/lib/libobjc.A.dylib
    0x7fff87293000 - 0x7fff87310fe7 com.apple.CoreText 3.0.0 (???) <51175014-9F0C-7E96-FB6F-3DC5E446B92E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff87320000 - 0x7fff87493fef com.apple.CoreFoundation 6.6 (550) <04EC0CC2-6CE4-4EE0-03B9-6C5109398CB1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff87494000 - 0x7fff87511fef libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff87612000 - 0x7fff87625fff libGL.dylib ??? (???) <D452ADC0-04B1-E24F-03E6-717E58E1D659> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff877f0000 - 0x7fff878a4fef com.apple.ColorSync 4.6.0 (4.6.0) <080BEDDE-E7A4-F88D-928B-7501574A157B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff87c6e000 - 0x7fff87c7dfef com.apple.opengl 1.6.3 (1.6.3) <6318A188-B43D-E82F-C157-2E76331227BD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff87c7e000 - 0x7fff87c83fff libGFXShared.dylib ??? (???) <C386DB22-A0AA-D826-ACBA-25E82B480D05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff87e94000 - 0x7fff87e97ff7 libCoreVMClient.dylib ??? (???) <3A41933A-5174-7516-37E0-8E06365BF3DA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff87e98000 - 0x7fff87ea5fff libCSync.A.dylib ??? (???) <D97C8D7E-2CA3-9495-0C41-004CE47BC5DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff87ea6000 - 0x7fff87edbff7 libcups.2.dylib ??? (???) <1FE99C26-B845-F508-815A-5B2CF2CA5337> /usr/lib/libcups.2.dylib
    0x7fff87edc000 - 0x7fff87ee2fff libCGXCoreImage.A.dylib ??? (???) <D113DB65-BB37-5499-8825-E6AE8AB1F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff8805d000 - 0x7fff880fdfff com.apple.LaunchServices 360.3 (360.3) <02FFE657-CC7A-5266-F06E-8732E28F70A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff8815f000 - 0x7fff8831efe7 libSystem.B.dylib ??? (???) <1AABDC4B-CBAE-F40C-405C-DAE785959F57> /usr/lib/libSystem.B.dylib
    0x7fff8835b000 - 0x7fff883dffff com.apple.print.framework.PrintCore 6.0 (312) <1F747E69-924D-8C5B-F318-C4828CC6E85D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff8874a000 - 0x7fff88904fef com.apple.ImageIO.framework 3.0.0 (3.0.0) <D5594E10-F805-F816-10E9-F95753BE18CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff88ab3000 - 0x7fff88ab5fff libRadiance.dylib ??? (???) <77F285E0-5D5E-A0B0-A89E-9332D6AB2867> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <1AABDC4B-CBAE-F40C-405C-DAE785959F57> /usr/lib/libSystem.B.dylib

  • Why am I stuck in a "you are logged out" loop while attempting to reinstall Adobe Creative Cloud ?

    Why am I stuck in a "you are logged out" loop while attempting to reinstall Adobe Creative Cloud (ACC)? I am able to log into the Creatrive cloud member portal.
    What gives.
    Also, I can change my password at the ACC portal.
    When prompted to login during installation the loop begins. I enter my username and password hit enter - click whir - and the same prompt reappears.
    No email is delivered (not in junk either) when I ask for info on reseting my password the only solution offered in the debilitating prompt.

    Are you on a managed network? Please navigate to ~/Library/Application Support/Adobe/OOBE/opm.db and trash it. Launch CC desktop and try to sign in.
    Enable user library: http://helpx.adobe.com/x-productkb/global/access-hidden-user-library-files.html.
    Note: Please disable anti virus if installed and then try to sign in.
    Regards,
    Romit Sinha

  • CUPC 8.6 logs out in softphone mode / works in deskphone mode

    Hi everyone,
    I'm experience an unusal problem with a virtual lab deployment I'm mocking up.  I have CUCM, CUC, and CUPS versions 8.6 all running on ESXi 4.1.  I have one Windows Server 2003 desktop with CIPC running and everything works fine.  When I launch the CUPC client, it works when running in desktop mode, however, as soon as I uncheck the button at the bottom of CUPC to switch it to softphone mode, it "silently" crashes or logs me out. 
    My initial guess it that it may be an issue with the virtual sound driver (virtual audio cable) I'm using in order to get CIPC to install and work.  Because it's for a mock lab I don't actually need sound, just the functionality.  However, CIPC works fine so I'm not 100% sure how I can check if the virtual audio driver is causing CUPC to log out.  I only assume that because when it has to change from desk phone mode to soft phone mode it's going to use the audio drivers installed on the local pc.
    Is there any where I can check a log file to see if this is the case?  Or, is there a better solution to installing both CIPC and CUPC in a virtual enviornment?
    Thanks!

    I'm running 8.6 on everything.  And yes I setup a CSF device in CUCM not a UCP device like previous versions.  It works now and I know I've used it before on W2k3 server but not virtualzed (not exactly sure why it would be different).  Well, technically I used 8.0 on W2k3 and not 8.6 so there's probably some other underlying differences there as well.

Maybe you are looking for

  • Airport card differences

    is there a difference between M8881LL/A & M8881 on the airport extreme cards? i'm looking for a card for an imac 17in. flat panel 1ghz. thanx, jts

  • "No SIM card installed in the iPhone you are attempting to activate" after updating to iOS 5. Living in Canada with Rogers service provider.

    Any solutions yet? "No SIM card installed in the iPhone you are attempting to activate" after updating to iOS 5. Living in Canada with Rogers service provider.

  • 21cn upgrade connection fee

    Jst got this months bill looks like I may have been charged a 30 quid connection fee as my bill is exactly 30 quid extra. If this is the case iam really nt happy this was never mentioned when I signed up for it. All I got told was I would be entering

  • BLAF -  Browser Look And Feel

    I have been looking at BLAF Guidline Specification. I am using it as a guid for building our Portal solution. But lately there have been som problem with this pages. The links to the gif are lost, and the education link does not work. I hope you can

  • Nokia Booklet 3G ATT Sim card

    Hi, I bought a refurbished Nokia Booklet 3G...I love it.  I am having a major problem though, in that I can't get unit to recognise SIM card. It works fine in my tablet, so it is activated. I have setup a WIFI connection, but I think its missing the