How to get the JTree path including the rest of its node

I want to listen for expansion and collapse events in a JTree including the rest of all its children and nodes. Because if the tree have some similar or same nodes at the upper level, it is hard to know which node has been selected. That is why I want to know all its children.
I think the traditional way can not be implemented.
JTree tree = (JTree)evt.getSource();
TreePath path = evt.getPath();
Does someone has any idea?
Thank you.

My code below turns the selected node in a tree into a Complete Window's Style Path:
    //Get the Path
    TreePath path = tree.getSelectionPath();
    String address;
    if (path == null) return;
    address = new String();
    //Convert Path to String: format is [ root , subtree1, node2, child 3] etc
    address = path.toString();
    //Lop first bit off leaving root, subtree1, node2, child 3]
    address = address.substring(1);
    //Convert ", " into "\" character to make root\subtree1\node2\child 3]
    //replaceAll method uses regular expressions - hense \\\\ only equals one
    ///after being processed..
    address = address.replaceAll(", ","\\\\");
    //remove trailing ]
    address = address.replace(']','\\');This may be what your looking for, or alternatively, it may not.
Hope it helps set you in the right direction.
Phillip Taylor
www.geocities.com/PhillipRossTaylor/

Similar Messages

  • CDAUI1000 Error while trying to load data. Ensure that the system path includes the location of the WebAdminLib.dll.

    Hello, been receiving this error in Desktop Admistrator Web admin. I have tried the fix where you change the environment variable path and delete the Team Admin folders, but still receive the error. Any ideas??
    7.0(1)SR04ES02_Build023
    Thanks

    Hi All,
    So to recap, these are the steps to be followed:
    On the Unified CCX server, add the location of the WebAdminLib.dll
    (C:\Program Files\Cisco\Desktop\bin) to the Path environment variable.
    1. In Control panel, launch the System utility.
    2. On the Advanced tab, click Environment Variables.
    3. From the list of system variables, select Path and click Edit.
    4. In the Variable value field, locate the string C:\Program
    Files\Cisco\Desktop\bin; and, using cut/paste, move it to the beginning of
    the variable value string. This results in the DLL being accessed from the
    correct location.
    5. Click OK and close the System utility.
    6. Stop the Cisco Unified Node Manager.
    7. On the Unified CCX server, delete the teamadmin folder from these
    locations:
    C:\Program Files\wfavvid\tomcat_appadmin\webapps
    C:\Program Files\wfavvid\tomcat_appadmin\work\catalina\localhost
    8. Restart the Unified Node Manager, and wait two minutes.
    9. Access Cisco Desktop Administrator and verify that you can navigate to
    the Services Configuration
    Documentation: 
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_7_0/
    reference/guide/cad66ecd.pdf (pg 29)
    In case this does not solve the issue, please verify if you are hitting the defect: CSCtr07664
    Sometimes, the dll itself might be corrupted and thus the options in front of you are:
    1) OS repair using the software disk
    2) Rebuild the node
    Regards,
    Abhiram Kramadhati

  • How to get the full path of the fmx's directory.

    Hi all,
    I will ship my project to a customer. So I must install forms runtime at the customer's machine.
    I put all of the fmx files of my project into a certain directory at the customer's machine, and I create a desktop shortcut of the forms runtime. In the "start in" field of the shortcut property I put the full path of the directory where I put the fmx files. And in the target field of the shortcut property I put after the ifrun60.exe the name of the fmx file which to call first.
    Now , in one of my forms file I want to get the full path of this directory because I must call Ora_Ffi.Load_Library. And the library which I want to load resides on that directory.
    So how to get programatically the directory where the fmx files reside.
    I know that there is the registry entry FORMS60_PATH, but we plan to ship many projects to that customer; so if I use the FORMS60_PATH variable then there will be an error because there will be many directories. And the customer can launch many of the projects at the same time.
    So how to get it.
    Thank you very much indeed.

    If you are using the d2kwutil library, then you can use the win_api_environment.Get_Working_Directory() function.
    If not, I doubt that there is anyway to get it since the get_application_property(current_form) does not return the full path of the form as it used to in prior versions of Oracle forms such as 4.5.

  • How to get the ablolute path of the web application in WebSphere?

    How to get the ablolute path of the web application in WebSphere?
    For example:
    I have installed IBM WebSphere on D:\WebSphere\Appserver, and I created a new appliction named "myapp" on D:\myapp,. How can I get the absolute path of application "myapp"? In other words,how can I get the absolute path of the application's
    root directory?

    In the WebSphere(default), what directory is the Java Bean's root directory ?

  • How to get the real path of the xml file

    I have a java application
    following is the package structure
    com>>gts>>xml
    having file---------> MyXML.xml
    com>>gts>>java
    having java program to read the file
    Problem is if I use File file = new File("..\\xml\\MyXML.xml");
    java.io.FileNotFoundException: E:\LEARNING_WORK_SPACE\JavaXml\..\xml\MyXml.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(Unknown Source)
         at java.io.FileInputStream.<init>(Unknown Source)
         at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
    How do I get the real path of the xml file.
    Edited by: shashiwagh on Jan 29, 2010 11:46 AM

    Hi,
    if your XML file is inside a package you can easily get it from the classloader.
    Note that your application maybe packaged inside a jar so it is not safe to use java.io.File for this purpose.
    You have an xml file in :
    com/gts/xml/MyXML.xml
    in a class of the same module (that will packaged in the same jar) for example com.gts.java.XmlLoader :
    // To get the stream :
    InputStream is = this.getClass().getResourceAsStream("/com/gts/xml/MyXML.xml");
    // Or the URL :
    URL xml = this.getClass().getResource("/com/gts/xml/MyXML.xml");Hope it helps.

  • How to get the document path of the pictures uploaded for products?

    Hi Gurus,
    How to get the document path of the pictures uploaded for products uploaded through tcode COMMPR01?
    Many Thanks,
    Neeraj

    client path.
    I need to get the client path in order to download files form server to client.
    Best regards,
    Huy.

  • How can I get a local path of the local disk with swf

    Since FileReference.download() doesn't download multiple
    files, I want to download files with php ftp_get by FTP.
    I need to pass the local path of the local disk where I can
    download the files from a remote serveur. How can I get a prompt to
    have a user choose a folder on his computor (local disk), if any
    way possible?

    OK, at least 3 is working.
    I don't know how you have a Tape Recorder icon on your Home Screen. I cannot add one myself. But, I am running Holo Launcher in replacement of the default LG "Optimus" User Interface. It's much better in my opinion.
    Try long pressing the icon and select Edit and maybe you can change some attribute of the icon.
    Another thing you could do, is long-press an empty area of your desktop, to add an icon. Select Shortcut, then Select Contact, and scroll through your contact list and choose the contact that you added for *86.
    You realize if you have voice mail you haven't heard, there is a tape recorder icon in the notification bar, which you touch and pull down, then press it to dial voicemail.
    If that functionality doesn't work, you MIGHT want to consider doing a factory data reset on your device, but that is going to nuke all your personalizations and cause you work to set up again.

  • How to get the complete path of the file that is selected using FormFile

    i m working on struts..
    i hv used FormFile like
    <html:file property="xsdpath" value="Browse" />
    need to get the whole path that i will select using browse button
    for example d:\foldername\filename.java
    but FormFile Api has a method getFileName(); which returns the filename, for getting the absolute path wat has to be done.
    please reply bak soon
    thanks in advance

    here i use formfile <html:file> just to allow the
    user to select a xml file .
    so i need to get the whole path of the selectedfile
    to parse the xml file.No you dont.
    You would definitely benefit from further reading on
    file upload.
    <html:file> tag renders an HTML <input> element of
    type file.
    When a user uploads a file, this file is sent as a
    stream of data, which a program (jsp/servlet) on the
    server, reads and stores the data back in the form
    of a file on the server.
    Any server program that needs to parse the file,
    should do so on the file stored on the server.
    There's no point in knowing the absolute path of the
    file on the client machine. If a server program can
    parse a file on the client machine, why upload the
    file in first case ? Get the drift ?
    i also want to show my user the path he hadselected.
    If you have such a requirement, then yes.
    But it sounds weird to me. If you see my response
    above, you will realize that the server has a copy of
    the client's file uploaded and then parsed. What if
    the client has changed his file after upload ?
    cheers,
    ram.I also have a requirement to get the whole filepath of the file selected and place this information into a table. From FormFile I can only retreive the absolute filename
    Any suggestions would be helpful.
    Thanks, dam

  • How to get the full path of the plug-in on Mac

    I use SDK function "GetPluginFileSpecification" to get the full path of the plug-in .On Windows,I success(for example I get "C:\Adobe\plugin.aip"), On Mac , I only get the plug-in's name(for example"plugin.aip").If I want to get the full path of the plug-in on Mac,is there other function I can use ?

    Thank you for the answer.
    Unfortunately i'm working on Photoshop plugin, not illustrator.
    i was looking for solution on google and i found this post.
    I hope you can help me becouse this plug-in is very simple, it must execute a file in the same directory where the plugin is installed.
    If i execute system("./Appname.app/Contents/MacOS/AppName"); the plugin search in my home directory (on windows and on MacOS).
    i try to write:
         SPPluginsSuite* sSPPlugins;
        SPPluginRef fPluginRef = message->d.self;
        SPPlatformFileSpecification filespec;
        sSPPlugins->GetPluginFileSpecification(message->d.self, &fileSpec);
        filespec.mReference
        ai::FilePath path(platformFileSpec);
        std::cout << path.GetFullPath().as_Platform() << std::endl;
    but i have several errors.
    Thank you

  • How to the link/path of the file being uploaded

    Hi all,
    I am uploading a CSV file in apex3.2 and would like to store the actual path of the file into a custom table. I get the file name as F26222/my_filename.csv from the FILE BROWSE apex item. How can I capture the path also?
    Thanks in advance.
    Movva

    cmovva wrote:
    Hi all,
    I am uploading a CSV file in apex3.2 and would like to store the actual path of the file into a custom table. I get the file name as F26222/my_filename.csv from the FILE BROWSE apex item. How can I capture the path also?For security/privacy reasons recent versions of browsers by default do not send local file path information from File Browse items to the server, nor expose the file path in the control's JavaScript methods. Firefox, Safari and Chrome only provide the filename. IE6 & IE7 still yield the path in Windows format. IE8 and Opera have adopted an irritating approach of replacing the path with a wholly imaginary "C:\fakepath\"&mdash;and this monstrosity has sadly had to be enshrined in the HTML5 spec...
    Changing IE's security config setting “Include local directory path when uploading files” enables the path to be exposed in IE8, but unless you're working in an intranet environment where: IE is the only browser used; it's possible to make remote changes to this setting on every desktop; and this won't break/expose anything else, then trying to achieve this is pointless.
    For more information see:
    http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-March/018980.html
    http://blogs.msdn.com/ie/archive/2009/03/20/rtm-platform-changes.aspx
    http://developers.whatwg.org/number-state.html#file-upload-state
    Please search the forum thoroughly before posting: this is the umpteenth time I've provided this information. There's even another live thread on the same topic: +{thread:id=2316750}+

  • I am getting regular safari crashes including the Web Content crashes as in the title... Plus iMac running slower than usual! Help?

    I am getting regular safari crashes including the Web Content crashes as in the title.  I've looked around and haven't been able to find a definitive answer.  Has anybody discovered what is causing this?
    I've also noticed generally my iMac seems to be running far slower recently....
    here's the EtrreCheck Report
    Problem description:
    I am getting regular safari crashes including the Web Content crashes as in the title.  I've looked around and haven't been able to find a definitive answer.  Has anybody discovered what is causing this?
    EtreCheck version: 2.1.8 (121)
    Report generated 11 February 2015 15:53:18 GMT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (21.5-inch, Late 2012) (Technical Specifications)
        iMac - model: iMac13,1
        1 2.7 GHz Intel Core i5 CPU: 4-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        NVIDIA GeForce GT 640M - VRAM: 512 MB
            iMac 1920 x 1080
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 23:55:51
    Disk Information: ℹ️
        APPLE HDD ST1000LM024 disk0 : (1 TB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 999.35 GB (425.61 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
        Seagate Expansion Desk 4 TB
            EFI (disk3s1) <not mounted> : 315 MB
            Seagate Backup Plus Drive (disk3s2) /Volumes/Seagate Backup Plus Drive : 4.00 TB (1.85 TB free)
        Focusrite A.E. Ltd Impulse
        SanDisk Cruzer Facet 8 GB
            NO NAME (disk1s1) /Volumes/NO NAME : 8.00 GB (6.21 GB free)
        Apple Inc. FaceTime HD Camera (Built-in)
        Western Digital External HDD 1 TB
            Elements (disk2s1) /Volumes/Elements : 1.00 TB (169.22 GB free)
        Logitech USB Receiver
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
    Firewire Information: ℹ️
        Focusrite SAFFIRE_PRO_24 400mbit - 400mbit max
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
            Apple Inc. Thunderbolt to FireWire Adapter
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [loaded]    com.Cycling74.driver.Soundflower (1.6.6 - SDK 10.6) [Click for support]
        [loaded]    com.Greatdy.driver.SystemAudioCapture (1.0.0 - SDK 10.8) [Click for support]
        [not loaded]    com.caiaq.driver.NIUSBGuitarRigMobileDriver (2.6.0 - SDK 10.7) [Click for support]
        [not loaded]    com.caiaq.driver.NIUSBHardwareDriver (2.6.0 - SDK 10.7) [Click for support]
        [not loaded]    com.nike.sportwatch (1.0.0) [Click for support]
        [not loaded]    com.paceap.kext.pacesupport.master (5.9.1 - SDK 10.6) [Click for support]
        [not loaded]    com.seagate.driver.PowSecDriverCore (5.2.6 - SDK 10.4) [Click for support]
        [not loaded]    com.tomtom.driver.UsbEthernetGadget (1.0.0d1) [Click for support]
        [loaded]    tc.tctechnologies.driver.PaeFireStudio (4.0.0 14255 - SDK 10.0) [Click for support]
        [loaded]    tc.tctechnologies.driver.Saffire (4.1.4 18735 - SDK 10.6) [Click for support]
            /System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns
        [not loaded]    com.paceap.kext.pacesupport.leopard (5.9.1 - SDK 10.4) [Click for support]
        [not loaded]    com.paceap.kext.pacesupport.panther (5.9.1 - SDK 10.-1) [Click for support]
        [loaded]    com.paceap.kext.pacesupport.snowleopard (5.9.1 - SDK 10.6) [Click for support]
        [not loaded]    com.paceap.kext.pacesupport.tiger (5.9.1 - SDK 10.4) [Click for support]
            /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns
        [not loaded]    com.seagate.driver.PowSecLeafDriver_10_4 (5.2.6 - SDK 10.4) [Click for support]
        [not loaded]    com.seagate.driver.PowSecLeafDriver_10_5 (5.2.6 - SDK 10.5) [Click for support]
        [not loaded]    com.seagate.driver.SeagateDriveIcons (5.2.6 - SDK 10.4) [Click for support]
    Problem System Launch Daemons: ℹ️
        [running]    com.seagate.TBDecorator.plist [Click for support]
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [running]    com.nike.nikeplusconnect.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [running]    com.paceap.eden.licensed.plist [Click for support]
        [loaded]    PACESupport.plist [Click for support]
        [loaded]    tc.tctechnologies.PaeFireStudio.plist [Click for support]
        [loaded]    tc.tctechnologies.Saffire.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        NIHardwareAgent    Application Hidden (/Library/Application Support/Native Instruments/Hardware/NIHardwareAgent.app)
    Internet Plug-ins: ℹ️
        SharePointBrowserPlugin: Version: 14.4.4 - SDK 10.6 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        AmazonMP3DownloaderPlugin101749: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        Default Browser: Version: 600 - SDK 10.10
    User internet Plug-ins: ℹ️
        Aspera Web 3.1.0.67054: Version: Unknown - SDK 10.6 [Click for support]
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        FUSE for OS X (OSXFUSE)  [Click for support]
        Native Instruments USB Audio  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
            Macintosh HD: Disk size: 999.35 GB Disk used: 573.74 GB
        Destinations:
            Seagate Backup Plus Drive [Local]
            Total size: 4.00 TB
            Total number of backups: 2
            Oldest backup: 2014-08-25 08:56:21 +0000
            Last backup: 2014-11-16 15:26:36 +0000
            Size of backup disk: Excellent
                Backup size 4.00 TB > (Disk size 999.35 GB X 3)
    Top Processes by CPU: ℹ️
            10%    TweetDeck
             3%    WindowServer
             1%    Sound Forge Pro
             0%    com.apple.WebKit.Networking
             0%    Dropbox
    Top Processes by Memory: ℹ️
        618 MB    TweetDeck
        524 MB    com.apple.WebKit.WebContent
        429 MB    softwareupdated
        215 MB    Safari
        215 MB    Finder
    Virtual Memory Information: ℹ️
        54 MB    Free RAM
        3.14 GB    Active RAM
        3.17 GB    Inactive RAM
        1.43 GB    Wired RAM
        8.58 GB    Page-ins
        423 MB    Page-outs
    Diagnostics Information: ℹ️
        Feb 11, 2015, 10:56:10 AM    /Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2015-02-11-105610_[ redacted].hang
        Feb 10, 2015, 05:35:05 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.Networking_20 15-02-10-173505_[redacted].crash
        Feb 10, 2015, 04:01:03 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Finder_2015-02-10-160103_[reda cted].crash
        Feb 10, 2015, 03:54:44 PM    Self test - passed
        Feb 10, 2015, 09:28:18 AM    /Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2015-02-10-092818_[ redacted].hang
        Feb 10, 2015, 07:35:00 AM    /Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2015-02-10-073500_[ redacted].hang
        Feb 9, 2015, 08:07:10 PM    /Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2015-02-09-200710_[ redacted].hang
        Feb 9, 2015, 08:07:08 PM    /Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2015-02-09-200708_[ redacted].hang
        Feb 9, 2015, 07:27:42 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/AIM_2015-02-09-192742_[redacte d].crash
        Feb 9, 2015, 06:49:47 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/garcon_2015-02-09-184947_[reda cted].crash
        Feb 9, 2015, 06:15:19 PM    /Library/Logs/DiagnosticReports/iTunes_2015-02-09-181519_[redacted].hang
        Feb 9, 2015, 05:55:36 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/AIM_2015-02-09-175536_[redacte d].crash
        Feb 9, 2015, 12:51:30 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/AIM_2015-02-09-125130_[redacte d].crash
        Feb 9, 2015, 12:35:59 PM    /Library/Logs/DiagnosticReports/Sound Forge Pro_2015-02-09-123559_[redacted].cpu_resource.diag [Click for details]
        Feb 9, 2015, 12:26:46 PM    /Library/Logs/DiagnosticReports/iTunes_2015-02-09-122646_[redacted].hang

    I think this is a Crash report
    Date/Time:       2015-02-12 16:32:19 +0000
    OS Version:      10.10.2 (Build 14C109)
    Architecture:    x86_64
    Report Version:  21
    Command:         com.apple.WebKit.WebContent
    Path:            /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.We bKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Version:         10600 (10600.3.18)
    Build Version:   3
    Project Name:    WebKit2
    Source Version:  7600003018000000
    Parent:          launchd [1]
    Responsible:     Safari [3240]
    PID:             4112
    Event:           hang
    Duration:        3.97s (process was unresponsive for 1260 seconds before sampling)
    Steps:           41 (100ms sampling interval)
    Hardware model:  iMac13,1
    Active cpus:     4
    Fan speed:       1399 rpm
    Timeline format: stacks are sorted chronologically
    Use -i and -heavy to re-report with count sorting
    Heaviest stack for the main thread of the target process:
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9]
      41  ??? (com.apple.WebKit.WebContent + 2880) [0x10d1edb40]
      41  xpc_main + 490 (libxpc.dylib + 88733) [0x7fff83cd9a9d]
      41  _xpc_objc_main + 793 (libxpc.dylib + 81650) [0x7fff83cd7ef2]
      41  NSApplicationMain + 1832 (AppKit + 10772) [0x7fff86d3da14]
      41  -[NSApplication run] + 594 (AppKit + 95635) [0x7fff86d52593]
      41  -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194 (AppKit + 145200) [0x7fff86d5e730]
      41  _DPSNextEvent + 964 (AppKit + 147329) [0x7fff86d5ef81]
      41  _BlockUntilNextEventMatchingListInModeWithFilter + 71 (HIToolbox + 190123) [0x7fff8ac6b6ab]
      41  ReceiveNextEventCommon + 431 (HIToolbox + 190570) [0x7fff8ac6b86a]
      41  RunCurrentEventLoopInMode + 235 (HIToolbox + 191215) [0x7fff8ac6baef]
      41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858]
      41  __CFRunLoopRun + 927 (CoreFoundation + 466495) [0x7fff82747e3f]
      41  __CFRunLoopDoSources0 + 269 (CoreFoundation + 469005) [0x7fff8274880d]
      41  __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 (CoreFoundation + 525953) [0x7fff82756681]
      41  ***::RunLoop::performWork(void*) + 34 (JavaScriptCore + 4979298) [0x7fff859e0a62]
      41  ***::RunLoop::performWork() + 423 (JavaScriptCore + 4977559) [0x7fff859e0397]
      41  IPC::Connection::dispatchOneMessage() + 114 (WebKit + 696628) [0x7fff893fe134]
      41  IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::MessageDecoder, std::__1::default_delete<IPC::MessageDecoder> >) + 94 (WebKit + 688060) [0x7fff893fbfbc]
      41  WebKit::WebProcess::didReceiveWebProcessMessage(IPC::Connection*, IPC::MessageDecoder&) + 85 (WebKit + 2077885) [0x7fff8954f4bd]
      41  void IPC::handleMessageVariadic<Messages::WebProcess::InitializeWebProcess, WebKit::WebProcess, void (WebKit::WebProcess::*)(WebKit::WebProcessCreationParameters const&, IPC::MessageDecoder&)>(IPC::MessageDecoder&, WebKit::WebProcess*, void (WebKit::WebProcess::*)(WebKit::WebProcessCreationParameters const&, IPC::MessageDecoder&)) + 96 (WebKit + 2080768) [0x7fff89550000]
      41  WebKit::WebProcess::initializeWebProcess(WebKit::WebProcessCreationParameters const&, IPC::MessageDecoder&) + 951 (WebKit + 2029261) [0x7fff895436cd]
      41  WebKit::WebProcess::ensureNetworkProcessConnection() + 93 (WebKit + 105701) [0x7fff8936dce5]
      41  bool IPC::Connection::sendSync<Messages::WebProcessProxy::GetNetworkProcessConnectio n>(Messages::WebProcessProxy::GetNetworkProcessConnection&&, Messages::WebProcessProxy::GetNetworkProcessConnection::Reply&&, unsigned long long, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >, unsigned int) + 127 (WebKit + 2037397) [0x7fff89545695]
      41  IPC::Connection::sendSyncMessage(unsigned long long, std::__1::unique_ptr<IPC::MessageEncoder, std::__1::default_delete<IPC::MessageEncoder> >, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >, unsigned int) + 432 (WebKit + 692242) [0x7fff893fd012]
      41  IPC::Connection::waitForSyncReply(unsigned long long, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >, unsigned int) + 230 (WebKit + 693010) [0x7fff893fd312]
      41  ***::BinarySemaphore::wait(double) + 69 (JavaScriptCore + 1517925) [0x7fff85693965]
      41  ***::ThreadCondition::timedWait(***::Mutex&, double) + 63 (JavaScriptCore + 84783) [0x7fff85535b2f]
      41  __psynch_cvwait + 10 (libsystem_kernel.dylib + 90422) [0x7fff87fbe136]
    *41  psynch_cvcontinue + 0 (pthread + 26908) [0xffffff7f80f6491c]
    Process:         com.apple.WebKit.WebContent [4112]
    Path:            /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.We bKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Architecture:    x86_64
    Parent:          launchd [1]
    Responsible:     Safari [3240]
    UID:             501
    Sudden Term:     Dirty (allows idle exit)
    Task size:       4527 pages (+6)
    Note:            Unresponsive for 1260 seconds before sampling
    Note:            2 idle work queue threads omitted
      Thread 0xeb94e      DispatchQueue 1     41 samples (1-41)   priority 37
      <thread QoS user initiated, boosted, received importance donation from Safari [3240], received importance donation from WindowServer [146], IO policy important>
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9] 1-41
        41  ??? (com.apple.WebKit.WebContent + 2880) [0x10d1edb40] 1-41
          41  xpc_main + 490 (libxpc.dylib + 88733) [0x7fff83cd9a9d] 1-41
            41  _xpc_objc_main + 793 (libxpc.dylib + 81650) [0x7fff83cd7ef2] 1-41
              41  NSApplicationMain + 1832 (AppKit + 10772) [0x7fff86d3da14] 1-41
                41  -[NSApplication run] + 594 (AppKit + 95635) [0x7fff86d52593] 1-41
                  41  -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194 (AppKit + 145200) [0x7fff86d5e730] 1-41
                    41  _DPSNextEvent + 964 (AppKit + 147329) [0x7fff86d5ef81] 1-41
                      41  _BlockUntilNextEventMatchingListInModeWithFilter + 71 (HIToolbox + 190123) [0x7fff8ac6b6ab] 1-41
                        41  ReceiveNextEventCommon + 431 (HIToolbox + 190570) [0x7fff8ac6b86a] 1-41
                          41  RunCurrentEventLoopInMode + 235 (HIToolbox + 191215) [0x7fff8ac6baef] 1-41
                            41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                              41  __CFRunLoopRun + 927 (CoreFoundation + 466495) [0x7fff82747e3f] 1-41
                                41  __CFRunLoopDoSources0 + 269 (CoreFoundation + 469005) [0x7fff8274880d] 1-41
                                  41  __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 (CoreFoundation + 525953) [0x7fff82756681] 1-41
                                    41  ***::RunLoop::performWork(void*) + 34 (JavaScriptCore + 4979298) [0x7fff859e0a62] 1-41
                                      41  ***::RunLoop::performWork() + 423 (JavaScriptCore + 4977559) [0x7fff859e0397] 1-41
                                        41  IPC::Connection::dispatchOneMessage() + 114 (WebKit + 696628) [0x7fff893fe134] 1-41
                                          41  IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::MessageDecoder, std::__1::default_delete<IPC::MessageDecoder> >) + 94 (WebKit + 688060) [0x7fff893fbfbc] 1-41
                                            41  WebKit::WebProcess::didReceiveWebProcessMessage(IPC::Connection*, IPC::MessageDecoder&) + 85 (WebKit + 2077885) [0x7fff8954f4bd] 1-41
                                              41  void IPC::handleMessageVariadic<Messages::WebProcess::InitializeWebProcess, WebKit::WebProcess, void (WebKit::WebProcess::*)(WebKit::WebProcessCreationParameters const&, IPC::MessageDecoder&)>(IPC::MessageDecoder&, WebKit::WebProcess*, void (WebKit::WebProcess::*)(WebKit::WebProcessCreationParameters const&, IPC::MessageDecoder&)) + 96 (WebKit + 2080768) [0x7fff89550000] 1-41
                                                41  WebKit::WebProcess::initializeWebProcess(WebKit::WebProcessCreationParameters const&, IPC::MessageDecoder&) + 951 (WebKit + 2029261) [0x7fff895436cd] 1-41
                                                  41  WebKit::WebProcess::ensureNetworkProcessConnection() + 93 (WebKit + 105701) [0x7fff8936dce5] 1-41
                                                    41  bool IPC::Connection::sendSync<Messages::WebProcessProxy::GetNetworkProcessConnectio n>(Messages::WebProcessProxy::GetNetworkProcessConnection&&, Messages::WebProcessProxy::GetNetworkProcessConnection::Reply&&, unsigned long long, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >, unsigned int) + 127 (WebKit + 2037397) [0x7fff89545695] 1-41
                                                      41  IPC::Connection::sendSyncMessage(unsigned long long, std::__1::unique_ptr<IPC::MessageEncoder, std::__1::default_delete<IPC::MessageEncoder> >, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >, unsigned int) + 432 (WebKit + 692242) [0x7fff893fd012] 1-41
                                                        41  IPC::Connection::waitForSyncReply(unsigned long long, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >, unsigned int) + 230 (WebKit + 693010) [0x7fff893fd312] 1-41
                                                          41  ***::BinarySemaphore::wait(double) + 69 (JavaScriptCore + 1517925) [0x7fff85693965] 1-41
                                                            41  ***::ThreadCondition::timedWait(***::Mutex&, double) + 63 (JavaScriptCore + 84783) [0x7fff85535b2f] 1-41
                                                              41  __psynch_cvwait + 10 (libsystem_kernel.dylib + 90422) [0x7fff87fbe136] 1-41
                                                               *41  psynch_cvcontinue + 0 (pthread + 26908) [0xffffff7f80f6491c] 1-41
      Thread 0xeb954      DispatchQueue 2     41 samples (1-41)   priority 46
      <thread QoS user interactive, boosted, received importance donation from Safari [3240], received importance donation from WindowServer [146], IO policy important>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Thread 0xeb99f      41 samples (1-41)   priority 46
      <thread QoS user interactive, boosted, received importance donation from Safari [3240], received importance donation from WindowServer [146], IO policy important>
      41  thread_start + 13 (libsystem_pthread.dylib + 5149) [0x7fff819ec41d] 1-41
        41  _pthread_start + 176 (libsystem_pthread.dylib + 12773) [0x7fff819ee1e5] 1-41
          41  _pthread_body + 131 (libsystem_pthread.dylib + 12904) [0x7fff819ee268] 1-41
            41  _NSEventThread + 137 (AppKit + 1602363) [0x7fff86ec233b] 1-41
              41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                  41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                    41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                     *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Binary Images:
             0x10d1ed000 -        0x10d1edfff  com.apple.WebKit.WebContent 10600 (10600.3.18) <1049A240-EC53-3714-8209-F5019FC19A02>  /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.We bKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
          0x7fff819eb000 -     0x7fff819f4fff  libsystem_pthread.dylib (105.10.1)             <3103AA7F-3BAE-3673-9649-47FFD7E15C97>  /usr/lib/system/libsystem_pthread.dylib
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152)            <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff83cc4000 -     0x7fff83cecfff  libxpc.dylib (559.10.3)                        <876216DC-D5D3-381E-8AF9-49AE464E5107>  /usr/lib/system/libxpc.dylib
          0x7fff85521000 -     0x7fff85a34fff  com.apple.JavaScriptCore 10600 (10600.3.13)    <C0C3246C-D26F-3440-AC75-81CFFA4F9C91>  /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
          0x7fff86d3b000 -     0x7fff87885fff  com.apple.AppKit 6.9 (1344.72)                 <44EF7DEB-3072-3515-9F34-2857D557E828>  /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72)            <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff89354000 -     0x7fff8961afff  com.apple.WebKit 10600 (10600.3.18)            <F8E36318-4F4C-348B-B1DE-D4BE035036AD>  /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
          0x7fff8ab00000 -     0x7fff8ab03fff  libdyld.dylib (353.2.1)                        <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6>  /usr/lib/system/libdyld.dylib
          0x7fff8ac3d000 -     0x7fff8af41fff  com.apple.HIToolbox 2.1.1 (757.3)              <D827FC03-5668-3AA4-AF0E-46EEF7358EEA>  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)                    <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff7f80f5e000 - 0xffffff7f80f66fff  com.apple.kec.pthread 1.0 (1)                  <8365956C-8613-3ED4-BC64-0D8570D2089F>  /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                            <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         accountsd [294]
    Path:            /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       1881 pages
      Thread 0xd6a        DispatchQueue 1     41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9] 1-41
        41  ??? (accountsd + 2741) [0x10535cab5] 1-41
          41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
            41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
              41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                 *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0xd6f        DispatchQueue 2     41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Thread 0xf16ab      41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
    *41  wq_unsuspend_continue + 0 (pthread + 18452) [0xffffff7f80f62814] (suspended) 1-41
      Binary Images:
             0x10535c000 -        0x10535cfff  accountsd (504.7)                   <FE573A9B-A4D9-3E08-9F08-D98F65D9E14D>  /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152) <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff8ab00000 -     0x7fff8ab03fff  libdyld.dylib (353.2.1)             <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6>  /usr/lib/system/libdyld.dylib
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)         <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff7f80f5e000 - 0xffffff7f80f66fff  com.apple.kec.pthread 1.0 (1)       <8365956C-8613-3ED4-BC64-0D8570D2089F>  /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                 <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         AirPlayUIAgent [1061]
    Path:            /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       2043 pages
      Thread 0x1abf5      DispatchQueue 1     41 samples (1-41)   priority 46
      <thread QoS user interactive, IO policy important>
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9] 1-41
        41  NSApplicationMain + 1832 (AppKit + 10772) [0x7fff86d3da14] 1-41
          41  -[NSApplication run] + 594 (AppKit + 95635) [0x7fff86d52593] 1-41
            41  -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194 (AppKit + 145200) [0x7fff86d5e730] 1-41
              41  _DPSNextEvent + 964 (AppKit + 147329) [0x7fff86d5ef81] 1-41
                41  _BlockUntilNextEventMatchingListInModeWithFilter + 71 (HIToolbox + 190123) [0x7fff8ac6b6ab] 1-41
                  41  ReceiveNextEventCommon + 431 (HIToolbox + 190570) [0x7fff8ac6b86a] 1-41
                    41  RunCurrentEventLoopInMode + 235 (HIToolbox + 191215) [0x7fff8ac6baef] 1-41
                      41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                        41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                          41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                            41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                             *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x1ac6b      DispatchQueue 2     41 samples (1-41)   priority 46
      <thread QoS user interactive, IO policy important>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Thread 0x1acb3      41 samples (1-41)   priority 46
      <thread QoS user interactive, IO policy important>
      41  thread_start + 13 (libsystem_pthread.dylib + 5149) [0x7fff819ec41d] 1-41
        41  _pthread_start + 176 (libsystem_pthread.dylib + 12773) [0x7fff819ee1e5] 1-41
          41  _pthread_body + 131 (libsystem_pthread.dylib + 12904) [0x7fff819ee268] 1-41
            41  _NSEventThread + 137 (AppKit + 1602363) [0x7fff86ec233b] 1-41
              41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                  41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                    41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                     *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Binary Images:
             0x10ae97000 -        0x10ae9cfff  com.apple.AirPlayUIAgent 2.0 (215.15) <24B86EE0-207E-3D74-9DE9-3338EA4163B0>  /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent
          0x7fff819eb000 -     0x7fff819f4fff  libsystem_pthread.dylib (105.10.1)    <3103AA7F-3BAE-3673-9649-47FFD7E15C97>  /usr/lib/system/libsystem_pthread.dylib
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152)   <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff86d3b000 -     0x7fff87885fff  com.apple.AppKit 6.9 (1344.72)        <44EF7DEB-3072-3515-9F34-2857D557E828>  /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72)   <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff8ab00000 -     0x7fff8ab03fff  libdyld.dylib (353.2.1)               <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6>  /usr/lib/system/libdyld.dylib
          0x7fff8ac3d000 -     0x7fff8af41fff  com.apple.HIToolbox 2.1.1 (757.3)     <D827FC03-5668-3AA4-AF0E-46EEF7358EEA>  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)           <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                   <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         airportd [30]
    Path:            /usr/libexec/airportd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       1840 pages
      Thread 0x1eb        DispatchQueue 1     41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9] 1-41
        41  ??? (airportd + 235530) [0x10abe180a] 1-41
          41  -[NSRunLoop(NSRunLoop) run] + 74 (Foundation + 1466959) [0x7fff88b1d24f] 1-41
            41  -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278 (Foundation + 436297) [0x7fff88a21849] 1-41
              41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                  41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                    41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                     *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x433        DispatchQueue 2     41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  _dispatch_mgr_invoke + 176 (libdispatch.dylib + 19786) [0x7fff8f0e5d4a] 1-41
          41  __select_nocancel + 10 (libsystem_kernel.dylib + 91154) [0x7fff87fbe412] 1-41
           *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Thread 0x5f2        41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  __select + 10 (libsystem_kernel.dylib + 91130) [0x7fff87fbe3fa] 1-41
       *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Binary Images:
             0x10aba8000 -        0x10ac87fff  airportd (1010.64)                  <19F41714-1140-363A-A12F-D0CAE963A4CD>  /usr/libexec/airportd
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152) <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff889b7000 -     0x7fff88ce5fff  com.apple.Foundation 6.9 (1152.14)  <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA>  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8ab00000 -     0x7fff8ab03fff  libdyld.dylib (353.2.1)             <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6>  /usr/lib/system/libdyld.dylib
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)         <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                 <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         amfid [291]
    Path:            /usr/libexec/amfid
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean (allows idle exit)
    Task size:       1221 pages
      Thread 0xd53        DispatchQueue 2     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Thread 0xd54        DispatchQueue 11    41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  __sigsuspend_nocancel + 10 (libsystem_kernel.dylib + 91970) [0x7fff87fbe742] 1-41
       *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Binary Images:
             0x10cbc9000 -        0x10cbcafff  amfid (133.1.1)                     <6DFB17C8-CB07-3730-83A8-391C498C7EB6>  /usr/libexec/amfid
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)         <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                 <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         appleeventsd [24]
    Path:            /System/Library/CoreServices/appleeventsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             55
    Task size:       1237 pages (-9)
    Note:            3 idle work queue threads omitted
      Thread 0x41b        DispatchQueue 2     41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Thread 0x41c        DispatchQueue 11    41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  __sigsuspend_nocancel + 10 (libsystem_kernel.dylib + 91970) [0x7fff87fbe742] 1-41
       *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Binary Images:
             0x100a9e000 -        0x100a9efff  appleeventsd (681)                  <FB31726D-933F-32CD-BE6B-F8598AA15431>  /System/Library/CoreServices/appleeventsd
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)         <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                 <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         AppleIDAuthAgent [320]
    Path:            /System/Library/CoreServices/AppleIDAuthAgent
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       2264 pages
      Thread 0xfa2        DispatchQueue 2     41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Thread 0x10dc       DispatchQueue 19    41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  start_wqthread + 13 (libsystem_pthread.dylib + 5133) [0x7fff819ec40d] 1-41
        41  _pthread_wqthread + 729 (libsystem_pthread.dylib + 13879) [0x7fff819ee637] 1-41
          41  _dispatch_worker_thread3 + 91 (libdispatch.dylib + 77796) [0x7fff8f0f3fe4] 1-41
            41  _dispatch_root_queue_drain + 463 (libdispatch.dylib + 18103) [0x7fff8f0e56b7] 1-41
              41  _dispatch_queue_invoke + 202 (libdispatch.dylib + 28364) [0x7fff8f0e7ecc] 1-41
                41  _dispatch_queue_drain + 571 (libdispatch.dylib + 20820) [0x7fff8f0e6154] 1-41
                  41  _dispatch_source_invoke + 412 (libdispatch.dylib + 22059) [0x7fff8f0e662b] 1-41
                    41  _dispatch_source_latch_and_call + 721 (libdispatch.dylib + 51326) [0x7fff8f0ed87e] 1-41
                      41  _dispatch_client_callout + 8 (libdispatch.dylib + 7187) [0x7fff8f0e2c13] 1-41
                        41  _dispatch_after_timer_callback + 77 (libdispatch.dylib + 58744) [0x7fff8f0ef578] 1-41
                          41  _dispatch_client_callout + 8 (libdispatch.dylib + 7187) [0x7fff8f0e2c13] 1-41
                            41  _dispatch_call_block_and_release + 12 (libdispatch.dylib + 25379) [0x7fff8f0e7323] 1-41
                              41  ??? (AppleIDAuthAgent + 13366) [0x1091de436] 1-41
                                41  semaphore_timedwait_trap + 10 (libsystem_kernel.dylib + 70962) [0x7fff87fb9532] 1-41
                                 *41  semaphore_wait_continue + 0 (kernel + 1373536) [0xffffff800034f560] 1-41
      Thread 0xfa5        41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  __sigsuspend_nocancel + 10 (libsystem_kernel.dylib + 91970) [0x7fff87fbe742] 1-41
       *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Thread 0x1137       41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
        41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
          41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
           *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x1146       41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  thread_start + 13 (libsystem_pthread.dylib + 5149) [0x7fff819ec41d] 1-41
        41  _pthread_start + 176 (libsystem_pthread.dylib + 12773) [0x7fff819ee1e5] 1-41
          41  _pthread_body + 131 (libsystem_pthread.dylib + 12904) [0x7fff819ee268] 1-41
            41  __NSThread__main__ + 1345 (Foundation + 428298) [0x7fff88a1f90a] 1-41
              41  +[NSURLConnection(Loader) _resourceLoadLoop:] + 434 (CFNetwork + 658560) [0x7fff88f7dc80] 1-41
                41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                  41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                    41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                      41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                       *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x1257       41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  __select + 10 (libsystem_kernel.dylib + 91130) [0x7fff87fbe3fa] 1-41
       *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Binary Images:
             0x1091db000 -        0x109216fff  AppleIDAuthAgent (640.3)              <45629774-D804-35A2-B251-D430871E2FA8>  /System/Library/CoreServices/AppleIDAuthAgent
          0x7fff819eb000 -     0x7fff819f4fff  libsystem_pthread.dylib (105.10.1)    <3103AA7F-3BAE-3673-9649-47FFD7E15C97>  /usr/lib/system/libsystem_pthread.dylib
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152)   <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72)   <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff889b7000 -     0x7fff88ce5fff  com.apple.Foundation 6.9 (1152.14)    <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA>  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff88edd000 -     0x7fff890e0fff  com.apple.CFNetwork 720.2.4 (720.2.4) <E550C671-930F-3B12-8798-23898473E179>  /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)           <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                   <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         AppleMobileDeviceHelper [3343]
    Path:            /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/Current/Apple MobileDeviceHelper.app/Contents/MacOS/AppleMobileDeviceHelper
    Architecture:    x86_64
    Parent:          iTunes [3338]
    Responsible:     iTunes [3338]
    UID:             501
    Task size:       1578 pages
      Thread 0xb8048      DispatchQueue 1     41 samples (1-41)   priority 31
      <thread QoS legacy, IO policy important>
      41  ??? [0x100001e64] 1-41
        41  ??? [0x100002c22] 1-41
          41  ??? [0x10000b95a] 1-41
            41  __select + 10 (libsystem_kernel.dylib + 91130) [0x7fff87fbe3fa] 1-41
             *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Thread 0xb804b      DispatchQueue 2     41 samples (1-41)   priority 31
      <thread QoS legacy, IO policy important>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Thread 0xb8058      41 samples (1-41)   priority 31
      <thread QoS legacy, IO policy important>
      41  __select + 10 (libsystem_kernel.dylib + 91130) [0x7fff87fbe3fa] 1-41
       *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Binary Images:
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)         <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                 <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         AppleSpell [458]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             501
    Sudden Term:     Clean
    Task size:       5105 pages
      Thread 0x200a       DispatchQueue 1     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9] 1-41
        41  ??? (AppleSpell + 7362) [0x10c42fcc2] 1-41
          41  -[NSSpellServer run] + 73 (Foundation + 1671256) [0x7fff88b4f058] 1-41
            41  CFRunLoopRun + 97 (CoreFoundation + 1212145) [0x7fff827fdef1] 1-41
              41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                  41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                    41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                     *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x200e       DispatchQueue 2     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Binary Images:
             0x10c42e000 -        0x10c511fff  com.apple.AppleSpell 2.2.2 (274.2)  <B6BE2085-9EC6-3CCC-B8EC-C96DD7A182DA>  /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152) <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff889b7000 -     0x7fff88ce5fff  com.apple.Foundation 6.9 (1152.14)  <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA>  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8ab00000 -     0x7fff8ab03fff  libdyld.dylib (353.2.1)             <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6>  /usr/lib/system/libdyld.dylib
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)         <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                 <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         AppleSpell [2021]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             501
    Sudden Term:     Clean
    Task size:       679 pages
      Thread 0x6a8ca      DispatchQueue 1     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9] 1-41
        41  ??? (AppleSpell + 7362) [0x10c5f3cc2] 1-41
          41  -[NSSpellServer run] + 73 (Foundation + 1671256) [0x7fff88b4f058] 1-41
            41  CFRunLoopRun + 97 (CoreFoundation + 1212145) [0x7fff827fdef1] 1-41
              41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                  41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                    41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                     *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x6a8e6      DispatchQueue 2     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Binary Images:
             0x10c5f2000 -        0x10c6d5fff  com.apple.AppleSpell 2.2.2 (274.2)  <B6BE2085-9EC6-3CCC-B8EC-C96DD7A182DA>  /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152) <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff889b7000 -     0x7fff88ce5fff  com.apple.Foundation 6.9 (1152.14)  <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA>  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8ab00000 -     0x7fff8ab03fff  libdyld.dylib (353.2.1)             <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6>  /usr/lib/system/libdyld.dylib
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)         <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                 <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         AppleSpell [2616]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             501
    Sudden Term:     Clean
    Task size:       675 pages
      Thread 0x7ad1c      DispatchQueue 1     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9] 1-41
        41  ??? (AppleSpell + 7362) [0x108067cc2] 1-41
          41  -[NSSpellServer run] + 73 (Foundation + 1671256) [0x7fff88b4f058] 1-41
            41  CFRunLoopRun + 97 (CoreFoundation + 1212145) [0x7fff827fdef1] 1-41
              41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                  41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                    41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                     *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x7ad55      DispatchQueue 2     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Binary Images:
             0x108066000 -        0x108149fff  com.apple.AppleSpell 2.2.2 (274.2)  <B6BE2085-9EC6-3CCC-B8EC-C96DD7A182DA>  /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152) <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff889b7000 -     0x7fff88ce5fff  com.apple.Foundation 6.9 (1152.14)  <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA>  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8ab00000 -     0x7fff8ab03fff  libdyld.dylib (353.2.1)             <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6>  /usr/lib/system/libdyld.dylib
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)         <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                 <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         apsd [52]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       2477 pages
      Thread 0x201        DispatchQueue 1     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9] 1-41
        41  ??? (apsd + 372691) [0x1099effd3] 1-41
          41  -[NSRunLoop(NSRunLoop) run] + 74 (Foundation + 1466959) [0x7fff88b1d24f] 1-41
            41  -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278 (Foundation + 436297) [0x7fff88a21849] 1-41
              41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                  41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                    41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                     *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x4b4        DispatchQueue 2     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Thread 0x4f5        41 samples (1-41)   priority 63
      <timers coalesced, IO policy important>
      41  thread_start + 13 (libsystem_pthread.dylib + 5149) [0x7fff819ec41d] 1-41
        41  _pthread_start + 176 (libsystem_pthread.dylib + 12773) [0x7fff819ee1e5] 1-41
          41  _pthread_body + 131 (libsystem_pthread.dylib + 12904) [0x7fff819ee268] 1-41
            41  __NSThread__main__ + 1345 (Foundation + 428298) [0x7fff88a1f90a] 1-41
              41  +[NSURLConnection(Loader) _resourceLoadLoop:] + 434 (CFNetwork + 658560) [0x7fff88f7dc80] 1-41
                41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                  41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                    41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                      41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                       *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x9d7        41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  thread_start + 13 (libsystem_pthread.dylib + 5149) [0x7fff819ec41d] 1-41
        41  _pthread_start + 176 (libsystem_pthread.dylib + 12773) [0x7fff819ee1e5] 1-41
          41  _pthread_body + 131 (libsystem_pthread.dylib + 12904) [0x7fff819ee268] 1-41
            41  __select + 10 (libsystem_kernel.dylib + 91130) [0x7fff87fbe3fa] 1-41
             *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Binary Images:
             0x109995000 -        0x109a5bfff  apsd (275.4)                          <045087F6-4CA3-3CC8-9ADE-F3BFED10F03E>  /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
          0x7fff819eb000 -     0x7fff819f4fff  libsystem_pthread.dylib (105.10.1)    <3103AA7F-3BAE-3673-9649-47FFD7E15C97>  /usr/lib/system/libsystem_pthread.dylib
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152)   <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72)   <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib

  • How to get file input stream from the client machine by JSF Fileupload API?

    Dear Friends,
    How to get the file input stream from the client machine by JSF HtmlFileupload or fileupload API. At present, if i execute the file upload code in the client machine, it is able to get the local path of the file and looking for the file in server machine. So i am getting FileNotFoundException.
    E.g., If a file is located at client machine at following location means "C:\Test\Test.txt",
    uploadClass.getFileuploadComponent().getFilename().toString() returns "C:\Test\Test.txt". But it is looking for that file in server and throwing FileNotFoundException.
    Please post your replies soon.
    Thanks,
    JP

    Depends on which version of JSF you're using. If JSF 1.2, I wouldn't even bother trying to hack this into JSF itself unless you can use something like Seam 2 or richfaces.
    http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/rich_fileUpload.html
    http://docs.jboss.org/seam/2.2.1.CR3/reference/en-US/html/controls.html#d0e29259 (look for s:fileUpload)
    But if I were you, a simple non-jsf form with a servlet works best for taking file uploads.
    As for JSF 2.0, there are other ways of getting it done.
    http://balusc.blogspot.com/2009/12/uploading-files-with-jsf-20-and-servlet.html

  • Get only the filename not the full path of the file.

    hi to all..
    how can i get only the filename of the file not the full path and to be placed on a textinput.?
    example:
    when i'browse the file and select sample.txt
    "C:\Users\user\Desktop\folders\sample.txt" this will be inputted on the textinput.
    however, what i want to have is when i'browse and select a file..
    textinput should only contain "sample".
    does anyone knows how to do it?

    Hi cyrus@adobe,
    How are you getting the full path of the file when you browse, I dont think for security reasons the Flash Player will aloow to do so. You can only get the file name not the full path of the file when you browse.
    Are you using Flex4..?? I am not sure whether this is possible in Flex4..However if you are getting full path and if you wanted to show only the filename then you can just use theString class split function to acehive this..
    var fullPath:String = "C:\Users\user\Desktop\folders\sample.txt";
        var splitPath:Array = fullPath.split("\");
        textInput.text = splitPath[splitPath.length-1];
    Thanks,
    Bhasker

  • How do I convert documents automatically in the source path of the document

    Hi,
    i'm using Adobe Acrobat X Pro (10.1.6)
    currently i'm looking for an opportunity to convert in PDF into the sourcepath.
    Default is a local path like: libraries in my userprofile.
    For example: if I want to convert a document to PDF from a sub folder it suggest's me always the libraries path and i have to click to my subfolder for every document.
    This is annoying.
    How can I configure Adobe Acrobat X Pro that target path is automatically the source path of the file.
    Thank you in advance.

    Hi, Barry. I don't know why this solution didn't work for me :-\ Does it matter that my page numbers are in the footer and not the header? When I follow your direction, the pages do get numbered differently. My problem occurs with the last step.
    1. Open the Inspector. (Check!)
    2. Click the Layout button (second from left). (Check!)
    3. Click Section. (Check!)
    4. Make the two settings shown: (Check!)
    5. Go to Page 1 and delete the contents of the Header. (When I do this, the content for all footers is deleted...)
    I really appreciate your insight.

  • How to get rights for customization of the SRM

    Dear All,
    I am trying to make some customization on the SRM system (HU5 SAP SRM 7.0) available on ESWORKPLACE.
    Unfortunately I have no rights for changes, only for displaying SPRO settings.
    For example I am not able to make any changes under the "Define Process Levels" for Business Process Configuration (Workflow.)
    I am getting follwing message:
    "only authorizes you to display data.   Display locked data? "
    The exact path to the customizing is following:
    SAP Supplier Relationship Management->
    SRM Server->
    Cross-Application Basic Settings->
    Business Workflow->
    Process-Controlled Workflow->
    Business Process Configuration->
    Define Process Levels.
    Can you please advice, how can I get required rights for customizing SRM system ?
    Thank you very much,
    Regards,
    Michal

    Hi,
    You can't change anything on HU5 system, this system is from SAP for Enterprise Service demo/exploration. You can only view data, can't change/customize it.
    To do any change use your local IDES/development system.
    Regards,
    Gourav

Maybe you are looking for

  • How to import 12 different PPro files into one Encore file to make DVD

    I'm trying to create a DVD with 12 different lessons on it.  I have created 12 Premiere Pro CS4 files (each is a slideshow lessons with narration) and I want to bring them all into one Encore file.  I can send one file to Encore via Dynamic Link - bu

  • Word wrap splitting single word

    When I have a line that doesn't fit a single word, instead of trying again on the next parcel where it might fit, TLF (or maybe text.engine)  splits the single word between multiple lines.  Is there any way to change this behavior?

  • How to create a pop up window while creation of the delivery note.

    Hello Experts How to create a pop up window while creation of the delivery note. As soon as we go in to delivery note creation screen in VL01N, immediately a pop up screen should be displayed on the screen containing the following details, For e.g. S

  • Determine avg of student_marks quickly

    Hi every body, i have a table thrat contain approximately one million records, and i made a function that determine avg of selected student, but i takes 1 to 2 minutes (or more) to return the avg of this student, my question is : 1) is this normal. 2

  • 0material DTP's are failing

    Dear experts!! We are trying to load Material in Development and Quality environment but we are not able. Our 0MATERIAL DTPs load fail in BID and BIT but the infopackages to PSA work always correctly. In BIT, when we try to load the attributes DTP we