Deployment Package vs Right-Click, Deploy directly from Software Update Groups?

I'm not sure I understand the difference between collecting updates into a group and then just using right-click to create a deployment from within Software Update Groups?
One thing I did notice this morning, is that if I want to distribute that content to other DPS, I have to create deployment package first? Are there other reasons for not simply deploying from within Software Update Groups?
Thank-you

Update Groups *group* updates together. That's it, they have no additional functionality.
Updates can be deployed individually or as groups (in the form of Update Groups) -- it would be pretty painful to manually deploy every update individually so that's why there are update groups.
Update Packages (I don't like calling them deployment packages even though that's what they're labeled as in the console because they have nothing to do with deployments) make update binaries available to the clients.
Update Groups have nothing to do with Update Packages. Update Groups contain references to updates, update packages contain binaries. Deploying an update or update group assigns those updates to the client within the collection specified. Clients that have
an update assigned that is also applicable will download the binary for the update from any available update package and install it.
You create an update package by right-clicking on an update or update group and choosing download. The wizard offers you a choice between using an existing package or creating a new one. You cannot directly create on.
Secondary sites have nothing to do with this process whatsoever. Clients are clients are clients regardless of where they are located. As long as they are within t he collection targeted by the deployment and they have access to the assigned update binaries
in an update package, they will download and install the updates properly.
Jason | http://blog.configmgrftw.com | @jasonsandys

Similar Messages

  • Deleting a deployment without a Software Update Group

    I deleted a Software Update group prior to removing the deployment attached. I am not unable to remove the deployment nor recreate the deployment with the same name through the Config Manager.
    Is there a was to remove the deployment package?
    Thanks.

    I deleted a Software Update group prior to removing the deployment attached. I am not unable to remove the deployment nor recreate the deployment with the same name through the Config Manager.
    That should also have removed the deployment of the software update group then.
    Torsten Meringer | http://www.mssccmfaq.de

  • Get clients to install KB2964358 quickly from Software Updates

    The update has already been synchronized in SCCM 2012. A new Automatic Deployment Rule has been created and set to "as soon as possible". How quickly will the clients get the update?
    Thanks

    I had a very similar question which you can read the below thread for some help/info.
    http://social.technet.microsoft.com/Forums/en-US/c2275dcf-48fe-4a54-8c15-e58f2fffe259/system-center-2012-endpoint-protection-does-it-protect-against-cve20141776?forum=configmanagersecurity
    Basically, what I did was this:
    Went to:  Software Library --> Software Updates --> All Software Updates
    Searched for KB2964358
    Selected all results and added them to a new Software Update Group
    Next:
    Go to:  Software Library --> Software Updates --> Software Update Groups
    Right-click on your new software update group (that you created above)
    Click on Deploy and select the machines you want it deployed to.
    Those are the steps I followed and it worked great to immediately push the update.  Hope that helps!

  • How can I tell what Software Update Groups are members of Deployment Packages?

    I have a single SCCM 2012 SP1 CU4 server running on Windows Server 2012.
    I am trying to clean things up a little bit and I am curious:
    How can I tell which Software Update Groups use
    which Deployment Packages?  I don't see it on the Properties of either one.
    Thanks!

    Funny thing is that you can't see from the software update (in the software update group) in which deployment package(s) it exists. Your only options are manually comparing every single update (not really an option), or use PowerShell and do something
    like this:
    http://myitforum.com/myitforumwp/2014/05/12/matching-configmgr-software-updates-to-a-deployment-package-with-powershell/
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Is there any way to prevent the right click context menu from combining Stop/Reload?

    Is there any way (about:config tweak, or something) to prevent the right click context menu from combining Stop/Reload?
    Screenshot of what I'm talking about: http://picsend.net/images/873089StupidReloadSto.png

    I did try the add-on ''Menu Editor'' https://addons.mozilla.org/en-US/firefox/addon/menu-editor/ but even when I separate the navigation reload and stop icons and explicitly have both stop and reload set to be visible on the right click context menu I only get the one option showing.
    Whilst there may be some way of changing this I do not know how to and I do not really see any use case for making such a change. Only one option of the choice: stop or reload, is available at any instance in time, but that is the option you are able to use, the other option is not active and so is not displayed.

  • Added additional update to software update group, do I need to deploy it?

    Hi,
    I am fairly new to SCCM and I am not sure about this. Couple days ago I downloaded some windows updates and placed them into a software update group 2015Clients and created the required deployments. So today I found an additional update that needed
    to be added to this update group 2015clients. So I downloaded the additional update and it was placed into the 2015Clients deployment package. My first question is why is it in the deployment package 2015Clients and not in the software update group 2015Clients
    as well? Second question, the new update that is now in the deployment package group says that it is not deployed like the other updates do. Do I need to deploy this new update? I was confused because when I tried to deploy it using the same deployment name
    as the other updates it wants me to use a different name. TIA

    Downloading an additional update doesn't directly add an update to an update group. Those are two separate things and by that two separate actions. There is no direct link between an update group and a deployment package.
    The deployed update group tells the client which updates it should install and the deployment package is the method to make the content of the update available.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Modifying a Software Update Group Deployment via PowerShell

    Good Morning Guys - 
    Recently, I created numerous Software Update Group (SUG) advertisements to a variety of collections using a PowerSHell script I wrote.  It used the cmdlet "Set-CMSoftwareUpdateDeployment" which is described by Microsoft as "Modifies a
    software update deployment in Configuration Manager."  Below is the command I used for the advertisement I'm using as an example here:
    Start-CMSoftwareUpdateDeployment -SoftwareUpdateGroupName "Workstation Related - Mar 2014 Deployment" -CollectionName "Workstation Patch Management - Window #5 - 3rd Monday - Auto Restart" -DeploymentName "Workstation Patch Management - Window #5 - 3rd Monday - Auto Restart" -DeploymentType Required -VerbosityLevel OnlySuccessAndErrorMessages -TimeBasedOn UTC -DeploymentAvailableDay 2014/3/17 -DeploymentAvailableTime 5:00 -DeploymentExpireDay 2014/3/17 -DeploymentExpireTime 5:00 -UserNotification DisplaySoftwareCenterOnly -SoftwareInstallation $False -AllowRestart $False -RestartServer $False -RestartWorkstation $False -ProtectedType NoInstall -UnprotectedType NoInstall
    What I'm needing to do, though, is change many of these advertisements from "Required" to "Available" using PowerSHell again.  Since it's described as "modifies," I assumed that I could run the exact same line used to create
    the advertisement, except only change the "Required" string to "Available."  The advertisement name is the same, so I thought it would work. 
    When I ran it,  it simply created another advertisement with the same name:
    Am I doing something incorrectly when trying to modify the advertisement or is what I've trying to do even possible with this cmdlet?  If not possible, any suggestions you have as to how I could do what I'm trying to do on a large scale would be appreciated!
    Thanks!
    Ben K.

    I just tried on a required deployment:
    set-cmsoftwareupdatedeployment -softwareupdategroupname "My Group Name" -deploymentname "My deploymentname" -collectionname "my collection name" -deploymenttype "available"
    And it changed to Available. Not sure why that isn't working for you.

  • SCCM 2012 SP1 - PowerShell command to create a software update group deployment DISABLED by default

    Hello,
    I create deployment jobs using new Powershell cmdlet "Start-CMSoftwareUpdateDeployment". However it looks there is no way with this cmdlet to create a job which is disabled by default.
    Is it possible ? As an alternative, which cmdlet could I use to manage enable/disable job state ? I have not found anything so far.
    Regards.
    Sylvain

    hi, i tried the solution to create a deployment using  http://cm12sdk.net/?p=2014 link.
    it creates deployment but it is not downloaded so a red cross sign is shown in front of software update group. can you guide me on which command to use to download software update after which we can try the script mentioned in the link.
    thanks.
     

  • Deploying one software update group to multiple collections.

    Good Afternoon,
    We are in the process of rolling out Windows updates to our server environment.  This will be the first rollout on a mass scale. Previously, we have rolled out to about 4 collections to test.
    In a prior life, I managed deploying Windows updates using SCCM 2007. You were able to target to a deployment to a parent collection and select the option to deploy to sub-collections.
    With CM2012, we have a parent folder and our collections live inside of this folder.  My question is this, how can deploy my software update group without having to create a deployment targeted to each individual collections.  Our structure looks
    like this
    Parent Folder (Production)
    Subfolder (Monthly)
    Monthly Collections
    We have 43 monthly collections for production.  I would prefer to not have to create 43 different deployments.  Can you target the parent folder and include the collections?  I read another article where CM2012 did away with the use SubCollections,
    but I have not been able to verify that.
    Any assistance would be appreciated.
    Thank You
    Brian Dougherty

    You can still do something similar as with a top collection in CM07. In CM12 you can use the include collection. So that would mean that one collection can include multiple collections, which allows you to target only one collections. Those separate collections
    can then be used for different maintenance windows (or whatever you want to do with it).
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Three updates from the same Software Update Group showing as unknown, while all the others are showing as expected.

    Hi
    I have an issue from Septembers security updates where three updates from the same software update group are showing as unknown status rather than required / not required / installed etc.
    There are multiple other updates in the same update group and they are all displaying correctly with the figures I would roughly expect.
    I would have expected if something was wrong with the clients not returning software update scans that all the updates in this software update group (all deployed automatically as part of the same ADR) would show the same status of unknown, rather than just
    three of them.
    The updates in question are: KB2894842, KB2972215 & KB2977629 (First two .net 4.0 and last one IE11).
    Now these updates would largely be not required in our organisation as for the most part we use different versions so I would expect them to show as not required.
    Short of kicking off a mass software update scan cycle I don't know a) why this has happened b) if a scan cycle will fix it. Our clients scan every week and its been several weeks since the updates were deployed, that and the other updates have all reported
    back in.
    Anyone have any ideas? Its making the compliance results look quite poor :(
    Thanks
    Jonathan

    Hi,
    Is there any clue in the logs? Please review WUAHandler.log.
    What is the code you get when you run compliance report, like that in the following thread:
    http://social.technet.microsoft.com/Forums/en-US/becda545-4a5e-4ea3-bd83-8c7026767af5/software-update-compliance-report-showing-status-unknown?forum=configmanagerdeployment

  • HP Driver "Can't install because it is not available from Software Update Server"

    Proplem: Can't use my HP Officejet 6500 E709n on my MacBook Pro, even using USB connection.    I click on sign, get add printer window showing the HP 6500 printer as USB Multifunction.  I select and press 'add'.  I get 'setting up ...' window.  After a while I get the error window, "Can't install the software for the HP Office jet 6500 E709n because it is not currently available from Software Update Server."  Only option is cancel.
    HP site says that it supports Mountain Lion and the only way to get the driver is through Apple's Software Update.
    Apple's site says Mountain Lion supports HP 6500 printer.
    The Windows 7 computer on the netword prints fine to it.
    I would really like to get this connected.  Does anyone have a clue why the driver is not on the Software Update Server what the fix is?
    Thank you for the help.

    Fantastic, Mene1 & John.  Thank you.  I deleted the HP Folder, deleted trash, reboot, and reinstalled.  USB installed like a charm.  Was able to print and scan.   I even noticed that the Fax printer came up for both USB and 192.168.1.65.  I installed the fax printer for the network and it works great without USB.   
    However, the network for the printer never showed up in the list.  I tried IP option and entered the address.  It correctly identified the printer in the "use" field.  However, when I click on 'add' is has a window that says, "Unable to verify the printer on your network.  Unable to contact to '192.168.1.65' due to an error. Would you still like to create the printer?"   I choose Continue, and it creates the printer.  Printing, it just sits there trying to connect with the printer.    Again, the printer is hardwired into my home network and I am using my AT&T U-verse Wi-Fi connection to my MacBook Pro (which works for Fax on the printer). 
    Any ideas?

  • How to Remove old updates from Software Update service

    Running a 10.10.2 OS X Server and have a lot of old Update files I need to get rid of. I have followed instructions on...
    Mac OS X Server 10.4 or later: Removing old updates from Software Update Server
    ...but getting this error...
    No such file or directory
    ...when typing...
    grep swupd /etc/swupd/com.apple.server.swupdate.plist > ~/Desktop/update_list.txt
    Any help would be appreciated, thanks.

    I don't use Apple's own SUS software I use Reposado instead, however it is my understanding that the locations of files used by Apple's SUS software have been moved with Yosemite/Server 4.x.
    Try looking in the following locations
    /Library/Server/Software Update/Config/
    /Library/Server/Software Update/Data/
    /private/var/db/swupd/

  • Safari 6.1.4 crashes every clic on iMac 10.7.5 after update from Software Update, and now Firefox too.

    Safari 6.1.4 crashes every clic on iMac 10.7.5 after update from Software Update, and now Firefox too.
    What can I do?

    Step 2:
    Process:    
    Safari [50717]
    Path:       
    /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: 
    com.apple.Safari
    Version:    
    6.1.4 (7537.76.4)
    Build Info: 
    WebBrowser-7537076004000000~1
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [145]
    Date/Time:  
    2014-06-05 20:36:30.058 +0200
    OS Version: 
    Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00007fff7386e420
    VM Regions Near 0x7fff7386e420:
    __DATA            
    00007fff737d9000-00007fff73800000 [  156K] rw-/rwx SM=COW  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    --> __DATA            
    00007fff73800000-00007fff738ad000 [  692K] rw-/rwx SM=COW  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    unused split lib  
    00007fff738ad000-00007fff73900000 [  332K] rw-/rwx SM=COW  system shared library region not used by this process
    Application Specific Information:
    Process Model:
    Single Web Process
    Enabled Extensions:
    com.betafish.adblockforsafari-UAMUU4S2D9 (102.6.35 - 2.6.35) AdBlock
    objc[50717]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                      
    0x00007fff7386e420 __block_descriptor_tmp_10.1072 + 0
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff8230f7e6 kevent + 10
    1   libdispatch.dylib        
    0x00007fff85e78786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib        
    0x00007fff85e77316 _dispatch_mgr_thread + 54
    Thread 2:: WebCore: IconDatabase
    0   libsystem_kernel.dylib   
    0x00007fff8230ebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff85846274 _pthread_cond_wait + 840
    2   com.apple.WebCore        
    0x000000010cbc2fdb WebCore::IconDatabase::syncThreadMainLoop() + 491
    3   com.apple.WebCore        
    0x000000010cbbfbef WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore 
    0x000000010c049a1f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib        
    0x00007fff858428bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff85845b75 thread_start + 13
    Thread 3:: CoreAnimation render server
    0   libsystem_kernel.dylib   
    0x00007fff8230d67a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff8230cd71 mach_msg + 73
    2   com.apple.QuartzCore     
    0x00007fff8ab81df5 CA::Render::Server::server_thread(void*) + 184
    3   com.apple.QuartzCore     
    0x00007fff8ab81d35 thread_fun + 24
    4   libsystem_c.dylib        
    0x00007fff858428bf _pthread_start + 335
    5   libsystem_c.dylib        
    0x00007fff85845b75 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib   
    0x00007fff8230d67a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff8230cd71 mach_msg + 73
    2   com.apple.CoreFoundation 
    0x00007fff8c23c50c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation 
    0x00007fff8c244c74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation 
    0x00007fff8c244486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation     
    0x00007fff8cc7efd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation     
    0x00007fff8cc7372a -[NSThread main] + 68
    7   com.apple.Foundation     
    0x00007fff8cc736a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib        
    0x00007fff858428bf _pthread_start + 335
    9   libsystem_c.dylib        
    0x00007fff85845b75 thread_start + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib   
    0x00007fff8230edf2 __select + 10
    1   com.apple.CoreFoundation 
    0x00007fff8c28dc8b __CFSocketManager + 1355
    2   libsystem_c.dylib        
    0x00007fff858428bf _pthread_start + 335
    3   libsystem_c.dylib        
    0x00007fff85845b75 thread_start + 13
    Thread 6:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib   
    0x00007fff8230ebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff85846274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x000000010c0541a5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore 
    0x000000010c049a1f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    4   libsystem_c.dylib        
    0x00007fff858428bf _pthread_start + 335
    5   libsystem_c.dylib        
    0x00007fff85845b75 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff8230ebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff85846274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x000000010c054c27 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x000000010c054ab8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010c049a1f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib        
    0x00007fff858428bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff85845b75 thread_start + 13
    Thread 8:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib   
    0x00007fff8230ebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff85846274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x000000010c0541a5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore 
    0x000000010c049a1f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    4   libsystem_c.dylib        
    0x00007fff858428bf _pthread_start + 335
    5   libsystem_c.dylib        
    0x00007fff85845b75 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff8230ebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff85846274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x000000010c054c27 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x000000010c054ab8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010c049a1f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib        
    0x00007fff858428bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff85845b75 thread_start + 13
    Thread 10:: CVDisplayLink
    0   libsystem_kernel.dylib   
    0x00007fff8230ebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff85846274 _pthread_cond_wait + 840
    2   com.apple.CoreVideo      
    0x00007fff8be696c8 CVDisplayLink::runIOThread() + 710
    3   com.apple.CoreVideo      
    0x00007fff8be693e9 _ZL13startIOThreadPv + 148
    4   libsystem_c.dylib        
    0x00007fff858428bf _pthread_start + 335
    5   libsystem_c.dylib        
    0x00007fff85845b75 thread_start + 13
    Thread 11:: WebCore: LocalStorage
    0   libsystem_kernel.dylib   
    0x00007fff8230ebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff85846274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x000000010c0545bd ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore        
    0x000000010d754838 ***::PassOwnPtr<***::Function<void ()()> > ***::MessageQueue<***::Function<void ()()> >::waitForMessageFilteredWithTimeout<bool ()(***::Function<void ()()>*)>(***::MessageQueueWaitResult&, bool (&)(***::Function<void ()()>*), double) + 168
    4   com.apple.WebCore        
    0x000000010d753ed3 WebCore::StorageThread::threadEntryPoint() + 179
    5   com.apple.JavaScriptCore 
    0x000000010c049a1f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    6   libsystem_c.dylib        
    0x00007fff858428bf _pthread_start + 335
    7   libsystem_c.dylib        
    0x00007fff85845b75 thread_start + 13
    Thread 12:: WebCore: LocalStorage
    0   libsystem_kernel.dylib   
    0x00007fff8230ebca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff85846274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore 
    0x000000010c0545bd ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore        
    0x000000010d754838 ***::PassOwnPtr<***::Function<void ()()> > ***::MessageQueue<***::Function<void ()()> >::waitForMessageFilteredWithTimeout<bool ()(***::Function<void ()()>*)>(***::MessageQueueWaitResult&, bool (&)(***::Function<void ()()>*), double) + 168
    4   com.apple.WebCore        
    0x000000010d753ed3 WebCore::StorageThread::threadEntryPoint() + 179
    5   com.apple.JavaScriptCore 
    0x000000010c049a1f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    6   libsystem_c.dylib        
    0x00007fff858428bf _pthread_start + 335
    7   libsystem_c.dylib        
    0x00007fff85845b75 thread_start + 13
    Thread 13:: Safari: SafeBrowsingManager
    0   libsystem_kernel.dylib   
    0x00007fff8230d67a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff8230cd71 mach_msg + 73
    2   com.apple.CoreFoundation 
    0x00007fff8c23c50c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation 
    0x00007fff8c244c74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation 
    0x00007fff8c244486 CFRunLoopRunSpecific + 230
    5   com.apple.Safari.framework
    0x000000010b951e6f Safari::MessageRunLoop::threadBody() + 119
    6   com.apple.JavaScriptCore 
    0x000000010c049a1f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    7   libsystem_c.dylib        
    0x00007fff858428bf _pthread_start + 335
    8   libsystem_c.dylib        
    0x00007fff85845b75 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib   
    0x00007fff8230f192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff85844594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff85845b85 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib   
    0x00007fff8230f192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff85844594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff85845b85 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib   
    0x00007fff8230f192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff85844594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff85845b85 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007feacbce1cc0  rcx: 0x00007feacbccdc20  rdx: 0x0000000000000000
      rdi: 0x0000000000000000  rsi: 0x00007fff8ce66cfe  rbp: 0x0000000042000000  rsp: 0x00007fff6b393890
       r8: 0x00000000000000c8   r9: 0x00007fff725a00d8  r10: 0x00007feacd0b2a10  r11: 0x00007feacd0be570
      r12: 0x00007feacbce1cb0  r13: 0x00007fff6b3938a0  r14: 0x00007fff8cd86ab8  r15: 0x00007fff732393d0
      rip: 0x00007fff7386e420  rfl: 0x0000000000010246  cr2: 0x00007fff7386e420
    Logical CPU: 0
    Binary Images:
    0x10b798000 -   
    0x10b798fff  com.apple.Safari (6.1.4 - 7537.76.4) <BA8D8641-9DA7-3A2E-BC08-93DBC574A5DC> /Applications/Safari.app/Contents/MacOS/Safari
    0x10b7a2000 -   
    0x10bcdbfff  com.apple.Safari.framework (7537 - 7537.76.4) <760D4633-A946-3208-8EA3-34E3DA11362F> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
    0x10c040000 -   
    0x10c3e7ff7  com.apple.JavaScriptCore (7537 - 7537.76.1) <69C4CEDA-8BEB-38C0-9223-A28D71E17C5D> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
    0x10c4db000 -   
    0x10c63ffff  com.apple.WebKit (7537 - 7537.76.4) <61935359-4BAB-3342-8076-99E5B1DCF9CE> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
    0x10c731000 -   
    0x10c99afff  com.apple.WebKit2 (7537 - 7537.76.4) <FD06691A-97CD-312A-8DD0-48268641674C> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
    0x10cb6e000 -   
    0x10cba1ff7  com.apple.GSS (2.2 - 2.0) <C86012C5-B613-3199-B1B3-A1494EE5E43C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x10cbba000 -   
    0x10dc67fff  com.apple.WebCore (7537 - 7537.76.4) <410DAE63-6CB4-392E-8F90-BB72B4BD7E4B> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
    0x110bf3000 -   
    0x110c0efff  com.apple.WebInspector (7537 - 7537.76.1) <F7C37272-D42B-36EE-BF73-46FFEF9E2DF0> /System/Library/StagedFrameworks/Safari/WebInspector.framework/Versions/A/WebIn spector
    0x110c28000 -   
    0x110d19ff7  com.apple.mobiledevice (710.5 - 710.5) <C250816A-3B97-329D-9F6B-38DACA981CED> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
    0x110d7e000 -   
    0x110d7efff  com.apple.WebInspectorUI (7537 - 7537.76.1) <C6DFE4B7-AA62-315A-9A32-4F6760DAC498> /System/Library/StagedFrameworks/Safari/WebInspectorUI.framework/Versions/A/Web InspectorUI
    0x112700000 -   
    0x112700ff1 +cl_kernels (??? - ???) <152D74AD-446D-478D-99B4-EB7A50AF5C23> cl_kernels
    0x115122000 -   
    0x115125ff7  libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x1155ef000 -   
    0x1155f9fef  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x11560f000 -   
    0x115610ff3 +cl_kernels (??? - ???) <FCD61CAF-9014-4CFA-9CCC-645B400AD799> cl_kernels
    0x115669000 -   
    0x11566aff3 +cl_kernels (??? - ???) <7A7E2898-402D-44A5-8823-D52E906B9FEA> cl_kernels
    0x117607000 -   
    0x1176a6ff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
    0x1176c8000 -   
    0x1176c9ff2 +cl_kernels (??? - ???) <DB632E27-3353-4216-AEE0-A08DE66B4DCD> cl_kernels
    0x117917000 -   
    0x1179b1ff7  unorm8_rgba.dylib (2.0.19 - compatibility 1.0.0) <8CA67399-44BB-35F8-94EF-EB57CD3AA542> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
    0x117ad7000 -   
    0x117c8ffff  GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x117cc6000 -   
    0x117e20fff  libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x117e52000 -   
    0x1180dafff  com.apple.ATIRadeonX1000GLDriver (7.4.1 - 7.0.4) <79B3304B-3B7C-37D2-8107-D2B496E26C8B> /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRade onX1000GLDriver
    0x118122000 -   
    0x118150ff7  GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x7fff6b398000 -
    0x7fff6b3ccbaf  dyld (195.6 - ???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld
    0x7fff822e9000 -
    0x7fff822f7ff7  com.apple.AppleFSCompression (37 - 1.0) <61113C2F-564C-3E6C-918C-3179980D599F> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff822f8000 -
    0x7fff82318fff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
    0x7fff82319000 -
    0x7fff8231fff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff82320000 -
    0x7fff82344fff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff82345000 -
    0x7fff823a7ff7  com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff823a8000 -
    0x7fff823cefff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff823cf000 -
    0x7fff823d3fff  libutil.dylib (??? - ???) <28672328-B738-38CE-B231-8A93CA6E6EA4> /usr/lib/libutil.dylib
    0x7fff823d4000 -
    0x7fff823d9fff  com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff823da000 -
    0x7fff823dafff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff82817000 -
    0x7fff82dfbfff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff82dfc000 -
    0x7fff82e57ff7  com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff82e58000 -
    0x7fff82e59fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff82e5a000 -
    0x7fff82e61fff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff82e62000 -
    0x7fff82f41fff  com.apple.ImageIO.framework (3.1.2 - 588) <37F047A9-48E3-3AF7-8931-462D63BE6121> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff82f42000 -
    0x7fff82f82fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
    0x7fff82fc2000 -
    0x7fff82fc3fff  libwebsharing.dylib (??? - ???) <279415F4-2FAD-3D68-BE9A-691D03389662> /usr/lib/libwebsharing.dylib
    0x7fff82fcc000 -
    0x7fff83015ff7  com.apple.framework.CoreWLAN (2.1.3 - 213.1) <D2101093-0B35-3B90-B511-E9272400ED9B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff83016000 -
    0x7fff83218fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
    0x7fff83219000 -
    0x7fff83325fef  libcrypto.0.9.8.dylib (49.1.0 - compatibility 0.9.8) <FB999E54-C9BC-3A6D-9FE5-BFCC236775ED> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff83326000 -
    0x7fff83550fe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff83551000 -
    0x7fff8357cff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
    0x7fff8357d000 -
    0x7fff8367ffff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
    0x7fff83680000 -
    0x7fff836c4ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B2A38D2C-7E82-34C5-8896-48C37B0E64A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff836c5000 -
    0x7fff836d7ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff836d8000 -
    0x7fff8377afff  com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff8377b000 -
    0x7fff8378dff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff8378e000 -
    0x7fff83833fff  com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff83840000 -
    0x7fff8385cff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff8385d000 -
    0x7fff83885fff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff838a5000 -
    0x7fff839acfe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
    0x7fff839ad000 -
    0x7fff83a31ff7  com.apple.ApplicationServices.ATS (317.13.0 - ???) <A05126F9-7DC9-3EA7-8D94-53C6113730C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff83a32000 -
    0x7fff83a8eff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff83a8f000 -
    0x7fff83a91fff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff83afe000 -
    0x7fff83afefff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff83aff000 -
    0x7fff83b03fff  libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib
    0x7fff83b41000 -
    0x7fff83e5dfff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff83ef5000 -
    0x7fff83ef5fff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff83f1f000 -
    0x7fff83f35fff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff83f36000 -
    0x7fff83f7aff7  com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff83f7b000 -
    0x7fff84059fff  com.apple.DiscRecording (6.0.4 - 6040.4.1) <F434B351-AE30-3D1B-9DAF-4581D080D2BC> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff843b3000 -
    0x7fff843b4fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff84690000 -
    0x7fff847f7ff7  com.apple.CFNetwork (520.5.3 - 520.5.3) <1C11C214-1C70-3358-A709-69C84D999DB8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff84806000 -
    0x7fff8493cfff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8493d000 -
    0x7fff8495cfff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
    0x7fff84aba000 -
    0x7fff85458a27  com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff85459000 -
    0x7fff8546bff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
    0x7fff8546c000 -
    0x7fff85495ff7  com.apple.framework.Apple80211 (7.4.1 - 741.1) <F60DA830-84ED-3473-8DE8-611A9D9B56FF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff85496000 -
    0x7fff854c3fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib
    0x7fff85613000 -
    0x7fff85620fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff85621000 -
    0x7fff8562cff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <D836A22C-BBDC-3C9F-83D3-F8CC0EE75885> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff85631000 -
    0x7fff85715e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
    0x7fff85716000 -
    0x7fff85746ff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff85747000 -
    0x7fff857cafef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff857f4000 -
    0x7fff858d1fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    0x7fff85bfd000 -
    0x7fff85c51fff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff85dbf000 -
    0x7fff85e72ff7  com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff85e73000 -
    0x7fff85e74ff7  libsystem_sandbox.dylib (??? - ???) <5459F293-E1F2-33B3-B9B2-2ABB7B915B62> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff85e75000 -
    0x7fff85e83fff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    0x7fff85e84000 -
    0x7fff85e84fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff85e85000 -
    0x7fff85ea2fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
    0x7fff86131000 -
    0x7fff8617ffff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff86180000 -
    0x7fff86180fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff86181000 -
    0x7fff861c3ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff861c4000 -
    0x7fff86438fff  com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff86439000 -
    0x7fff864afff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
    0x7fff864b2000 -
    0x7fff864edfff  com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff865c0000 -
    0x7fff865c7fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
    0x7fff865c8000 -
    0x7fff865cdfff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff865ce000 -
    0x7fff865d1ff7  com.apple.securityhi (4.0 - 1) <53884F59-D16C-3A4F-A81F-888044FBB365> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff865d2000 -
    0x7fff865f3fff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff865f4000 -
    0x7fff86634ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
    0x7fff86682000 -
    0x7fff869aefff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff869af000 -
    0x7fff869b3ff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff86a08000 -
    0x7fff86a2cfff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff86a2d000 -
    0x7fff86af4ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff87f3d000 -
    0x7fff88404fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x7fff88643000 -
    0x7fff88738fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff88739000 -
    0x7fff88b66fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff88ba2000 -
    0x7fff88baffff  com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff88bb1000 -
    0x7fff88bb2fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
    0x7fff88bb3000 -
    0x7fff88bffff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff88cb2000 -
    0x7fff88d25fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff88d83000 -
    0x7fff88e24ff7  com.apple.LaunchServices (480.42 - 480.42) <A69F9426-05CE-3312-89FD-BC063DA66DBF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff88e25000 -
    0x7fff8911aff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff891bb000 -
    0x7fff891bcfff  libodfde.dylib (??? - ???) <9725455E-BA0B-3371-8570-CFE50D3BDA84> /usr/lib/libodfde.dylib
    0x7fff89231000 -
    0x7fff8923bff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
    0x7fff8923c000 -
    0x7fff89242fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff892e6000 -
    0x7fff8933eff7  libTIFF.dylib (??? - ???) <CF2005B6-5C29-3DCF-BDC2-7DB114ECD7A1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8934b000 -
    0x7fff893e5ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff8942f000 -
    0x7fff89438ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff89439000 -
    0x7fff894affff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff894b4000 -
    0x7fff89508ff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8950b000 -
    0x7fff89510fff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff896ca000 -
    0x7fff8973afff  com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff8979b000 -
    0x7fff89816ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff89837000 -
    0x7fff89aeffff  com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff89af0000 -
    0x7fff89af7fff  com.apple.CommerceCore (1.0 - 17.1) <B6BFA182-9DC9-3543-89AE-F82EB9AF1CAB> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff89b24000 -
    0x7fff89b65fff  com.apple.QD (3.40.1 - ???) <13ACC7F4-B004-3370-B575-6D06447EE428> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff89b66000 -
    0x7fff89ba8fff  com.apple.corelocation (330.12 - 330.12) <CFDF7694-382A-30A8-8347-505BA0CAF312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff89bf6000 -
    0x7fff89c31fff  libssl.0.9.8.dylib (49.1.0 - compatibility 0.9.8) <B5120F7F-6FD7-3E0B-AAB8-E9A8D72451BC> /usr/lib/libssl.0.9.8.dylib
    0x7fff89c32000 -
    0x7fff89c5bfff  libJPEG.dylib (??? - ???) <DFD81B8F-F4CB-347B-92B8-1AFFDA924A9B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff89c5c000 -
    0x7fff89c5cfff  com.apple.Carbon (153 - 153) <43AA5A7C-D970-32BA-B927-DC9F50BD88B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff89c5d000 -
    0x7fff89cc8ff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff89d46000 -
    0x7fff89ddcff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff89ddd000 -
    0x7fff89ddeff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff89de1000 -
    0x7fff89ee6fff  libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8a690000 -
    0x7fff8a69ffff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8a6e8000 -
    0x7fff8a73efff  libCoreStorage.dylib (??? - ???) <564C1AE4-4669-3D28-9DBF-0256A4341DF9> /usr/lib/libCoreStorage.dylib
    0x7fff8a73f000 -
    0x7fff8a745fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8a746000 -
    0x7fff8a754fff  com.apple.NetAuth (3.2 - 3.2) <F0D60E34-37A9-308D-B44E-E3450906173A> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8a755000 -
    0x7fff8a795fe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff8a9c8000 -
    0x7fff8aae1fff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8aaf3000 -
    0x7fff8aaf8fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
    0x7fff8aaf9000 -
    0x7fff8ab7eff7  com.apple.Heimdal (2.2 - 2.0) <52B0F371-D272-3C8E-B42F-04D3FDD8AD0D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8ab7f000 -
    0x7fff8ad1fff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8ae22000 -
    0x7fff8ae39fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff8ae3a000 -
    0x7fff8ae3dfff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff8aee9000 -
    0x7fff8af51ff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8af52000 -
    0x7fff8af91fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff8af92000 -
    0x7fff8aff2fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff8aff3000 -
    0x7fff8b023fff  com.apple.framework.Admin (11.0 - 11.0) <66A06B83-01D1-371E-8A77-4280570BB97D> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x7fff8b024000 -
    0x7fff8b032ff7  libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
    0x7fff8b033000 -
    0x7fff8b071fff  com.apple.bom (11.0 - 183) <F300B9EC-995E-33A7-9175-9F07D4B68F16> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8b072000 -
    0x7fff8bc78fff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8be67000 -
    0x7fff8be90fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8be91000 -
    0x7fff8bf75ff7  com.apple.CoreServices.OSServices (478.50 - 478.50) <3D6AA4EF-C601-36C7-8F3A-A00964F01759> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff8bf76000 -
    0x7fff8bf8dfff  com.apple.CFOpenDirectory (10.7 - 146) <F321AE12-9592-3E56-AB8D-A47BA4696A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8c165000 -
    0x7fff8c19afff  com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff8c19b000 -
    0x7fff8c1c7ff7  com.apple.CoreServicesInternal (113.20 - 113.20) <786118E6-7D7E-3016-9FD5-A7CE411A251F> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff8c1c8000 -
    0x7fff8c1dbff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
    0x7fff8c1f2000 -
    0x7fff8c1ffff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <DFAB8CA8-CC9D-3F58-8C12-CE120442AACD> /usr/lib/libbz2.1.0.dylib
    0x7fff8c20c000 -
    0x7fff8c3e0ff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8c3e1000 -
    0x7fff8c3e2fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
    0x7fff8c3e3000 -
    0x7fff8c3e5fff  com.apple.EFILogin (1.0 - 1) <EA18A476-CB02-3EC6-8B2D-9EA019B2D16E> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff8cbc3000 -
    0x7fff8cc15ff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8cc16000 -
    0x7fff8cc18fff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
    0x7fff8cc19000 -
    0x7fff8cf32fff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8d712000 -
    0x7fff8d718fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
    0x7fff8e01a000 -
    0x7fff8e060fff  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <066449E4-406B-3ABC-9DB8-E62777498154> /usr/lib/libcurl.4.dylib
    0x7fff8e061000 -
    0x7fff8e061fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8e062000 -
    0x7fff8e067fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8e07b000 -
    0x7fff8e07bfff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8e10f000 -
    0x7fff8e116fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8e117000 -
    0x7fff8e11afff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8e3f0000 -
    0x7fff8e54dfff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8e55c000 -
    0x7fff8e579ff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff8e57a000 -
    0x7fff8e58eff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8e5c0000 -
    0x7fff8e6cdfff  libJP2.dylib (??? - ???) <1CF69239-3D3D-30CE-AC7B-C7E8C9166BC2> /System/Library/Frameworks/

  • IMac frozen after choosing "Restart" from Software Update

    Software Update had 2 updates: Latest Safari and latest iTunes. I hit "Install" and it prompted me to restart the computer in order to install the updates. I hit it and then the screen dimmed and I immediatley left to do something else. I assumed it would just do its thing and when I'd be back, it'd be installed and I could log in. Well, I came back about 10 minutes later and found that it was at a blue screen with a swirling indicator graphic (not beach ball, black/grey spiral). It's been like this for 30+ minutes.
    The thing is, I'm not sure if it already installed and it restarted and now it's stuck. Or if it was trying to restart but froze here before any installing. So I have no idea what its progress was after I hit "Restart" from Software Update.
    I should also mention that I had a problem with Finder and when I relaunched it, it gave error messages rather than opening any Finder window (said something like it couldn't open). Also I had a bunch of other applications that weren't quitting properly so I used Force Quit on them. However, I had Safari open and didn't force quit as I thought the restart/update process would quit for me. I had a huge number of Safari windows open and I remember seeing about 5GB or so of virtual memory being taken up by Safari. I had force quit my other applications becuase they froze but I didn't get a chance to force quit Safari and just proceeded with Software Update Restart since I thought it would just quit Safari as part of the restart process. So I think maybe this frozen screen may be because Safari was taking up so much memory and the quitting is making it freeze. I'm not sure though.
    Anyone have any ideas? Should I just try holding the power button and restarting manually and see what happens?
    I have the latest iMac, 16GB of RAM (installed from Apple, not third party), SSD + HD

    Try a manual hard shut down and then reboot.

  • Clicking the red X does not close Firefox 8.0 have to right click and close from tool bar?

    cant click on the red x to close firefox have to right click the taskbar to close the browser

    Hi,
    Indeed disabling add-ins and restoring the default theme work. From there on, the themes that do not work in my system [WIN7] are
    FT Sleek Dark
    Small Ring
    But, the issue is that they DID work until some days ago so this needs looking into...

Maybe you are looking for

  • 10.4.8 - Six different Macs all with problems since the update...

    We run a business which has six different Macs... all relatively new (3 yrs). Typically we run the auto updates, because that's what we're supposed to do, and we experience little if any problems. This last update (10.4.8) has caused nothing but prob

  • ABAP runtime error

    Hi all,           I have a start routine and two routines in my transformation and while activating it lead to a runtime error and displayed a short dump error.I couldnt understand what that error is and was not able to change the transformation or v

  • Generic Object Services using Web Dynpro

    I am using Web Dynpro for ABAP and would like to access Generic Object Services (GOS) to view attachments to an SAP Business Object.  Using the cl_gos* classes does not work when running WebDynpro as it uses the controls framework.  How can I access

  • PDF not displaying correctly online

    Hi, I have created a PDF in Acrobat Pro 9 that when opened (wherever and by whomever) will show in spreads, in Acrobat.  Working great.  However when I link to this PDF, on my website, it opens in a new browser window as it should, but displays as si

  • Transaction Code Comparion in Different Versions

    Hi Folks,     I have an requirement to compare transaction codes of different version and download it if there is any change. For example: lets say there is a transaction code XYZ in sap R/3 4.7 version the same XYZ transaction exists in SAP ECC also