Files in Desktop Applications

How do I obtain the location of the install dir from within a desktop app? Do I have to define this during the install process or is there a programmatic way to determine the dir? I would like to store a few files with my app and would like them to be in a dir such as {app_home}/files instead of in the jar.
Thanks
Edited by: hesino on Mar 16, 2008 9:24 PM

es5f2000 wrote:
Note that in both cases, you're getting the
excution directory, not the installation directory. The VM has no
concept of "installation directory" -- you'd need to track that separately.A valid point. So what is a scenario when the execution dir would be different from the installation dir?
Running the java program from a different directory like "java installdir/myprogram.java"?
What I am really asking for is suggestions on how to track the install dir separately.

Similar Messages

  • How to make a installation file in desktop application??

    hello everybody,
    Actually i want to make a installation file for a desktop application.I know there are some thirdparty software vendors who are providing that. Let me know if any other tool is there in java to make a installation file for any desktop application.
    Thanx in advance

    well im not sure if there is an application but i do know you can use .bat files to open applications if your not sure what a .bat file is just msg back and ill explain and ill also do a example if you want so just ask ok soon ill rellase a link to my web-page so you can ask me stuff there soon and you can anwser other peoples questions

  • Unable to open desktop file /usr/share/applications/redhat-email.desktop for panel launcher: No such file or directory

    Dear Experts,
    Please note that I am facing a chllenge while confiuguring the VNCServer on the local test Server. The Local Test Sver OS Version is Redhat Enterprise Linux Server 
    Release 5.5 32-bit. Please review the following error message and advise me on how to fix the vncserver issue.
    [root@test .vnc]#  cat xstartup
    #!/bin/sh
    # Uncomment the following two lines for normal desktop:
    unset SESSION_MANAGER
    exec /etc/X11/xinit/xinitrc
    gnome-session &
    [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
    [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    xsetroot -solid grey
    vncconfig -iconic &
    #xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    twm &
    [root@test .vnc]#  cat /etc/sysconfig/vncservers
    # The VNCSERVERS variable is a list of display:user pairs.
    # Uncomment the lines below to start a VNC server on display :2
    # as my 'myusername' (adjust this to your own).  You will also
    # need to set a VNC password; run 'man vncpasswd' to see how
    # to do that.
    # DO NOT RUN THIS SERVICE if your local area network is
    # untrusted!  For a secure way of using VNC, see
    # <URL:http://www.uk.research.att.com/archive/vnc/sshvnc.html>.
    # Use "-nolisten tcp" to prevent X connections to your VNC server via TCP.
    # Use "-nohttpd" to prevent web-based VNC clients connecting.
    # Use "-localhost" to prevent remote VNC clients connecting except when
    # doing so through a secure tunnel.  See the "-via" option in the
    # `man vncviewer' manual page.
    # VNCSERVERS="2:myusername"
    # VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd -localhost"
    VNCSERVERS="1:oracle"
    [root@test .vnc]# ls
    passwd test.oracle.co.zm:1.pid  test.oracle.co.zm:3.log  test.oracle.co.zm:5.pid  test.oracle.co.zm:6.pid
    test.oracle.co.zm:1.log test.oracle.co.zm:2.log  test.oracle.co.zm:5.log  test.oracle.co.zm:6.log  xstartup
    [root@test .vnc]# more test.oracle.co.zm:1.log
    Xvnc Free Edition 4.1.2
    Copyright (C) 2002-2005 RealVNC Ltd.
    See http://www.realvnc.com for information on VNC.
    Underlying X server release 70101000, The X.Org Foundation
    Tue Mar 11 11:18:37 2014
    vncext:      VNC extension running!
    vncext:      Listening for VNC connections on port 5901
    vncext:      Listening for HTTP connections on port 5801
    vncext:      created VNC server for screen 0
    Could not init font path element unix/:7100, removing from list!
    localuser:root being added to access control list
    No profile for user 'root' found
    SESSION_MANAGER=local/test.oracle.co.zm:/tmp/.ICE-unix/13603
    Window manager warning: Log level 32: could not find XKB extension.
    ** (eggcups:13671): WARNING **: IPP request failed with status 1030
    ** (eggcups:13671): WARNING **: IPP request failed with status 1030
    ** (nm-applet:13697): WARNING **: No connections defined
    Initializing nautilus-open-terminal extension
    Unable to open desktop file /usr/share/applications/redhat-email.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-writer.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-impress.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-calc.desktop for panel launcher: No such file or directory
    [root@test .vnc]#
    Regards
    Mohammed Abdul Muqeet

    Hi,
    Try these 3 solutions
    1. Did you start vncserver services as:
    service vncserver start
    2.Check that port 5901 has not been blocked by a firewall:
    # nc -vz localhost 5901
    You should get a connection and a termination. If you get an error, fix the firewall.
    3. service iptables stop
    Hope This Helps
    Regards,
    -DK

  • We have developed a desktop application using Flash software and published the same for MAC environment. When we double click on the index.app file, the application is working perfectly in Mac 10.6.7 at our office. But if the same index.app file is double

    We have developed a desktop application using Flash software and published the same for MAC environment. When we double click on the index.app file, the application is working perfectly in Mac 10.6.7 at our office. But if the same index.app file is double clicked in Mac 10.6.7 at out clients location, its not opening. For your information the client is able to open this same application by double clicking on index.swf file. The main problem is that client is not able to open the application using index.app file at their office whereas we are able to do so at our office. Can anyone give some suggestions to sort this problem?

    The most common reason is different versions of Flash, or different versions of web browsers used.  Some users may elect to not have Flash installed at all because of the processor overhead of Flash.  If you are going to make an application for a client, check what operating system and browser versions they are using first.  Then determine if a stand alone application is required, or if they have the necessary plugins to run specific browser enhanced code.
    P.S. MAC is an acronym for Media Access Control.  Mac is the shorthand for Macintosh, the operating system and computers made by Apple Inc.

  • How to add a CSV file to a desktop application and access it?

    I'm writing a desktop application for looking up phone numbers (this numbers are stored in a .CSV file). Where should I put the file in the project and how to access it? I intend to put it in the project and open it in a buffered reader!
    Thanks!

    The best place to put application data is probably user.home, as described in the [Store Application Settings and Components|http://sdnshare.sun.com/view.jsp?id=2305] post at SDNShare.
    If those listings are still messed up, try these alternate renderings of [AppStore.java|http://pscode.org/fmt/sbx.html?url=/test%2FAppStore.java&col=2&fnt=2&tab=2&ln=0] & [AppStoreDemo.java|http://pscode.org/fmt/sbx.html?url=/test%2FAppStoreDemo.java&col=2&fnt=2&tab=2&ln=0].

  • Access to local file system for desktop application

    As a .NET and VBA developer/user, I have found Flash to be a
    great RAD development solution for certain desktop app. projects...
    if only actionscript could access the local file system and talk to
    local (preferably non-XML) data-sources!
    I'm not familiar with the latest version of Flash CS3 &
    Actionscript 3.0
    Is there any reliable way Flash CS3 can be programmed to access
    the user's local file system - that is, as a stand-alone desktop
    application????

    Thanks for the response.
    I hope Adobe catches a clue ... with Microsoft's Windows
    Presentation Framework and the new ability of easily implementing
    Flash-like animation on .NET apps, Adobe is going to have to get
    busy. Stand-alone desktop apps still rule (as opposed to web-based)
    in the business world, and they are driven by data. If Flash was
    capable of easily talking to local data-sources (Access, Excel,
    Text etc.), it could significantly increase its adoption as a
    widely used business RAD tool. The Flash IDE is great and rivals
    any Microsoft RAD IDE + users love the slick Flash GUIs.

  • Getting problem during deploying desktop application with JNLP File.

    Hi,
    I am developing one standalone (desktop) application in swing. I want to make one jnlp file that would be install on my computer as a client(suppose). When i am doing jav web start enabled after that making application descriptor. But when i am running a web browser where i have stored my html file. but it is giving me an error that codebase or something like this. Please tell me is there any other way to do this task. Please help me to do this. Is NetBeans ide is best way to do this. please help me.
    Thanks in advance.
    Manveer.

    >
    ...but it is giving me an error that codebase or something like this. ...>Try changing the JNLP file to 'something like that', that might work.
    In case it does not, I provide a tool called JaNeLA that will provide a lot more specific error message(s) than 'something like this'.
    Really, I cannot see you getting better help than on some of your other recent threads, with vague, unspecific error messages, and without putting the JNLP file and other relevant information.

  • Desktop Application Distribution with Files in ZFS 6.5

    I'm trying to do a Desktop Application Distribution with a simple NAL and
    can not get the files associated with the NAL to copy to the subscriber
    server. I am using ZFS 6.5 SP1. I am using a mapped drive letter in the NAL
    and have chosen "Keep the same source paths for the replicated objects" in
    the distribution. I also have defined a variable in the service location
    package as 'drive letter'='volume name' and associated this policy with the
    container that the distributor and subscriber are in. I checked the box in
    the subscriber's variable property to use this policy. The documentation
    also says to use a SOURCE_PATH macro and 'Package Source List' to define the
    mapped drive but I am unsure how those should be defined. Should they be
    just a drive letter or the entire path to the applications files? Also, I'm
    not sure if anything else is need to make this work.
    Any Ideas of what I might need to do to get this to work?
    Thanks!
    John

    Graham,
    Thanks for the suggestions. I thought this type of distribution still
    worked in Zen 6.5. It used to work great for us under Zen 6 and I hadn't
    seen anything that said it didn't work with Zen 6.5. We'll probably use a
    second distribution for the short term and then try one of your other
    suggestions or see if we can find another way that works better.
    John
    "Graham Mitchell" <[email protected]> wrote in message
    news:[email protected]...
    > Depends on the kind of app you're trying to distribute... If it's a simple
    > one ie you run something like setup.exe in a directory of files, then the
    > files will NOT replicate out. If it's an MSI you're trying to distribute,
    > even one with a file of support files (like say office), these WILL
    > replicate out. Unfortunately, this is working as designed. You'll also
    > find
    > that file rights are NOT copied out yet either...
    >
    > There are a couple of ways round it... One is to do a seperate file
    > distribution object to copy out the needed files/directories - I think
    > this
    > is messy, as you need to have 2 distributions for each application.
    >
    > You can use the repackager that comes with Zen to repackage the files into
    > an MSI and use that to install the application on the workstations. This
    > will replicate out fine.
    >
    > Another way, and they way we're starting to look at doing it, since it
    > resolves some issues with workstation associated installs, is to have the
    > application object copy all the files from the server onto the local
    > workstation and run the install from there. To do that, you need a
    > SOURCE_PATH pointing to the server distribution point, and another
    > variable
    > (we call it INSTALL_PATH) pointing to somewhere on the local workstation
    > (C:\Install\MS\Office2k3). We then run the install from this location.
    > Since
    > all the files are mentioned in the distribution portion of the application
    > object, when we distribute the application out to the remote servers, all
    > the required files are copied out too.
    >
    > To do this manually for more than a couple of files is a royal pain in the
    > ass... however, there's a makeaxt.pl PERL script available on
    > coolsolutions
    > that does most of the donkey work for you - give it the source and
    > destination directories, and it will make an AXT file you can import. The
    > only thing we have to do is to hit it with an editor, and replace the
    > absolute paths (C:\Install\MS\Office2k3) with the variable we want to use
    > (INSTALL_PATH).
    >
    > We're actually doing this, combined with the MSIs at the moment, since
    > we're
    > doing an image/application refresh for WinXPSP2, so we're rebuilding all
    > the
    > apps this way.
    >
    > If anyone is doing it differently, or has other suggestions, I'd love to
    > hear...
    >
    >
    >
    > Graham
    >
    >
    >
    > "John Malinowski" <[email protected]> wrote in message
    > news:[email protected]...
    >> I'm trying to do a Desktop Application Distribution with a simple NAL and
    >> can not get the files associated with the NAL to copy to the subscriber
    >> server. I am using ZFS 6.5 SP1. I am using a mapped drive letter in the
    > NAL
    >> and have chosen "Keep the same source paths for the replicated objects"
    >> in
    >> the distribution. I also have defined a variable in the service
    >> location
    >> package as 'drive letter'='volume name' and associated this policy with
    > the
    >> container that the distributor and subscriber are in. I checked the box
    > in
    >> the subscriber's variable property to use this policy. The documentation
    >> also says to use a SOURCE_PATH macro and 'Package Source List' to define
    > the
    >> mapped drive but I am unsure how those should be defined. Should they be
    >> just a drive letter or the entire path to the applications files? Also,
    > I'm
    >> not sure if anything else is need to make this work.
    >>
    >> Any Ideas of what I might need to do to get this to work?
    >>
    >> Thanks!
    >>
    >> John
    >>
    >>
    >
    >

  • Error Installing Adobe Air from Story Desktop Application Installer

    This is truly driving me nuts already.
    Every time I try to install the Desktop Application from the Story website, it says I must install Adobe Air. So I click Install, it shows the progress bar to 100%, then errors out with a window. The window header reads "Adobe AIR Installer" and the main section of the window reads "Couldn't write the application to the hard disk. Please verify the hard disk is available and try again." - There is a Retry and Cancel. Retry does it all again with same results.
    No, I had no previous versions of Adobe Air. So I tried installing AIR direct from the Adobe website, and it installs fine. So I go back to the Story webpage and try installing the Desktop Application again and the exact same set of events as described above happens. I uninstalled the AIR install, tried again, same result.
    I had Production Premium CS3 previously, and installed Production Premium CS5 UPGRADE. All the programs in the suite work like a charm!
    I'm running Windows 7 64 bit with 208 Gig free on my C drive, as well as over 500 gig free spread out over two other drives. 8 Gig memory, and two Nvidia Qadro FX 3500 video cards (If that matters at all). Full admin rights to the PC, not limited in any way.
    A quick Google search shows plenty of other people having the same problem,  just no known fixes I've found!
    HELP!!!
    PS- I have a picture of the error message, but the insert picture link is greyed out and won't let me add anything to this post.

    Here is the installer log entries as requested:
    9/3/10 11:34:54 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] Starting app install of file:///Users/Shared/Downloads/AdobeStory.air
    9/3/10 11:34:54 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] UI SWF load is complete
    9/3/10 11:34:55 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] UI initialized
    9/3/10 11:34:55 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] beginning UI styling
    9/3/10 11:34:55 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] UI styling complete
    9/3/10 11:34:55 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] Unpackaging to /private/var/folders/dJ/dJl0jNt6GK4MiC2esOh-GU+++TM/TemporaryItems/FlashTmp0
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] unpackaging/validation is complete
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] application is bound to this version of the runtime
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] app id com.adobe.AdobeStory
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] pub id 4875E02D9FB21EE389F73B8D1702B320485DF8CE.1
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] Application located at /Applications
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] The certificate of the installed app fails to match either the signature or migration signature of the AIR file
    9/3/10 11:35:01 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] starting cleanup of temporary files
    9/3/10 11:35:02 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] application installer exiting
    9/3/10 11:35:02 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] application installer exiting
    9/3/10 11:35:02 AM com.apple.launchd[223] ([0x0-0x40040].com.adobe.air.ApplicationInstaller[344]) Exited with exit code: 9
    Thank you for your help.

  • Web application and desktop application?

    Hi everyone,
    I am new to this platform.I have a basic doubts that whats the difference between developing application in flex as a web application and desktop application from programming point of view?Can we use same code in both cases?
    Please guide me....
    Thanks

    Hi and welcome,
    The main difference between a web application and a desktop application is that web applications do not have access and can't manipulate your local system ( you can't open a window that displays all your local files, you can't delete, rename, edit local files and so on ). Obviously, this is just one difference, there are many more ( the best would be if you google for "web aplication vs desktop application" because the same rules apply for 99% if not all the platforms you can find out there ).
    Desktop applications can have full control of your local system ( obviously, we have to take in consideration the platform we are using because since AIR is quite new in the desktop application field it is also more limited than other languages that have been used successfully to create desktop applications for years and year; like ce C# or C++ and so on ).
    Another important difference is that desktop applications usually need to be installed in order to function where on the other hand, web applications can run in the browser without you having to install the aplication you are about to view on your computer ( in some cases, like of the Flash and Flex platforms, you only require a "special player" that can display the content you are trying to access... for Flash and Flex applications you need the Flash Player installed for your browser ).
    So, before jumping into a project/platform you need to know your target. If you goal is to offer a fast, easy to access and no install required application to your users then you'll usually go with a web application. If your application needs to work with local files, maybe local databases, or it needs more control over the user's PC and so on, then you'll most likely go with a desktop application.
    With kind regards,
    Barna Biro

  • Java desktop application run problem

    Hi.
    I have designed java desktop application which includes some libraries (XMLparserV2.jar, Ojdbc6.jar,xdb.jar, Orai18n-mapping,jar) with XML ini file.
    Then I have done deploy to jar. After it I relocated jar file and XML ini files to separate directory and ran javaw -jar myjarfile.jar. I can't see anything.
    Where I can see any errors ?
    Thanks for reply in advance.
    Andrii.

    Try running java -jar myjarfile.jar from the command line and see if you get any errors showing up (probably missing classes in your path)

  • Netbeans Java Desktop Application Problem

    Hi
    I have build a java desktop application via netbeans and it creates a jnlp file to execute this applets however in my project when i press a button on an applet it opens another applet and send some parameter via html file how can i do that in desktop application because it doesnt have html file it only has jnlp file ?
    Thanks

    I guess I didnt make myself clear enough,I dont want to use another applet's public methods I want to execute it
    Lets make a scenario
    assume that I have an applet a and applet b
    on applet a there is a button called open applet b and when somebody press this button applet b will be opened
    Before I was doing that like this
                URL page = new URL("http://www.xxx.edu.tr/~team5/nps/build/giris.html");
                getAppletContext().showDocument(page,"_self");but now I made the project netbeans desktop application so I dont have any html file I only have jnlp and jar files
    so what should I do to maintain opening an applet from another applet?
    Thanks

  • Trouble logging in to desktop application

    Hi,
    I've been a user of Adobe story since the first couple of weeks of it's free trial a year back, but I'm having trouble logging into the desktop application now. Whenever I try to sign in, it gives me the "signing in..." window, but then the window closes and it leaves me on the first page with only two options "learn more" or "sign in."
    Another discussion thread told me to delete the "PrivateEncryptedDatak" keychain from the keychain access application, but that didn't help. I also tried deleting the files in the ELS of the AIR application library (aka just moving them so I could return them in case this didn't solve the problem), and that just prompted me to upgrade my account. After putting the files back into the ELS of the AIR application library, it didn't prompt me to upgrade my account but the previous problem remained.
    I was able to log into the desktop application about 2-3 weeks ago, no problem. I am still able to log onto the application through the browser without a problem either - except for that it doesn't have the changes I made to my scripts 2-3 weeks ago.
    Any help?
    Thanks,
    Michael

    Thanks for your help! I'll go ahead and try that.
    A couple of questions first:
    "Rename/Delete your local DB (keep a copy of it, this is your data you will need to restore it) ( It can be found at OSX:  /Users/username/Library/Preferences/ com.adobe.AdobeStory.4875E02D9FB21EE389F73B8D1702B320485DF8CE.1 If Libraryfolder in not visible then follow the steps listed on this page (http://osxdaily.com/2011/07/22/access-user-library-folder-in-os-x-lion /) to reach to library folder)"
    There is also a com.adobe.AdobeStory.4875E02D9FB21EE389F73B8D1702B320485DF8CE.1.plist file. Should I delete this too or just the com.adobe.AdobeStory.4875E02D9FB21EE389F73B8D1702B320485DF8CE.1 folder?
    "Ideally now AIR application is only for the subscribed users but in case it was already being used that user should be able to use it in offline mode. If none of these solutions work out we can help you extract your data from your local DB."
    -Does this mean that I will no longer be able to use the desktop application online? A friend of mine who started using the adobe story with me around the same time (a year ago when adobe was only offering story for free) and he is still able to use his desktop application online. If I can only use the desktop application offline, how will it ever sync with the browser version?
    Thanks!

  • Finder keep crashing everytime i put file in Desktop

    Finder keep crashing everytime i put file in Desktop
    1. if i copy 1 file to Desktop this is always happened , blinking repeatedly ,  Until i delete from terminal   (rm ~/Desktop/<files here>  , the blinking stop and i click "Don't restore windows"
    2.so all the desktop should be cleaned other wise what happened in number one is happened
    3. if i login with different user the problem not occurred . but i badly need this current user that i has due to a lot of setup.
    already tried delete the .DS_Store in my home directory but did not help. I plan to delete the com.apple.sidebarlists.plist but dont have any guts to do it
    better escalate it to this thread.
    Kindly find the logs:
    Process:    
    Finder [475]
    Path:       
    /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier: 
    com.apple.finder
    Version:    
    10.7.3 (10.7.3)
    Build Info: 
    Finder_FE-751003013000000~4
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [269]
    Date/Time:  
    2012-08-28 22:52:59.120 +0800
    OS Version: 
    Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Crashed Thread:  5  Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
    __TEXT            
    0000000101cea000-00000001021f6000 [ 5168K] r-x/rwx SM=COW  /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Application Specific Information:
    objc[475]: garbage collection is OFF
    Thread 0:: Dispatch queue: CFPreferences Background Sync Queue
    0   libsystem_kernel.dylib   
    0x00007fff99991e9e stat$INODE64 + 10
    1   com.apple.CoreFoundation 
    0x00007fff94d1c659 -[CFXPreferencesPropertyListSourceSynchronizer _backingPlistChangedSinceLastSync] + 89
    2   com.apple.CoreFoundation 
    0x00007fff94d1c393 -[CFXPreferencesPropertyListSourceSynchronizer synchronizeAlreadyFlocked] + 35
    3   com.apple.CoreFoundation 
    0x00007fff94d1c319 -[CFXPreferencesPropertyListSourceSynchronizer synchronize] + 425
    4   com.apple.CoreFoundation 
    0x00007fff94d1bf9c -[CFXPreferencesPropertyListSource synchronize] + 108
    5   com.apple.CoreFoundation 
    0x00007fff94d1b3a6 ___CFXPreferencesSynchronize_block_invoke_1 + 54
    6   com.apple.CoreFoundation 
    0x00007fff94d1b360 ____CFXPREFS_SYNC_LOCKED_block_invoke_1 + 32
    7   libdispatch.dylib        
    0x00007fff96edcc79 _dispatch_barrier_sync_f_invoke + 33
    8   com.apple.CoreFoundation 
    0x00007fff94d1b313 CFPreferencesSynchronize + 323
    9   com.apple.FileSync.framework 
    0x00007fff8e9d8460 SFIDiskMirrorCopyIDiskUsername + 204
    10  com.apple.FileSync.framework 
    0x00007fff8e9d863a SFIDiskMirrorCopyPair + 84
    11  com.apple.finder         
    0x0000000101d11d67 0x101cea000 + 163175
    12  com.apple.Foundation     
    0x00007fff96b81186 __NSFireDelayedPerform + 392
    13  com.apple.CoreFoundation 
    0x00007fff94d2b934 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    14  com.apple.CoreFoundation 
    0x00007fff94d2b486 __CFRunLoopDoTimer + 534
    15  com.apple.CoreFoundation 
    0x00007fff94d0be11 __CFRunLoopRun + 1617
    16  com.apple.CoreFoundation 
    0x00007fff94d0b486 CFRunLoopRunSpecific + 230
    17  com.apple.HIToolbox      
    0x00007fff940564d3 RunCurrentEventLoopInMode + 277
    18  com.apple.HIToolbox      
    0x00007fff9405d781 ReceiveNextEventCommon + 355
    19  com.apple.HIToolbox      
    0x00007fff9405d60e BlockUntilNextEventMatchingListInMode + 62
    20  com.apple.AppKit         
    0x00007fff970f5e31 _DPSNextEvent + 659
    21  com.apple.AppKit         
    0x00007fff970f5735 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    22  com.apple.AppKit         
    0x00007fff973a9acd -[NSApplication _realDoModalLoop:peek:] + 610
    23  com.apple.AppKit         
    0x00007fff973a9701 -[NSApplication runModalForWindow:] + 120
    24  com.apple.AppKit         
    0x00007fff9739cd65 -[NSAlert runModal] + 159
    25  com.apple.AppKit         
    0x00007fff97124c4f __-[NSPersistentUIManager promptToIgnorePersistentState]_block_invoke_1 + 815
    26  com.apple.AppKit         
    0x00007fff973a2b1a -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 31
    27  com.apple.AppKit         
    0x00007fff971248e8 -[NSPersistentUIManager promptToIgnorePersistentState] + 178
    28  com.apple.AppKit         
    0x00007fff970f90a4 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 180
    29  com.apple.AppKit         
    0x00007fff970fa361 -[NSApplication _sendFinishLaunchingNotification] + 358
    30  com.apple.AppKit         
    0x00007fff970f617b _DPSNextEvent + 1501
    31  com.apple.AppKit         
    0x00007fff970f5735 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    32  com.apple.AppKit         
    0x00007fff970f2071 -[NSApplication run] + 470
    33  com.apple.AppKit         
    0x00007fff9736e244 NSApplicationMain + 867
    34  com.apple.finder         
    0x0000000101cf04af 0x101cea000 + 25775
    35  com.apple.finder         
    0x0000000101cf0474 0x101cea000 + 25716
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff999917e6 kevent + 10
    1   libdispatch.dylib        
    0x00007fff96edc78a _dispatch_mgr_invoke + 923
    2   libdispatch.dylib        
    0x00007fff96edb31a _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib   
    0x00007fff99991192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff9623b594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff9623cb85 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib   
    0x00007fff99991192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff9623b594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff9623cb85 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib   
    0x00007fff99991192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff9623b594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff9623cb85 start_wqthread + 13
    Thread 5 Crashed:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   com.apple.DesktopServices
    0x00007fff997e0718 BTreeIterator::PushForward(Page*) + 30
    1   com.apple.DesktopServices
    0x00007fff997e06d3 BTreeIterator::BuildStack(IAOrderedStorable const*) + 81
    2   com.apple.DesktopServices
    0x00007fff997e0657 BTreeIterator::BTreeIterator(BTree*) + 31
    3   com.apple.DesktopServices
    0x00007fff997e0618 BTree::MakeIterator() + 34
    4   com.apple.DesktopServices
    0x00007fff997de6ee TPropertyInfo::MakeProperties(TPropertyInfoList*, unsigned char*, unsigned int, bool) + 216
    5   com.apple.DesktopServices
    0x00007fff99869cd4 TPropertyInfo::CreatePropertyList(TCountedPtr<TFSInfo> const&, double&, long long&, bool, bool, TPropertyInfoList*) + 422
    6   com.apple.DesktopServices
    0x00007fff99869ada TPropertyInfo::CreatePropertyList(TCountedPtr<TCFURLInfo> const&, double&, long long&, bool, bool, TPropertyInfoList*) + 154
    7   com.apple.DesktopServices
    0x00007fff997de52e THFSPlusPropertyStore::Open(bool, bool) const + 130
    8   com.apple.DesktopServices
    0x00007fff997de48e THFSPlusPropertyStore::GetProperties(bool) const + 38
    9   com.apple.DesktopServices
    0x00007fff997e77af THFSPlusPropertyStore::CreateUniqueNameList() + 113
    10  com.apple.DesktopServices
    0x00007fff997d0961 TNode::ScavengeProperties(bool) + 345
    11  com.apple.DesktopServices
    0x00007fff997cd675 TNode::HandleSync(unsigned int) + 1403
    12  com.apple.DesktopServices
    0x00007fff997dae34 TNode::HandlePopulate(bool) const + 92
    13  com.apple.DesktopServices
    0x00007fff9980a69c TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 700
    14  com.apple.DesktopServices
    0x00007fff998303d3 __PostNodeTaskRequest_block_invoke_010 + 82
    15  com.apple.DesktopServices
    0x00007fff99843bb8 ExceptionSafeBlock(void ( block_pointer)()) + 15
    16  com.apple.DesktopServices
    0x00007fff9983037b __PostNodeTaskRequest_block_invoke_0 + 88
    17  libdispatch.dylib        
    0x00007fff96edaa86 _dispatch_call_block_and_release + 18
    18  libdispatch.dylib        
    0x00007fff96edc2d6 _dispatch_queue_drain + 264
    19  libdispatch.dylib        
    0x00007fff96edc132 _dispatch_queue_invoke + 54
    20  libdispatch.dylib        
    0x00007fff96edb92c _dispatch_worker_thread2 + 198
    21  libsystem_c.dylib        
    0x00007fff9623b3da _pthread_wqthread + 316
    22  libsystem_c.dylib        
    0x00007fff9623cb85 start_wqthread + 13
    Thread 6:: Dispatch queue: TNodeEngine 0x10249d160
    0   libsystem_kernel.dylib   
    0x00007fff99990bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff9623d2a6 _pthread_cond_wait + 890
    2   com.apple.finder         
    0x0000000101d335ef 0x101cea000 + 300527
    3   com.apple.finder         
    0x0000000101d3395e 0x101cea000 + 301406
    4   com.apple.finder         
    0x0000000101cfdf55 0x101cea000 + 81749
    5   com.apple.finder         
    0x0000000101d3379b 0x101cea000 + 300955
    6   com.apple.finder         
    0x0000000101d3371f 0x101cea000 + 300831
    7   com.apple.finder         
    0x0000000101d3358a 0x101cea000 + 300426
    8   com.apple.finder         
    0x0000000101cfde70 0x101cea000 + 81520
    9   com.apple.finder         
    0x0000000101d333a8 0x101cea000 + 299944
    10  com.apple.finder         
    0x0000000101d33291 0x101cea000 + 299665
    11  com.apple.finder         
    0x0000000101d0bce8 0x101cea000 + 138472
    12  libdispatch.dylib        
    0x00007fff96edaa86 _dispatch_call_block_and_release + 18
    13  libdispatch.dylib        
    0x00007fff96edc2d6 _dispatch_queue_drain + 264
    14  libdispatch.dylib        
    0x00007fff96edc132 _dispatch_queue_invoke + 54
    15  libdispatch.dylib        
    0x00007fff96edb92c _dispatch_worker_thread2 + 198
    16  libsystem_c.dylib        
    0x00007fff9623b3da _pthread_wqthread + 316
    17  libsystem_c.dylib        
    0x00007fff9623cb85 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib   
    0x00007fff99991192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff9623b594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff9623cb85 start_wqthread + 13
    Thread 8:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib   
    0x00007fff99990df2 __select + 10
    1   com.apple.CoreFoundation 
    0x00007fff94d54c8b __CFSocketManager + 1355
    2   libsystem_c.dylib        
    0x00007fff962398bf _pthread_start + 335
    3   libsystem_c.dylib        
    0x00007fff9623cb75 thread_start + 13
    Thread 5 crashed with X86 Thread State (64-bit):
      rax: 0x00007fa1e2d87bb0  rbx: 0x00007fa1e2d87b80  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x00000001022f4000  rsi: 0x0000000000000000  rbp: 0x00000001027ec960  rsp: 0x00000001027ec940
       r8: 0x000000000000001d   r9: 0x000000000000087a  r10: 0x0000000000000000  r11: 0x00007fa1e2d87bb0
      r12: 0x0000000000000000  r13: 0x0000000000010804  r14: 0x00007fff7f5f6c60  r15: 0x00007fa1e2d87930
      rip: 0x00007fff997e0718  rfl: 0x0000000000010297  cr2: 0x0000000000000000
    Logical CPU: 1
    Binary Images:
    0x101cea000 -   
    0x1021f5fff  com.apple.finder (10.7.3 - 10.7.3) <3D95DBC7-C447-3597-94CD-D6DEAF15E9C2> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    0x1028f5000 -   
    0x10290afff  com.apple.frameworks.preferencepanessupport (1.0 - 1.0) <B7E1A6D7-5C75-3626-ACD9-682B6CBC3EBF> /System/Library/PrivateFrameworks/PreferencePanesSupport.framework/Versions/A/P referencePanesSupport
    0x7fff618ea000 -
    0x7fff6191ebaf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
    0x7fff8dc65000 -
    0x7fff8dc95ff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8dc96000 -
    0x7fff8e0c9ff7  com.apple.VideoToolbox (1.0 - 705.78) <7F115540-88CF-3087-951A-7073F7D58F4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff8e0ca000 -
    0x7fff8e0cdfff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff8e116000 -
    0x7fff8e151fff  com.apple.LDAPFramework (3.2 - 120.2) <A2675243-9122-308D-A5C8-9C1C4FE7639D> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8e152000 -
    0x7fff8e1f4fff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff8e2b1000 -
    0x7fff8e450ff7  com.apple.QuartzCore (1.7 - 270.4) <97E20A5F-652B-3E85-8C46-DCB777248ECD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8e476000 -
    0x7fff8e93dfff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x7fff8e93e000 -
    0x7fff8e962fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8e9d7000 -
    0x7fff8e9ecfff  com.apple.FileSync.framework (6.0.1 - 502.2) <65A5CD1B-766D-33F8-8AC1-0984499838E9> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
    0x7fff8e9ed000 -
    0x7fff8ea2fff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8ea30000 -
    0x7fff8eb37fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
    0x7fff8ecdc000 -
    0x7fff8ed3eff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff8ed3f000 -
    0x7fff8ee75fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8f089000 -
    0x7fff8f0c7fff  com.apple.bom (11.0 - 183) <F300B9EC-995E-33A7-9175-9F07D4B68F16> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8f0c8000 -
    0x7fff8f0cdfff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8f0ce000 -
    0x7fff8f101ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8f169000 -
    0x7fff8f16ffff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8f170000 -
    0x7fff8f1a5fff  com.apple.securityinterface (5.0 - 55022.4) <09EC371E-0B6E-3849-A6C9-F8E9DB17BBCD> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff8f1a6000 -
    0x7fff8f247ff7  com.apple.LaunchServices (480.33 - 480.33) <45EF2044-3396-3910-9B5B-C8F7777D5F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff8f271000 -
    0x7fff8f37efff  libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8f37f000 -
    0x7fff8f385fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8f3da000 -
    0x7fff8f3dafff  com.apple.Carbon (153 - 153) <AF0F9910-E3C3-3922-AA92-A39000655E0F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8f411000 -
    0x7fff8f412ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8f413000 -
    0x7fff8f417ff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff8f418000 -
    0x7fff8f474ff7  com.apple.HIServices (1.21 - ???) <9645CFA8-63BE-3A0D-A636-56D9827E6C8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff8f47a000 -
    0x7fff8f4a1fff  com.apple.framework.internetaccounts (1.2 - 3) <483427CA-8140-355D-B668-78F5A5F1A1D6> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x7fff8fc35000 -
    0x7fff8fcc7ff7  com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff8fd63000 -
    0x7fff8fd6eff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff8fd94000 -
    0x7fff8fd9afff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
    0x7fff8fd9b000 -
    0x7fff8fda4ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff8fdcd000 -
    0x7fff8fdd3ff7  com.apple.phonenumbers (1.0 - 47) <BC6C2FE2-99C0-3AD6-AA9C-C88780FFFCCF> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x7fff8fdd4000 -
    0x7fff8fdd9ff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
    0x7fff8fdda000 -
    0x7fff8fe5eff7  com.apple.ApplicationServices.ATS (317.11.0 - ???) <082DEAFE-8A93-3AF2-B4E5-30012E725929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff8fe5f000 -
    0x7fff8fe62fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8fe63000 -
    0x7fff8fea4fff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff8fea5000 -
    0x7fff9002ffff  com.apple.QTKit (7.7.1 - 2330) <4B5363D4-4854-342F-8B95-DE6559075B46> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff90071000 -
    0x7fff9009afff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff900cc000 -
    0x7fff900f7ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
    0x7fff900f8000 -
    0x7fff9014ffff  com.apple.Suggestions (1.1 - 85.1) <DE511C42-D2F2-309C-80EE-53862245DE22> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x7fff90150000 -
    0x7fff90150fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff9018c000 -
    0x7fff9019cff7  com.apple.opengl (1.7.7 - 1.7.7) <0CA11278-746C-353A-923B-BCC0047190C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff901f8000 -
    0x7fff9026efff  libc++.1.dylib (28.1.0 - compatibility 1.0.0) <DA22E4D6-7F20-3BEA-9B89-2FBA735C2EE1> /usr/lib/libc++.1.dylib
    0x7fff9026f000 -
    0x7fff90322ff7  com.apple.CoreText (220.20.0 - ???) <0E979362-15E4-3955-BF54-B5961361D1CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff90327000 -
    0x7fff90361fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff90362000 -
    0x7fff9038bff7  com.apple.framework.Apple80211 (7.2.1 - 721.3) <4BA49D6F-373B-3F4E-A2B3-453C2ED66318> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff9043b000 -
    0x7fff90446ff7  com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff90447000 -
    0x7fff9049bff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x7fff9049c000 -
    0x7fff904c9fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
    0x7fff904ca000 -
    0x7fff904d5ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff904d9000 -
    0x7fff904e7fff  com.apple.Collaboration (63.2 - 63.2) <0AABDD01-6A44-3445-A834-545E47CBEA96> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
    0x7fff904e8000 -
    0x7fff90545ff7  com.apple.QuickLookFramework (3.2 - 500.16) <46017A4B-9E2B-329C-A8D9-2C11DE6C1A47> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff90546000 -
    0x7fff90550ff7  liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib
    0x7fff907ba000 -
    0x7fff907d7fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
    0x7fff907d8000 -
    0x7fff907ebff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
    0x7fff907ec000 -
    0x7fff907f1fff  libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff907f2000 -
    0x7fff90836ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <22B2A10A-34B5-3787-88C9-B2722FE79504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff908e9000 -
    0x7fff908ebfff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff908ec000 -
    0x7fff90917ff7  com.apple.CoreServicesInternal (113.17 - 113.17) <B1DF81C3-9C23-3BAE-9DE8-21EAFEEB97B8> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff90918000 -
    0x7fff90953fff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
    0x7fff90999000 -
    0x7fff90aa5fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff90b55000 -
    0x7fff9105eff7  com.apple.RawCamera.bundle (3.14.0 - 646) <75A96BFC-1832-808B-F430-C4C9379C5A98> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff9105f000 -
    0x7fff9107bff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff9107c000 -
    0x7fff912eaff7  com.apple.QuartzComposer (5.0 - 236.7) <D556126B-3D67-3E37-82E0-D06532DE0C89> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff912eb000 -
    0x7fff912fdff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff92083000 -
    0x7fff92180ff7  com.apple.avfoundation (2.0 - 180.40) <ED3DCB15-7E88-34FD-9E56-4ECAD10A6E7E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff92181000 -
    0x7fff923f6ff7  com.apple.imageKit (2.1.2 - 1.0) <5BAA52A9-F359-31E4-8109-74EBCEB626B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff923f7000 -
    0x7fff927a0fef  com.apple.MediaToolbox (1.0 - 705.78) <A4DF8258-0CB9-3244-BF12-3AD02B1952B0> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff927a1000 -
    0x7fff927a2ff7  libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff927bf000 -
    0x7fff92f53fef  com.apple.CoreAUC (6.16.11 - 6.16.11) <3D40FEA5-AFE7-3752-A52E-D0F80304320A> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff92f7d000 -
    0x7fff93561fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff93562000 -
    0x7fff93564fff  libCVMSPluginSupport.dylib (??? - ???) <1C73D331-6F6C-3872-A011-1C41FBF49F2A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff93565000 -
    0x7fff936befff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff936bf000 -
    0x7fff93742fef  com.apple.Metadata (10.7.0 - 627.32) <38735923-2EB5-3133-BE36-BDD65A7E47DB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff93743000 -
    0x7fff937d6ff7  com.apple.PDFKit (2.6.3 - 2.6.3) <49BF9CDC-E902-3CAC-9C04-3302545907D5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff937d7000 -
    0x7fff9382afff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <E3FE9B47-2276-3316-B2D2-85784AD2D9B3> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff93839000 -
    0x7fff938d3ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff93fb0000 -
    0x7fff93fc4ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff93fc5000 -
    0x7fff93ffefe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
    0x7fff93fff000 -
    0x7fff93ffffff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff94000000 -
    0x7fff94004fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <2B1215A0-1B43-39C3-B4F4-392D71D08FFA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff94005000 -
    0x7fff94053fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff94054000 -
    0x7fff94380ff7  com.apple.HIToolbox (1.9 - ???) <B7D2A06B-7BE5-3355-BF7D-8139100B9B97> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff94381000 -
    0x7fff94465fff  com.apple.CoreServices.OSServices (478.46 - 478.46) <70BEE269-8F4D-3FDC-B1AD-A591C0CB37E5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff94469000 -
    0x7fff9478bfe7  com.apple.JavaScriptCore (7534.56 - 7534.56.6) <675725F8-37C4-3B80-ADB0-7B6AE908A908> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff947a5000 -
    0x7fff949a7fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
    0x7fff949ae000 -
    0x7fff94cd2fff  com.apple.AddressBook.framework (6.1.2 - 1090) <65FE6A36-F3F8-37FE-8B88-50F20F278779> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff94cd3000 -
    0x7fff94ea7ff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff94eb2000 -
    0x7fff94eddfff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
    0x7fff94ede000 -
    0x7fff94f2aff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff94f2b000 -
    0x7fff94f2efff  com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x7fff94f2f000 -
    0x7fff95031fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
    0x7fff95032000 -
    0x7fff95037fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff95038000 -
    0x7fff9504aff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff9504d000 -
    0x7fff9505bfff  com.apple.NetAuth (3.2 - 3.2) <F0D60E34-37A9-308D-B44E-E3450906173A> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff953fd000 -
    0x7fff9541dfff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff9541e000 -
    0x7fff95421fff  libCoreVMClient.dylib (??? - ???) <934D0D11-C34F-3C06-A352-21BB8FFE9774> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff95422000 -
    0x7fff95423fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff95463000 -
    0x7fff95479fff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff9547a000 -
    0x7fff9557ffff  libFontParser.dylib (??? - ???) <759645F2-8CB1-358C-AF41-BA3797CD0F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff95588000 -
    0x7fff9558bff7  com.apple.securityhi (4.0 - 1) <37DF1BF8-ACE0-3C4A-81AA-BBA9744EB0A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff9558c000 -
    0x7fff95593fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
    0x7fff95a27000 -
    0x7fff95c9afff  com.apple.CoreImage (7.98 - 1.0.1) <73485E4E-1407-3913-AB3C-B54986A3E01C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff95c9b000 -
    0x7fff95cb2fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff95cb3000 -
    0x7fff95fcffff  com.apple.CoreServices.CarbonCore (960.24 - 960.24) <6F99A26B-788F-37B9-860F-508906EC06D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff95fd4000 -
    0x7fff95fd8fff  libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib
    0x7fff95fd9000 -
    0x7fff960a0ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff960a1000 -
    0x7fff960a5fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff960a6000 -
    0x7fff960b4ff7  com.apple.AppleFSCompression (37 - 1.0) <8981D804-EBFE-35D5-9F79-6689DCCBA43A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff960b5000 -
    0x7fff960c2ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
    0x7fff960c3000 -
    0x7fff960e7fff  com.apple.RemoteViewServices (1.4 - 44.1) <EA3837DF-A3A3-37FF-AE11-D50048D5F21A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff960e8000 -
    0x7fff960f0fff  libsystem_dnssd.dylib (??? - ???) <D9BB1F87-A42B-3CBC-9DC2-FC07FCEF0016> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff960f1000 -
    0x7fff960f1fff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff960f7000 -
    0x7fff961d5fff  com.apple.DiscRecording (6.0.4 - 6040.4.1) <E6D5835F-EE3C-3814-A2EE-6962B5570EF1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff961d6000 -
    0x7fff961e2fff  com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff961eb000 -
    0x7fff962c8fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    0x7fff96466000 -
    0x7fff964d6fff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff964d7000 -
    0x7fff964f3fff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A1ABA9DB-2C8A-3C96-976A-21E63194F7B2> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff964f4000 -
    0x7fff96513fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
    0x7fff96591000 -
    0x7fff9659dfff  com.apple.CoreBluetooth (100.7 - 1) <988DB0FD-7759-3BA0-AE5F-B6DA2BDB3FF5> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBlue tooth.framework/Versions/A/CoreBluetooth
    0x7fff9659e000 -
    0x7fff965efff7  com.apple.CoreMediaIO (212.0 - 3199.1.1) <D8C364AF-A1E8-3215-ABF5-188B50A80B18> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff965f0000 -
    0x7fff965fdfff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <528BAA66-C38C-3093-84B5-92A7832CE7BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff965fe000 -
    0x7fff96650ff7  libGLU.dylib (??? - ???) <E2EF0336-3A5F-3532-AEB0-6CCF04851B72> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff9680a000 -
    0x7fff96811ff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff96814000 -
    0x7fff96826ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
    0x7fff96827000 -
    0x7fff96866ff7  libGLImage.dylib (??? - ???) <49BB4404-68F1-3839-A5C9-983405B59F52> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff96867000 -
    0x7fff968c7fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff968c8000 -
    0x7fff968dffff  com.apple.CFOpenDirectory (10.7 - 146) <E6D4F114-678B-3957-9C59-9206ECDA756E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff968e0000 -
    0x7fff96a47fff  com.apple.CFNetwork (520.4.3 - 520.4.3) <31D7A595-375E-341A-8E97-21E73CC62E4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff96a48000 -
    0x7fff96a62fff  com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff96a63000 -
    0x7fff96b4bfff  com.apple.Bluetooth (4.0.5 - 4.0.5f11) <4DF38224-CA01-3E76-BE84-0A510C1983A0> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff96b4c000 -
    0x7fff96b74fff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff96b75000 -
    0x7fff96e8efff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff96ed9000 -
    0x7fff96ee7fff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
    0x7fff96ee8000 -
    0x7fff96f15ff7  com.apple.opencl (1.50.69 - 1.50.69) <57939F7D-3626-30E2-883D-8A7CCB3F8763> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff970ed000 -
    0x7fff97cf3ff7  com.apple.AppKit (6.7.3 - 1138.47) <CAF5783F-F80B-30E7-929F-BBA6D96C5C44> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff97d09000 -
    0x7fff97d49ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <5328C0AB-F169-3786-A3EC-9E82E960CAAF> /usr/lib/libcups.2.dylib
    0x7fff97d4a000 -
    0x7fff97d4afff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff97e4e000 -
    0x7fff97e4efff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff97e4f000 -
    0x7fff97ed4ff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff97ee7000 -
    0x7fff97ef6ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
    0x7fff97ef7000 -
    0x7fff97ef7fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff97ef8000 -
    0x7fff97f0eff7  com.apple.ImageCapture (7.0.1 - 7.0.1) <BF4EC1CC-C998-3529-A69F-765774C66A6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff97f0f000 -
    0x7fff97f10ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
    0x7fff97f11000 -
    0x7fff97f69fff  libTIFF.dylib (??? - ???) <A0FF68DE-2935-30E7-B61C-4D9D70E14AD0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff97f6a000 -
    0x7fff97f78ff7  libkxld.dylib (??? - ???) <C2FC894F-3716-32C3-967E-6AD5E2697045> /usr/lib/system/libkxld.dylib
    0x7fff97f79000 -
    0x7fff98396ff7  com.apple.SceneKit (125.3 - 125.4) <12AD6DBE-F3A3-34D6-BA01-B211BEAFD48F> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x7fff98397000 -
    0x7fff983a4fff  com.apple.CrashReporterSupport (10.7.4 - 352) <9C16B49C-CF02-38F9-A7CD-969C140D3961> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff98463000 -
    0x7fff98464fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
    0x7fff98481000 -
    0x7fff9848cfff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff9849e000 -
    0x7fff984a0ff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff984a1000 -
    0x7fff984e8ff7  com.apple.CoreMedia (1.0 - 705.78) <F6EA2328-FD3E-3057-80C7-C9845837F863> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff984e9000 -
    0x7fff9855ffff  com.apple.ISSupport (1.9.8 - 56) <2BEEF162-893F-356C-BD4E-8668F044A917> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff98560000 -
    0x7fff9865aff7  com.apple.DiskImagesFramework (10.7.4 - 331.6) <C7860B00-E1CF-3851-9A3B-9F145B7F498F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff9865b000 -
    0x7fff9873aff7  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <FFA7532B-336A-3F0B-9AB9-2A35B56ED887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff9873b000 -
    0x7fff987a3ff7  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff987a4000 -
    0x7fff987a5fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
    0x7fff987a6000 -
    0x7fff987fafff  libFontRegistry.dylib (??? - ???) <822DD341-C735-36C9-9521-E8E98807D09D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff987fb000 -
    0x7fff98ae4ff7  com.apple.security (7.0 - 55148.1) <E9C46204-1336-3D90-BC67-5162FC7079D2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff98ae5000 -
    0x7fff98b8afff  com.apple.ink.framework (1.4 - 110) <F93B76B3-E57C-3805-B20D-03717A3F91DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff98cce000 -
    0x7fff98d37fff  com.apple.coreui (1.2.2 - 165.10) <F427BF39-3E01-3DC6-A63D-BFC50FE6C72E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff98d38000 -
    0x7fff98d5efff  com.apple.framework.familycontrols (3.0 - 300) <93828BC1-3D83-3A93-99A5-F0E7951AFC6C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff98d9e000 -
    0x7fff98e14fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff98e15000 -
    0x7fff98f15fff  com.apple.QuickLookUIFramework (3.2 - 500.16) <0BACF8C4-5A7B-31EE-B4AA-3CCF8615C9A8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff98f16000 -
    0x7fff98f16fff  com.apple.quartzframework (1.5 - 1.5) <2C13AE76-C86B-3D48-A583-121689190F74> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff98f36000 -
    0x7fff98f5ffff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff98f60000 -
    0x7fff98f66fff  libGFXShared.dylib (??? - ???) <8A61FA67-EB3C-319D-AE3C-64936FB26BAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff98f67000 -
    0x7fff98fabff7  com.apple.MediaKit (12

    This is solved my problam totally
    open a terminal:
    1.cd ~/Desktop/
    2.rm -Rf .DS_Store
    3.cd ..
    4.rm -Rf .DS_Store

  • Need help on making desktop application to web application having individual controls for users at the same time

    Hi,
    I have an desktop application and the following are the functionalities of the same.
    1. User inputs the data file with path (log file) to parse the required data.
    2. Once the user enters the path and starts the tool with start button, the tool parse the required data in terms of records and gives the records (creates output file containing all the useful records).
    3. Have popup window to display a group of data.
    4. Have popup to Plot graph. When a button is pressed in main GUI, the popup is opened giving scroll bar menus to choose the data for the graph. User after selecting the data (multiple Y axis) press another button to plot the graph. The input to this popup is the output file generated by this tool.
    5. The main GUI has buttons (play, step forward, step backward, reverse play, pause, stop, 1st record, last record - like tape recorder buttons) to play the records one by one.
    This application is used by many people and since its a desktop application (created in labview 2009), the user every time has to manually install the newer version.
    "So it is required to make the application into web based so that, the user can individually access the tool at the same time (different instances same as desktop app) and run their own data files from their system. The output files to be stored in the respective user's system."
    Can this be done using Web Publishing or Web Services present in LabView?
    I tried using Web Publishing but it gives control to only one user at a time and loading the files from the client path to run the tool is not possible.

    Simple. 
    If all you are worried about are updates, just put the EXE on a shared network drive and have your users launch it from there.

Maybe you are looking for