VS 2013 crashes on opening Worker Role configuration

After creating a cloud project using Azure SDK for .NET 2.4 then Visual Studio 2013 (update 3) crashes when I attempt to edit the Role Configuration via the UI by double clicking the [Cloud Project] -> Roles -> [Worker Role Name] in Solution Explorer.
The event details as text looks like this.
Application Error
Log Name: Application
Source: Application Error
Date: 12-09-2014 10:33:59
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: [removed].[removed].com
Description:
Faulting application name: devenv.exe, version: 12.0.30723.0, time stamp: 0x53cf6f00
Faulting module name: KERNELBASE.dll, version: 6.1.7601.18409, time stamp: 0x53159a86
Exception code: 0xe0434352
Fault offset: 0x0000c42d
Faulting process id: 0x1f54
Faulting application start time: 0x01cfce63c98e92fb
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe
Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
Report Id: 8a86cb32-3a57-11e4-857a-0026b9e0fb6f
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-09-12T08:33:59.000000000Z" />
<EventRecordID>213664</EventRecordID>
<Channel>Application</Channel>
<Computer>[removed].[removed].com</Computer>
<Security />
</System>
<EventData>
<Data>devenv.exe</Data>
<Data>12.0.30723.0</Data>
<Data>53cf6f00</Data>
<Data>KERNELBASE.dll</Data>
<Data>6.1.7601.18409</Data>
<Data>53159a86</Data>
<Data>e0434352</Data>
<Data>0000c42d</Data>
<Data>1f54</Data>
<Data>01cfce63c98e92fb</Data>
<Data>C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe</Data>
<Data>C:\Windows\syswow64\KERNELBASE.dll</Data>
<Data>8a86cb32-3a57-11e4-857a-0026b9e0fb6f</Data>
</EventData>
</Event>
.NET Runtime
Log Name: Application
Source: .NET Runtime
Date: 12-09-2014 10:33:59
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: [removed].[removed].com
Description:
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AggregateException
Stack:
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(System.Object)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1026</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-09-12T08:33:59.000000000Z" />
<EventRecordID>213663</EventRecordID>
<Channel>Application</Channel>
<Computer>[removed].[removed].com</Computer>
<Security />
</System>
<EventData>
<Data>Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AggregateException
Stack:
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.&lt;ThrowAsync&gt;b__4(System.Object)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
</Data>
</EventData>
</Event>
Just prior to the crash...
...it seems like VS 2013 is attempting to log me in to a company server (active directory?). Regardless of my action (providing my login credentials or cancelling the login) VS 2013 then proceeds to crash.
My other computers
On my private laptop that connects to the internet via a private internet connection, the same type of project loads the configuration page w.o. issues (same VS and SDK configuration).
Others have this issue as well
There is also a thread about this on SO, although without a solution:
Visual Studio 2013 crashes when opening up service configuration for edit
Can anybody provide any help about how to solve this, please?
Br,
Claus

Hi Will
Thanks for your answer - I have added my findings below:
The problem apparently stems from the authentication process.
If you are using your company email as username on Azure, the inherent domain name will cause the authentication method to redirect you to your company's Active Directory.
The problem can be solved by choosing a different email as username on Azure.
The problem can also be replicated by setting up a website with authentication using Azure Active Directory. During login through Azure AD, the exact moment you enter the domain name in your username, the login screen redirects you from the Azure AD to the
AD at sts.[email domain name] - and consequently, the login fails. Using a different username the Azure AD authentication works flawlessly.
Br,
Claus

Similar Messages

  • Outlook 2013 crashes when opening Calendar search result

    I have a user who uses her Outlook 2013 calendar extensively, mainly to note for herself when she has spoken to a customer, and creating appointments for when she needs to speak to them again. (This is outside of our policy to note the contact in
    MS CRM.) She can have scores of such Calendar items each day.
    When seraching for these appointments in her Calendar, she gets the list of results, but Oulook crashes when she tries to open any of them. Sometimes Outlook restarts on its own, sometimes she must relaunch it herself.
    Related threads reference a wwlib.dll error, but she is not getting that. It is Outlook.exe itself that is crashing. There are other threads that reference other open windows, or items containing webpages or tables, but these do not apply to her, either.
    Event Data (two related entries) contain the following:
    OUTLOOK.EXE
    15.0.4551.1004
    5253ad6f
    c0000005
    00025b09
    19cc
    01cef2a610938033
    C:\Program Files\Microsoft Office\Office15\OUTLOOK.EXE
    C:\Program Files\Microsoft Office\Office15\OUTLOOK.EXE
    77f5e493-5e9b-11e3-9ef4-00219b4a7172
    And:
    3915849571
    1
    APPCRASH
    Not available
    0
    OUTLOOK.EXE
    15.0.4511.1004
    5253ad6f
    OUTLOOK.EXE
    15.0.4551.1004
    5253ad6f
    c0000005
    00025b09
    C:\Users\[username]\AppData\Local\Temp\163947659.cvr C:\User\[username]\AppData\Local\Temp\CVR780F.tmp.cvr
    C:\Users\[username]\AppData\Local\Temp\WERA546.tmp.WERInternalMetadata.xml
    C:\Users\[username]\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_OUTLOOK.EXE_2e80497b46642ed3f64262bb26bbba2f6ecc_02d1bdd5
    0
    77f5e493-5e9b-11e3-9ef4-00219b4a7172
    0
    On answers.microsoft.com, Girish M (Support Engineer who eventally directed me here), asked me to run Scanpst.exe. I would paste the results here, but this window does not seem to allow pasting. A summary description of what it found on her .ost file (no
    .pst in use) is basically this:
    **Beginning NDB recovery
      **Attempting to open database
      **Attempting to validate header
      **Attempting to validate AMap
      **Attempting to validate BBT
      **Attempting to validate NBT
      **Attempting to validate BBT refcounts
        ??Couldint find BBT entry in the RBT (E025CC)
      **Attempting to validate header NID high-water marks
    **Beginning PST/OST recovery
      **Attempting to recover all top-level objects
        **Store created by biuld: 15.4517
      **Attempting to walk all folders
          Failed to add row to the FLT, RowID = 719
          Failed to add row to the FLT, RowID = 6CD
          Failed to add row to the FLT, RowID = 6DE
          Failed to add row to the FLT, RowID = 6D8
    and so on, and so on, with a few hundred more FLT RowID errors, finally ending with:
      **Attempting to locate any orphaned folders/messages
      **Performing Final HMP validation
      **Attempting to check top-level objects for consistency
      **Updating folder hierarchy
      **Verifying message moves
    My understanding of the Scanpst.exe process is that it also disables any addons which might cause crashing, but the issue is still being experienced. Running Scanpst.exe a second time (appending the previous log, although it seemed to actually prepend the
    file) only returned a few lines from the top of the result above ending with "Attempting to validate BBT."
    Fixes not attempted yet that I have found performing searches include running the Office Repair tool, or checking for KB2817631 (a Word update that is apparently having adverse affects on Outlook, not attempted yet because it seems to be related to the wwlib.dll
    error, which is not happening here).
    Any thoughts out there? Thanks!

    Mavis,
    Thanks for the reply. Running Outlook using /cleansharing and
    /cleanroamedprefs did not have any effect when used individually or in combination with each other.
    Running the Search Index Rebuild option also did not seem to do anything, as the pop-up message indicated that it may take a long time to finish, and yet seemed to finish instantaneously, not giving any indication that the indexing took place. The option
    window immediately said "Indexing complete" for 23,755 items.
    As to the Outlook Forum, they are the ones who directed me to this forum (you can see the thread on the Answers support page under Office - Office 2013 - Microsoft Office Outlook - Office on Windows 7, under the title "Outlook 2013 restarts when
    opening Calendar Search result item" first posted on Dec 11, 2013), as Girish M felt that it might be due to Exchange, and not Outlook. (I have no reports of any of our other users on the same Exchange server having the problem with their Outlook, but
    they also do not use it the way this user has been.)
    I can repost the issue there, or continue the same thread, if you think the issue lies with them. Was the "Answers" site the improper place to post, perhaps? Should it go in a different thread on Technet instead?
    Thanks for your assistance!
    Edited to add:
    Here are the KBs installed just before or on the date the problem started (12/6/2013):
    12/5/2016 (Office updates, all 32-Bit):
    Security Update Office 2013 KB2768005
    Office 2013 KB2768016
    Office 2013 KB2817640
    Office 2013 KB2827228
    Security Office 2013 KB2837618
    Word 2013 KB2817631
    InfoPath 2013 KB2752078
    Office 2013 KB2817493
    Office 2013 KB2760539
    Office 2013 KB2827235
    Office 2013 KB2827225
    Security Excel 2013 KB2827238
    Office 2013 KB2760242
    Office 2013 KB2817626
    Office 2013 KB2817314
    Office 2013 KB2760610
    Access 2013 KB2768008
    Office 2013 KB2738038
    SkyDrive Pro KB2825633
    Security Office 2013 KB2817623
    Office 2013 KB2760267
    Visio Viewer 2013 KB2768338
    Office 2013 KB2827230
    OneNote 2013 KB2810016
    Office 2013 KB2827228
    Office 2013 KB2767845
    Definition Office 2013 KB2760587
    Office 2013 KB2726996
    Security Office 2013 KB2810009
    Office 2013 KB2817316
    Word 2013 KB2817631
    Lync 2013 KB2817621
    Office 2013 KB2760224
    Office 2013 KB2726954
    Office 2013 KB2817640
    Publisher 2013 KB2752097
    PowerPoint 2013 KB2817625
    Office 2013 KB2760257
    Office 2013 KB2817309
    Security Outlook 2013 KB2837618
    Visio 2013 KB2752018
    Office 2013 KB2817490
    Word 2013 KB2827218
    Office 2013 KB2760553
    12/6/2013 (for Windows, all Security):
    KB2900986
    KB2888505
    KB2876331
    KB2868725
    KB2868626
    KB2862152
    I listed all updates because there have been reported instances of a Word update causing Outlook to crash, but she is not getting the wwlib.dll error related to that KB. If you are aware of any issues with these updates, and which ones might be worth uninstalling
    in an attempt to fix, please let me know.
    Thanks again!

  • Office 2013 Crashes when Opening Downloaded Files

    Hello,
    I am running Office 2013 on Windows 7; anytime I attempt to open a Word document that has been downloaded from my email, the program crashes.  I see the Word splash screen, then the document opens for about two seconds, then it crashes.  Upon reopening
    Word, I am prompted to repair the program.   After I repair the program and reopen Word again, I am prompted to reactivate the software.  
    If the attachment is saved directly to the computer, then opened from Word internally, the program works fine.  I have already unchecked the boxes in the Trust Center and disabled the COM add-ons.
    Any assistance would be appreciated!

    Hi,
    I’m a little confused about the difference between “open a Word document downloaded from your email” and “attachment is saved directly to the computer”. What is the difference between
    them?
    Do you open the document on OWA or from Outlook client?
    If there is no issue when opening it from OWA, this issue may be related to Outlook client.
    Let's troubleshoot this from running Outlook in Safe Mode, to determine if it is 3rd-party add-ins related. Press Win + R and type “outlook.exe /safe” in the blank box, then press Enter. Then we may try to open the attachment, if there’s no problem in Safe
    Mode, disable the suspicious add-ins to verify which add-ins caused this issue.
    We may also perform a clean boot to determine if background programs are interfering with Word:
    http://support.microsoft.com/kb/929135
    If Word crash still appears on local disk, we can analyze crash file.
    Let’s enable app crash dump collection by copying following words into notepad, saving it as dump.reg and importing it:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\localdumps\WORD.EXE]
    "DumpFolder"=hex(2):63,00,3a,00,5c,00,63,00,72,00,61,00,73,00,68,00,64,00,75,\
      00,6d,00,70,00,73,00,00,00
    "DumpCount"=dword:00000010
    "DumpType"=dword:00000001
    "CustomDumpFlags"=dword:00000000
    Then, open Word to repro the issue. If crash issue appeared, please find the crash dump file under c:\.
    To further help you, please upload this file into OneDrive and shared the link here.
    Also, you can try to analyze dump by yourself if you would like to:
    How to analyze app crash dump file:
    http://blogs.technet.com/b/askperf/archive/2007/05/29/basic-debugging-of-an-application-crash.aspx

  • Word 2013 Crashes When Opening A Word 2007 Or Older Document

    I have this issue on every computer in our office. An outside source is sending in Word documents in docx format. Each time we try to open one of the files, Word with error out and close.
    My wifes company uses Office 2010 and she can open the documents without any errors. We use Office 365 Pro Plus 32-bit.
    Has anyone see this before.
    I have disabled all add-in on my machine and started Word in safe mode. All the same.
    I am able to open it in Protected Mode or in the option to Open and Repair.

    An outside source is sending in Word documents in docx format. Each time we try to open one of the files, Word with error out and close.
    What does the error say? Have you ever checked the event log? Anything useful there?
    (If you would like us to help analyze the logs, you can send the log file to this email account:
    [email protected] and inform us here. Please use the link of this thread as the subject.)
    As far as I know, when a file is opened in Protected View, all active file content, such as ActiveX controls, add-ins, database connections, hyperlinks, and Visual Basic for Applications (VBA) macros, is not enabled.
    Since you are able to launch these files in Protected Mode, probably some of the mentioned file content in these old version of files are causing the issue. You might want to troubleshoot on this aspect, check whether these files contain any of the mentioned
    content. Remove them, then try again, or have a check with a plain text document from the same source and see if issue persists.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Muse crashes upon opening - worked fine yesterday -- guess i'm not working today either :-/

    uninstalled, restarted, and reinstalled - still no bueno
    all other installed CC14 apps open no problem
    maybe it'll work tomorrow..
    anyone else having issues?

    If you're continuing to be unable to launch Muse and no error dialog appears, please rename the following two folders:
    %appdata%\com.adobe.AdobeMuseCC.2014.0
    %appdata%\Adobe\Adobe Muse CC
    "%appdata%" is a shortcut that when entered at the top of a File Explorer window will go directly to the hidden AppData Roaming folder for your account on the computer.
    If you're able to launch after renaming these folders PLEASE send us the renamed folders at [email protected] along with a link to this thread for context.
    If you are unable to launch Muse and an error dialog is displayed, please provide a screenshot of the error in a reply here on the forum.
    If after renaming these folders you still cannot launch and no errors are displayed, please report that here and we'll provide additional instructions. Thanks.
    Re: Adobe Muse 2014 won't open at all. 

  • Word 2013 (64-bit on Win8.1 64-bit) crashes crashes on opening any document by double-click

    Very much like thread
    https://social.technet.microsoft.com/Forums/office/en-US/2e9b63f5-7c94-44f6-9177-f936d980388a/word-2010-64bit-on-win7-64bit-crashes-crashes-on-opening-any-document-by-doubleclick?forum=officesetupdeployprevious I experience the same problem with Word
    2013 on Win 8.1. As I don't need them, all add-ons where disabled. The document opens proper in the 64-bit Mac Office 2011
    There is not GUI error message. Office was freshly installed. In the event log there are only the normal messages from Security-SPP. Are there other source of logging that could hint in the proper direction?

    Hi,
    Since the issue isn't related to Add-ins, please perform a clean boot to determine whether background programs are interfering with Word:
    1. Swipe in from the right edge of the screen,  and then tap Search. Or, if you are using a mouse, point to the lower-right corner of the screen, and then click
    Search.
    2. Type msconfig in the search box, and then tap or click
    msconfig.
    3. On the Services tab of the System Configuration dialog box, tap or click to select the
    Hide all Microsoft services check box, and then tap or click
    Disable all.
    4. On the Startup tab of the System Configuration dialog box, tap or click
    Open Task Manager.
    5. On the Startup tab in Task Manager, for each startup item, select the item and then click
    Disable.
    6. Close Task Manager.
    7. On the Startup tab of the System Configuration dialog box, tap or click
    OK, and then restart the computer.
    More information about clean boot can be found in this kb below:
    http://support.microsoft.com/kb/929135
    You will also need to read the section "What is next when I have a clean boot environment?" to troubleshoot the problem.
    As you mentioned, if you find any threads that indicates the updates aggravate the problem, would you please share the thread link with me?
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Adobe Reader 9.x crashes when opening some pdf files that work fine with Adobe Reader 8.x

    Adobe Reader 9 crashes when opening approximately 10% to 20% of the pdfs in my collection. The remaining 80% to 90% work without problems. The pdfs are launched by double-clicking the pdf file from Windows Explorer. The crashes occur with both v9.0 and v9.1. The pdfs that crash in v9.x work fine in older versions of Adobe Reader, such as v8.1.3. Furthermore, this behavior also occurs on all 3 virtual machine hosted on the same physical machine, with default Adobe Reader settings, for both v9.0 and v9.1. The virtual machines have little running in memory except standard Windows executables - i.e. they are fairly pristine. The operating systems for the virtual machines are XP SP3, XP SP2, and Windows Server 2003.
    Error message info in all cases:
    app=acrord32.exe
    app version=9.1.0.163
    module=jp2klib.dll
    module version=2.0.0.2579
    offset=0003277d
    Operating system for real computer: XP SP3
    CPU: 1333 MHz Athlon single core
    RAM: 1 GB
    To sum up, this problem happens on both a real computer running XP SP3, and also on all 3 virtual machines hosted on the same physical computer. I tried changing the Reader setting to not use hardware rendering, to no avail. I also tried various Data Execution Prevention settings in Windows, to no avail. All operating systems, the real and virtual ones, do not have problems with other programs that I use. I also tried a second machine with Adobe Reader v9.1 and the same exact problem pdfs, and had no issues. Thus, the problem happens on only one of the computers, but on the real and 3 virtual operating systems on that machine. There were no errors reported during any of the Reader installations. The virtual machines had no prior versions of Reader prior to Reader installation.

    I did further testing of 10 single page pdf files which I created from a single book. All 5 pdf files with images crashed in Reader v9.1. 0 of the 5 pdf files without images crashed in Reader v9.1. Reader v8.1.4 crashes on none of the 10 pdfs. Note that the crash always occurs in jp2klib.dll, which according to the file property description is 'JPEG2000 Core Library', which deals with images. So it seems the issue is in Adobe's jp2klib.dll, in combination with the hardware/software that I have. I used Microsoft's DirectX Diagnostic Tool to test DirectX, including visual tests of DirectDraw and Direct3D - everything worked as expected with no issues detected.<br /><br />Some information about my hardware:<br />Display drivers=Nvidia v84.21<br />Video card=GeForce FX 5200 with 128 MB RAM<br />CPU=AMD Athlon (single core)<br />System RAM=1024 MB in 3 DIMMs<br /><br />Further information about my hardware: (from the program System Information for Windows)<br /><br />Motherboard:<br />Manufacturer=ASUSTeK Computer INC.<br />Model=<A7V133><br />Version=REV 1.xx<br />Chipset Vendor=VIA Technologies Inc<br />Chipset Model=VT8363/5 KT133/KM133 System Controller<br />South Bridge=82C686B PCI to ISA Bridge<br />CPU=AMD Athlon<br />Cpu Socket=Slot A / Socket A [SOCKET A]<br />System Slots=5 PCI, 1 AGP<br />OnBoard devices=<unknown> (Disabled) Promise PDC20265<br />     <br />Memory Summary:<br />Location=System board or motherboard<br />Maximum Capacity=1536 MBytes<br />Memory Slots=3<br />Error Correction=None<br />Use=System memory<br /><br />CPU Info:<br />Number of CPU(s)=One Physical Processor / One Core / One Logical Processor<br />Vendor=AuthenticAMD<br />CPU Full Name=AMD Athlon<br />CPU Name=AMD Athlon(tm) Processor<br />CPU Code Name=Thunderbird<br />Technology=0.18µ<br />Platform Name=Slot A / Socket A<br />Type=Original OEM processor<br />FSB Mode=DDR<br />Type ID=0<br />CPU Clock=1323.68<br />L2 Cache Speed=1323.68 MHz<br />L2 Cache Speed=Full<br />CPU Family / Model / Stepping=6 / 4 / 4<br />L1 I-Cache=64 KB<br />L1 D-Cache=64 KB<br />L2 Cache=256 KB<br />RDMSR=00000000 00000000 00000000 00000000<br />MMX=Yes<br />MMX+=Yes<br />SSE=No<br />SSE2=No<br />SSE3=No<br />SSE4A=No<br />3DNow!=Yes<br />3DNow!+=Yes<br />DualCore=No<br />HyperThreading=No<br />AMD64=No<br />NX=No<br />VT=No<br />PowerNow!=No<br />LongHaul=No<br />LongRun=No<br />Architecture=x86<br /><br />Video:<br />AdapterCompatibility=NVIDIA<br />AdapterDACType=Integrated RAMDAC<br />AdapterRAM=128 MBytes<br />Availability=3<br />Caption=NVIDIA GeForce FX 5200<br />ConfigManagerErrorCode=0<br />ConfigManagerUserConfig=false<br />CurrentBitsPerPixel=32<br />CurrentHorizontalResolution=1280<br />CurrentNumberOfColors=4294967296<br />CurrentNumberOfColumns=0<br />CurrentNumberOfRows=0<br />CurrentRefreshRate=60<br />CurrentScanMode=4<br />CurrentVerticalResolution=1024<br />Description=NVIDIA GeForce FX 5200<br />DeviceID=VideoController1<br />DeviceSpecificPens=-1<br />DriverDate=20060309212900.000000-000<br />DriverVersion=6.14.10.8421<br />InfFilename=oem6.inf<br />InfSection=nv4_NV3x<br />InstalledDisplayDrivers=nv4_disp.dll<br />MaxRefreshRate=75<br />MinRefreshRate=60<br />Monochrome=false<br />Name=NVIDIA GeForce FX 5200<br />NumberOfColorPlanes=1<br />PNPDeviceID=PCI\VEN_10DEDEV_0322SUBSYS_91101462REV_A1\49AEDED500008<br />Status=OK<br />VideoArchitecture=5<br />VideoMemoryType=2<br />VideoModeDescription=1280 x 1024 x 4294967296 colors<br />VideoProcessor=GeForce FX 5200<br />BitsPerPel=32<br />DeviceName=NVIDIA GeForce FX 5200<br />DisplayFlags=0<br />DisplayFrequency=60<br />LogPixels=96<br />PelsHeight=1024<br />PelsWidth=1280<br />SettingID=NVIDIA GeForce FX 5200<br />SpecificationVersion=1025<br />BitsPerPixel=32<br />ColorPlanes=1<br />DeviceEntriesInAColorTable=-1<br />HorizontalResolution=1280<br />RefreshRate=60<br />VerticalResolution=1024<br />VideoMode=1280 by 1024 pixels, True Color, 60 Hertz<br />Video Bios Version=Version 4.34.20.22.00 <br />Video Bios Date=04/28/03<br />Name=GeForce FX 5200<br />Chip Type=GeForce FX 5200<br />DAC Type=Integrated RAMDAC<br />Memory=128 MBytes<br /><br />BIOS:<br />BIOS Version=ASUS   - 30303031, Award Medallion BIOS v6.0, Award Plug and Play BIOS Extension v1.0A, Award Modular BIOS v6.0<br />BIOS Date=04/23/02<br />BIOS Web Page=http://www.award.com<br />BIOS Vendor=Award Software, Inc.<br />Version=ASUS A7V-133 ACPI BIOS Revision 1009<br />Release=04/23/2002<br />BIOS Size=256 KB<br /><br />Memory:<br />Location=System board or motherboard<br />Maximum Capacity=1536 MBytes<br />Memory Slots=3<br />Error Correction=None<br />Use=System memory<br />Maximum Memory Module Size=1024 MBytes<br />Device Set=DIMM 1<br />Device Locator=DIMM 1<br />Capacity=256 MBytes<br />Memory Type=Synchronous DRAM<br />Data Width=64 bits<br />Form Factor=DIMM<br />Total Width=72 bits<br />Device Locator=DIMM 2<br />Capacity=256 MBytes<br />Memory Type=Synchronous DRAM<br />Data Width=64 bits<br />Form Factor=DIMM<br />Total Width=72 bits<br />Device Locator=DIMM 3<br />Capacity=512 MBytes<br />Memory Type=Synchronous DRAM<br />Data Width=64 bits<br />Form Factor=DIMM<br />Total Width=72 bits

  • Acrobat X crashes and stops working about every 4 weeks. I have to uninstall and reinstall the program in order to open pdf files. Can this be fixed?

    Acrobat X crashes and stops working about every 4 weeks. I have to uninstall and reinstall the program in order to open pdf files. Can this be fixed?

    Turn off the updater.
    Mylenium

  • Firefox crashes on opening within seconds. started suddenly several weeks ago and i haven't been able to get on since. i reinstalled but updating didn't work. it won't even open in safe mode. HELP!

    firefox crashes on opening within seconds. this started suddenly a few weeks ago and despite several daily attempts, i still can't load firefox application. it crashes immediately upon startup every time no matter what and crash reporter arrives. i have researched all the articles and followed their suggestions. i installed the newest version of firefox and still get the same results. i can't even open firefox in safe mode.

    You do not want to remove the program directory with a Mac because Firefox is most likely installed in the system Applications directory which is where the system applications are stored.
    Have you tried removing the Firefox plist file from your user library? I have Mac OS 10.6.8 as well, and that file is at /Users/<user name>/Library/Preferences. Close Firefox and remove that file, then start Firefox again.

  • Running Firefox 4.0 on Windows 7 crashes when opening - no solutions to date work and I cannot uninstall it.

    I've tried going through all the solutions I can find including trying unlock my profile (parent.lock), or create a new profile (profile manager crashes too), opening it in safe mode (it won't - still crashes), running it as administrator (also crashes) and I cannot uninstall it (that crashes too). The Crash Reporter/Manager also crashes and locks up so I cannot submit this issue. I'm at a loss.

    Hit CTRL+SHIFT+ESC to bring up Windows Task Manager, go to the Processes tab and look for '''firefox.exe''' If you find it, right click it and choose Kill Process.
    What I suggest next is to perform a clean installation as follows:
    * Go to [http://www.mozilla.com/en-US/firefox/fx/?ref=logo Download Firefox 4.0] and download a fresh installation file to the desktop. In this particular case, I'd recommend downloading the file with either IE8 or 9. Choose to save the file to your desktop when you see the prompt.
    * Then go to Add/Remove Programs, scroll down to Mozilla Firefox and remove it, choosing to keep your bookmarks, customizations etc., (don't checkmark the box).
    * Then reboot and delete the folder called Mozilla Firefox at this location: C:\Program Files\Mozilla Firefox
    * Finally run the installation file you downloaded to the desktop earlier.
    Your bookmarks, customizations etc., will be retained in a separate folder and will become available again once the reinstallation completes.
    If you prefer to go back to the previous secure version which is 3.6.16, use this link instead: [http://www.mozilla.com/en-US/firefox/all-older.html Download Firefox v3.6.16] Otherwise the procedure is the same.

  • Excel 2013 crash - related to digital signature?

    This is a cross-posting of a thread originally started in Microsoft Answers (Office- Excel) forum, advised to post in this forum by MS support engineer Mohan Suryanarayan (link to other forum: here).
    I have a VB macro in file A (which otherwise contains only several Excel Tables with named ranges). My digital signature (for signing code) is attached to file A.
    As the macro executes, the Open file dialog is called up so that the User can select a secondary file to open (file B or C).
    Files B and C contain several sheets with formulas and Excel Tables, and also their own extensive VB macros. My digital signature is also attached to files B & C.
    The remainder of the macro in file A simply executes an update of the Excel Tables in the secondary file, before saving & closing it.
    I have been finding that during execution of the file A macro, Excel crashes and closes all open Excel files.
    If I remove the digital signature from the secondary files then the macro in file A executes with no problem.
    The macro was written in Excel 2007 and on a different laptop, with different digital signature, and used to have no problem at all. When a new laptop was purchased a new digital signature was obtained and placed into all of the files.
    Execution of file A is a critical process - I need help with stopping the crash, while maintaining a digital signature in the secondary files (so that their own macros can execute).
    Event Viewer error shows the following:
    Faulting application name: EXCEL.EXE, version: 15.0.4667.1000, time stamp: 0x543d366c
    Faulting module name: mso.dll, version: 0.0.0.0, time stamp: 0x5447696f
    Exception code: 0xc0000602
    Fault offset: 0x011aafdd
    Faulting process id: 0x2d58
    Faulting application start time: 0x01d01e17eafcd0bb
    Faulting application path: C:\Program Files\Microsoft Office 15\root\office15\EXCEL.EXE
    Faulting module path: C:\Program Files (x86)\Common Files\Microsoft Shared\Office15\mso.dll
    JL Latham replied:
    Tom, all I can give you is relatively non-information.  I haven't experienced that type of behavior even in Excel 2013 with digitally signed macros in multiple workbooks.  But my digital signature is a commercial one from DigiCert, not
    self-cert.  I'm not even sure what piece of Excel or Office processes the digital signature (that is, whether it is mso.dll or not).  But your whole process has more moving parts than most of mine involving multiple workbooks do - I quite often turn
    off .EnableEvents when doing things like that just so event driven macros in the other workbook(s) do not execute.
    Do the macros in the 'B files' have to execute during all of this processing in file A?  If not, have you tried turning interrupts off:
    Application.EnableEvents = False
    before starting to work with the B-files?  Maybe something in them, such as a Worksheet_Change() or other event triggered process is messing things up?
    If you do use  Application.EnableEvents=False, remember that you MUST re-enable that later in the code with Application.EnableEvents=True to get responses to things like button clicks, changes in a worksheet or other event driven processes
    to run 'normally' again.
    Have you looked at this discussion:
    http://answers.microsoft.com/en-us/office/forum/office_2013_release-excel/excel-2013-crashing-immediately-when-attempting-to/ea2ab100-5525-4a0d-a3cf-6977319f954f
    Sounds very similar to yours - original signature created in 2007, and crashing in 2013.  Some suggestions were made, but whether they fixed the issue or not is unknown: OP never came back and said "fixed it" or "didn't fix it".
    I replied:
    In answer, the secondary B files don't execute any part of their macros during the A file process, and I hadn't included an EnableEvents = False within the file A code. However, I have just tried it to check if it made any difference and unfortunately it didn't.
    I had read the thread you gave a link to before posting, and also the sub threads given within that one, but didn't see anything I thought of immediate parallel other than an Excel 2013 crash.
    The way I read the linked thread was that a User added a signature in Excel 2007 and when they tried to open the file Excel (2007?) crashes, although other people using Excel 2013 can open it (not clear whether it means others can open the one with
    the 2007 signature or without it).
    Anyway, the differences in my situation are that:
    (1) my B-files were originally created in Excel 2007 on a different laptop to current and had their own signature attached. I maintain a 'stock' of B-file versions, some of which have the old signature and some the new. If I run the A-file macro
    on one of the B-files with the old signature then it executes ok;
    (2) I am able to open the B-files ok, no matter whether the signature in them derives from the old laptop with Excel 2007 or the new laptop with Excel 2013;
    (3) the macros within the B-files execute ok (this includes any versions of the B-files which still have an old signature attached, by removing the old signature and replacing with the new and executing on the new laptop);
    (4) the offending operation which triggers the crash (when the B-files have the new signature attached) is a Resize of the Excel Tables within the B-file. I understand that I may eventually have to find a workaround for this operation but initially
    I want to sort out the signature issue (I'm reasonably sure the signature issue is not a red herring where the Resize is the 'real' problem).
    Regards, Tom

    Hi,
    According to your description, this issue occurred with some particular files that stored in SharePoint site. Did the user  download the file to local disk to print?
    Based on the event log >>Faulting module name: EXCEL.EXE<<, it does not show the root Faulting module. Thus, please try to follow this KB to do general troubleshooting:
    https://support.microsoft.com/en-us/kb/2758592
    Then, if you have used "printer status application", please go to Device settings -> Installable options -> Printer Status notification and select disable.
    If this issue still exists, we may need to collect the App crash dump file:
    https://technet.microsoft.com/en-us/sysinternals/dd996900.aspx
    You can try to analyze dump by yourself if you would like to:
    How to analyze app crash dump file:
    http://blogs.technet.com/b/askperf/archive/2007/05/29/basic-debugging-of-an-application-crash.aspx
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Excel 2013 crashes when creating VFP OLE DB Data connection

    Hi all,
    I don't know how often the DBF format is used in Office but it seems some demand still exists because Microsoft created 64 bit version of dBase ODBC and OLE DB driver (in Access data engine). Then I don't understand why Microsoft ignores its own FoxPro
    DBF data format because FoxPro ODBC driver is not supported already and no 64 bit version of VFP OLE DB driver is planned...
    I am testing DBF file import to Excel 2013 (32 bit) but it crashes instantly. I have VFP OLE DB driver (the last version), some small DBF file, and I am trying to read it as external data in Excel.
    Steps to reproduce (menu prompts are translated, so some differences may occur):
    Open empty worksheet
    Click "Other data sources" on Data ribbon
    Select Data Connection Wizard and from the list of available drivers select "Other" and click "Next"
    A list of OLE DB providers installed appears, select Microsoft OLE DB Provider for Visual FoxPro and click "Next >>"
    Excel 2013 crashes...
    This process works in Excel 2010 and 2007 so the problem must be in Excel 2013...
    The question is how to read DBF data in FoxPro format when there is no older Office version available?

    To connect to a Visual FoxPro database or table in Excel
    Open an Excel worksheet.
    From the Data menu, point to Import External Data, and click
    Import Data.
    In the Select Data Source dialog box, click New Source Data Connection.
    In the Data Connection Wizard, select Other/Advanced.
    In the Provider tab, select Microsoft OLE DB Provider for Visual FoxPro.
    The Connection tab in the Data Link Properties dialog box appears.
    To connect to a Visual FoxPro database or table in Word
    Open a Word document.
    From the View menu, point to Toolbars, and click
    Database.
    On the Database toolbar, click the Insert Database icon.
    In the Database dialog box, click Get Data.
    In the Select Data Source dialog box, click New Source Data Connection.
    In the Data Connection Wizard, select Other/Advanced.
    In the Provider tab, select Microsoft OLE DB Provider for Visual FoxPro.
    The Connection tab in the Data Link Properties dialog box appears.
    To add a Visual FoxPro database or table folder
    On the Connection tab and in the Select or enter a database name box, type path and name of the database or table folder you want. 
    -or- 
    To browse for a Visual FoxPro database or table folder, click the ellipsis (...) button to the right of the
    Select or enter a database name box to open the Configure Connection dialog box.
    Specify a different collating sequence if desired.
    To test the connection, click Test Connection. If connection is successful, click
    OK.

  • Word 2013 crashes

    I had a document that was 11x17 inch with few sections. I tried to reduce the page size for whole document to 5.5x8.5 size and Word 2013 crashed.
    I removed all sections and removed all headers and footers and still it crashed.
    I then saved document as .doc extension instead of .docx and then it worked.
    When I again saved that as .docx again, it crashes again. I can no longer open the document in Word 2013 as it says that "Word has stopped working".
    I can open same fine in Word 2010 or Word 2007 on Mac but not on Word 2013. All other docs open fine except this one.
    I tried all suggestions such as rename normal.dot, remove registry data but it did not work.
    This is what I see in event log.
    Faulting application name: WINWORD.EXE, version: 15.0.4631.1000, time stamp: 0x5396b28e
    Faulting module name: MSPTLS.DLL, version: 15.0.4615.1000, time stamp: 0x534ce644
    Exception code: 0xc0000005
    Fault offset: 0x000000000008e875
    Faulting process id: 0x2288
    Faulting application start time: 0x01cfb64687335e01
    Faulting application path: C:\Program Files\Microsoft Office\Office15\WINWORD.EXE
    Faulting module path: C:\Program Files\Common Files\Microsoft Shared\OFFICE15\MSPTLS.DLL
    Report Id: 0c1fff4e-223a-11e4-bf6c-40f02f0758b4

    Hi Anabas,
    First, please create a new document and open it in Word 2013 to check if it works properly. If it works fine, you can copy entire content of that document into the new one.
    If it doesn't, we can try these steps to check if it is helpful to you.
    1. Make sure that all Office applications have updated to the latest version.
    2. Open Word in safe mode (press win +r, type Word.exe /safe) to remove conflict with other 3rd-party add-ins.
    3. Repair Office 2013 from Control Panel > Programs and Features.
    If you have any further questions, please feel free to contact me.
    Best regards,
    Greta Ge
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Sharpoint designer 2013 crashes when Workflow People/Group Selection after adding AAM

    I have same issue as mention in this post. Sharpoint
    designer 2013 Stopping when Workflow People/Group Selection. SharePoint designer crashing after selecting peopicker in workflow. This is happening after adding AAM url.
    And also as answer mentioned My website has same thing. like http://<systemname> as
    Default and http:\\mycompany.com as
    intranet.
    And aslo I opened in website in designer is http://<systemname> .
    It used to work before I adding AAM url. Now it is not working.
    ItsMeSri SP 2013 Foundation

    Hi,
    Please check ULS log for more information about error to help narrow down the issue.
    If you find error message as "the service '/_vti_bin/spclaimproviderwebservice.svc' cannot be activated due to an exception during compilation, The exception message is: This collection already contains an address with scheme http, There can be
    at most one address per scheme in this collection.
    http://xblogs.kompas-xnet.si/post/SharePoint-Designer-2013-Crashing-when-using-select-peoplegroups-from-SharePoint-site.aspx
    Then the issue might be caused by more than one IIS Site Binding in single web application.
    Please firstly remove AAM settings following the steps below:
    In IIS manager, remove the added url binding from IIS site for SharePoint web application.
    In CA, remove url under AAM settings and execute IISReset. Now you can check if the issue is resolved.
    If you need to configure AAM for your web application, please extend web application and set AAM on the extended web application.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Photoshop crashing on opening

    Photoshop crashes immdeiately after opening.  I installed cleanmymac a few days ago and after suffering numerous problems, decided to use timemachine to go back to before the cleanmymac install. Since then photoshop crashes on opening. Other cc products seem fine.
    Since the restore, I have also done a microsoft outlook update, otherwise no other changes made.
    I have signed in and out of creative cloud, deleted preferences & restarted numerous times.
    Error report below:
    Process:         Adobe Photoshop CC [366]
    Path:            /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/MacOS/Adobe Photoshop CC
    Identifier:      com.adobe.Photoshop
    Version:         14.1.2 (14.1.2.427)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [138]
    User ID:         502
    Date/Time:       2013-10-22 18:29:00.691 +1100
    OS Version:      Mac OS X 10.8.5 (12F45)
    Report Version:  10
    Interval Since Last Report:          21985 sec
    Crashes Since Last Report:           2175
    Per-App Interval Since Last Report:  76271 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      C2CEBAD2-EE67-A742-9328-A140FA3AD6D7
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Dyld Error Message:
      Symbol not found: _pow
      Referenced from: /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/MacOS/Adobe Photoshop CC
      Expected in: /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/MacOS/../Frameworks/PatchMatch.framework/Versions/A/PatchMatch
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   dyld                                    0x00007fff63fdf09d dyld_fatal_error + 1
    1   dyld                                    0x00007fff63fe2048 dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 139
    2   libdyld.dylib                           0x000000010aeda8ee dyld_stub_binder_ + 13
    3   ???                                     0x0000000103bb6030 0 + 4357578800
    4   com.adobe.Photoshop                     0x00000001011ab851 0x100000000 + 18528337
    5   com.adobe.Photoshop                     0x00000001000df0a6 0x100000000 + 913574
    6   com.adobe.Photoshop                     0x00000001000f13e6 0x100000000 + 988134
    7   com.adobe.Photoshop                     0x00000001011b32ee 0x100000000 + 18559726
    8   com.adobe.Photoshop                     0x00000001011efd6f 0x100000000 + 18808175
    9   com.adobe.Photoshop                     0x00000001016d657f 0x100000000 + 23946623
    10  com.adobe.Photoshop                     0x00000001007ed88a 0x100000000 + 8312970
    11  com.adobe.Photoshop                     0x000000010089a425 0x100000000 + 9020453
    12  com.adobe.Photoshop                     0x00000001002d45b6 0x100000000 + 2966966
    13  com.adobe.Photoshop                     0x00000001002d49b9 0x100000000 + 2967993
    14  com.adobe.Photoshop                     0x0000000100002a34 0x100000000 + 10804
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x000000010b094d16 kevent + 10
    1   libdispatch.dylib                       0x000000010aeaedea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x000000010aeae9ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x000000010b0946d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010af2df1c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010af2dce3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x000000010af18191 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x000000010b0946d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010af2df1c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010af2dce3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x000000010af18191 start_wqthread + 13
    Thread 4:: MPSupport Worker
    0   libsystem_kernel.dylib                  0x000000010b0940fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010af2ffb9 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x0000000119e0df9b 0x119dc8000 + 286619
    3   MultiProcessor Support                  0x0000000119e0de53 0x119dc8000 + 286291
    4   MultiProcessor Support                  0x0000000119e2dee4 0x119dc8000 + 417508
    5   libsystem_c.dylib                       0x000000010af2b772 _pthread_start + 327
    6   libsystem_c.dylib                       0x000000010af181a1 thread_start + 13
    Thread 5:: MPSupport Worker
    0   libsystem_kernel.dylib                  0x000000010b0940fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010af2ffb9 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x0000000119e0df9b 0x119dc8000 + 286619
    3   MultiProcessor Support                  0x0000000119e0de53 0x119dc8000 + 286291
    4   MultiProcessor Support                  0x0000000119e2dee4 0x119dc8000 + 417508
    5   libsystem_c.dylib                       0x000000010af2b772 _pthread_start + 327
    6   libsystem_c.dylib                       0x000000010af181a1 thread_start + 13
    Thread 6:: MPSupport Worker
    0   libsystem_kernel.dylib                  0x000000010b0940fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010af2ffb9 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x0000000119e0df9b 0x119dc8000 + 286619
    3   MultiProcessor Support                  0x0000000119e0de53 0x119dc8000 + 286291
    4   MultiProcessor Support                  0x0000000119e2dee4 0x119dc8000 + 417508
    5   libsystem_c.dylib                       0x000000010af2b772 _pthread_start + 327
    6   libsystem_c.dylib                       0x000000010af181a1 thread_start + 13
    Thread 7:: MPSupport Worker
    0   libsystem_kernel.dylib                  0x000000010b0940fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010af2ffb9 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x0000000119e0df9b 0x119dc8000 + 286619
    3   MultiProcessor Support                  0x0000000119e0de53 0x119dc8000 + 286291
    4   MultiProcessor Support                  0x0000000119e2dee4 0x119dc8000 + 417508
    5   libsystem_c.dylib                       0x000000010af2b772 _pthread_start + 327
    6   libsystem_c.dylib                       0x000000010af181a1 thread_start + 13
    Thread 8:: MPSupport Worker
    0   libsystem_kernel.dylib                  0x000000010b0940fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010af2ffb9 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x0000000119e0df9b 0x119dc8000 + 286619
    3   MultiProcessor Support                  0x0000000119e0de53 0x119dc8000 + 286291
    4   MultiProcessor Support                  0x0000000119e2dee4 0x119dc8000 + 417508
    5   libsystem_c.dylib                       0x000000010af2b772 _pthread_start + 327
    6   libsystem_c.dylib                       0x000000010af181a1 thread_start + 13
    Thread 9:: MPSupport Worker
    0   libsystem_kernel.dylib                  0x000000010b0940fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010af2ffb9 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x0000000119e0df9b 0x119dc8000 + 286619
    3   MultiProcessor Support                  0x0000000119e0de53 0x119dc8000 + 286291
    4   MultiProcessor Support                  0x0000000119e2dee4 0x119dc8000 + 417508
    5   libsystem_c.dylib                       0x000000010af2b772 _pthread_start + 327
    6   libsystem_c.dylib                       0x000000010af181a1 thread_start + 13
    Thread 10:: MPSupport Worker
    0   libsystem_kernel.dylib                  0x000000010b0940fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010af2ffb9 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x0000000119e0df9b 0x119dc8000 + 286619
    3   MultiProcessor Support                  0x0000000119e0de53 0x119dc8000 + 286291
    4   MultiProcessor Support                  0x0000000119e2dee4 0x119dc8000 + 417508
    5   libsystem_c.dylib                       0x000000010af2b772 _pthread_start + 327
    6   libsystem_c.dylib                       0x000000010af181a1 thread_start + 13
    Thread 11:
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000100  rbx: 0x0000000121371c10  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x00007fff6404e060  rsi: 0x0000000000000000  rbp: 0x00007fff5fbff2d0  rsp: 0x00007fff5fbff2b8
       r8: 0x00007fff63ffaa14   r9: 0x000000000000001b  r10: 0x00007fff5fbff19a  r11: 0x00007fff6404e060
      r12: 0x0000000121353100  r13: 0x0000000121354e00  r14: 0x00007fff6404e060  r15: 0x00000001213534f0
      rip: 0x00007fff63fdf09d  rfl: 0x0000000000000246  cr2: 0x0000000117fe9000
    Logical CPU: 2
    Binary Images:
           0x100000000 -        0x103bb5f07 +com.adobe.Photoshop (14.1.2 - 14.1.2.427) <CC99E953-1231-383F-BC67-BCE95BA4E2A7> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/MacOS/Adobe Photoshop CC
           0x104301000 -        0x10432dff7 +libtbb.dylib (0) <64B7013E-D548-3F7B-A2FB-28B7B932275C> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/libtbb.dylib
           0x104347000 -        0x104366fe7 +libtbbmalloc.dylib (0) <6887ED68-67ED-3748-82DA-B39A3EB210BB> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/libtbbmalloc.dylib
           0x10438a000 -        0x10438afff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x10438d000 -        0x104394fff  org.twain.dsm (1.9.4 - 1.9.4) <80EC0952-6137-3CA6-813F-D753856A13CE> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x10439c000 -        0x1043afff7 +com.adobe.ahclientframework (1.8.0.31 - 1.8.0.31) <58BB943C-98EC-3812-AAAB-74F66630D1D4> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x1043b9000 -        0x1045a3ff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x104702000 -        0x104a61fff  com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x104c84000 -        0x104f55ff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x105089000 -        0x1050f7ff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <A90038ED-48F2-3CC9-A042-53A3D7985844> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x105126000 -        0x10512bfff  com.apple.agl (3.2.1 - AGL-3.2.1) <1A57AE22-37F6-3A2E-8098-183B280EEEA9> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x105132000 -        0x105141fff  com.apple.opengl (1.8.10 - 1.8.10) <AD49CF56-B7C1-3598-8610-58532FC41345> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x10514a000 -        0x10518efff  libcups.2.dylib (327.7) <9F35B58A-F47E-348A-8E09-E235FA4B9270> /usr/lib/libcups.2.dylib
           0x1051a1000 -        0x105dcefff  com.apple.AppKit (6.8 - 1187.40) <F12CF463-6F88-32ED-9EBA-0FA2AD3CF576> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x1064c3000 -        0x106671fff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x106729000 -        0x1068f2ff7 +com.adobe.owl (AdobeOwl version 5.0.13 - 5.0.13) <E9BEFE93-8AB5-3EF9-B59E-69208015C7FA> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x106935000 -        0x106ecefff +com.adobe.MPS (AdobeMPS 5.8.1.30604 - 5.8.1.30604) <70CBC6A8-2740-37AB-964E-484096A1BF8A> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x106f4b000 -        0x107263ff7 +com.adobe.AGM (AdobeAGM 4.30.24.31468 - 4.30.24.31468) <97A3293C-0574-3DD3-86F1-D53E6CD73373> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x1072cc000 -        0x1075ddfff +com.adobe.CoolType (AdobeCoolType 5.13.00.31468 - 5.13.00.31468) <47F18C1A-71E7-37B2-84C4-2EBF9B7000F3> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x107625000 -        0x10764bfff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <FA20BCA0-05BF-35ED-95B7-5775B8310D12> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x107653000 -        0x10767ffff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <488DF1F7-A643-5168-706A-498A0322A87E> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpat
           0x1076a3000 -        0x1077d1fff +com.winsoft.wrservices (WRServices 7.0.0 - 7.0.0) <0853A41B-A14A-37B7-B27F-457F87865EAD> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x10782f000 -        0x107973fff +com.adobe.ACE (AdobeACE 2.20.02.31468 - 2.20.02.31468) <C55A913C-8009-3A56-BF49-723C61D9444D> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x107986000 -        0x1079a3fff +com.adobe.BIB (AdobeBIB 1.2.03.31468 - 1.2.03.31468) <A69D3AA0-9248-3B77-991B-89B2B7FE46BB> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x1079ab000 -        0x107a9afff +com.adobe.amtlib (7.0.0.169 - 7.0.0.169) <A9A9F814-FF1F-3182-992C-395E5BC52481> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x107aad000 -        0x107b66ff7 +com.adobe.JP2K (1.2.2 - 1.2.2.29712) <869F46FB-FF39-39CA-B1E3-A13035A48B49> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x107bb0000 -        0x107bb4ff7 +com.adobe.ape.shim (3.4.0.29366 - 3.4.0.29366) <B9447EE8-6F91-9E85-C163-96600BF70764> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x107bbb000 -        0x107c2cfe7 +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 - 79.151561) <380981FE-6528-37CC-9159-AB1892803BD4> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x107c3f000 -        0x107cacfff +com.adobe.AdobeXMPCore (Adobe XMP Core 5.5 -c 14 - 79.151481) <BCDB9366-EDB3-3FEA-854D-3D2C72D48781> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x107cdf000 -        0x108237fef +com.nvidia.cg (2.2.0006 - 0) /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/Cg.framework/Cg
           0x1088a5000 -        0x1088f4fff +com.adobe.headlights.LogSessionFramework (2.1.2.1785) <160BF2F9-B418-31C5-866F-6FADA1B720ED> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x10892a000 -        0x108b98ff7 +com.adobe.AIF (AdobeAIF 5.0.00 - 5.0.00) <3518BD24-6FD8-37C0-A888-EBB9A2957631> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
           0x108c97000 -        0x108dd9fff +com.adobe.AIF (AdobeAIF 5.0.00 - 5.0.00) <5D90BD26-54D5-3479-AEA8-38899114CAF5> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/filter_graph.framework/Versions/A/filter_graph
           0x108ef4000 -        0x109046fff  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <DC5F3D1B-036A-37DE-BC24-7636DC95EA1C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x1090d0000 -        0x1090f5ffe +adobepdfsettings (1) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsettings
           0x109131000 -        0x109133fff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1) <B68D0D42-8DEB-3F22-BD17-981AC060E9D7> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x109138000 -        0x1097c7fef +com.adobe.PlugPlugOwl (4.0.1.34 - 4.0.1.34) <762B5A6D-E532-3EDD-9E8C-6A52F77BF985> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/PlugPlugOwl.framework/Versions/A/PlugPlugOwl
           0x109dd5000 -        0x109dd9fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x109de2000 -        0x109de2fff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
           0x109de5000 -        0x109ea3ff7 +com.adobe.AdobeExtendScript (ExtendScript 4.5.5 - 4.5.5.30746) <FD095E6D-90B6-3F27-9D28-A1846207313E> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
           0x109ef3000 -        0x109f9eff7 +com.adobe.AdobeScCore (ScCore 4.5.5 - 4.5.5.30746) <D7D4D4AA-EF54-374C-984F-6170846E9C38> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x109fe3000 -        0x10a0ddfe7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <C7652AF2-56D7-8AF8-A207-0BDEDDFF0BEC> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x10a182000 -        0x10a2dbff7 +com.adobe.linguistic.LinguisticManager (7.0.0 - 19061) <F6095811-7D5F-3E06-A664-1EB9FBF8C761> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x10a329000 -        0x10a348fff +com.adobe.AIF (AdobeAIF 5.0.00 - 5.0.00) <70265390-C20D-3DD2-9117-5AAE34BC1964> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/aif_ocl.framework/Versions/A/aif_ocl
           0x10a362000 -        0x10a3c7ff7 +com.adobe.AIF (AdobeAIF 5.0.00 - 5.0.00) <237759C8-A525-3B4A-8B8D-0344D90F757C> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
           0x10a3e8000 -        0x10a774ff7 +PatchMatch (1) <F25DC7AF-FF1E-3257-8F8D-A6EA8622089B> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/PatchMatch.framework/Versions/A/PatchMatch
           0x10abdb000 -        0x10ac4aff7 +com.adobe.adobe_caps (adobe_caps 7.0.0.21 - 7.0.0.21) <CE3C6356-9EE2-3B88-8261-8612A0743F56> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x10ac55000 -        0x10acbefff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
           0x10ad23000 -        0x10ad24ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
           0x10ad2b000 -        0x10ae4392f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
           0x10ae63000 -        0x10ae63fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x10ae67000 -        0x10ae67fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
           0x10ae6a000 -        0x10ae6ffff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
           0x10ae74000 -        0x10ae82fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
           0x10ae8f000 -        0x10ae94fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
           0x10ae9c000 -        0x10aea3fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
           0x10aeaa000 -        0x10aebfff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
           0x10aed4000 -        0x10aed5ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
           0x10aeda000 -        0x10aeddff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
           0x10aee4000 -        0x10aee4fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
           0x10aee8000 -        0x10aef0fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
           0x10aef8000 -        0x10aefefff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
           0x10af03000 -        0x10af05fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
           0x10af0a000 -        0x10af0bff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
           0x10af11000 -        0x10af12fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
           0x10af17000 -        0x10afe3ff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
           0x10b026000 -        0x10b02eff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
           0x10b034000 -        0x10b06afff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
           0x10b082000 -        0x10b09dff7  libsystem_kernel.dylib (2050.48.12) <4B7993C3-F62D-3AC1-AF92-414A0D6EED5E> /usr/lib/system/libsystem_kernel.dylib
           0x10b0af000 -        0x10b0ddff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
           0x10b0e8000 -        0x10b0f6ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
           0x10b103000 -        0x10b10efff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
           0x10b117000 -        0x10b118ff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
           0x10b11d000 -        0x10b11fff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
           0x10b125000 -        0x10b12bff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
           0x10b132000 -        0x10b154ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
           0x10b16c000 -        0x10b1bbff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
           0x10b1c9000 -        0x10b215ff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
           0x10b22c000 -        0x10b251ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
           0x10b282000 -        0x10b2eaff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
           0x10b343000 -        0x10b344fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
           0x10b349000 -        0x10b34dff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
           0x10b354000 -        0x10b357fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
           0x10b35d000 -        0x10b68dfff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
           0x10b7e2000 -        0x10b7f7fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
           0x10b812000 -        0x10b8b0ff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
           0x10b8e3000 -        0x10b900ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
           0x10b912000 -        0x10b914ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
           0x10b91a000 -        0x10b91cfff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
           0x10b922000 -        0x10b92cfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
           0x10b936000 -        0x10ba08ff7  com.apple.CoreText (260.0 - 275.17) <AB493289-E188-3CCA-8658-1E5039715F82> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x10ba68000 -        0x10c3f8627  com.apple.CoreGraphics (1.600.0 - 333.1) <C085C074-7260-3C3D-90C6-A65D3CB2BD41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
           0x10c500000 -        0x10c619fff  com.apple.ImageIO.framework (3.2.2 - 851) <6552C673-9F29-3B31-A12E-C4391A950965> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x10c677000 -        0x10c6f7ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
           0x10c723000 -        0x10c7e0ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
           0x10c825000 -        0x10c87bfff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
           0x10c8ae000 -        0x10c8c1ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
           0x10c8cf000 -        0x10c929fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
           0x10c956000 -        0x10c995ff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
           0x10c9ae000 -        0x10c9c2fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
           0x10c9d5000 -        0x10c9e7ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
           0x10c9ed000 -        0x10ca00ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
           0x10ca09000 -        0x10cc09fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
           0x10ccaa000 -        0x10ccb8ff7  libkxld.dylib (2050.48.12) <B8F7ED1F-CF84-3777-9183-0A1C513DF81F> /usr/lib/system/libkxld.dylib
           0x10ccbd000 -        0x10ce32ff7  com.apple.CFNetwork (596.5 - 596.5) <22372475-6EF4-3A04-83FC-C061FE4717B3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x10cef2000 -        0x10d209ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
           0x10d283000 -        0x10d304fff  com.apple.Metadata (10.7.0 - 707.12) <69E3EEF7-8B7B-3652-8320-B8E885370E56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
           0x10d35a000 -        0x10d400ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
           0x10d460000 -        0x10d4edff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
           0x10d532000 -        0x10d591fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
           0x10d5bb000 -        0x10d66cfff  com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
           0x10d6bf000 -        0x10d6f0ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
           0x10d713000 -        0x10d764ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
           0x10d793000 -        0x10d890fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
           0x10d8a6000 -        0x10d9a3ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
           0x10d9d8000 -        0x10d9e7ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
           0x10d9f0000 -        0x10d9f4fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
           0x10d9f9000 -        0x10d9f9fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
           0x10d9fd000 -        0x10da0afff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
           0x10da10000 -        0x10da16fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x10da20000 -        0x10da27fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x10da2e000 -        0x10da3bff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x10da47000 -        0x10dab4ff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
           0x10daee000 -        0x10daf2ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x10daf8000 -        0x10daf9fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
           0x10dafd000 -        0x10db1eff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
           0x10db29000 -        0x10db40fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
           0x10db4a000 -        0x10db61fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
           0x10db7c000 -        0x10dba7fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
           0x10dbb4000 -        0x10dbb4fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <878A6E7E-CB34-380F-8212-47FBF12C7C96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x10dbb7000 -        0x10dcc2fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
           0x10dd25000 -        0x10dd74ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
           0x10dd9b000 -        0x10df36fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
           0x10df57000 -        0x10df57fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <F565B686-24E2-39F2-ACC3-C5E4084476BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
           0x10df5a000 -        0x10dfc2fff  libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
           0x10dfcb000 -        0x10e065fff  libvMisc.dylib (380.10) <A7F12764-A94C-36EB-88E0-F826F5AF55B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
           0x10e070000 -        0x10e467fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
           0x10e4ca000 -        0x10e650fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
           0x10e67e000 -        0x10e6a6fff  libJPEG.dylib (851) <64A3EB03-34FB-308C-817B-6106D1F4D80F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x10e6ae000 -        0x10e703ff7  libTIFF.dylib (851) <7706BB07-E7E8-38BE-A5F0-D8B63E3B9283> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x10e710000 -        0x10e730fff  libPng.dylib (851) <3466F35C-EC1A-3D1A-80DC-175857FA19D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x10e739000 -        0x10e73dfff  libGIF.dylib (851) <AD40D084-6E34-38CD-967D-705F94B188DA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x10e742000 -        0x10e844fff  libJP2.dylib (851) <26FFBDBF-9CCE-33D7-A45B-0A31C98DA37E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x10e86f000 -        0x10e872fff  libRadiance.dylib (851) <C317B2C7-CA3A-329F-B6DC-7CC33FE08C81> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
           0x10e876000 -        0x10e898ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x10e8b1000 -        0x10e8ebff7  com.apple.GSS (3.0 - 2.0) <423BDFCC-9187-3F3E-ABB0-D280003EB15E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x10e90a000 -        0x10e929ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
           0x10e934000 -        0x10ea29fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
           0x10ea39000 -        0x10eabbff7  com.apple.Heimdal (3.0 - 2.0) <ACF0C667-5ACC-382A-A998-61E85386C814> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x10eae5000 -        0x10eae7fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
           0x10eaec000 -        0x10eaf1fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x10eafc000 -        0x10eb07fff  com.apple.CommonAuth (3.0 - 2.0) <1CA95702-DDC7-3ADB-891E-7F037ABDDA14> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x10eb0e000 -        0x10ebd3ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x10ec49000 -        0x10ed69fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
           0x10eddc000 -        0x10ee03fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
           0x10ee1d000 -        0x10ee33fff  com.apple.MultitouchSupport.framework (237.4 - 237.4) <0F7FEE29-161B-3D8E-BE91-308CBD354461> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
           0x10ee42000 -        0x10ee85ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
           0x10ee98000 -        0x10eec2ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x10eedd000 -        0x10f181ff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
           0x10f262000 -        0x10f2b9ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
           0x10f2de000 -        0x10f328ff7  libGLU.dylib (8.10.1) <6699DEA6-9EEB-3B84-A57F-B25AE44EC584> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x10f338000 -        0x10f33ffff  libGFXShared.dylib (8.10.1) <B4AB9480-2CDB-34F8-8D6F-F5A2CFC221B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
           0x10f345000 -        0x10f35cfff  libGL.dylib (8.10.1) <F8BABA3C-7810-3A65-83FC-61945AA50E90> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x10f370000 -        0x10f3adfef  libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
           0x10f3b5000 -        0x10f3b7fff  libCVMSPluginSupport.dylib (8.10.1) <F0239392-E0CB-37D7-BFE2-D6F5D42F9196> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
           0x10f3bc000 -        0x10f3c0fff  libCoreVMClient.dylib (32.5) <DB009CD4-BB0E-3331-BBB4-A118781D193F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
           0x10f3c6000 -        0x10f3d2fff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
           0x10f3e1000 -        0x10f43bff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x10f450000 -        0x10f86dfff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
           0x10fa7e000 -        0x10fa8bfff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
           0x10fa93000 -        0x10fab4fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x10fac8000 -        0x10fad3ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
           0x10fade000 -        0x10fafdff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
           0x10fb09000 -        0x10fb6cfff  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <FEAB83AB-1DE5-3813-BA48-7A7F2374CCF0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x10fb91000 -        0x10fb91fff  com.apple.vecLib (3.8 - vecLib 3.8) <6CBBFDC4-415C-3910-9558-B67176447789> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
           0x10fb94000 -        0x10fc12ff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
           0x10fc51000 -        0x10fc5aff7  com.apple.CommerceCore (1.0 - 26.2) <AF35874A-6FA7-328E-BE30-8BBEF0B741A8> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
           0x10fc65000 -        0x10fe9aff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x10ff9b000 -        0x10ff9bfff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x10ff9e000 -        0x10ffe1ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
           0x110019000 -        0x110019ffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <6D314680-7409-3BC7-A807-36341411AF9A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x11001f000 -        0x110046ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
           0x110065000 -        0x11013ffff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x1101c2000 -        0x11025dfff  com.apple.CoreSymbolication (3.0 - 117) <7D43ED93-BD81-338C-8076-6A932A1D19E8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
           0x110278000 -        0x1102d4ff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
           0x110316000 -        0x11034cfff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
           0x11036a000 -        0x11046cfff  libcrypto.0.9.8.dylib (47.2) <CF3BAB7E-4972-39FD-AF92-28ACAFF0873E> /usr/lib/libcrypto.0.9.8.dylib
           0x1104d4000 -        0x11072fff7  com.apple.QuartzComposer (5.1 - 287.1) <D1DD68D1-05D5-3037-ABB6-BF6EB183C155> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
           0x11088e000 -        0x110941ff7  com.apple.PDFKit (2.8.5 - 2.8.5) <EAAED40E-7B2C-3312-826E-26A9DEDBF0FC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
           0x1109b3000 -        0x1109dffff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
           0x110a0f000 -        0x110cbefff  com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
           0x110ef7000 -        0x110ff5fff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
           0x1110aa000 -        0x111345ff7  com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
           0x1113f1000 -        0x111562ff7  com.apple.QTKit (7.7.1 - 2599.41) <A645347D-3EEC-34A7-8051-A57AC60151EF> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
           0x111669000 -        0x11166cfff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
           0x111672000 -        0x1116bdfff  com.apple.CoreMedia (1.0 - 926.106) <64467905-48DC-37F9-9F32-186768CF2640> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
           0x1116e3000 -        0x11199aff7  com.apple.MediaToolbox (1.0 - 926.106) <57043584-98E7-375A-89AE-F46480AA5D97> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
           0x111a2e000 -        0x111e6afff  com.apple.VideoToolbox (1.0 - 926.106) <B1185D9D-02AC-3D27-B894-21B1179F2AEF> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
           0x111ef9000 -        0x111f13fff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
           0x111f2b000 -        0x111f78fff  com.apple.CoreMediaIO (309.0 - 4163.1) <8FD1C1A9-25C5-3B9E-A76D-BE813253B358> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
           0x111f9d000 -        0x1120fbfef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSen der
           0x11213f000 -        0x112259fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
           0x11227c000 -        0x1127ecff7  com.apple.CoreAUC (6.22.03 - 6.22.03) <A77BC97A-B695-3F7E-8696-5B2357C2726B> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
           0x1127fb000 -        0x112827fff  com.apple.framework.Apple80211 (8.5 - 850.252) <73506CA1-CF76-3A98-A6F2-3DDAC10CB67A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
           0x112839000 -        0x112885fff  com.apple.framework.CoreWLAN (3.4 - 340.18) <BCFA14A9-728C-371A-936E-2EDF2EC2F40F> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
           0x1128ac000 -        0x1128fbfff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
           0x112932000 -        0x112989ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
           0x112994000 -        0x112a28ff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
           0x112a7a000 -        0x112ad6fff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
           0x112b0f000 -        0x112b1aff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
           0x112b25000 -        0x112b7eff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
           0x112fe9000 -        0x112febff7  com.apple.textencoding.unicode (2.5 - 2.5) <0518078E-C652-3CFC-A3FB-903C600CE831> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x113d43000 -        0x113d47fff  libCGXType.A.dylib (333.1) <16625094-813E-39F8-9AFE-C1A24ED11749> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
           0x113d50000 -        0x113d6cff7  libJapaneseConverter.dylib (61) <D0F762C2-5372-3AA2-BBA4-066B8E4B1F8E> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x113d71000 -        0x113d92fff  libKoreanConverter.dylib (61) <7A601BB8-19DF-3DDC-9C50-3A798290F377> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x113d96000 -        0x113da5ff7  libSimplifiedChineseConverter.dylib (61) <A2B475FF-667F-3B7B-A6E9-8768347F2BD6> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x113da9000 -        0x113dbbff7  libTraditionalChineseConverter.dylib (61) <DDAFF75C-0714-34F4-818F-8B439AC7BBCA> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x113df6000 -        0x113df7ff7  libCyrillicConverter.dylib (61) <D06971D7-9F16-3FE6-81E8-33E0FE4D6586> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x113f00000 -        0x113f0efff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
           0x113f5d000 -        0x113f69fff  libCSync.A.dylib (333.1) <319D3E83-8086-3990-8773-872F2E7C6EB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
           0x11578c000 -        0x1157bafff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
           0x117d1a000 -        0x117d46ff7  libRIP.A.dylib (333.1) <CC2A33EB-409C-3C4D-97D4-41F4A080F874> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
           0x117d55000 -        0x117d5cff7 +FastCore (???) <113634F0-69CE-3FE9-B86B-2DB55A1C661C> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Required/Plug-Ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
           0x119dc8000 -        0x119e4aff7 +MultiProcessor Support (???) <551607FA-AC71-39ED-871E-0F26335ADF89> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Required/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
           0x11d474000 -        0x11d4b8fff +com.adobe.pip (7.0.0.1786) <7DE488A4-4E25-368C-AB47-D1991A7457CD> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Frameworks/AdobePIP.framework/AdobePIP
           0x120100000 -        0x12015efff +MMXCore (???) <A914EB0D-BB2E-33F4-8ED3-7DFCEC8EF0EA> /Applications/Adobe Photoshop CC/Adobe Photoshop CC.app/Contents/Required/Plug-Ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
        0x7fff63fde000 -     0x7fff6401293f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 0
        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: 546
        thread_create: 5
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=273.8M resident=161.0M(59%) swapped_out_or_unallocated=112.7M(41%)
    Writable regions: Total=207.1M written=52.9M(26%) resident=82.5M(40%) swapped_out=0K(0%) unallocated=124.6M(60%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    ATS (font support)                 33.2M
    ATS (font support) (reserved)         8K        reserved VM address space (unallocated)
    CG backing stores                  27

    Just to mention a few problems cleanmymac caused:
    Indesign files wouldn't open, every file showed an error message that file was damaged.
    Next Indesign files wouldn't save, save option greyed out
    Deleted email accounts in outlook after every restart
    Painfully slow performance.
    So 24 hours later, a restore and reloading adobe suite, finally can get back to work......
    (Feeling stupid that I used cleanmymac in the first place!)

Maybe you are looking for