Uninstalling  Java3D

Hi.
Just wondering what i need to do to remove Java3D from my PC i.e programs that need to be deleted in the Add/Remove properties etc. I would still like to be able to run java2 though. currently i have Java 2 Runtime Environment Standard Edition v1.3.1_05, Java Developement Kit 1.1, Java 2 Runtime Environment SE v1.4.1, Java 2 SDK SE v1.4.0_01 and Java 3D 1.3 (openGL) Runtime.
any help would be great.

There should be a file named
"Uninstall Java3D_winogl.exe"
somewhere on your system (on mine, it's in "C:\Program files\Java3D\J3D_uninstall_Info").
Running that, I would expect to remove Java3D without
harming the standard Java installations.
Jens

Similar Messages

  • JAVA3D versions and runtime errors

    hi, everybody:
    I just begin to program in java3d today and met some problems.Now I share you with my solution(s) and wish every author can end his question with the final solution in the forum.
    OS: Windows XP
    J2SDK: 1.4.1_02,1.4.2._01
    DirectX: 9.0 update
    Java3D: 1.3.1
    Error: Fail to Create Vertex Buffer---D3DERR_INVALIDCALL
    Solution: uninstall java3D1.3.1, install java3D1.2.1_04
    wellcome to add more information to this topic.

    A better solution might be to switch to the OpenGL version
    of Java 3D.
    -Paul

  • Not able to run Java3d on internet explorer

    Hi there,
    I have made an application using Java3D api (1.3.1). And, i have deployed it on WebLogic server. When i run this application with installed java3d environment(java3d-1_3_1-windows-i586-opengl-sdk.exe) on Internet Explorer 6.0, it works fine. But when i uninstall the Java3D environment & try to run the application i get this error ::
    java.lang.ExceptionInInitializerError
         at com.aramco.wellplot.view.multilateral.TopView.createCanvas3D(TopView.java:1054)at com.aramco.wellplot.view.multilateral.TopView.<init>(TopView.java:223)
         at com.aramco.wellplot.view.WellPlotViewer.openFile(WellPlotViewer.java:1140)
         at com.aramco.wellplot.view.WellPlotViewer.access$6000371(WellPlotViewer.java:27)
         at com.aramco.wellplot.view.WellPlotViewer$2.mouseClicked(WellPlotViewer.java:339)
         at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:208)
         at java.awt.Component.processMouseEvent(Component.java:5024)
         at java.awt.Component.processEvent(Component.java:4818)
         at java.awt.Container.processEvent(Container.java:1380)
         at java.awt.Component.dispatchEventImpl(Component.java:3526)
         at java.awt.Container.dispatchEventImpl(Container.java:1437)
         at java.awt.Component.dispatchEvent(Component.java:3367)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3214)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2938)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2859)
         at java.awt.Container.dispatchEventImpl(Container.java:1423)
         at java.awt.Component.dispatchEvent(Component.java:3367)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:190)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
    Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.awt)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
         at java.security.AccessController.checkPermission(AccessController.java:401)
         at java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
         at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1513)
         at sun.applet.AppletSecurity.checkPackageAccess(AppletSecurity.java:166)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:109)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:322)
         at javax.media.j3d.GraphicsConfigTemplate3D.<clinit>(GraphicsConfigTemplate3D.java:55)
         ... 23 more
    I have included the required Java3D JAR files with my JSP page. I have also provided the DLL files but still getting the same error. The following code is written in JSP page ::
    <HTML>
    <HEAD>
         <TITLE>Application</TITLE>
    </HEAD>
    <BODY LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0" BOTTOMMARGIN="0" BGCOLOR="#C0C0C0">
    <APPLET WIDTH="100%" HEIGHT="100%"
              CODE="wellplot.view.Viewer.class"
              ARCHIVE="wp.jar,clib.jar,j3dutils.jar,j3dcore.jar,vecmath.jar, j3d.dll, j3dutils.dll, j3daudio.dll"
              CODEBASE=".">
    <PARAM NAME = "DEBUG" VALUE = 'TRUE'>
    <PARAM NAME = "USERNAME" VALUE = 'WP'>
    <PARAM NAME = "PASSWORD" VALUE = 'WP'>
    <PARAM NAME = "DB_URL" VALUE = 'ABC:1521:ORION'>
    <PARAM NAME = "RUN_ID" VALUE = '1'>
    <PARAM NAME = "PLOT_TYPE" VALUE = '<%= plotType %>'>
    </APPLET>
    </BODY>
    </HTML>
    Please help me out to resolve this exception. thx in advance.
    Regards,
    Prashant

    Prashant,
    what you are doing with the HTML-code above is to use the IE inbuilt Java VM. This VM is very old and corresponds to the Java 1.1 Specification. Java 3D requires a Java2 Platform.
    To run Java 2 Applets in IE you must use the Java Plugin JPI. I think, there is also a JPI Forum.
    In a few words: If you have installed the actual Java 2 SDK from SUN (JPI is included) you can replace the Java VM in the IEs Options Menue (there is a checkbox in the advanced options)
    To run Java 2 Applets in your customers IE you must change the applet tag in your HTML code into a Plugin-Tag. This is different for Mozilla and IE and therefore a complex task. You will find a tool named HTML-Converter within your Java home directory, which will help you to convert an applet tag into correct Plugin-Code.
    Regards,
    Oliver

  • Java3D not working with java1.4

    My program worked fine with Java 1.3.1_03 running Java3D 1.2.1_03. Then I recently installed Java 1.4.2_01 with Java3D 1.3.1 OpenGL version
    j2sdk-1_4_2_01-windows-i586.exe
    java3d-1_3_1-windows-i586-opengl-sdk.exe
    I got these messages from my program everytime it gets mouse input or object transform changes.
    [java] wglMakeCurrent Failed: The handle is invalid.
    [java]
    [java] extensionStr == null
    [java] wglCreateContext Failed: The handle is invalid.
    So then I installed same old Java3D 1.2.1_03 into Java 1.4, same thing happening. I also tried the demo that it came with.
    Demos that gave same error:
    AWT_Interaction
    PickTest
    Morphing
    Demos that worked:
    ConicWorld
    HelloUniverse
    TickTockPicking
    It's definitly not my program. I tried installing same stuff on another machine, also running window 2000, same graphics driver, and everything works fine. The only difference is this one has NVidia GeForce4 Ti 4200, the other one (working one) has GeForce256. But my co-worker said he also has GeForce4 and was able to run the program with Java1.4, though I dont know which version exactly.
    Anyone seen similar problem before?

    that worked, i also didnt realize i had to uninstall the other version, thought they just override each other...
    thanks

  • How to get Java3d applets to start with JNLPAppletLauncher on MacOS?

    My Java3d applets start like they should with JNLPAppletLauncher on Windows, but they don't on MacOS. How can I get them to start like they should on MacOS? You can see my Java3d applets here:
    http://astral.mobile-visuals.com/3d_visuals.php
    I included the JAR's for MacOS in the applet code. Here is the code that I use:
    <applet code="org.jdesktop.applet.util.JNLPAppletLauncher"
    width=100%
    height=98%
    archive="astrals.jar,
    http://download.java.net/media/applet-launcher/applet-launcher.jar,
    http://download.java.net/media/java3d/webstart/release/j3d/latest/j3dcore.jar,
    http://download.java.net/media/java3d/webstart/release/j3d/latest/j3dutils.jar,
    http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar,
    http://download.java.net/media/gluegen/webstart/gluegen-rt.jar,
    http://download.java.net/media/java3d/webstart/release/vecmath/latest/vecmath.jar">
    <param name="codebase_lookup" value="false">
    <param name="subapplet.classname" value="OrchideaOptM">
    <param name="subapplet.displayname" value="Orchideic Morph">
    <param name="jnlpNumExtensions" value="1">
    <param name="jnlpExtension1" value="http://download.java.net/media/java3d/webstart/release/java3d-latest.jnlp">
    <param name="progressbar" value="true">
    <param name="noddraw.check" value="true">
    </applet>

    I read the thread that you linked. Puybaret proposed a solution there, but I assumed that it didn't work? It seems like he suggested launching as applications, but I need to launch them as applets.
    It seems like the problem is that Apple ships their JRE with Java 3D pre-installed, so the end-user must uninstall Java 3D in order for Java 3D applets to work on Mac.

  • I've uploaded Acrobat XI Pro and it freezes when I'm using it.  I uninstalled and re-installed.  When I login, it says that it is unable to validate the account and has an option to use the trial.  How do I fix this?

    I've uploaded Acrobat XI Pro and it freezes when I'm using it.  I uninstalled and re-installed.  When I login, it says that it is unable to validate the account and has an option to use the trial.  How do I fix this?

    This is an open forum, not Adobe support... you need Adobe staff support to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • I am trying to use itunes, it will not open at all, have uninstalled and downloaded new software and 64bit for windows. i have an old ipod nano from about 5 years ago. anything i can do, even to view my purchases and watch/listen to music etc?

    ok i have a advent roma laptop with window 7. my itunes used to work fine, completely. every time i plugged in my ipod it was ok. recently my ipod was not working so i never bothered with itunes, however i have movies/tv prog that i purchased and would like to view them. i have an ipod nano from about 5 years ago, the problem with thet is, it switches on, but the circular control panel does nothing, all you can do is lock and unlock it - nothing else.
    i tried to download new version of itunes, then uninstalled my origonal version, incase it was corrupted etc, i then again tried to down load new version and also version that is windows 64bit. still when i select the downlaod to open as son as it is finnished nothing happens. and now my desktop shortcut has dissapeared. before when it was there, id double click it, nothing, right click to open it, nothing.
    im not the best technically minded but i just dont see what im doing wrong here, please help

    Perhaps it would be helpful for you to view the page source code of this page
    http://www.alanwork.com/
    As you can see, the submenu code links are immediately below the top level code, and are
    wrapped in their own  <UL> </UL> tag pairs.
    Hope that helps

  • Itunes wont open. Ive tried uninstalling, cleaned up my PC and then re installed again but still wont open! There are no error messages. It just wont open

    Itunes wont open. Ive tried uninstalling, cleaned up my PC and then re installed again but still wont open! There are no error messages. It just wont open! Im very frustrated and anything would help! I have Windows 7 or Vista. Idk which

    Hello Dr.Help,
    Thank you for providing so much information about the issue you are experiencing with iTunes.  It sounds like you have tried reinstalling it, but nothing happens when you launch it.  I recommend following the steps in this article to resolve launch issues with iTunes:
    iTunes for Windows Vista or Windows 7: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/ts1717
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • A hardy ghost of Firefox is apparently running in my computer and I am unable to open Firefox, even after Window restarts and an uninstall/re-install. How do I find and fix this problem?

    What happened first is Firefox was revving and using most of my CPU, ultimately "not responding" too easily and for too long, so I closed it in order to reopen it, but Firefox remained running in background (Task Mgr, Processes) after closing, continuing to use almost all my CPU, so I ended the process in Task Mgr.
    When I went to re-open it, window opened and told me Firefox could not be opened because another "instance"(?) was still running, to close it or restart Windows. I couldn't close it because I already closed it AND ended the process, so I restarted Windows.
    When I tried to open Firefox, I got the same pop-up. I think I restarted Windows one more time, and then uninstalled Firefox, except for my personal settings (in order to save the bookmarks, which I couldn't find in the Firefox folder in Program Files (only Favorites, which were not my bookmarks; I later wondered if they were part of the Firefox add-on "Add This" --??).
    I then uninstalled Firefox and re-installed it. When I tried to start the newly re-installed program, I had the same pop-up telling me Firefox was already running and to close it or restart Windows.
    I searched my computer folders for anything that might help, did a Search of the computer for "Firefox", and was given some Firefox folders and if they weren't from the new re-install, I deleted them. One thing I noticed was that the program folder did NOT have the program (Firefox.exe) icon to start Firefox.
    I uninstalled Firefox and had to resort to using Internet Explorer, which I do NOT like. My rich library of bookmarks are who knows where.
    I don't know if this is related, but in searching my computer's Administrative Services and Component Tools (and the like) hoping to find something that would help me fix Firefox, I inadvertently learned that "MMC could not create the snap-in. The snap-in might not have been installed correctly. Name: .NET Framework 1.1 Config."
    Please help me get Firefox back and figure out what is going on in my computer that led to this. I am a basic user and not techno-computer saavy, so if anyone can help me with this, please give me step-by-step bonehead instructions.
    Thank you so much for any help you can offer!

    Make sure that Firefox is set as the default browser.
    *http://kb.mozillazine.org/Default_browser
    *https://support.mozilla.org/kb/How+to+make+Firefox+the+default+browser
    *https://support.mozilla.org/kb/Setting+Firefox+as+the+default+browser+does+not+work

  • I installed Firefox today but it will not open and the icon on the taskbar will not close and I cannot uninstall it and the helper app does not work either?

    I have tried everything that I know to uninstall the new version of Firefox. I also installed Aurora beta and it had the same behavior and I was able to uninstall that. I cannot open a ff browser to work on it using much of your support information. I click on icon but it does not start on the desktop but task manager shows it as running. I have to end task in task manager to close it. I can't uninstall it and have tried system restore but that also doesn't work because of another issue with my antivirus program.

    If this is on a Windows computer, check this Microsoft link;
    '''''[http://support.microsoft.com/mats/Program_Install_and_Uninstall Fix problems that programs cannot be installed or uninstalled]'''''

  • I recently updated Firefox, and since then whenever I try to open Firefox I get a Mozilla Crash Report, and Firefox never opens. I have uninstalled/re-installed, and no luck.

    The long and short of it all is basically in my question, but if you have any specific questions I can answer for more help, please contact me at [email protected]

    Use a clean uninstall tool like Revo Uninstaller to remove the program. After the program is removed go into your programs folder and delete the Mozilla software folder. The last step is to open up regedit, find HKEY...SOFTWARE tab and delete the Mozilla string. After you've done all of those things reinstall Firefox and you should be good to go.

  • My safari won't open and keeps saying it quit unexpectedly. It started happening after I downloaded the update and when I went through a process to uninstall genieo. I also had to safe boot my computer. I don't know what did it and I cannot seem to fix it

    This is the message I keep getting. Help me please.
    Process:         Safari [354]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         7.0.3 (9537.75.14)
    Build Info:      WebBrowser-7537075014000000~3
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [163]
    Responsible:     Safari [354]
    User ID:         501
    Date/Time:       2014-04-16 22:58:20.708 -0400
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  DC8B7253-C74C-0BB5-779F-BD55E143A306
    Crashed Thread:  13
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000010b874f9c
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x10b874f9c:
        __DATA                 000000010b1c3000-000000010b1c7000 [   16K] rw-/rwx SM=PRV  /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
    --> __LINKEDIT             000000010b1c7000-000000010b971000 [ 7848K] r--/rwx SM=COW  /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
        MALLOC (admin)         000000010b971000-000000010b972000 [    4K] ---/rwx SM=NUL 
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x0000000103619dcd CFEqual + 285
    1   com.apple.Safari.framework              0x0000000100123be0 Safari::BookmarkLeaf::retainIconForTopLevelDomainURL() + 118
    2   com.apple.Safari.framework              0x000000010011e9c8 Safari::BookmarkFolder::insertChildAtIndex(***::PassRefPtr<Safari::Bookmark>, unsigned long) + 228
    3   com.apple.Safari.framework              0x000000010011e138 Safari::BookmarkFolder::initFromDictionaryRepresentation(Safari::CF::Dictionary const&, bool, Safari::BookmarkGroup*) + 492
    4   com.apple.Safari.framework              0x00000001001101cb Safari::Bookmark::bookmarkFromDictionaryRepresentation(Safari::CF::Dictionary const&, bool, Safari::BookmarkGroup*) + 91
    5   com.apple.Safari.framework              0x0000000100110a04 Safari::Bookmark::bookmarkFromDictionaryRepresentation(Safari::CF::Dictionary const&, Safari::BookmarkGroup*) + 22
    6   com.apple.Safari.framework              0x000000010011e0e7 Safari::BookmarkFolder::initFromDictionaryRepresentation(Safari::CF::Dictionary const&, bool, Safari::BookmarkGroup*) + 411
    7   com.apple.Safari.framework              0x00000001001101cb Safari::Bookmark::bookmarkFromDictionaryRepresentation(Safari::CF::Dictionary const&, bool, Safari::BookmarkGroup*) + 91
    8   com.apple.Safari.framework              0x000000010011fa7e Safari::BookmarkGroup::loadBookmarkGroupGuts() + 84
    9   com.apple.Safari.framework              0x000000010011f3b0 Safari::BookmarkGroup::BookmarkGroup(NSString*) + 462
    10  com.apple.Safari.framework              0x000000010012a9ea Safari::BookmarksControllerOld::BookmarksControllerOld() + 104
    11  com.apple.Safari.framework              0x000000010012a958 Safari::BookmarksControllerOld::shared() + 46
    12  com.apple.Safari.framework              0x00000001001288a4 -[BookmarksController _initWithBookmarksMenu:] + 201
    13  com.apple.Safari.framework              0x0000000100124a4b +[BookmarksController sharedController] + 137
    14  com.apple.Safari.framework              0x000000010014040f -[BrowserApplication sendEvent:] + 253
    15  com.apple.AppKit                        0x00000001048a6ea5 -[NSApplication _realDoModalLoop:peek:] + 761
    16  com.apple.AppKit                        0x00000001048a554e -[NSApplication runModalForWindow:] + 117
    17  com.apple.AppKit                        0x00000001048a50fd -[NSAlert runModal] + 145
    18  com.apple.AppKit                        0x000000010454d2a9 __55-[NSPersistentUIRestorer promptToIgnorePersistentState]_block_invoke + 1054
    19  com.apple.AppKit                        0x000000010454ce4e -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
    20  com.apple.AppKit                        0x000000010454cdef -[NSPersistentUIRestorer promptToIgnorePersistentState] + 213
    21  com.apple.AppKit                        0x000000010454cd13 -[NSPersistentUIManager promptToIgnorePersistentState] + 28
    22  com.apple.AppKit                        0x000000010454cb34 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 252
    23  com.apple.AppKit                        0x000000010454c909 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 557
    24  com.apple.AppKit                        0x000000010454c36b -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    25  com.apple.Foundation                    0x0000000102aa4f0a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    26  com.apple.Foundation                    0x0000000102aa4d7d _NSAppleEventManagerGenericHandler + 106
    27  com.apple.AE                            0x0000000107598e1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    28  com.apple.AE                            0x0000000107598c32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    29  com.apple.AE                            0x0000000107598b36 aeProcessAppleEvent + 315
    30  com.apple.HIToolbox                     0x0000000106118161 AEProcessAppleEvent + 56
    31  com.apple.AppKit                        0x0000000104548246 _DPSNextEvent + 1026
    32  com.apple.AppKit                        0x0000000104547a2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    33  com.apple.Safari.framework              0x0000000100140d00 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    34  com.apple.AppKit                        0x000000010453bb2c -[NSApplication run] + 553
    35  com.apple.AppKit                        0x0000000104526913 NSApplicationMain + 940
    36  com.apple.Safari.framework              0x0000000100312c8d SafariMain + 267
    37  libdyld.dylib                           0x0000000106bcf5fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x0000000106d66662 kevent64 + 10
    1   libdispatch.dylib                       0x0000000106b9943d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x0000000106b99152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 5:: WebCore: IconDatabase
    0   libsystem_kernel.dylib                  0x0000000106d65716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000106e7cc3b _pthread_cond_wait + 727
    2   com.apple.WebCore                       0x000000010a1bb4cb WebCore::IconDatabase::syncThreadMainLoop() + 507
    3   com.apple.WebCore                       0x000000010a1b805f WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore                0x0000000100bd153f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x0000000106e7a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x0000000106e7a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x0000000106e7efc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 10:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x0000000106d61a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x0000000106d60d18 mach_msg + 64
    2   com.apple.QuartzCore                    0x0000000101cc9377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore                    0x0000000101cc92ad thread_fun + 25
    4   libsystem_pthread.dylib                 0x0000000106e7a899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x0000000106e7a72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x0000000106e7efc9 thread_start + 13
    Thread 11:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x0000000106d61a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x0000000106d60d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x000000010366c155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x000000010366b779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x000000010366b0b5 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x0000000102aea967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x0000000102aea76b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x0000000106e7a899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x0000000106e7a72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x0000000106e7efc9 thread_start + 13
    Thread 12:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x0000000106d65a3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x0000000106cb4dc0 nanosleep + 200
    2   libsystem_c.dylib                       0x0000000106cb4cb2 usleep + 54
    3   com.apple.AppKit                        0x00000001047ac21d -[NSUIHeartBeat _heartBeatThread:] + 2132
    4   com.apple.Foundation                    0x0000000102aea76b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib                 0x0000000106e7a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x0000000106e7a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x0000000106e7efc9 thread_start + 13
    Thread 13 Crashed:
    0   ???                                     0x000000010b874f9c 0 + 4488384412
    Thread 13 crashed with X86 Thread State (64-bit):
      rax: 0x746e656d656c4568  rbx: 0x0000000000000054  rcx: 0x00000001023cf000  rdx: 0x0000000000000054
      rdi: 0x00000001023cf000  rsi: 0x00000001013e2000  rbp: 0x00000001023d0ff0  rsp: 0x00000001023d0f68
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x000000010b6c3420  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x00000001013e2000
      rip: 0x000000010b874f9c  rfl: 0x0000000000010206  cr2: 0x000000010b874f9c
    Logical CPU:     2
    Error Code:      0x00000014
    Trap Number:     14
    Binary Images:
           0x1000de000 -        0x1000deffd  com.apple.Safari (7.0.3 - 9537.75.14) <170ED2F7-108B-326D-96B6-D54CCA40AA85> /Applications/Safari.app/Contents/MacOS/Safari
           0x1000e4000 -        0x1005eaffb  com.apple.Safari.framework (9537 - 9537.75.14) <4803DE3D-4606-3B70-A537-6D12F172665A> /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
           0x1009d7000 -        0x1009d8ff7  libSystem.B.dylib (1197.1.1) <5292BF21-9406-32D5-8BB3-7DD02C672FA0> /usr/lib/libSystem.B.dylib
           0x1009e5000 -        0x100a03ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
           0x100a26000 -        0x100a27fff  libquit.dylib (161.2) <54B83D99-F84C-35E1-87D5-FCCB2F200FBD> /usr/lib/libquit.dylib
           0x100a30000 -        0x100a4dff7  com.apple.framework.Apple80211 (9.3.1 - 931.58) <D5B2DD15-3DCC-31F6-9320-3A20A887C5D5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
           0x100a5f000 -        0x100a5ffff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x100a64000 -        0x100a64fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x100a6d000 -        0x100acbff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
           0x100b0e000 -        0x100b18ff7  com.apple.CrashReporterSupport (10.9 - 538) <DD7669BA-78A6-3BEA-8410-17F556ACAA18> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x100b26000 -        0x100b90ff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x100bc8000 -        0x100f3fff6  com.apple.JavaScriptCore (9537 - 9537.75.12) <8018AEEE-9FAB-34DE-AF60-97B2F221747A> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/Jav aScriptCore
           0x10103a000 -        0x1011f2ff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
           0x10129c000 -        0x101386fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
           0x10139e000 -        0x1013cfff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
           0x1013e3000 -        0x1013f0ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
           0x1013f9000 -        0x101407fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x101410000 -        0x101451fff  com.apple.PerformanceAnalysis (1.47 - 47) <B5B491F2-EF86-3382-B23B-EA78AC40AF25> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x101ca2000 -        0x101e3eff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x101f19000 -        0x102172ff9  com.apple.security (7.0 - 55471.14) <3F7100A0-FE46-333D-9A4B-396580F1B4FE> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x1022bd000 -        0x102330fff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x102373000 -        0x1023a1ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x1023d3000 -        0x102436ff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x102476000 -        0x1025acffc  com.apple.WebKit (9537 - 9537.75.14) <CBAF76C6-E6F7-390A-A21D-CBCAF4A6896A> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit
           0x1026a6000 -        0x102897ff3  com.apple.WebKit2 (9537 - 9537.75.14) <B3511A1C-A7E7-3F81-9EDB-2602C4EFAF19> /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2
           0x102a84000 -        0x102d82fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x102fc1000 -        0x10316ef27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
           0x103191000 -        0x1031e3fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
           0x103242000 -        0x103304ff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x103375000 -        0x103376ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
           0x10337c000 -        0x1034ecff8  com.apple.CFNetwork (673.2.1 - 673.2.1) <AE407146-CCF2-33DD-AAEA-6887FD6F45BA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x1035f5000 -        0x1035f5fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x1035fb000 -        0x1037e0fff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x103955000 -        0x103a5bff7  com.apple.ImageIO.framework (3.3.0 - 1042) <6101F33E-CACC-3070-960A-9A2EA4BC5F44> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x103ac9000 -        0x1043e8af3  com.apple.CoreGraphics (1.600.0 - 599.20.11) <06212100-8069-31A1-9C44-F6C4B1695230> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
           0x104519000 -        0x104519fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x104524000 -        0x10509afff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x105821000 -        0x105850ff5  com.apple.GSS (4.0 - 2.0) <62046C17-5D09-346C-B08E-A664DBC18411> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x105872000 -        0x105883ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
           0x10588f000 -        0x105891fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
           0x10589d000 -        0x1058d5ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
           0x105913000 -        0x105a66ff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x105b03000 -        0x105b03ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x105b10000 -        0x105d58ff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x105e87000 -        0x105eebfff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x105f2c000 -        0x10605cff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x1060dd000 -        0x106387ff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x1064e4000 -        0x1064ecff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x1064f8000 -        0x10653aff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
           0x106554000 -        0x10663bff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
           0x106677000 -        0x10675bfff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x106824000 -        0x106875ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x10689c000 -        0x1068a1fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x1068b0000 -        0x1068b1fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
           0x1068b9000 -        0x1068cbff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <4A5857F9-E249-3FA6-ADBB-410606AEC8CE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x1068da000 -        0x1068f2ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x106909000 -        0x106916fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
           0x10692c000 -        0x1069f0ff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x106a7a000 -        0x106a95ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
           0x106aa6000 -        0x106acfff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
           0x106ae2000 -        0x106ae6ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
           0x106aef000 -        0x106af9fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
           0x106b0c000 -        0x106b13fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
           0x106b23000 -        0x106b2aff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
           0x106b34000 -        0x106b82fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
           0x106b96000 -        0x106bb0fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
           0x106bcc000 -        0x106bcfff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
           0x106bdc000 -        0x106bdcff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
           0x106be3000 -        0x106beaff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
           0x106bf8000 -        0x106bfdfff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
           0x106c06000 -        0x106c08ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
           0x106c10000 -        0x106c11ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
           0x106c18000 -        0x106c29ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
           0x106c33000 -        0x106c34ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
           0x106c39000 -        0x106cc2ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
           0x106cf0000 -        0x106cf2ff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
           0x106cfa000 -        0x106d02fff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
           0x106d0f000 -        0x106d36ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
           0x106d50000 -        0x106d6cff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
           0x106d92000 -        0x106dc1fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
           0x106dd1000 -        0x106decff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
           0x106dfd000 -        0x106e24ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
           0x106e43000 -        0x106e4cff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
           0x106e59000 -        0x106e5fff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
           0x106e79000 -        0x106e80ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
           0x106e93000 -        0x106e94ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
           0x106e9d000 -        0x106ea1ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
           0x106eae000 -        0x106eaffff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
           0x106eb9000 -        0x106ebeff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
           0x106ec7000 -        0x106eebfff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
           0x106f0a000 -        0x106f1afff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
           0x106f25000 -        0x106f29fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
           0x106f2f000 -        0x106f2fffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
           0x106f3a000 -        0x106f47ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
           0x106f4d000 -        0x107237fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x1072ba000 -        0x10734afff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x1073b5000 -        0x10742cfff  com.apple.CoreServices.OSServices (600.4 - 600.4) <DAF9AF17-0AC5-364C-B0BF-B1AF3FB4A07F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x1074d3000 -        0x107540fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x10758b000 -        0x1075e6ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x10761a000 -        0x1076e3fff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x10775b000 -        0x107784fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x1077aa000 -        0x1077b1fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x1077bb000 -        0x1077c6fff  libkxld.dylib (2422.90.20) <EF476345-7A69-3AC0-95ED-0196FB8910CB> /usr/lib/system/libkxld.dylib
           0x1077cd000 -        0x1077d8ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x1077ea000 -        0x1077edfff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x1077f7000 -        0x10780eff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x10782c000 -        0x107836ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
           0x107842000 -        0x10786affb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
           0x10787d000 -        0x107909ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
           0x10793c000 -        0x1079abff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x1079d9000 -        0x107a62fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x107aaa000 -        0x107aefffe  com.apple.HIServices (1.22 - 467.2) <B7FCF008-C241-3862-BC63-E6EF4006A6E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x107b29000 -        0x107b38ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x107b47000 -        0x107b94ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x107bc8000 -        0x107c01ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x107c21000 -        0x107c2afff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x107c40000 -        0x107c43ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x107c4d000 -        0x107c4dfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x107c54000 -        0x107f28fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x107f70000 -        0x107f70fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x107f76000 -        0x108041fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x108053000 -        0x108103ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x108114000 -        0x1084f5ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x10855a000 -        0x1086c8ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x1086f5000 -        0x1087e4fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x10885f000 -        0x1088a6fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x1088cc000 -        0x1088f0ff7  libJPEG.dylib (1042) <33648F26-A1DA-3C30-B15B-E9FFD41DB25C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x1088fc000 -        0x108955fff  libTIFF.dylib (1042) <51D02EEC-0D0C-34C1-91C8-D316473A3FEA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x10896b000 -        0x108986ff7  libPng.dylib (1042) <36FF1DDA-9804-33C5-802E-3FCA9879F0E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x10898f000 -        0x108993ff7  libGIF.dylib (1042) <C57840F6-1C11-3273-B4FC-956950B94034> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x10899a000 -        0x108a88fff  libJP2.dylib (1042) <01D988D4-E36F-3120-8BA4-EF6282ECB010> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x108ab8000 -        0x108abafff  libRadiance.dylib (1042) <B91D4B97-7BF3-3285-BCB7-4948BAAC23EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
           0x108ac3000 -        0x108b0aff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
           0x108b25000 -        0x108b3eff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x108b5b000 -        0x108b77fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
           0x108b83000 -        0x108c74ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
           0x108c8b000 -        0x108cf0ff5  com.apple.Heimdal (4.0 - 2.0) <523EC6C4-BD9B-3840-9376-E617BA627F59> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x108d21000 -        0x108d22fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x108d28000 -        0x108d2cff7  libheimdal-asn1.dylib (323.15) <B8BF2B7D-E913-3544-AA6D-CAC119F81C7C> /usr/lib/libheimdal-asn1.dylib
           0x108d36000 -        0x108d42ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x108d5a000 -        0x108d63ffb  com.apple.CommonAuth (4.0 - 2.0) <70FDDA03-7B44-37EC-B78E-3EC3C8505C76> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x108d6e000 -        0x108da9fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
           0x108dbe000 -        0x108de3ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x108e00000 -        0x1090d0ffc  com.apple.CoreImage (9.2.7) <BF88A02E-994E-3970-AC62-04248CA8DC46> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
           0x1091cb000 -        0x10921efff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
           0x109247000 -        0x109286fff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x109296000 -        0x10929effc  libGFXShared.dylib (9.6) <E276D384-3616-3511-B5F2-92621D6372D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x1092a7000 -        0x1092b2fff  libGL.dylib (9.6) <A2EF4E15-EA08-396D-A1D4-29E1CED6876A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x1092c8000 -        0x109306ff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x109310000 -        0x109312fff  libCVMSPluginSupport.dylib (9.6) <FFDA2811-060E-3591-A280-4A726AA82436> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x109318000 -        0x10931bfff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x109326000 -        0x109759ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
           0x109975000 -        0x1099c3fff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x1099e1000 -        0x1099edff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
           0x1099f5000 -        0x109a0eff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x109a25000 -        0x109a55fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
           0x109a81000 -        0x109aa6ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x109ab9000 -        0x109b39fff  com.apple.CoreSymbolication (3.0 - 141) <DC9F84AA-9BD0-322B-83C3-FDC1FA771F37> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
           0x109b57000 -        0x109bafff7  com.apple.Symbolication (1.4 - 129) <6D47983E-9B8E-38A0-9503-099601CF118E> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
           0x109bfa000 -        0x109c29fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
           0x109c47000 -        0x109ca6fff  com.apple.framework.CoreWLAN (4.3.2 - 432.47) <AE6FAE44-918C-301C-A0AA-C65CAB6B5668> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
           0x109ce7000 -        0x109d11ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
           0x109d24000 -        0x109d8afff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
           0x109def000 -        0x109df3fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
           0x109e01000 -        0x109e04fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x109e0d000 -        0x109e1ffff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
           0x109e40000 -        0x109e58ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
           0x109e6a000 -        0x109e6bff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
           0x109e72000 -        0x109e74ff7  com.apple.securityhi (9.0 - 55005) <38784C88-AA07-350E-97A3-FCC24C97FC82> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x109e7d000 -        0x10a03bfff  com.apple.GeoServices (1.0 - 702.15.12) <5A4D463F-689F-3822-BF26-A19D51503019> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
           0x10a198000 -        0x10a1a2ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
           0x10a1b2000 -        0x10b004ffb  com.apple.WebCore (9537 - 9537.75.14) <99715507-9651-3DCE-831B-BF815FB3DE44> /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
           0x10d527000 -        0x10d553fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
           0x10d5c5000 -        0x10d5d2ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Librarian
           0x10d5ee000 -        0x10d5f6ff3  libCGCMS.A.dylib (599.20.11) <BB1E8D63-9FA1-3588-AC5D-1980576ED62C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x10e467000 -        0x10e48fffb  libRIP.A.dylib (599.20.11) <D79461A6-2E24-3531-ADA2-EAC972384A7D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x10e49f000 -        0x10e4a2ffa  libCGXType.A.dylib (599.20.11) <C0B41DDE-0988-3652-B03B-9E5EB0DABAEB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x110002000 -        0x110293fff  com.apple.RawCamera.bundle (5.04 - 736) <0C8A3629-BEAC-34A7-A3A3-B9AF4B3AB4B4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff61224000 -     0x7fff61257817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 1
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 591
        thread_create: 2
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=161.7M resident=86.2M(53%) swapped_out_or_unallocated=75.5M(47%)
    Writable regions: Total=1.1G written=10.2M(1%) resident=13.1M(1%) swapped_out=0K(0%) unallocated=1.1G(99%)
    REGION TYPE                        VIRTUAL
    ===========                        =======
    CG backing stores                     452K
    CG image                               12K
    CG raster data                         12K
    CG shared images                      180K
    Image IO                               16K
    JS JIT generated code                   8K
    JS JIT generated code (reserved)      1.0G        reserved VM address space (unallocated)
    Kernel Alloc Once                       8K
    MALLOC                               48.4M
    MALLOC (admin)                         32K
    Memory Tag 242                         12K
    Memory Tag 251                         36K
    SQLite page cache                     640K
    STACK GUARD                          56.0M
    Stack                                13.7M
    VM_ALLOCATE                          16.4M
    WebKit Malloc                        1232K
    __DATA                               23.5M
    __IMAGE                               528K
    __LINKEDIT                           41.9M
    __TEXT                              119.9M
    __UNICODE                             544K
    mapped file                          49.8M
    shared memory                           4K
    ===========                        =======
    TOTAL                                 1.4G
    TOTAL, minus reserved VM space      373.3M

    You installed the "Genieo" rootkit. The product is a fraud, and the developer knowingly distributes an uninstaller that doesn't work. I suggest the tedious procedure below to disable Genieo. This procedure may leave a few small files behind, but it will permanently deactivate the rootkit (as long as you never reinstall it.)
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data. You must know how to restore from a backup even if the system becomes unbootable. If you don't know how to do that, or if you don't have any backups, stop here and ask for guidance.
    Step 1
    In the Applications folder, there should be an item named "Genieo". Select it and open the Finder Info window. If it shows that the Version is less than 2.0, download and install the current version from the genieo.com website. This may seem paradoxical, since the goal is to remove it, but you'll be saving yourself some trouble as well as the risk of putting the system in an unusable state.
    There should be another application in the same folder named "Uninstall Genieo". After updating Genieo, if necessary, launch "Uninstall Genieo" and follow the prompts to remove the "newspaper-style home page." Restart the computer.
    This step does not completely inactivate Genieo.
    Step 2
    Don't take this step unless you completed Step 1, including the restart, without any error messages. If you couldn't complete Step 1, stop here and ask for instructions.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Frameworks/GenieoExtra.framework
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.
    If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder should open with an item named "GenieoExtra.framework" selected. Move that item to the Trash. You'll be prompted for your administrator password.
    Move each of these items to the Trash in the same way:
    /Library/LaunchAgents/com.genieo.completer.update.plist
    /Library/LaunchAgents/com.genieo.engine.plist
    /Library/LaunchAgents/com.genieoinnovation.macextension.plist
    /Library/LaunchDaemons/com.genieoinnovation.macextension.client.plist
    /Library/PrivilegedHelperTools/com.genieoinnovation.macextension.client/u/usr/lib/libgenkit.dylib/usr/lib/libgenkitsa.dylib
    /usr/lib/libimckit.dylib
    /usr/lib/libimckitsa.dylib~/Library/Application Support/com.genieoinnovation.Installer~/Library/LaunchAgents/com.genieo.completer.download.plist
    ~/Library/LaunchAgents/com.genieo.completer.update.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those listed above, move them as well. There's no need to restart after each one. Some of these items will be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    Restart and empty the Trash. Don't try to empty the Trash until you have restarted.
    Step 3
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including ones called "Genieo" or "Omnibar," and any that have the word "Spigot" or "InstallMac" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Your web browser(s) should now be working, and you should be able to reset the home page and search engine. If not, stop here and post your results.
    Make sure you don't repeat the mistake that led you to install this software. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad has a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If youever download a file that isn't obviously what you expected, delete it immediately.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the Genieo developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. It must be said that this failure of oversight is inexcusable and has seriously compromised the value of Gatekeeper and the Developer ID program. You cannot rely on Gatekeeper alone to protect you from harmful software.
    Finally, be forewarned that when Genieo is mentioned on this site, the developer sometimes shows up under the name "Genieo support." If that happens, don't believe anything he says, but feel free to tell him what you think of his scam.

  • How to uninstall print drivers Canon MF4150 issues

    Hello all, I am having a nightmare of a time getting my Canon MF4150 to print. It looks from all of the threads on here it was a less than ideal choice for a Mac owner.
    When I first bought the unit I managed to get it to print, everything seemed peachy.
    Problems arose when I wanted to use the unit to scan. I downloaded a variety of third party software and drivers in an attempt to get the scan function working. I had mixed results, and this process seemed to upset the printing side of things. Once I scanned a document, the printer would then not work.
    I abandoned the idea of scanning through the MF4150 and have gone back to dedicated Epson scanner.
    Since then I have not had any luck getting the printer to print again.
    I have gone through all the MF4150 related threads on these boards I can find, and followed the process to installed outlined here - https://discussions.apple.com/message/7657893#7657893 but to no avail.
    I really just want this thing to print and it's driving me nuts.
    I have the printer attached directly to my MacBook Pro running 10.5.2. I'm not trying to print through the Airport.
    I would like to know how to completely uninstall any UFR II drivers and related software / information and start this process from the beginning again.
    So far, using the answer provided by PAHU here https://discussions.apple.com/message/7657893#7657893
    I have -
    1. Open System Preferences > Print & Fax
    > DONE
    2. Select the MF4150 printer and press the minus " - " button to remove the printer. Do the same to any other printers that are in the printer list.
    > DONE
    3. Hold down the Control key and click in the empty printer list. A window showing 'Reset printing system' will display. Click this.
    > DONE
    4. Close the Print & Fax utility.
    > DONE
    5. Run the Canon UFR2 v1.70 installer and select Uninstall when the Easy Install menu appears
    > This is where I get snagged. I'm not offered a Uninstall option. I have attached a screen grab of the window I am presented with. I am currently trying the "o1141enx_m_ufr224" version of the UFR driver. I have continued to complete the points below regardless of the fact i cannot uninstall.
    6. Restart the Mac and run the v1.70 installer again to add the UFR2 files back onto your Mac
    7. Go to Applications > Utilities and open Disk Utility. Select the Mac OS X partition in the left pane and select 'Repair Disk Permissions'. When this has completed, quit Disk Utility
    8. Open Print & Fax and add the MF4270 again
    9. Open TextEdit, type some simple text and select to print.
    10. Report back if the above doesn't get you printing.
    I have also attach a screen grab of the process I go through when adding the printer.
    Any help with this would be amazing. I've tried everything I can think of.
    My latest idea is to try and remove any trace of previous printer drivers and go from there. You can see in my list of available drivers in the file attached I now have all sorts of UFR drivers in the list.
    Again, if anyone can throw me a line on this that would be great.
    Thanks & Regards
    Coz

    Hello Coz,
    It's been a while since you've posted, I hope you have not given up.  I was having grief with my MF4150 as well, but got it working.  There is a more current driver - search for Mac_UFRII_V230_uk_EN and install it.
    Then, when you go to add your printer through System Preferences > Print & Fax, make sure you click the "default" icon in the top of the dialog.  It should show your Canon MF 4100 series , then use the bottom drop down menu to choose your driver and select Canno MF410 Series UFRII LT (UK) from the list.

  • I get Error: Platform version '5.0' is not compatiblewith min Version =6.0 max Version =6.0, I have uninstalled and reinstalled twice how do I fix this?

    I have completed a factory system restore.
    After doing a complete factory reinstall the FF updater is not installing the latest updates.
    I get this error message:
    Error: Platform version '5.0' is not compatible with minVersion>=6.0 maxVersion<=6.0.
    I have completed these steps:
    Make a Backup of your Firefox Profile folder in some other location
    http://kb.mozillazine.org/Profile_folder_-_Firefox#Navigating_to_the_profile_folder
    Completely Uninstall Firefox
    https://support.mozilla.com/en-US/kb/Uninstalling%20Firefox
    http://kb.mozillazine.org/Uninstalling_Firefox
    SELECT TO REMOVE USER DATA AND SETTINGS
    Download latest Firefox version from one of these links:
    http://www.mozilla.com/en-US/firefox/new/
    http://www.mozilla.com/en-US/firefox/central/
    http://www.mozilla.com/en-US/firefox/fx/
    http://www.mozilla.com/en-US/firefox/all.html
    Installing Firefox
    https://support.mozilla.com/en-US/kb/Installing%20Firefox%20on%20Windows
    http://kb.mozillazine.org/Installing_Firefox
    Manually Restore the Backed-up Firefox Profile
    http://kb.mozillazine.org/Profile_backup#Manually_restore_the_profile

    The updater wasn't able to update all the files and some were left as older versions.
    Do a clean reinstall.
    If there are problems with updating then best is to download the full version and uninstall the currently installed version.
    Download a fresh Firefox copy and save the file to the desktop.
    * Firefox 6.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Uninstall your current Firefox version.
    * Do not remove personal data when you uninstall the current version.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    * http://kb.mozillazine.org/Profile_backup

  • I am trying to uninstall and reinstall InDesign and a box shows up saying there is a file open, and I can't find it to close it. Before that, InDesign wouldn't open at all.

    I was trying to open InDesign and it wouldn't open at all. So I tried to uninstall it, intending to reinstall it to see if that would fix the problem. A box popped up saying a file was open, but I couldn't find the file to close it. What else can I try?

    I just uninstalled it and am waiting for it to reinstall. I sincerely hope that I have not lost everything that I worked on so hard. Now that mobile me is gone, I have not been able to go between devices to transfer things. I was merely trying to take a document I had worked on and open it in pages, but it said my version was too old. When I updated, it wouldn't load. Now I cannot do anything. I hope that the reinstall fixes it without losing everything. Please advise!!! Yes, I am in panic mode.

Maybe you are looking for

  • 2006 G5 display adapter where to buy?

    anybody out there know where I can get/buy a display adapter for a late-2006 Intel powered iMac G5? Want to hook up my computer to my new HDTV but no HDMI ports on G5.

  • Blackberry z 10 wont open my settings

    I Updated to the latest software and since then my settings icon is gone when i type it in search i find the icon but when i clikc it it simply doesn't respond so i cant acces any of my settings my wifi quik icon wont work either i can't clikc any se

  • Errors when compiling my first jsp page in JDev. Help please....

    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/customizable" prefix="cust"%> HI everyone in my page.jsp at the line shown above is mark as error and the and the code assists help propose me to:- 1) install jsp tag library 2) Remove unused tag dire

  • Report on Characteristics assigned to Routing Counter

    Hi Guys, Does anybody have information on reporting against Characteristics assigned to Routing Counter I don't think it is possible in SQ01. I need to provide programmer with logic to build custom report I am not sure how to link Routing tables to C

  • Fichiers compressés

    Bonjour à tous Problème de compression de fichiers À partir du Finder, je sélectionne les fichiers dont les noms ont des caractères accentués (ex : C'était mon copain.mp3, Là où finit le ciel.mp3, Mon père à moi.mp3) puis clic droit Compresser les x