I can not uninstall Office 2013 from command line

Hi, I have been stuck for a while trying to uninstall Office 2013 via command line. Installation file was downloaded from Volume Licensing Service Center, Uninstall.xml file for silent uninstallation looks like this:
<Configuration Product=”ProPlus”>
<Display Level=”basic” CompletionNotice=”yes” SuppressModal=”yes” AcceptEula=”yes” />
</Configuration>
From command line the following will not work:
setup /uninstall ProPlus /config .\ProPlus.ww\Uninstall.xml
Error: Setup can not find or validate an installation file. Please try reinstalling Office . . .
setup /uninstall ProPlus gives me GUI to continue process - it seems /config .\ProPlus.ww\Uninstall.xml part does not work as it should be
This is very important to me since I used above command line in SCCM 2012 R2 to allow user to uninstall Office 2013 by itself via Software Center. When this failed I tried locally but the error was the same. This should have been trivial task - silent uninstallation
using .xml file. It is not a rocket science. I am very angry because losing time for something like this is unacceptable for system engineers working with SCCM 2012 R2.

Hi,
This error might occurs due to lots of reasons. Where is the installation file stored? If it's stored on a network share, please copy it to your local disk, and then manually run the command again. This way, we'll see if the installation file is the
problem.
If issue persists in this case, then this generally means that something wrong with the installation file. Please try to redownload it and then try again.
Please also make sure that you're executing the command with elevated privileges (run as administrator).
Regards,
Ethan Hua
Forum Support
Come back and mark the replies as answers if they help and unmark them if they provide no help.
If you have any feedback on our support, please click
here

Similar Messages

  • E72 I can not open office documents from my email ...

    I have the phone for two months and already I have two problems. For two weeks I can not open office documents from my email and I can not connect the phone via Bluetooth to my computer.

    Se7entadi wrote:
    i can not open www.icloud.com/activationlock from my iphone . i get this error. Your browser is not supported. to use icloud, we recommend using the latest version of safari, firefox, or internet explorer. i have IOS 7.1.1
    So follow the instructions and use one of the recommended browsers.  What's the problem?

  • [solved]can't run java apps from command line

    Every Java program that i've tried to run from command line gives me a error message like this:
    augusto java% java Test
    Exception in thread "main" java.lang.NoClassDefFoundError: Test
    Caused by: java.lang.ClassNotFoundException: Test
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    Could not find the main class: Test. Program will exit.
    `java Test.class` doesn't work too.
    but, the exact same code work from eclipse, am I missing something?
    Some info:
    % ls Test*
    Test.class Test.java Test.java~
    % cat Test.java
    public class Test{
    public static void main(String[] args){
    System.out.println("doesn't work");
    % echo $PATH
    /home/augusto/.bin:/home/augusto/.bin:/home/augusto/GNUstep/Tools:/opt/GNUstep/Local/Tools:/opt/GNUstep/System/Tools:/bin:/usr/bin:/sbin:/usr/sbin:/opt/java/bin:/opt/java/jre/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/opt/qt/bin
    Last edited by hack.augusto (2009-10-27 00:57:53)

    also make sure that you current directory is in your classpath.
    eg
    export CLASSPATH=".:$CLASSPATH"
    java Test
    your issue is more likely to be classpath related, as java doesn't read the path variable, and the java executable is found
    Last edited by bruce (2009-10-27 01:02:51)

  • Office 7 security updates will not install and can not uninstall Office 7

    I am running Office 7 in Windows 7 Home Premium.  I have three security updates that will not install.  I tried to uninstall Office, but the uninstall program stops and says it can not continue.  I have tried putting the Office 7 DVD in
    the computer and reinstall Office 7, but install will not run.  I have been working on this for two months.

    Hi,
    When referring office 7 do you mean office 2007?
    For update issue, windowsupdate.log will give us some clue.
    But I think the file is corrupt since you cannot uninstall or reinstall it. Kb 928218 may help us here:
    How to uninstall or remove Microsoft Office 2007 suites
    http://support.microsoft.com/Kb/928218
    Actually, for office issue, post in office forum could be better:
    http://social.technet.microsoft.com/Forums/office/en-US/home?category=officeitpro
    Hope this helps.

  • Can I Clear all history from command line?

    Is there a way to simulate clearing all history
    Tools -> Clear Recent History -> Everything
    from the command line in Windows 7?
    I'm writing test automation and this would come in handy when running my tests

    Hello
    "C:\Program Files\Mozilla Firefox\firefox.exe" -chrome "chrome://browser/content/preferences/sanitize.xul"
    UPDATE : '''the next is the correct :'''
    "C:\Program Files\Mozilla Firefox\firefox.exe" -chrome "chrome://browser/content/sanitize.xul"
    forget the first
    thank you

  • How can i change printer settings from command line

    hello 
    i want to use command that changes printer to print grayscale or color 
    the best i find is to use: rundll32 printui.dll,PrintUIEntry
    but i cant find color settings there 
    i would like your help with that 
    thanks alot !

    We may have to wait for an update.  Aside from changing the country, I'm not sucre this can be done.  There is no Health App in the System preferences and no  way to modify from within the app.  Weird.
    If you go to Language & Region under general settings and choose any other country, you will get Metric.  I have the opposite problem.  I live in a Metric country and want my health app to be in lbs and inches which is what I am used to.

  • Problem with uninstalling Office 2013 SCCM 2012 R2

    Hi, I am in a process of learning SCCM 2012 R2. Currently I am focused on application management so I started by deploying Office 2013 to test collection with only one member - direct rule membership by computer name. Deployment process finished without
    any problems - I kicked off installation from Software Center on client machine. Having installed Office 2013 I tried to uninstall it but I got an error: Setup can't find or validate an installation file. Please try reinstalling . . . . In SCCM server I entered:
    setup.exe /uninstall ProPlus /config .\ProPlus.ww\Uninstall.xml
    in uninstall program line. Uninstall.xml file is nothing special:
    <Configuration Product=”ProPlus”>
    <Display Level=”basic” CompletionNotice=”yes” SuppressModal=”yes” AcceptEula=”yes” />
    </Configuration>
    I tried to uninstall Office 2013 from cmd line but I got the same error. I can manually uninstall Office 2013 by running setup.exe file and following wizard but that does not mean anything to me except it proves installation files are not corrupted. Office
    2013 installation .iso file is downloaded from MS Volume Licensing Service Center.

    In SCCM server I entered: setup.exe /uninstall ProPlus /config .\ProPlus.ww\Uninstall.xml
    in uninstall program line.
    I've responded in your other thread:
    https://social.technet.microsoft.com/Forums/en-US/fd735611-95bf-46f6-8add-2229a52e3e93/i-can-not-uninstall-office-2013-from-command-line?forum=officeitpro
    Hi, your command-line is not valid - you are using a "relative" path for the <config.xml> and that is not supported..
    http://technet.microsoft.com/en-us/library/cc178956(v=office.15).aspx#BKMK_config
    Note: You must use a fully qualified path. Setup does not recognize relative paths with /config. 
    Instead, I suggest that you copy your "Uninstall.xml" file to the same folder where setup.exe exists, then, adjust your command-line like this:
    setup /uninstall ProPlus /config Uninstall.xml
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • RefreshKrb5Config=true from command line JVM argument

    Can we set refreshKrb5Config=true from command line JVM argu,ent like we set java.security.krb5.conf using -D option ? We are not using jass config file.

    doubled the amount of code!If the code size is measured in the number of lines. More subtle size measurements are also conceivable.
    Once in the past we got a new boss who introduced an exact measurement for the programmers' efficiency based on the statistics taken from the cvs (Concurrent Versioning System) repository.
    Soon the colleagues began to comment out whole code blocks and reintroduce them instead of simply modifying them. Thus the number of the code lines changed by them skyrocketed.
    There was a nice guy there. During his studies, he used to be the system & network administrator at a hostel for students of the electrical engineering faculty at the technical university. We feel it must have been a nice job. We plain programmers used Linux as desktop OS, but he used Solaris: even good old Linux was not good enough for him. (Windows? Naturally out of question!) I put up a big fight with our chief until I persuaded him to allow the Exchange server's supporting the standard (non-proprietary) mailing protocols, so that we were able to use the mailing infrastructure from our Linux and his Solaris boxes albeit without the calendar functions.
    Well, this guy was an expert for difficult technical questions, he engineered the site-wide single-sign-on system etc. When he perused a piece of code, he shrank it by eliminating obsolete methods, by refactoring parallel ones etc. His measured output was negative...

  • Running Oracle Scripts from Command Line

    Hi,
    How can i run Oracle scripts from command line.
    Actually i need to run these scripts from MSBuild before running Unit test projects

    C:\>sqlplus @myscript
    That would be the easiest variation
    C:\>sqlplus user/passwd@tns_alias @myscript
    would be an often used variation
    And then there is of course the version with parameter passing:
    C:\>sqlplus user/passwd@tns_alias @myscript param1 ... paramx
    Dunno about MSBuild

  • I can not download my apps from my mac to my iphone 4s since it had the newest update in 2013

    I can not download my apps from my Mac since I have updated my iphone 4s to your new version in 2013 my vesion of my mac is 10.6.8 please help!!
    thanks

    Your reply is not very easy to read due to the lack of punctuation.
    You have the left-hand sidebar enabled (option-command-S on a Mac), and you've connected and selected the phone on that sidebar and are using the Apps tab on the right-hand side of the screen to select which apps to install e.g. from http://support.apple.com/kb/PH12115
    And clicking 'install' next to the apps that you want to install and then 'apply' at the bottom right of the screen doesn't install them onto your phone ?

  • I can not download any files from my e-mail like office files, can you help me

    I can not download any files from my e-mail like office files,  can you help me

     Which Email app are you using? 

  • Mail x64 Control Panel Broken, Can't Install Office 2013 SP1 to Fix It - HELP NEEDED

    I have the dreaded broken Mail x64 Control Panel that doesn't work after installing Office 2013 Home and Business on a Windows 8.1 Pro computer.  This was a fresh installation, yet Microsoft still has an ancient disk image on their Office.com website
    for download.  The version is 15.0.4433.1507.  It's from 2012!  I don't understand the purpose of having people download something if you are not even going to keep it up to date, and have them download programs which you know are broken. 
    Strike 1.
    Another thread said to update Office 2013.  Easier said than done.  Windows Update won't do it, even if Windows Update is manually told to search for updates.  Strike 2.
    Another thread said to disable updates inside an office program (File, Account, Update Options).  Then Enable it, and updating should start immediately.  Nope.  Strike 3.
    Same thread said if the above didn't work, to go to Uninstall Programs, and run a Repair of Office 2013.  Did that, and then it wanted the Product Key again.  Gave it the product key, it put a green check mark next to it signifying it was good,
    and then when I clicked next, it said it couldn't activate it.  I clicked the Repair button, and the program closed.  Strike 4.
    I uninstalled, and reinstalled Office 2013.  I downloaded the Office 2013 Service Pack 1 x64, and ran it.  It gives the error message "There are no products affected by this package installed on the system".  How could that be? 
    Article ID 2850036 says specifically that it applies to "Microsoft Office Home and Business 2013".  Since when can't you install Service Packs? Strike 5.
    Anyone have any ideas?
    Michael

    Hi Michael,
    The issue may occur if the registry entries are corrupted or missing. Usually, repair the Office suite from control panel can fix the issue.
    For your case, I would suggest you to run Microsoft Fix It tool (or follow the
    manual steps listed in follow article
    ) to uninstall Office 2013 completely from your computer, then do a re-installation and verify the result:
    http://support.microsoft.com/kb/2739501/en-us
    If you are able to login to
    www.office.com/myaccount, then you can get the latest Office installation file there.
    More reference: http://support.microsoft.com/kb/2808266/en-us
    Sorry for the inconvenience. Please have a try and feel free to post back.
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

  • Can't open Office documents from share on Windows 8

    We have a problem with a customer that they can't open Office documents(Word,Excel etc.) on Windows 8.1 image on a network share. The error message is just that the document can't open.
    The documents are on a sharepoint site and we can open the documents within the site and also we can open the Office documents on a Windows 7 image from the networkshares.
    Also can't open the documents if i copy them to the local desktop.
    I think there is a group policy for Windows 8 for this but I don't know for sure?
    Anybody?

    Hi,
    As I understand, the issue is that customers can’t open office documents on windows 8.1 on a network share or copying them to the local desktop.
    Per my test, I can open documents on windows 8.1 on a network share.
    1. By default, Word doesn't trust files in temp directories from your browser. You can add the
    network address and local address to the trusted list. From Word 2010/2013: Click File > Word Options > Trust Center->trust center setting->add new location.
    2. You can create a shortcut on the desktop using the network address and then open the documents by that way.
    3. To narrow down the research scope that you can create a new document library->Download a problematic file (an Excel workbook or a word document) to your local->Upload the local file to the new document library->do the same option to check if
    the same situation will occur.
    There is a similar case:
    http://superuser.com/questions/693871/word-2013-wont-open-files-downloaded-trust-center
    Best regards
    Sara Fan
    TechNet Community Support
    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].
    Hi Sara Fan,
    Thanks for your reply.
    I have added the profile to the trusted locations but without success. Also a shortcut is not working. I still can't open any Office document on that location(Error message: location ***.xxxx can't be opened). The problem occurs on every client.
    1. Opening Office documents under local administrator account, domain admin account is working fine
    2. Re-image the machine is not a solution
    4. All locations use the same Windows 8.1 image through SCCM
    3. When the user logon to another location(site) it's working fine and they can open Office documents so it seems site-specific
    4. The problem is specific from 2 sharepoint shares. We can open office documents from other shares.
    5. Can't open Office documents from the library on the sharepoint site(browser), but on another location it's working fine.
    Problem only occurs on Windows 8.1 image with domain users. Other locations of this company do not have the problem. Note, every location have their own OU for users/clients.
    Any other suggestions? 

  • MS Office 2013 cannot open on user account but admin account can open ms office 2013

    Hello
    Before I have to use office 2010 proplus it not have problem for open ms office on user account after i have to upgrad to ms office 2013 version(15.0.4551.1512) i got problem cannot open ms office 2013 on user account but can open ms office 2013 on admin
    account. I try to grant user account permision full control on C:\Program Files\Microsoft Office 15 but not working. Micorsoft support pro plus has remote to my pc and told me to change registry by add permision full control  user account on hkey_current-User\software
    then restart but not work. I have to uninstall and reinstall MS Office 2013 or repair it not working to open user account. MS Support told me to try download Office 2013 trial version to install it working to open on user account but Trail version is 
    15.0.4420.1017 and try to open mail on outlook it slow reponse. now this case still cannot solve. I don't know who can fix this or not. Please advices Thank you.

    Hello Tony
     Thank you for your reply
     I checked event log not have any error for this. I click word , excell and all ms office not have any pop. I have to add user account permission full control by list below . It not working.
    - C:\Program Files\Microsoft Office
    - C:\Program Files\Microsoft Office 15
     I had to post this on Microsoft Community . After MS Support ask my pc join network or not i told my pc join network . He told me to post this forum.
    I give you more information to try something.
    I have to created new account for local computer and add new account to users group after that i try to log on local pc by use new account and try to open ms office excel , word etc.. It can open.
    I have to log on to domain by account user on domain it cannot open MS office but i have to add this account user to administrators groups. It can open ms office. If i change that account to users group and try to open ms office . It cannot open and
    not have pop up and error.
    If you need more information please let me know. Thank you

  • Can not print a pdf from preview.  It crashes every time from 2 different printers.

    I can not print a pdf from preview.  I have tried at two separate locations with two different printers.

    I am having the same kind of problem when trying to print any kind of pdf: big, small, text only, with pictures. I dont know how it happend. Now it is happening in both my imac and macbook pro both runing the latest Lion MacOS with all updates installed. It is weird one moment my machine was printing ok then it stopped working. I have updated the printer software I have a canon image class mf4350. Also the curious thing is that I can print the same pdf document from adobe acrobat pro on the same computers with out any kind of problems.
    Here is the latest crash report
    PLease HELP!!!
    Date/Time:       2011-08-11 18:48:53 -0400
    OS Version:      10.7 (Build 11A511)
    Architecture:    x86_64
    Report Version:  8
    Command:         Preview
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Version:         5.5 (719)
    Build Version:   1
    Project Name:    Preview
    Source Version:  719000000000000
    Parent:          launchd [178]
    PID:             281
    Event:           hang
    Duration:        1.00s
    Steps:           11 (100ms sampling interval)
    Pageins:         6
    Pageouts:        0
    Process:         Preview [281]
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Architecture:    x86_64
    UID:             505
      Thread 0xd33        DispatchQueue 1
      User stack:
        11 ??? (in Preview) [0x1063ddc64]
          11 NSApplicationMain + 867 (in AppKit) [0x7fff90ce652a]
            11 -[NSApplication run] + 463 (in AppKit) [0x7fff90a683d6]
              11 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff90a6ba95]
                11 _DPSNextEvent + 1993 (in AppKit) [0x7fff90a6c6c7]
                  11 _NSHandleCarbonMenuEvent + 250 (in AppKit) [0x7fff90ad6ce1]
                    11 _HandleMenuSelection2 + 585 (in HIToolbox) [0x7fff89cd9034]
                      11 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 600 (in HIToolbox) [0x7fff89cd9a75]
                        11 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 101 (in HIToolbox) [0x7fff89ce232d]
                          11 SendMenuItemSelectedEvent + 253 (in HIToolbox) [0x7fff89e165e1]
                            11 SendMenuCommandWithContextAndModifiers + 56 (in HIToolbox) [0x7fff89dd00f1]
                              11 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueE ventRef + 398 (in HIToolbox) [0x7fff89ce9249]
                                11 SendEventToEventTarget + 76 (in HIToolbox) [0x7fff89ca2d03]
                                  11 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 446 (in HIToolbox) [0x7fff89c8bef8]
                                    11 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263 (in HIToolbox) [0x7fff89c8c8ec]
                                      11 NSSLMMenuEventHandler + 339 (in AppKit) [0x7fff90bd70bf]
                                        11 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 138 (in AppKit) [0x7fff90d8b3f1]
                                          11 -[NSMenu _internalPerformActionForItemAtIndex:] + 38 (in AppKit) [0x7fff90ef8e9c]
                                            11 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 125 (in AppKit) [0x7fff90c5d086]
                                              11 -[NSMenuItem _corePerformAction] + 399 (in AppKit) [0x7fff90c5d34f]
                                                11 -[NSApplication sendAction:to:from:] + 139 (in AppKit) [0x7fff90b70852]
                                                  11 -[NSObject performSelector:withObject:] + 61 (in CoreFoundation) [0x7fff9189711d]
                                                    11 -[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:] + 477 (in AppKit) [0x7fff90f72695]
                                                      11 -[NSPrintPanel beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:] + 606 (in AppKit) [0x7fff90f75cf5]
                                                        11 -[NSWindowController window] + 109 (in AppKit) [0x7fff90c61105]
                                                          11 -[NSWindowController _windowDidLoad] + 566 (in AppKit) [0x7fff90c69a23]
                                                            11 ??? (in PrintCocoaUI) [0x108fff6b4]
                                                              11 ??? (in PrintCocoaUI) [0x108ffef07]
                                                                11 ??? (in PrintCocoaUI) [0x108feb7b1]
                                                                  11 ??? (in PrintCocoaUI) [0x108fe87c2]
                                                                    11 ??? (in PrintCocoaUI) [0x108fe830e]
                                                                      11 ??? (in PrintCocoaUI) [0x108fe6f82]
                                                                        11 -[MCDUFR2FinishingPDEPlugIn PDEPanelsForType:withHostInfo:] + 176 (in FinishingPDE) [0x10a5e2076]
                                                                          11 -[MCDUFR2FinishingPDE initWithCallback::] + 60 (in FinishingPDE) [0x10a5cffe0]
                                                                            11 -[MCDUFR2PDEPanelCommon initWithCallback:bundle:funcList:] + 257 (in PDEUtilities) [0x10a63ccd3]
                                                                              11 -[MCDUFR2FinishingPDE restoreValuesAndReturnError:] + 55 (in FinishingPDE) [0x10a5d0b04]
                                                                                11 -[MCDUFR2PDEPanelCommon restoreValuesAndReturnError:] + 69 (in PDEUtilities) [0x10a63cfb9]
                                                                                  11 -[MCDUFR2PDEPanelCommon setValuesFromTicket] + 391 (in PDEUtilities) [0x10a63d8ab]
                                                                                    11 -[MCDUFR2CNPDEBidiController dealloc] + 25 (in PDEUtilities) [0x10a62d183]
                                                                                       11 Info_Terminate + 40 (in PDEUtilities) [0x10a65ee3e]
                                                                                         11 Info_Terminate + 34 (in libinfo.dylib) [0x108596340]
                                                                                           11 zTerminate_ccpd_util + 40 (in libinfo.dylib) [0x1085960de]
                                                                                             11 __wait4 + 10 (in libsystem_kernel.dylib) [0x7fff883ba156]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Thread 0xd49        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x10718    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Binary Images:
             0x1063dc000 -        0x1065c3fef  com.apple.Preview 5.5 (719) <8F8450F1-AC7D-3468-AB39-323A5D1B1612> /Applications/Preview.app/Contents/MacOS/Preview
             0x108595000 -        0x10859dfff  libinfo.dylib ??? (???) <034FF819-662D-9B5F-F87F-3D355394216D> /Library/Printers/Canon/UFR2/Libs/libinfo.dylib
             0x108fe0000 -        0x109017fff  com.apple.print.framework.Print.Private 7.0 (378) <9EECB9C5-32C3-3CBE-8D9A-82E929A7D69A> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Pl ugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
             0x10a5cf000 -        0x10a5f5fff  jp.co.canon.MCDUFR2.PDEs.Finishing 2.24 (2.24) <257061CE-1CD3-DDB5-9433-E2C3D5E7BD0F> /Library/Printers/Canon/UFR2/PDEs/FinishingPDE.plugin/Contents/MacOS/FinishingP DE
             0x10a62b000 -        0x10a674fe7  jp.co.canon.MCDUFR2.PDEUtilities 2.24 (2.24) <ED9873C7-D207-D5EE-B3F7-B85868D9A82B> /Library/Printers/Canon/UFR2/Frameworks/PDEUtilities.framework/Versions/A/PDEUt ilities
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff89c84000 -     0x7fff89fa7fff  com.apple.HIToolbox 1.7 (???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff90a63000 -     0x7fff9165bfff  com.apple.AppKit 6.7 (1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         AirPort Base Station Agent [240]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Architecture:    x86_64
    UID:             505
      Thread 0x845        DispatchQueue 1
      User stack:
        11 ??? (in AirPort Base Station Agent) [0x10e45a654]
          11 ??? (in AirPort Base Station Agent) [0x10e46b353]
            11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
              11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                  11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                    11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x86f        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x8df      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 __select + 10 (in libsystem_kernel.dylib) [0x7fff883b9df2]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Binary Images:
             0x10e459000 -        0x10e470fff  com.apple.AirPortBaseStationAgent 1.5.5 (155.7) <4B2DADB0-223B-32AA-9438-30FBEA0A8FE6> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         aosnotifyd [345]
    Path:            /usr/sbin/aosnotifyd
    Architecture:    x86_64
    UID:             505
      Thread 0x3a45       DispatchQueue 1
      User stack:
        11 start + 52 (in aosnotifyd) [0x109b5b700]
          11 main + 74 (in aosnotifyd) [0x109b62ed2]
            11 -[AOSNotificationDaemon startup] + 1291 (in aosnotifyd) [0x109b62e5d]
              11 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8decd983]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x3a56       DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x3e76     
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 __select + 10 (in libsystem_kernel.dylib) [0x7fff883b9df2]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Binary Images:
             0x109b5a000 -        0x109b98ff7  aosnotifyd ??? (???) <20049BC2-C314-3A6C-8DF7-80ED7C14C291> /usr/sbin/aosnotifyd
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff8dec2000 -     0x7fff8e1d4fff  com.apple.Foundation 6.7 (833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         applepushserviced [85]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
    Architecture:    x86_64
    UID:             0
      Thread 0x21e        DispatchQueue 1
      User stack:
        11 ??? (in applepushserviced) [0x10b531134]
          11 ??? (in applepushserviced) [0x10b531218]
            11 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff8decd86f]
              11 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8decd983]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x265        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Binary Images:
             0x10b530000 -        0x10b59bfff  applepushserviced ??? (???) <E341CBD0-7A62-3D06-BD6F-77545E6DB6DC> /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff8dec2000 -     0x7fff8e1d4fff  com.apple.Foundation 6.7 (833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         AppleSpell [297]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    UID:             505
      Thread 0xfe7        DispatchQueue 1
      User stack:
        11 ??? (in AppleSpell) [0x10362fcf8]
          11 ??? (in AppleSpell) [0x10362ffaa]
            11 -[NSSpellServer run] + 74 (in Foundation) [0x7fff8e01e2ea]
              11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0xff0        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Binary Images:
             0x10362e000 -        0x1036eaff7  com.apple.AppleSpell 1.7 (131) <6CF6E283-A7F1-37AA-A461-56AFD527396B> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff8dec2000 -     0x7fff8e1d4fff  com.apple.Foundation 6.7 (833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         AppTrap [259]
    Path:            /Users/USER/Library/PreferencePanes/AppTrap.prefPane/Contents/Resources/AppTrap .app/Contents/MacOS/AppTrap
    Architecture:    x86_64
    UID:             505
    Process:         autofsd [83]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    UID:             0
      Thread 0x24b        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x24c        DispatchQueue 6
      User stack:
        11 _dispatch_sig_thread + 45 (in libdispatch.dylib) [0x7fff89c6f9a4]
          11 __sigsuspend_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff883ba022]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Binary Images:
             0x108f34000 -        0x108f35fff  autofsd ??? (???) <0C88EC3A-8EA7-368E-832C-CF6FB08B1370> /usr/libexec/autofsd
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
    Process:         awacsd [108]
    Path:            /usr/sbin/awacsd
    Architecture:    x86_64
    UID:             0
      Thread 0x328        DispatchQueue 1
      User stack:
        11 ??? (in awacsd) [0x104914690]
          11 ??? (in awacsd) [0x10491b150]
            11 ??? (in awacsd) [0x104923802]
              11 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b86b6]
      Kernel stack:
        11 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff8000234590]
      Thread 0x32a        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x10760    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Binary Images:
             0x104913000 -        0x104968ff7  awacsd ??? (???) <B4E2E687-C6BF-3356-B7F3-84943947BAE3> /usr/sbin/awacsd
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
    Process:         blued [40]
    Path:            /usr/sbin/blued
    Architecture:    x86_64
    UID:             0
      Thread 0x1af        DispatchQueue 1
      User stack:
        11 ??? (in blued) [0x10c5d5e5c]
          11 ??? (in blued) [0x10c60a02c]
            11 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff8decd86f]
              11 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8decd983]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1bd        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x1e0      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 __select + 10 (in libsystem_kernel.dylib) [0x7fff883b9df2]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Binary Images:
             0x10c5d4000 -        0x10c647ff7  blued ??? (???) <509C1835-D875-3B48-BC6E-3C78264CD25D> /usr/sbin/blued
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff8dec2000 -     0x7fff8e1d4fff  com.apple.Foundation 6.7 (833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         Canon FAX BackGrounder [243]
    Path:            /Library/Printers/Canon/CUPSFAX/BackGrounder/Canon FAX BackGrounder.app/Contents/MacOS/Canon FAX BackGrounder
    Architecture:    i386
    UID:             505
    Process:         Canon MFScanner [229]
    Path:            /Library/Image Capture/Devices/Canon MFScanner.app/Contents/MacOS/Canon MFScanner
    Architecture:    i386
    UID:             505
    Process:         CIJScannerRegister [443]
    Path:            /Library/Image Capture/Support/*/CIJScannerRegister.app/Contents/MacOS/CIJScannerRegister
    Architecture:    unknown
    UID:             505
    Process:         com.apple.dock.extra [226]
    Path:            /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
    Architecture:    x86_64
    UID:             505
      Thread 0x7d4        DispatchQueue 1
      User stack:
        11 ??? (in com.apple.dock.extra) [0x10d5de984]
          11 xpc_service_main + 440 (in XPCService) [0x7fff8ddda8b9]
            11 NSApplicationMain + 867 (in AppKit) [0x7fff90ce652a]
              11 -[NSApplication run] + 463 (in AppKit) [0x7fff90a683d6]
                11 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff90a6ba95]
                  11 _DPSNextEvent + 659 (in AppKit) [0x7fff90a6c191]
                    11 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff89c8daae]
                      11 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff89c8dc21]
                        11 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff89c864ff]
                          11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                            11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                              11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                                11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x80e        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Binary Images:
             0x10d5dd000 -        0x10d5e1fff  com.apple.dock.extra 1.0 (1) <16A00A96-FFEF-3F2E-B629-453D3C51469E> /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff89c84000 -     0x7fff89fa7fff  com.apple.HIToolbox 1.7 (???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8ddd9000 -     0x7fff8dddfff7  com.apple.XPCService 1.0 (1) <7CD3F8A6-7F2A-36FB-B838-D7BB504DB894> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
          0x7fff90a63000 -     0x7fff9165bfff  com.apple.AppKit 6.7 (1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         configd [15]
    Path:            /usr/libexec/configd
    Architecture:    x86_64
    UID:             0
      Thread 0xfd         DispatchQueue 1
      User stack:
        11 ??? (in configd) [0x100b75fcc]
          11 ??? (in configd) [0x100b76783]
            11 ??? (in configd) [0x100b77088]
              11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                  11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                    11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x10e        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 __select_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff883b9e06]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Thread 0x110      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 ??? (in configd) [0x100b77a66]
              11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1a8      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 ??? (in configd) [0x100b823dd]
              11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1b3      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 __select + 10 (in libsystem_kernel.dylib) [0x7fff883b9df2]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Thread 0x1b4      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 pppcntl_run_thread + 2194 (in PPPController) [0x101031142]
              11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x10295    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Thread 0x10771    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Binary Images:
             0x100b75000 -        0x100b9eff7  configd ??? (???) <2F1DBCF7-E9C0-348D-B806-1AA71E536A84> /usr/libexec/configd
             0x101023000 -        0x101062fff  com.apple.SystemConfiguration.PPPController 1.7 (1.7) <DFB9B133-1E88-337B-8083-53DFB5E37E09> /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         cookied [272]
    Path:            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/Support/cookied
    Architecture:    x86_64
    UID:             505
      Thread 0xaa4        DispatchQueue 1
      User stack:
        11 ??? (in cookied) [0x10c1c7edc]
          11 _cookied_main + 852 (in CFNetwork) [0x7fff8b77c095]
            11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
              11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                  11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                    11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0xaac        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x10618    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Binary Images:
             0x10c1c7000 -        0x10c1c7ff7  cookied ??? (???) <FE3E60E6-147A-3E9F-ABA1-5909DFB522B2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/Support/cookied
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff8b68d000 -     0x7fff8b7f0fff  com.apple.CFNetwork 520.0.13 (520.0.13) <67E3BB43-2A22-3F5A-964E-391375B24CE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         coreaudiod [139]
    Path:            /usr/sbin/coreaudiod
    Architecture:    x86_64
    UID:             202
      Thread 0x3cb        DispatchQueue 1
      User stack:
        11 ??? (in coreaudiod) [0x10e32b220]
          11 ??? (in coreaudiod) [0x10e39280a]
            11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
              11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                  11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x3e5        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x3fc      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 ??? (in coreaudiod) [0x10e39c990]
              11 ??? (in coreaudiod) [0x10e39649c]
                11 ??? (in coreaudiod) [0x10e39652c]
                  11 ??? (in coreaudiod) [0x10e396370]
                    11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                      11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                        11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                          11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x10801    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Binary Images:
             0x10e32a000 -        0x10e3e8ff7  coreaudiod ??? (???) <81C9C2A8-C33E-3F2E-A1A1-E61DA5414B0C> /usr/sbin/coreaudiod
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         coreservicesd [43]
    Path:            /System/Library/CoreServices/coreservicesd
    Architecture:    x86_64
    UID:             0
      Thread 0x1c2        DispatchQueue 1
      User stack:
        11 ??? (in coreservicesd) [0x10de60e98]
          11 _CoreServicesServerMain + 747 (in CarbonCore) [0x7fff90730095]
            11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
              11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                  11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                    11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1c3        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x255      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 fmodWatchConsumer + 332 (in CarbonCore) [0x7fff906a1410]
              11 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff883b9bca]
      Kernel stack:
        11 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8383]
          11 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005ca7cb]
            11 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059ee69]
              11 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a4f3]
                11 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f36b]
                  11 thread_continue + 1661 (in mach_kernel) [0xffffff800022f0ed]
                    11 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x256      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 read + 10 (in libsystem_kernel.dylib) [0x7fff883baaf2]
      Kernel stack:
        11 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8383]
          11 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005ca7cb]
            11 read_nocancel + 120 (in mach_kernel) [0xffffff8000561cc8]
              11 write + 209 (in mach_kernel) [0xffffff80005615c1]
                11 get_pathbuff + 3895 (in mach_kernel) [0xffffff8000323c87]
                  11 tsleep + 91 (in mach_kernel) [0xffffff80005527fb]
                    11 wakeup + 632 (in mach_kernel) [0xffffff8000552418]
                      11 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f36b]
                        11 thread_continue + 1661 (in mach_kernel) [0xffffff800022f0ed]
                          11 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Binary Images:
             0x10de60000 -        0x10de60fff  coreservicesd ??? (???) <6AAC69F5-8ECC-36B7-B917-7A4A0F4086C4> /System/Library/CoreServices/coreservicesd
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff90694000 -     0x7fff909adfff  com.apple.CoreServices.CarbonCore 960.13 (960.13) <398ABDD7-BB95-3C05-96D2-B54243FC4745> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         cupsd [439]
    Path:            /usr/sbin/cupsd
    Architecture:    x86_64
    UID:             0
      Thread 0xf199       DispatchQueue 1
      User stack:
        11 ??? (in cupsd) [0x1057c019c]
          11 ??? (in cupsd) [0x1057d9a80]
            11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0xf19a       DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0xf19f     
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 ??? (in cupsd) [0x105804908]
              11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Binary Images:
             0x1057bf000 -        0x10581eff7  cupsd ??? (???) <5C8E4378-C8B0-3BF9-9A85-FF5B6923FE7A> /usr/sbin/cupsd
          0x7fff882a4000 -     0x7fff88381fe

Maybe you are looking for

  • Inserting a new row in a table

    I want to insert a row between other rows. Means when we insert a row and we see by select * from emp; then the result shows that inserted value goes to last row. So i want that when we insert a value to a table and do select * from emp; then inserte

  • Problem with HR_MAINTAIN_MASTERDATA delimiting infotypes

    hi, I'm trying to delimit a register of the infotype 0017 using the FM HR_MAINTAIN_MASTERDATA because i had to execute a infogroup (like the PA40 transaction) this is the call:   CALL FUNCTION 'HR_MAINTAIN_MASTERDATA'       EXPORTING         pernr   

  • Can't install boot camp

    Hey I am trying to install windows on my mac with the help of boot camp assistent. But when i try to partion my harddisk i cant, and my computer writes this "The disk can't be partioned because some archives cant be moved". Can anybody help in what t

  • Difference between IMAP and "Exchange" account in mail?

    Hi, I'm using a Hosted Exchange 2007 account with Entourage 2004 actually. Now I want to try using Mail as an alternative application. As the server offers IMAP I could setup a new IMAP account in Mail and receive my Mails from Exchange. But Mail off

  • Adobe Pro 8 email conversion aborts and shuts down MS Outlook

    For years I have been using Adobe (currently Pro 8) to convert my emails to pdf on a monthly basis.  Recently it started failing (after apparently starting to convert the emails) and then shuts MS Outlook 2007 down.  It will convert a single email bu