Empty plist Files

Just running a routine TechTool Pro 5 "Check Computer." During its "file structure" exam, it came up with a few "empty plist" files.
Any problem keeping them - or should I delete them?

Take a look at them with QuickLook or TextEdit; they may not really be empty.
Apple has suggested formats for plist files, but not all 3rd-party apps follow them. Thus many apps that claim to check whether they're corrupted can only check them against the suggested format.
Unless they're huge, or related to an app you've deleted, or you're having trouble with the app they relate to, it's safest to just leave them alone. They won't hurt anything.

Similar Messages

  • New to applescript. need to create a plist file using applescript

    Needed some help I need on creatinga plist file below using applescript and I can't make it happen needed some hand on this.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>Username</key>
    <string>${localAdminUser}</string>
    <key>Password</key>
    <string>${localAdminPassword}</string>
    <key>AdditionalUsers</key>
    <array>
    <dict>
    <key>Username</key>
    <string>${userName}</string>
    <key>Password</key>
    <string>${userPassword}</string>
    </dict>
    </array>
    </dict>
    </plist>
    I have tis code but it doesn't seems to work.
    tell application "System Events"
      -- create an empty property list dictionary item
              set the parent_dictionary to make new property list item with properties {kind:record}
      -- create new property list file using the empty dictionary list item as contents
              set the plistfile_path to "~/Desktop/example.plist"
              set this_plistfile to ¬
      make new property list file with properties {contents:parent_dictionary, name:plistfile_path}
      -- add new property list items of each of the supported types
      make new property list item at end of property list items of contents of this_plistfile ¬
                        with properties {kind:string, name:"Username", value:"${localAdminUser}"}
      make new property list item at end of property list items of contents of this_plistfile ¬
                        with properties {kind:string, name:"Password", value:"${localAdminPassword}"}
      make new property list item at end of property list items of contents of this_plistfile ¬
                        with properties {kind:list, name:"AdditionalUsers"}
      make new property list item at end of property list items of contents of this_plistfile ¬
                        with properties {kind:string, name:"Username", value:"${localAdminUser}"}
      make new property list item at end of property list items of contents of this_plistfile ¬
                        with properties {kind:string, name:"Password", value:"${localAdminPassword}"}
    end tell
    The result of the above code will generate a plist file below
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>AdditionalUsers</key>
              <array/>
              <key>Password</key>
              <string>${localAdminPassword}</string>
              <key>Username</key>
              <string>${localAdminUser}</string>
    </dict>
    </plist>

    Hello
    You need to create elements at correct container. Like this.
    set plist_file to (path to desktop)'s POSIX path & "example.plist"
    --set plist_file to "~/desktop/example.plist"
    tell application "System Events"
        tell (make new property list file with properties {name:plist_file})
            make new property list item at end with properties {kind:string, name:"Username", value:"${localAdminUser}"}
            make new property list item at end with properties {kind:string, name:"Password", value:"${localAdminPassword}"}
            tell (make new property list item at end with properties {kind:list, name:"AdditionalUsers"})
                tell (make new property list item at end with properties {kind:record})
                    make new property list item at end with properties {kind:string, name:"Username", value:"${localAdminUser}"}
                    make new property list item at end with properties {kind:string, name:"Password", value:"${localAdminPassword}"}
                end tell
            end tell
        end tell
    end tell
    Or you may create a record in AppleScript and set the value of plist file at once. Like this.
    set plist_file to (path to desktop)'s POSIX path & "example.plist"
    --set plist_file to "~/desktop/example.plist"
    set dict to ¬
        {|Username|:"${localAdminUser}", |Password|:"${localAdminPassword}"} & ¬
        {|AdditionalUsers|:{¬
            {|Username|:"${localAdminUser}", |Password|:"${localAdminPassword}"} ¬
    --set dict to {|Username|:"${localAdminUser}", |Password|:"${localAdminPassword}", |AdditionalUsers|:{{|Username|:"${localAdminUser}", |Password|:"${localAdminPassword}"}}}
    tell application "System Events"
        tell (make new property list file with properties {name:plist_file})
            set value to dict
        end tell
    end tell
    Regards,
    H
    Message was edited by: Hiroto (PS. Fixed second script so that it uses the original case (uppercase)  in key string)

  • Empty Log File - log settings will not save

    Description of Problem or Question:
    Cannot get logging to work in folder D:\Program Files\Business Objects\Dashboard and Analytics 12.0\server\log
    (empty log file is created)
    Product\Version\Service Pack\Fixpack (if applicable):
    BO Enterorise 12.0
    Relevant Environment Information (OS & version, java or .net & version, DB & version):
    Server: windows Server 2003 Enterprise SP2.
    Database Oracle 10g
    Client : Vista
    Sporadic or Consistent (if applicable):
    Consistent
    What has already been tried (where have you searched for a solution to your question/problem):
    Searched forum, SMP
    Steps to Reproduce (if applicable):
    From InfoViewApp, logged in as Admin
    Open ->Dashboard and Analytics Setp -> Parameters -> Trace
    Check "Log to folder" and "SQL Queries", Click Apply.
    Now, navigate away and return to this page - the "Log to folder" is unchecked. Empty log file is created.

    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback
    Or you can use your Apple ID to register with this site and go the Apple BugReporter. Supposedly you will get an answer if you submit feedback.
    Feedback via Apple Developer
    Do a backup.
    Quit the application.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.systempreferences.plist. Move the .plist to your desktop.
    Restart, open the application and test. If it works okay, delete the plist from the desktop.
    If the application is the same, return the .plist to where you got it from, overwriting the newer one.
    Thanks to leonie for some information contained in this.

  • Is it Ok to remove old .plist files remaining from deleted software?

    Hi Folks,
    I'd appreciate some thoughts from some of you experts here.
    I''m doing some house cleaning of my OSX Mountain Lion and have found some old .plist files in my preferences folder, that remain after the software was removed long ago. For Example, I found some old Color Munki files remaining from when I tried a Color Munki unit for a week or so and sent it back, unstalling alll of its associated software.
    Any harm in throwing these in the trash and emptying it?
    And I guess on a more general basis can old files left over from deleted software be removed as well?
    Many thanks

    Installing 3rd party apps can affect permissions on system files and folders. Running Repair permissions ensures all system files permissions are set to what they should be as listed in the BOM, stored in Library/Receipts.
    If you can provide me one argument as to why that isn't worth doing, I might let you keep that chicken's head...

  • Anyone out there have an idea on how to solve an "Empty print file!" error?

    I am trying print to a Lexmark C543 network printer from a PowerPC G5 (running 10.5.7). Prior to receiving the error message (Empty print file!) the print queue displays the following messages: “Looking for Lexmark C543” and then “The printer is now on-line”.
    Now there is a twist, I can successfully print test pages, pdf files (only using Adobe Reader 9.1.2, not the Apple Preview application), and image files (only using Adobe Lightroom 2.4, not the Apple Preview application). If I try and print a webpage using Safari (4.0.1) or Word document using Word:MAC 2008 version 12.1.9 it will error out, unless I print it to a PDF and then reopen the file via Adobe Reader.
    Here are the actions I have already tried, and didn’t work?
    - Removed and installed printer (both via GUI and CUPS)
    - Reset printer system
    - Verify Disk (no problems found)
    - Repaired Disk Permissions
    - Removed/renamed all files I could find in Library and System relating to C543
    - Downloaded and installed new driver
    - Called Lexmark, “3rd Level support looked at the issue and the log and they concluded that it's a problem with the OS.”
    Below is an excerpt from the CUPS error log that might shed some further light on the subject.
    I [29/Jun/2009:10:59:44 -0400] [Job 6] Started filter /usr/libexec/cups/filter/cgpdftops (PID 205)
    I [29/Jun/2009:10:59:44 -0400] [Job 6] Started filter /usr/libexec/cups/filter/pstops (PID 206)
    I [29/Jun/2009:10:59:44 -0400] [Job 6] Started backend /usr/libexec/cups/backend/mdns (PID 207)
    E [29/Jun/2009:11:00:11 -0400] PID 206 (/usr/libexec/cups/filter/pstops) stopped with status 1!
    I [29/Jun/2009:11:00:11 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
    E [29/Jun/2009:11:00:11 -0400] PID 205 (/usr/libexec/cups/filter/cgpdftops) crashed on signal 10!
    I [29/Jun/2009:11:00:11 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
    E [29/Jun/2009:11:00:11 -0400] [Job 6] Empty print file!
    E [29/Jun/2009:11:00:14 -0400] PID 207 (/usr/libexec/cups/backend/mdns) stopped with status 1!
    I [29/Jun/2009:11:00:14 -0400] Hint: Try setting the LogLevel to "debug" to find out more.
    I [29/Jun/2009:11:00:14 -0400] [Job 6] Backend returned status 1 (failed)
    I [29/Jun/2009:11:00:14 -0400] Saving printers.conf...

    PaHu,
    Thank you for welcoming me to Apple Discussions as well as explaining what you saw in the log.
    I downloaded and ran the 10.5.7 Combo updater, but unfortunately it did not resolve my empty print file error.
    Print Therapy (version 6.0.5) you suggested (and I downloaded) looked very promising. Unfortunately it too did not resolve my empty print file error. I have included the Print Therapy log below in hopes it will shed more light on the problem. The Print Therapy log stated: "You may need to reinstall OS X to resolve your printing issues." I am assuming this is probably because of the three missing files/directories it found.
    Please let me know what my next steps should be, and if I should reinstall Leopard. If I have to reinstall Leopard is it possible to just install on top of the existing version without loosing or destroying the files (documents, images, etc.) we created?
    Thanks again for all your help!
    Brian
    ###Permission Repairs###
    Starting permission verification and repair, omitting localized files...
    The file /private/var/run/cups/certs/0 is missing!
    The owner setting for the file /Library/Printers/InstalledPrinters.plist is incorrect!
    It is 501, but should be 0
    Repaired.
    The directory /var/db/lockdown/Library is missing!
    The directory /var/db/lockdown/Library/Printers is missing!
    The directory /var/db/lockdown/Library/Preferences is missing!
    The permissions for the directory /Users/Beth/Library are incorrect!
    They are drwxr-xr-x, but should be drwx------
    Repaired.
    Recreating symbolic links...
    Done.
    Verification complete.
    1624 files examined. 2 permission problems were found and repaired. It is recommended that you verify the permissions again to make sure the values are correct.
    4 missing files/directories found during the verification process. They may be responsible for certain printing problems. Print Therapy cannot replace these items. Please refer to the log file for a list of the missing files/directories. You may need to reinstall OS X to resolve your printing issues. Certain files and directories are deleted when using the Reset Printing System option. These files and directories, if required, will be recreated during normal printing.
    *******************Restarted Computer and re-added printer (test print failed, same problem)*******
    ###Temp & Prefs###
    Starting /private/tmp directory and /tmp symbolic link permission verification...
    Verification complete.
    No problems found with the /private/tmp directory and /tmp symbolic link permissions.
    Begin deleting temporary files for all users...
    Temporary files for all users deleted successfully.
    ###CUPS Tools###
    Stopping the the cupsd process...
    The cupsd process has been successfully stopped. Please note that printing and/or adding printers with the Print & Fax System Preferences pane will not be possible until the cupsd process is running again.
    Deleting the contents of the /private/var/spool/cups directory...
    4 file(s) deleted from the /private/var/spool/cups/cache and /private/var/spool/cups/tmp directories.
    Creating a new cupsd.conf file...
    The cupsd process has been successfully started.
    The cupsd.conf file was successfully replaced.
    *******************Restarted Computer (test print failed, same problem)*******
    ###System Users###
    Verifying root user attributes...
    The information for the root user appears to be valid.
    Verifying Printing Services user attributes...
    The information for the Printing Services user appears to be valid.
    Verifying Print Operators group attributes...
    The information for the Print Operators group appears to be valid.
    ###Reset & Backup####
    Begin resetting the printing system...
    The printing system was reset successfully.
    *******************Restarted Computer and re-added printer (test print failed, same problem)*******
    ###Permission Repairs###
    Starting permission verification and repair...
    The permissions for the file /Library/Printers/PPDs/Contents/Resources/Lexmark C540.gz are incorrect!
    They are -rwxrwxr-x, but should be -rw-rw-r--
    Repaired.
    The permissions for the file /Library/Printers/PPDs/Contents/Resources/Lexmark C543.gz are incorrect!
    They are -rwxrwxr-x, but should be -rw-rw-r--
    Repaired.
    The permissions for the file /Library/Printers/PPDs/Contents/Resources/Lexmark C544.gz are incorrect!
    They are -rwxrwxr-x, but should be -rw-rw-r--
    Repaired.
    The directory /var/db/lockdown/Library is missing!
    The directory /var/db/lockdown/Library/Printers is missing!
    The directory /var/db/lockdown/Library/Preferences is missing!
    Recreating symbolic links...
    Done.
    Verification complete.
    4880 files examined. 3 permission problems were found and repaired. It is recommended that you verify the permissions again to make sure the values are correct.
    3 missing files/directories found during the verification process. They may be responsible for certain printing problems. Print Therapy cannot replace these items. Please refer to the log file for a list of the missing files/directories. You may need to reinstall OS X to resolve your printing issues. Certain files and directories are deleted when using the Reset Printing System option. These files and directories, if required, will be recreated during normal printing.
    ---Second run (verification run)---
    Saturday, July 18, 2009 10:38:13 PM
    Starting permission verification and repair...
    The directory /var/db/lockdown/Library is missing!
    The directory /var/db/lockdown/Library/Printers is missing!
    The directory /var/db/lockdown/Library/Preferences is missing!
    Recreating symbolic links...
    Done.
    Verification complete.
    4880 files examined. No permission problems were found.
    3 missing files/directories found during the verification process. They may be responsible for certain printing problems. Print Therapy cannot replace these items. Please refer to the log file for a list of the missing files/directories. You may need to reinstall OS X to resolve your printing issues. Certain files and directories are deleted when using the Reset Printing System option. These files and directories, if required, will be recreated during normal printing.
    *******************Restarted Computer (test print failed, same problem)*******

  • Strange .plist Files Appearing in Preferences

    Hi. I've posted this on the Waves forum as well as Digidesign, but just in case anyone here has seen something similar happen, I thought I would ask here as well...
    When I start up Pro Tools 7.4.2 and select any of the Waves plug-ins, the following 12 .plist files appear in my User/Library/Preferences folder:
    com.AdatemsDesign.NewQuality.plist
    com.AltenearTechnology.DynaOnline.plist
    com.AltenearTechnology.Infinisys.plist
    com.AtenetsCorporation.Exocarp.plist
    com.IncorPartners.Decompose.plist
    com.LtrumIncorporated.Exocarp.plist
    com.micrologyasia.cytoplasm.plist
    com.Orangesource.Bibliographer.plist
    com.REFTechnology.Enterprisedigital.plist
    com.syspartners.achlorhydria.plist
    com.systel.transmit.plist
    com.Utilineau.Remove.plist
    These files only appear when Waves plug-ins are used. I was unable to do any online search for these .plist files or even the odd "corporation-like" naming; and this is what has me concerned. The Digidesign people say "contact Waves", the Waves people say "those aren't our files", but still they appear -- even after two complete wipes and re-installs.
    Has anyone encountered anything like this before? Regardless of the software used?
    Thanks!
    Rob

    JoePrairies wrote:
    That's funny -- I copy/pasted the .plist from TextEdit into the message; it was just a couple of upward arrow symbols. It seems I can't place them without it disappearing after posting the message. Here's a couple of links to the messages I get when I tried to open one of the .plist files in Plist Edit Pro:
    http://web.me.com/robertmichaelperry/Site/Picture1.png
    http://web.me.com/robertmichaelperry/Site/Picture2.png
    You can see on the second one that's all that shows on the raw text of the file.
    I wonder if it's not some kind of placeholder or security thing. Still I am surprised that it did not turn up in an internet search.
    If you wanted to, you could delete one of them and then create a plain empty text file with the identical name but change the permissions so that only you can read/write it - not even the system and see what happens. Does it still get replaced by the other one, or does something "complain" about not being able to write a file etc.
    It is indeed a very curious thing.

  • Truly required keys in launchd plist file

    I am trying to get a launchd plist to work and run all the time. I want it to shut down my Mail.app on a certain day of the week (when I am not there). Of course, I want another one to turn it on when I get in the next day. The only plist keys that are supposed to be required are the Label and ProgramArguments. However, unless I also add the StartInterval key (any setting), my script is never called in the first place. (I have not tried any other keys yet, I am still testing this thing out.)
    Without the StartInterval, the launchctl list still shows the correct plist file is running, but Mail never shuts down. I get this on the command line:
    Workaround Bonjour: Unknown error: 0
    I tried looking into the launchctl log, and it is empty as well.
    Is this a bug, or is it necessary after all to have either StartInterval or StartCalendarInterval keyed in any launchd plist for it to function?
    I appreciate any and all feedback.

    No replies - Have mostly solved through trial and error.

  • Empty OpenHub files

    Hi!
    We have a BW set-up that loads a lot of data to several OpenHub-destinations, all of the destination types are files.
    These are being loaded every night (delta) and recently we wanted to do a full load of these files since we have had several issues recently with interrupted nightly jobs, just to be sure everything is up-to-date i.e. We deleted all the "where-used" instances from ODS (which loads into OpenHub) and then ran the InfoPackage again (delta but this time "all data" i.e.).
    This worked just fine but we can see that just before the new file with "all data" is written, there is a large number of "empty" OpenHub-files created.
    Now we're wondering what is the cause of this? It causes some issues for us since this is loaded into another Data Warehouse which checks all these files. Is this perhaps something that happens for all the deletions from the where-used list?
    Any advice would be much appreciated!
    UPDATE: All the new files are S-files I just realized, i.e. structure files so the question now is if there is any way to avoid having these created when I do a deletion from the where-used list which is what I'm guessing is causing the repeated creation of these.
    Regards
    /Fredrik
    Edited by: Fredrik Helderyd on Aug 17, 2010 12:16 PM

    Take a look at them with QuickLook or TextEdit; they may not really be empty.
    Apple has suggested formats for plist files, but not all 3rd-party apps follow them. Thus many apps that claim to check whether they're corrupted can only check them against the suggested format.
    Unless they're huge, or related to an app you've deleted, or you're having trouble with the app they relate to, it's safest to just leave them alone. They won't hurt anything.

  • How to mass remove memeo plist files

    I have folders copied from varoius sources, my mca, laptop and other older external drives all combined on my new external drive.  One set of folders has .memeo plist files cluttering up every folder, thousands of them.  How can I search for these so that I can delete them.  Because going into every folder is going to take forever.

    I would download [TrashIt] which is a user-friendly wrapper for some underlying system commands. To delete items that are not in the Trash, you drag their icons directly onto the TrashIt icon. If you instead double-click the TrashIt icon, it will "force-empty" the regular Trash.
    I would try it first with just one of your "bad" files to see what happens. If that works, then you can try dragging an entire selection of files or folders onto the TrashIt icon.

  • IPhoto plist file corrupting hard drive

    I was having trouble with Time Machine accessing an external HD and discovered that bad iphoto plist files were breaking the directory.
    I ran DiskWarrior and discovered that the property list data on the drive "was damaged and could not be repaired." So I dumped all that data to another external HD, wiped the drive clean and started over with an empty disk and a new Time Machine file.
    That worked for about 24 hours (TIme Machine did multiple automatic backups successfully). Today I get the same failure notice from Time Machine. Ran DiskWarrior again to find multiple identical Property List errors. Here are the details:
    File: "com.apple.iphotomosaic.plist:"
    Detected that Property List data is damaged and cannot be repaired.
    XML parser error:
    Unexpected character at line 1
    Old-style plist parser error:
    Unexpected character '0x4' at line 1
    Location:"Silver/backups.backupdb/myname PowerBookG4 12"/2008-04-24-192320/Macintosh HD/Users/myname/Library/Preferences/"
    I'm runnining iLife 08' and all software is up to date.
    Any ideas?

    Switching off the iPhoto screen saver and trashing its plist file stopped the directory corruption issue. Even so, backups would not work.
    Thinking it might be a WD issue, I went to the Western Digital support site and found a firmware update (designed to eliminate hardware ID conflicts when running two WD external HDs) and a newer "drive manager" (formerly called button manager). Installing the firmware update on my backup destination and the drive manager software seems to have eliminated the problem. I've been backing up over the hub successfully for almost 24 hours. Cross your fingers.

  • Can no longer read plist files

    I've got a script that iterates through a list of hostnames, connects to each host, looks for the existence of a list of applications, and if they exist reads their Info.plist for the version.  This worked seamlessly until a couple of days ago.  The only change I can think of is having changed my username on all of my Macs from <username> to <username>.sa to differentiate privileged accounts from unprivileged accounts.  Yes, this caused a number of issues, and I've hunted them down.  I can connect to every host with <username>.sa, perform actions with sudo, etc.  What I can't do any more is read plist files, even when logged in locally:
    quad:~ username.sa$ defaults read /Applications/Utilities/Adobe\ Flash\ Player\ Install\ Manager.app/Contents/Info.plist
    2014-06-26 15:03:59.588 defaults[49157:507]
    Domain /Applications/Utilities/Adobe Flash Player Install Manager.app/Contents/Info.plist does not exist
    quad:~ username.sa$ ls -l /Applications/Utilities/Adobe\ Flash\ Player\ Install\ Manager.app/Contents/Info.plist
    -rw-r--r--  1 root  wheel  1344 May 28 12:02 /Applications/Utilities/Adobe Flash Player Install Manager.app/Contents/Info.plist
    quad:~ username.sa$ cat /Applications/Utilities/Adobe\ Flash\ Player\ Install\ Manager.app/Contents/Info.plist
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
      <key>BuildMachineOSBuild</key>
      <string>12E55</string>
      <key>CFBundleDevelopmentRegion</key>
      <string>English</string>
      <key>CFBundleExecutable</key>
      <string>Adobe Flash Player Install Manager</string>
      <key>CFBundleIconFile</key>
      <string>FlashPlayerInstaller.icns</string>
      <key>CFBundleIdentifier</key>
      <string>com.adobe.flashplayer.installmanager</string>
      <key>CFBundleInfoDictionaryVersion</key>
      <string>6.0</string>
      <key>CFBundleName</key>
      <string>Adobe Flash Player Install Manager</string>
      <key>CFBundlePackageType</key>
      <string>APPL</string>
      <key>CFBundleSignature</key>
      <string>????</string>
      <key>CFBundleVersion</key>
      <string>14.0.0.125</string>
      <key>DTCompiler</key>
      <string>com.apple.compilers.llvm.clang.1_0</string>
      <key>DTPlatformBuild</key>
      <string>4H1503</string>
      <key>DTPlatformVersion</key>
      <string>GM</string>
      <key>DTSDKBuild</key>
      <string>10K549</string>
      <key>DTSDKName</key>
      <string>macosx10.6</string>
      <key>DTXcode</key>
      <string>0463</string>
      <key>DTXcodeBuild</key>
      <string>4H1503</string>
      <key>NSMainNibFile</key>
      <string>FPIMMain</string>
      <key>NSPrincipalClass</key>
      <string>NSApplication</string>
    </dict>
    </plist>
    The file is there.  It is readable.  I can read it... just not with the 'defaults' command.  This is with all plists on all of my Macs.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • My imovie seems to have completely crashed... and I'm hoping someone can help me. I have moved all my projects and events to a folder on my desktop. I've deleted all the plist files I can find and I still cannot get it to open.

    Please help... it seems all is lost as all I kind find on this subject seem to lead to nowhere. My engagement was on imovie, a school project, several videos of our son. You will have to hold my hand through this process... as I am not very good at this type of thing. I believe I have deleted all the necessary plist files and moved my projects and events to a folder on my desktop. imovie has been upgraded to version 9.0.9... Whenever I open it I just get the beachball and then I have to force quit and I get the following report:
    Date/Time:  
    2013-08-02 23:48:24 -0500
    OS Version: 
    10.7.5 (Build 11G63b)
    Architecture:
    x86_64
    Report Version:  9
    Command:    
    iMovie
    Path:       
    /Applications/iMovie.app/Contents/MacOS/iMovie
    Version:    
    9.0.9 (1795)
    Build Version:   2
    Project Name:
    iMovieApp
    Source Version:  1795000000000000
    App Item ID:
    408981434
    App External ID: 15340117
    Parent:     
    launchd [120]
    PID:        
    1184
    Event:      
    hang
    Duration:   
    2.60s
    Steps:      
    27 (100ms sampling interval)
    Pageins:    
    0
    Pageouts:   
    0
    Process:    
    iMovie [1184]
    Path:       
    /Applications/iMovie.app/Contents/MacOS/iMovie
    Architecture:
    i386
    UID:        
    504
      Thread 0x3dd6 
      User stack:
    27 ??? (in iMovie) [0xf9c95]
    27 ??? (in iMovie) [0xfa12a]
    27 NSApplicationMain + 1054 (in AppKit) [0x92d8fac5]
    27 -[NSApplication run] + 911 (in AppKit) [0x92afeac1]
    27 ??? (in iMovie) [0x1485be]
    27 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113 (in AppKit) [0x92b02752]
    27 _DPSNextEvent + 678 (in AppKit) [0x92b02ee8]
    27 BlockUntilNextEventMatchingListInMode + 88 (in HIToolbox) [0x9c85671a]
    27 ReceiveNextEventCommon + 381 (in HIToolbox) [0x9c8568ab]
    27 RunCurrentEventLoopInMode + 318 (in HIToolbox) [0x9c84f543]
    27 CFRunLoopRunInMode + 120 (in CoreFoundation) [0x9ad10088]
    27 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x9ad101dc]
    27 __CFRunLoopRun + 1112 (in CoreFoundation) [0x9ad109c8]
    27 __CFRunLoopDoSources0 + 246 (in CoreFoundation) [0x9ace6af6]
    27 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15 (in CoreFoundation) [0x9ace713f]
    27 __NSThreadPerformPerform + 503 (in Foundation) [0x95e5fe0c]
    27 -[NSObject performSelector:withObject:] + 65 (in CoreFoundation) [0x9ad6fd11]
    27 -[ILMediaGroupsTreeController _reloadFinished:] + 715 (in iLifeMediaBrowser) [0x94ff72a0]
    27 -[ILMediaGroupsTreeController setAllGroups:] + 180 (in iLifeMediaBrowser) [0x94ff8dee]
    27 -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 131 (in Foundation) [0x95e2316d]
    27 NSKeyValueDidChange + 279 (in Foundation) [0x95e7bbf1]
    27 NSKeyValueNotifyObserver + 387 (in Foundation) [0x95e59194]
    27 -[ILMediaObjectsViewController observeValueForKeyPath:ofObject:change:context:] + 1217 (in iLifeMediaBrowser) [0x9500538b]
    27 -[ILMediaObjectsViewController syncTreeNodeSelections] + 419 (in iLifeMediaBrowser) [0x9501179d]
    27 -[ILMediaObjectsViewController groupSelectionChanged:] + 233 (in iLifeMediaBrowser) [0x95007225]
    27 -[ILMediaObjectsViewController updateMediaObjectsViewToSelectedGroups:] + 2002 (in iLifeMediaBrowser) [0x9501035f]
    27 -[NSArrayController setContent:] + 858 (in AppKit) [0x92d97f3f]
    27 -[NSArrayController _arrangeObjectsWithSelectedObjects:avoidsEmptySelection:operationsMask:useBasis :] + 856 (in AppKit) [0x92d95aa0]
    27 -[NSArrayController didChangeValuesForArrangedKeys:objectKeys:indexKeys:] + 53 (in AppKit) [0x92d96231]
    27 -[NSController didChangeValueForKey:] + 48 (in AppKit) [0x92b18430]
    27 -[NSController _notifyObserversForKeyPath:change:] + 238 (in AppKit) [0x92b18526]
    27 -[NSObject(NSKeyValueObservingPrivate) _notifyObserversForKeyPath:change:] + 1026 (in Foundation) [0x95e52f44]
    27 NSKeyValueNotifyObserver + 387 (in Foundation) [0x95e59194]
    27 -[ILMediaObjectsViewController observeValueForKeyPath:ofObject:change:context:] + 299 (in iLifeMediaBrowser) [0x95004ff5]
    27 -[IKImageBrowserView(ImageBrowserDatasource) reloadData] + 368 (in ImageKit) [0x9b96ba12]
    27 -[IKImageBrowserView(ImageBrowserLayout) updateLayoutOfCells] + 100 (in ImageKit) [0x9b978e18]
    27 -[IKImageBrowserView(ImageBrowserLayout) updateLayoutOfCellsAtIndexes:] + 174 (in ImageKit) [0x9b978d52]
    27 -[IKImageBrowserView(ImageBrowserScrolling) adjustDocumentSize] + 49 (in ImageKit) [0x9b98170c]
    27 -[IKImageBrowserLayoutManager contentSize] + 100 (in ImageKit) [0x9b9d6fbc]
    27 -[IKImageBrowserLayoutManager updateIfNeeded] + 44 (in ImageKit) [0x9b9d4a9d]
    27 -[IKImageBrowserLayoutManager update] + 213 (in ImageKit) [0x9b9d4a46]
    27 -[IKImageBrowserSubsetLayoutManager updateLayout] + 60 (in ImageKit) [0x9ba0451a]
    27 -[IKImageBrowserGrid computeContentSize] + 399 (in ImageKit) [0x9b941329]
    27 -[IKImageBrowserGrid translationRatioAtRow:] + 63 (in ImageKit) [0x9b94095e]
    27 -[IKImageBrowserGrid validateRowsTranslationsToRowIndex:] + 621 (in ImageKit) [0x9b941015]
    27 -[IKImageBrowserCell aspectRatio] + 44 (in ImageKit) [0x9b94950e]
    27 -[IKImageBrowserCell _computeAspectRatio] + 36 (in ImageKit) [0x9b949585]
    27 -[IKImageCell validateDatasource] + 1118 (in ImageKit) [0x9ba2af82]
    27 -[NSObject(IKImageBrowserItemOptional) IKImageRepresentationWithType:] + 33 (in ImageKit) [0x9ba26f8f]
    27 -[ILMediaObject imageRepresentation] + 533 (in iLifeMediaBrowser) [0x94feffd4]
    27 -[ILMediaObject thumbnailPath] + 86 (in iLifeMediaBrowser) [0x94ff43b5]
    27 -[ILMediaObject _internal_thumbnailPath] + 52 (in iLifeMediaBrowser) [0x94ff4453]
    27 -[ILMediaObject refreshThumbnailCacheInfo] + 62 (in iLifeMediaBrowser) [0x94ff0199]
    27 -[ILMediaBrowserImageManager loadCachedAttributesForMediaObject:] + 48 (in iLifeMediaBrowser) [0x94ffa93d]
    22 -[ILMediaBrowserImageManager loadCachedAttributesForMediaObject:updateIfNotFound:] + 466 (in iLifeMediaBrowser) [0x94ffab14]
    22 -[ILMediaBrowserImageManager updateThumbnailDataXmlForPath:info:] + 116 (in iLifeMediaBrowser) [0x94ffa906]
    15 -[NSDictionary(NSDictionary) writeToFile:atomically:] + 236 (in Foundation) [0x95e2a2fe]
    15 CFPropertyListCreateXMLData + 32 (in CoreFoundation) [0x9ad44640]
    15 _CFPropertyListCreateXMLData + 203 (in CoreFoundation) [0x9ad4471b]
    7 _CFAppendXML0 + 3261 (in CoreFoundation) [0x9ad4561d]
    2 _CFAppendXML0 + 3261 (in CoreFoundation) [0x9ad4561d]
    1 _CFAppendXML0 + 290 (in CoreFoundation) [0x9ad44a82]
    1 _appendEscapedString + 602 (in CoreFoundation) [0x9ad461ea]
    1 _plistAppendCharacters + 80 (in CoreFoundation) [0x9ad44850]
    1 _CFAppendXML0 + 5210 (in CoreFoundation) [0x9ad45dba]
    1 __CFNumberCreateFormattingDescriptionAsFloat64 + 181 (in CoreFoundation) [0x9ad61df5]
    1 CFStringCreateWithFormat + 110 (in CoreFoundation) [0x9ace102e]
    1 __CFStringAppendFormatCore + 6588 (in CoreFoundation) [0x9acdad9c]
    1 _CFAppendXML0 + 2847 (in CoreFoundation) [0x9ad4547f]
    1 CFRelease + 169 (in CoreFoundation) [0x9acde039]
    1 _objc_rootRelease + 47 (in libobjc.A.dylib) [0x99b0854e]
    1 -[__NSArrayM dealloc] + 394 (in CoreFoundation) [0x9ad084da]
    1 -[NSObject dealloc] + 107 (in CoreFoundation) [0x9ad0855b]
    1 _object_dispose + 78 (in libobjc.A.dylib) [0x99b11dc0]
    1 szone_size + 0 (in libsystem_c.dylib) [0x98b64cd1]
    1 _CFAppendXML0 + 2616 (in CoreFoundation) [0x9ad45398]
    1 CFDictionaryGetKeysAndValues + 455 (in CoreFoundation) [0x9aceb567]
    1 CFBasicHashGetElements + 207 (in CoreFoundation) [0x9aceb63f]
    1 _CFAppendXML0 + 3128 (in CoreFoundation) [0x9ad45598]
    1 _appendEscapedString + 653 (in CoreFoundation) [0x9ad4621d]
    1 _plistAppendCharacters + 80 (in CoreFoundation) [0x9ad44850]
    1 _CFAppendXML0 + 2778 (in CoreFoundation) [0x9ad4543a]
    1 CFArraySortValues + 1183 (in CoreFoundation) [0x9ace86ef]
    1 CFQSortArray + 231 (in CoreFoundation) [0x9ace8927]
    1 CFSortIndexes + 1494 (in CoreFoundation) [0x9ad18466]
    1 __CFSimpleMergeSort + 124 (in CoreFoundation) [0x9ad1850c]
    1 __CFQSortArray_block_invoke_1 + 47 (in CoreFoundation) [0x9ad186ef]
    1 __CFArrayCompareValues + 36 (in CoreFoundation) [0x9ad18724]
    1 CFStringCompare + 60 (in CoreFoundation) [0x9acf4c8c]
    1 CFStringCompareWithOptionsAndLocale + 35 (in CoreFoundation) [0x9acf4cc3]
    1 CFStringGetLength + 108 (in CoreFoundation) [0x9acdc97c]
    1 _CFAppendXML0 + 2722 (in CoreFoundation) [0x9ad45402]
    1 CFArrayReplaceValues + 135 (in CoreFoundation) [0x9ace8ac7]
    1 -[NSMutableArray replaceObjectsInRange:withObjects:count:] + 979 (in CoreFoundation) [0x9ad27e93]
    4 _CFAppendXML0 + 3128 (in CoreFoundation) [0x9ad45598]
    2 _appendEscapedString + 340 (in CoreFoundation) [0x9ad460e4]
    1 CFStringGetCharacters + 143 (in CoreFoundation) [0x9aced27f]
    1 CFStringGetCharacters + 20 (in CoreFoundation) [0x9aced204]
    2 _appendEscapedString + 602 (in CoreFoundation) [0x9ad461ea]
    2 _plistAppendCharacters + 150 (in CoreFoundation) [0x9ad44896]
    2 CFDataAppendBytes + 163 (in CoreFoundation) [0x9aceb793]
    1 CFDataReplaceBytes + 487 (in CoreFoundation) [0x9ace9857]
    1 __CFDataGrow + 354 (in CoreFoundation) [0x9acec362]
    1 realloc + 175 (in libsystem_c.dylib) [0x98ba56f6]
    1 malloc_zone_realloc + 84 (in libsystem_c.dylib) [0x98ba47c0]
    1 szone_realloc + 2552 (in libsystem_c.dylib) [0x98b6f6f4]
    1 vm_copy + 167 (in libsystem_kernel.dylib) [0x9a73fa6c]
    1 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x9a741c22]
    1 CFDataReplaceBytes + 727 (in CoreFoundation) [0x9ace9947]
    1 memmove$VARIANT$sse42 + 39 (in libsystem_c.dylib) [0x98b279e4]
    2 _CFAppendXML0 + 3239 (in CoreFoundation) [0x9ad45607]
    2 CFDictionaryGetValue + 135 (in CoreFoundation) [0x9acd6a87]
    1 CFBasicHashFindBucket + 1844 (in CoreFoundation) [0x9acd71d4]
    1 __CFDictionaryStandardEquateKeys + 46 (in CoreFoundation) [0x9ace422e]
    1 CFEqual + 91 (in CoreFoundation) [0x9ace429b]
    1 CFBasicHashFindBucket + 1679 (in CoreFoundation) [0x9acd712f]
    1 __CFDictionaryStandardHashKey + 32 (in CoreFoundation) [0x9acd7700]
    1 __CFStringHash + 125 (in CoreFoundation) [0x9ace0a4d]
    2 _CFAppendXML0 + 2778 (in CoreFoundation) [0x9ad4543a]
    2 CFArraySortValues + 1183 (in CoreFoundation) [0x9ace86ef]
    2 CFQSortArray + 231 (in CoreFoundation) [0x9ace8927]
    2 CFSortIndexes + 1494 (in CoreFoundation) [0x9ad18466]
    1 __CFSimpleMergeSort + 289 (in CoreFoundation) [0x9ad185b1]
    1 __CFSimpleMergeSort + 289 (in CoreFoundation) [0x9ad185b1]
    1 __CFSimpleMergeSort + 289 (in CoreFoundation) [0x9ad185b1]
    1 __CFSimpleMergeSort + 259 (in CoreFoundation) [0x9ad18593]
    1 __CFSimpleMergeSort + 289 (in CoreFoundation) [0x9ad185b1]
    1 __CFSimpleMergeSort + 289 (in CoreFoundation) [0x9ad185b1]
    1 __CFSimpleMergeSort + 400 (in CoreFoundation) [0x9ad18620]
    1 __CFQSortArray_block_invoke_1 + 47 (in CoreFoundation) [0x9ad186ef]
    1 __CFArrayCompareValues + 36 (in CoreFoundation) [0x9ad18724]
    1 CFStringCompare + 60 (in CoreFoundation) [0x9acf4c8c]
    1 bcmp + 153 (in libsystem_c.dylib) [0x98b9f1b9]
    1 __CFSimpleMergeSort + 259 (in CoreFoundation) [0x9ad18593]
    1 __CFSimpleMergeSort + 289 (in CoreFoundation) [0x9ad185b1]
    1 __CFSimpleMergeSort + 259 (in CoreFoundation) [0x9ad18593]
    1 __CFSimpleMergeSort + 289 (in CoreFoundation) [0x9ad185b1]
    1 __CFSimpleMergeSort + 289 (in CoreFoundation) [0x9ad185b1]
    1 __CFSimpleMergeSort + 259 (in CoreFoundation) [0x9ad18593]
    1 __CFSimpleMergeSort + 400 (in CoreFoundation) [0x9ad18620]
    1 __CFQSortArray_block_invoke_1 + 47 (in CoreFoundation) [0x9ad186ef]
    1 __CFArrayCompareValues + 36 (in CoreFoundation) [0x9ad18724]
    1 CFStringCompare + 60 (in CoreFoundation) [0x9acf4c8c]
    1 bcmp + 132 (in libsystem_c.dylib) [0x98b9f1a4]
    5 -[NSDictionary(NSDictionary) writeToFile:atomically:] + 287 (in Foundation) [0x95e2a331]
    5 -[NSData(NSData) writeToFile:atomically:] + 103 (in Foundation) [0x95e2a51e]
    5 _NSWriteBytesToFile + 60 (in Foundation) [0x95e2a565]
    4 __fsync + 10 (in libsystem_kernel.dylib) [0x9a7445fa]
    1 _NSWriteBytesToFileWithExtendedAttributes + 1253 (in Foundation) [0x95e2aa52]
    1 __rename + 10 (in libsystem_kernel.dylib) [0x9a743b0a]
    2 -[NSDictionary(NSDictionary) writeToFile:atomically:] + 61 (in Foundation) [0x95e2a24f]
    1 _NSIsPList + 793 (in Foundation) [0x95e28608]
    1 _NSIsPList + 659 (in Foundation) [0x95e28582]
    1 -[__NSCFDictionary keyEnumerator] + 97 (in CoreFoundation) [0x9ad5e271]
    1 -[__NSCFDictionary retain] + 25 (in CoreFoundation) [0x9ad3bec9]
    1 _NSIsPList + 770 (in Foundation) [0x95e285f1]
    1 -[__NSCFDictionary objectForKey:] + 28 (in CoreFoundation) [0x9ad3897c]
    1 CFDictionaryGetValue + 135 (in CoreFoundation) [0x9acd6a87]
    1 CFBasicHashFindBucket + 1844 (in CoreFoundation) [0x9acd71d4]
    1 __CFDictionaryStandardEquateKeys + 46 (in CoreFoundation) [0x9ace422e]
    1 CFEqual + 261 (in CoreFoundation) [0x9ace4345]
    1 bcmp + 128 (in libsystem_c.dylib) [0x98b9f1a0]
    5 -[ILMediaBrowserImageManager loadCachedAttributesForMediaObject:updateIfNotFound:] + 411 (in iLifeMediaBrowser) [0x94ffaadd]
    5 -[ILMediaBrowserImageManager loadAttributes:forMediaObject:atPath:] + 79 (in iLifeMediaBrowser) [0x94ffab80]
    5 -[ILMediaBrowserImageManager loadAttributes:forImageMediaObject:atPath:] + 720 (in iLifeMediaBrowser) [0x94ffd6ca]
    3 -[IKImageWrapper saveAsTIFFAtPath:] + 69 (in ImageKit) [0x9b91df81]
    3 -[NSData(NSData) writeToFile:atomically:] + 103 (in Foundation) [0x95e2a51e]
    3 _NSWriteBytesToFile + 60 (in Foundation) [0x95e2a565]
    3 __fsync + 10 (in libsystem_kernel.dylib) [0x9a7445fa]
    2 -[IKImageWrapper saveAsTIFFAtPath:] + 36 (in ImageKit) [0x9b91df60]
    1 -[IKImageWrapper TIFFRepresentation] + 82 (in ImageKit) [0x9b91eb1c]
    1 -[NSImage TIFFRepresentation] + 49 (in AppKit) [0x92d505e3]
    1 -[NSImage TIFFRepresentationUsingCompression:factor:] + 806 (in AppKit) [0x92d50911]
    1 +[NSBitmapImageRep TIFFRepresentationOfImageRepsInArray:] + 56 (in AppKit) [0x92d50dd9]
    1 +[NSBitmapImageRep(NSBitmapImageFileTypeExtensions) representationOfImageRepsInArray:usingType:properties:] + 2439 (in AppKit) [0x92d51768]
    1 CGImageDestinationFinalize + 158 (in ImageIO) [0x961dc693]
    1 _CGImagePluginWriteTIFF + 3885 (in ImageIO) [0x961dd5e9]
    1 CGAccessSessionGetBytes + 164 (in CoreGraphics) [0x99202dbc]
    1 memmove$VARIANT$sse42 + 136 (in libsystem_c.dylib) [0x98b27a45]
    1 -[IKImageWrapper TIFFRepresentation] + 64 (in ImageKit) [0x9b91eb0a]
    1 -[IKImageWrapper nsImage:] + 53 (in ImageKit) [0x9b92139b]
    1 -[IKImageWrapper _nsImage] + 261 (in ImageKit) [0x9b921519]
    1 IKCGImageFromIconRef + 309 (in ImageKit) [0x9b924834]
    1 PlotIconRefInContext + 403 (in HIServices) [0x93b65a15]
    1 PlotISImageRefInContext + 2063 (in HIServices) [0x93b63375]
    1 CGContextDrawImage + 457 (in CoreGraphics) [0x992b0855]
    1 ripc_DrawImage + 951 (in libRIP.A.dylib) [0x9ce94e6f]
    1 ripc_AcquireImage + 1901 (in libRIP.A.dylib) [0x9ce9661d]
    1 CGSImageDataLock + 165 (in CoreGraphics) [0x992b0c5c]
    1 img_data_lock + 8151 (in CoreGraphics) [0x9922867d]
                                                          

    Hi
    Yes this can be many things - and I can only guess/suggest.
    A. a very common origin to make the Mac un-happy is to - PANIC-HALT - when the round multicolored thing appear.
    So much can go wrong by doing this - and if done often problem builds up that can result in a real disaster.
    B. NEVER - move or alter any folder named - iMovie Event's resp. iMovie Project's - as iMovie has no search function - moving them results in that iMovie get's 100% lost.
    One can move them - but this HAS TO BE done within the iMovie application (as it is up and running)
    C. preference files - there are TWO or more Libraries on Your Mac. First and easy to find is the one You see when opening Your Start-Up Hard Disk window = Root Library == the WRONG ONE
    What we need to find is the one in Your User-Account folder (icon as a house) - and this is in Mac OS X.7, X.8 and X.9 HIDDEN. To see it do:
    ( It can be done like this: Open Terminal, then enter:
    chflags nohidden ~/Library
    Press return, then restart, and it will always be visible until the next major update, when you do the same thing again. )
    or - do like this. 
    On the Finder window at the top left of the screen,
    Hold down the Option key and clicked on Go. 
    This allowed You to see the Library folder and select it. 
    Then keep the Option button pressed down in order to see and select the Library folder. 
    Once found it, You are able to navigate to the iMovie preferences file and move it to the trash.  iMovie then start’s up fine! 
    Now here in Your User Library - find Preferences and trash
    com.apple.iMovie.plist
    com.apple.iMovie3.plist
    com.apple.iMovie7.plist
    com.apple.iMovie8.plist
    com.apple.iMovie9.plist
    com.apple.iMovieApp.plist
    and find
    com.apple.iApps.plist
    While iMovie is NOT RUNNING - move this/these file/s out on to desk-top.
    Now restart iMovie.
    I Prefere another way to find out if this is the problem.
    (after all folders (iMovie Event/Projects are moved into original place)
    • go up to Apple Menu
    • Down to System Pref's
    • Select Accounts - Create a new User
    • Go down the Apple menu - Log OUT
    • Log into as the new User
    Now try iMovie
    Does it work at all ? (Yes You don't see Events or Projects in Your original Account just now)
    If so - Then we know that there is a corrupted pref file to be trashed.
    Else - the problem are much more severe.
    D. After Panic Halt / Forced Quit - I always do -. to keep disasters on arms length.
    • Repair Permissions (Apple Disk Util tool)
    • Start from other HD or DVD - then run Repair Hard Disk (Apple Disk Util tool)
    Yours trying to be of help - Bengt W

  • Mail.app crashes on opening - no plist file to delete

    This started happening a couple of days ago. Every time I open the mail app, it freezes (spinning beachball) and then crashes. Attached below is the most recent crash report. I apparently don't have the plist file that everyone says to delete.
    So what are my options? I've looked at other threads, and they're not quite helpful for me.
    Chapps
    Truncated version of the crash log (not sure you want the whole thing, since it's huge):
    Process: Mail [442]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 4.2 (1077)
    Build Info: Mail-10770000~4
    Code Type: X86-64 (Native)
    Parent Process: launchd [115]
    Date/Time: 2010-02-17 20:32:38.247 -0800
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 1540351 sec
    Crashes Since Last Report: 11
    Per-App Interval Since Last Report: 418964 sec
    Per-App Crashes Since Last Report: 9
    Anonymous UUID: 8884D48A-EFA0-4945-8670-DABE56730CE4
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x000000010fc83fb8
    Crashed Thread: 13 Dispatch queue: com.apple.root.default-priority
    Application Specific Information:
    -[POPAccount saveCache]
    -[MailApp _tellSyncServicesToRegisterAndSync]
    -[POPAccount fetchSynchronouslyIsAuto:]
    -[MessageRouter routeQueuedMessages]

    Ugh. Well, got far enough to import my old mailboxes and set up my accounts when the app crashed. I got rid of the plist file once again, Mail started up with no problem ... then crashed.
    Here's the most recent crash log header:
    Process: Mail [818]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 4.2 (1077)
    Build Info: Mail-10770000~4
    Code Type: X86-64 (Native)
    Parent Process: launchd [115]
    Date/Time: 2010-02-17 21:32:40.620 -0800
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 1543874 sec
    Crashes Since Last Report: 15
    Per-App Interval Since Last Report: 421070 sec
    Per-App Crashes Since Last Report: 12
    Anonymous UUID: 8884D48A-EFA0-4945-8670-DABE56730CE4
    Exception Type: EXCBADINSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    -[AccountSetupValidator _validate]
    objc[818]: alt handlers in objc runtime are buggy!

  • Safari slow and/or locked up, how do I find .plist file?

    Like many others, my office computers' Safari keeps getting locked up when going to different websites & I often have to do a force quit. I've read various posts, and have tried the simple fixes such as to reset Safari. I keep seeing that I should delete .plist file, but how do I find it? I'm told it's located at (tilde symbol) library/preferences, but how do I find that? My Safari drop down menu has Preferences, but not Library. One post said that the file is located in the home folder, but I don't know where the home folder is.
    I don't know much about computers, but my job requires that I visit certain websites. (I work in a law office, so it's usually government websites, to download legal forms) Fixing computer problems wasn't on my job description when I was hired, but office staff has now shrunk to one part-time worker, and yours truly is doing what I can to keep the office running. How does a Tech Challenged lady find library/preferences and/or my home folder?

    Hi
    What do I do now? Do I trash my old Safari folder, and keep this one with the unwanted bookmarks on that gray section at the top of the window? I'll keep my old Safari on the desktop until I have a chance to check for answers later in the day.
    One of the files in that folder is causing the problem.
    Here's my suggestion:
    Quit Safari.
    Next, move the History.plist file in the Safari folder on the desktop to the new Safari folder, replacing the newly created file. Restart Safari. If the problem occurs, you found your problem file. In that case, move the remaining files on the desktop back to their original location, replacing the new files. Then, move the History.plist file to the trash, then restart Safari.
    By contrast, if Safari is stable after moving the History file, then another file is causing the problem. In that case, return to the Desktop and move the Icons folder found in the Safari folder back to its original location, replacing the newly created one. If Safari problem returns you found the culprit. In that case, you would move the Icon folder to the trash. Then, restart Safari.
    Before going further, let me know if that solves the problem.
    Post back

  • ICal won't open and missing .plist file

    My iCal keeps crashing unexpectedly. Admittedly I dont use it much from my desktop computer but primarily from my iphone and ipad so I can't trace the problem to a specific time other than I haven't been able to open for a few days. When I go to open, a dialog box opens saying "Upgrading iCal" and then crashes.
    I looked at the other posts refering to this problem and the common culprit seems to be a corrupted plist file. When I attempted to follow the the procedure to drag the current com.apple.ical.plist file to the desktop I discovered there was no file of that name residing anywhere I my computer. What next?
    Here is the crash message:
    Process:    
    iCal [81160]
    Path:       
    /Applications/iCal.app/Contents/MacOS/iCal
    Identifier: 
    com.apple.iCal
    Version:    
    5.0.3 (1605.3)
    Build Info: 
    iCal-1605003000000000~7
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [133]
    Date/Time:  
    2012-07-03 08:56:38.065 -0500
    OS Version: 
    Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Interval Since Last Report:     
    475918 sec
    Crashes Since Last Report:      
    5
    Per-App Interval Since Last Report:  80 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                 
    DFD6C4B1-217F-4BAB-A6F2-C95A7F2A0278
    Crashed Thread:  2  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    objc[81160]: garbage collection is OFF
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'path  is not absolute.'
    *** First throw call stack:

    I looked to see if If my Calendars folder was there, but even that is missing. Is there a way to just reinstall Ical? THe folder is missing and the .plist file is missing. This started after I updated to Lion
    Here is what it tells me:
    Process:         Calendar [4451]
    Path:            /Applications/Calendar.app/Contents/MacOS/Calendar
    Identifier:      com.apple.iCal
    Version:         6.0 (1639)
    Build Info:      iCal-1639000000000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [239]
    User ID:         501
    Date/Time:       2012-11-19 18:40:41.250 -0600
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          1369542 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  9 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      94C48677-8DD7-40E8-D671-0E263CC59F4E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[CalManagedMessage newMessagesArrayForCalendars:andPrincipals:fromManagedObjectContext:]: unrecognized selector sent to class 0x7fff7438a9f0'
    terminate called throwing an exception
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff8b1ad0a6 __exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff8aae43f0 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff8b24354a +[NSObject(NSObject) doesNotRecognizeSelector:] + 186
    3   CoreFoundation                      0x00007fff8b19b5ce ___forwarding___ + 414
    4   CoreFoundation                      0x00007fff8b19b3b8 _CF_forwarding_prep_0 + 232
    5   Calendar                            0x0000000100a62810 Calendar + 223248
    6   Calendar                            0x0000000100a619a5 Calendar + 219557
    7   Calendar                            0x0000000100a5e242 Calendar + 205378
    8   Calendar                            0x0000000100a5d966 Calendar + 203110
    9   libdispatch.dylib                   0x00007fff8b3def01 _dispatch_call_block_and_release + 15
    10  libdispatch.dylib                   0x00007fff8b3db0b6 _dispatch_client_callout + 8
    11  libdispatch.dylib                   0x00007fff8b3e00c8 _dispatch_main_queue_callback_4CF + 275
    12  CoreFoundation                      0x00007fff8b14f0fe __CFRunLoopRun + 1614
    13  CoreFoundation                      0x00007fff8b14e6b2 CFRunLoopRunSpecific + 290
    14  HIToolbox                           0x00007fff8b8fc0a4 RunCurrentEventLoopInMode + 209
    15  HIToolbox                           0x00007fff8b8fbd84 ReceiveNextEventCommon + 166
    16  HIToolbox                           0x00007fff8b8fbcd3 BlockUntilNextEventMatchingListInMode + 62
    17  AppKit                              0x00007fff893b7613 _DPSNextEvent + 685
    18  AppKit                              0x00007fff893b6ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    19  AppKit                              0x00007fff89601709 -[NSApplication _realDoModalLoop:peek:] + 485
    20  AppKit                              0x00007fff896019ce -[NSApplication runModalForWindow:] + 120
    21  AppKit                              0x00007fff895f4434 -[NSAlert runModal] + 159
    22  AppKit                              0x00007fff8930b034 __54-[NSPersistentUIManager promptToIgnorePersistentState]_block_invoke_0 + 1082
    23  AppKit                              0x00007fff8930abaf -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
    24  AppKit                              0x00007fff8930ab4e -[NSPersistentUIManager promptToIgnorePersistentState] + 196
    25  AppKit                              0x00007fff893bb6e6 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 194
    26  AppKit                              0x00007fff893bb525 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 553
    27  AppKit                              0x00007fff893bb12c -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 351
    28  Foundation                          0x00007fff8599212b -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 308
    29  Foundation                          0x00007fff85991f8d _NSAppleEventManagerGenericHandler + 106
    30  AE                                  0x00007fff86134b48 _Z20aeDispatchAppleEventPK6AEDescPS_jPh + 307
    31  AE                                  0x00007fff861349a9 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 37
    32  AE                                  0x00007fff86134869 aeProcessAppleEvent + 318
    33  HIToolbox                           0x00007fff8b9068e9 AEProcessAppleEvent + 100
    34  AppKit                              0x00007fff893b7916 _DPSNextEvent + 1456
    35  AppKit                              0x00007fff893b6ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    36  AppKit                              0x00007fff893ae283 -[NSApplication run] + 517
    37  AppKit                              0x00007fff89352cb6 NSApplicationMain + 869
    38  Calendar                            0x0000000100a2e4e5 Calendar + 9445
    39  libdyld.dylib                       0x00007fff88ee77e1 start + 0
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8a3bd212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff8e65caf4 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff8e6a0dce abort + 143
    3   libc++abi.dylib                         0x00007fff834d7a17 abort_message + 257
    4   libc++abi.dylib                         0x00007fff834d53c6 default_terminate() + 28
    5   libobjc.A.dylib                         0x00007fff8aae4873 _objc_terminate() + 91
    6   libc++.1.dylib                          0x00007fff862948fe std::terminate() + 20
    7   libobjc.A.dylib                         0x00007fff8aae45de objc_terminate + 9
    8   libdispatch.dylib                       0x00007fff8b3db0ca _dispatch_client_callout + 28
    9   libdispatch.dylib                       0x00007fff8b3e00c8 _dispatch_main_queue_callback_4CF + 275
    10  com.apple.CoreFoundation                0x00007fff8b14f0fe __CFRunLoopRun + 1614
    11  com.apple.CoreFoundation                0x00007fff8b14e6b2 CFRunLoopRunSpecific + 290
    12  com.apple.HIToolbox                     0x00007fff8b8fc0a4 RunCurrentEventLoopInMode + 209
    13  com.apple.HIToolbox                     0x00007fff8b8fbd84 ReceiveNextEventCommon + 166
    14  com.apple.HIToolbox                     0x00007fff8b8fbcd3 BlockUntilNextEventMatchingListInMode + 62
    15  com.apple.AppKit                        0x00007fff893b7613 _DPSNextEvent + 685
    16  com.apple.AppKit                        0x00007fff893b6ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    17  com.apple.AppKit                        0x00007fff89601709 -[NSApplication _realDoModalLoop:peek:] + 485
    18  com.apple.AppKit                        0x00007fff896019ce -[NSApplication runModalForWindow:] + 120
    19  com.apple.AppKit                        0x00007fff895f4434 -[NSAlert runModal] + 159
    20  com.apple.AppKit                        0x00007fff8930b034 __54-[NSPersistentUIManager promptToIgnorePersistentState]_block_invoke_0 + 1082
    21  com.apple.AppKit                        0x00007fff8930abaf -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
    22  com.apple.AppKit                        0x00007fff8930ab4e -[NSPersistentUIManager promptToIgnorePersistentState] + 196
    23  com.apple.AppKit                        0x00007fff893bb6e6 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 194
    24  com.apple.AppKit                        0x00007fff893bb525 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 553
    25  com.apple.AppKit                        0x00007fff893bb12c -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 351
    26  com.apple.Foundation                    0x00007fff8599212b -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 308
    27  com.apple.Foundation                    0x00007fff85991f8d _NSAppleEventManagerGenericHandler + 106
    28  com.apple.AE                            0x00007fff86134b48 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 307
    29  com.apple.AE                            0x00007fff861349a9 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 37
    30  com.apple.AE                            0x00007fff86134869 aeProcessAppleEvent + 318
    31  com.apple.HIToolbox                     0x00007fff8b9068e9 AEProcessAppleEvent + 100
    32  com.apple.AppKit                        0x00007fff893b7916 _DPSNextEvent + 1456
    33  com.apple.AppKit                        0x00007fff893b6ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    34  com.apple.AppKit                        0x00007fff893ae283 -[NSApplication run] + 517
    35  com.apple.AppKit                        0x00007fff89352cb6 NSApplicationMain + 869
    36  com.apple.iCal                          0x0000000100a2e4e5 0x100a2c000 + 9445
    37  libdyld.dylib                           0x00007fff88ee77e1 start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff8a3bd6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8e65deec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8e65dcb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8e648171 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8a3bdd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8b3dddea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8b3dd9ee _dispatch_mgr_thread + 54
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8a3bd6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8e65deec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8e65dcb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8e648171 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8a3bd6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8e65deec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8e65dcb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8e648171 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8a3bd6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8e65deec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8e65dcb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8e648171 start_wqthread + 13
    Thread 6:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8a3bd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e65ff89 _pthread_cond_wait + 869
    2   com.apple.CoreVideo                     0x00007fff8e6182d4 CVDisplayLink::runIOThread() + 680
    3   com.apple.CoreVideo                     0x00007fff8e618013 startIOThread(void*) + 148
    4   libsystem_c.dylib                       0x00007fff8e65b742 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8e648181 thread_start + 13
    Thread 7:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff8a3bd386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8e6e5800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff8e6e5717 usleep + 54
    3   com.apple.AppKit                        0x00007fff8959c958 -[NSUIHeartBeat _heartBeatThread:] + 543
    4   com.apple.Foundation                    0x00007fff859c5612 __NSThread__main__ + 1345
    5   libsystem_c.dylib                       0x00007fff8e65b742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8e648181 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5f1d17c8  rdx: 0x0000000000000000
      rdi: 0x0000000000000c07  rsi: 0x0000000000000006  rbp: 0x00007fff5f1d17f0  rsp: 0x00007fff5f1d17c8
       r8: 0x00007fff74b54278   r9: 0x0000000000000013  r10: 0x0000000020000000  r11: 0x0000000000000206
      r12: 0x00007fff5f1d1950  r13: 0x00007fee0bc10350  r14: 0x00007fff74b55180  r15: 0x00007fff5f1d1830
      rip: 0x00007fff8a3bd212  rfl: 0x0000000000000206  cr2: 0x00007fff74b4dfe8
    Logical CPU: 0
    Binary Images:
           0x100a2c000 -        0x100d27fff  com.apple.iCal (6.0 - 1639) <3994282C-2987-367F-A7A2-49366A500DDF> /Applications/Calendar.app/Contents/MacOS/Calendar
           0x100e17000 -        0x100e17ff7  com.apple.SafariServices.framework (8536 - 8536.26.17) <9D446639-F348-365B-8223-26EBBD1DEEB1> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
           0x103509000 -        0x10378efff  com.apple.RawCamera.bundle (4.01 - 666) <BBDA55DD-6155-39B5-9D55-5CCCCFF26D98> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x10497e000 -        0x104b35fff  GLEngine (8.6.1) <94C4C4C0-E96C-30B2-8CD7-DE8D82CA74F1> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x104b6c000 -        0x104caefff  libGLProgrammability.dylib (8.6.1) <FC866EA6-6263-3F51-BF7C-EA1A9A4162B4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x104ce2000 -        0x10515dff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.0.61 - 8.0.0) <CCA8F6EE-4B5E-3F49-9405-CCEBB8C273FC> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
           0x1052c4000 -        0x1052d2ff7  libGPUSupport.dylib (8.6.1) <C8A361A5-8A82-375D-B50E-E520662F76B1> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x1052d9000 -        0x105306fff  GLRendererFloat (8.6.1) <B598274C-3C23-3EBB-A7C5-13C131FAC651> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x10530f000 -        0x105318fe7  libcldcpuengine.dylib (2.1.19) <50800DA2-7233-32E5-9553-A02171B68399> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x10531e000 -        0x105321ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
        0x7fff6062c000 -     0x7fff6066093f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff832b7000 -     0x7fff832bafff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff832bb000 -     0x7fff83303fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff83304000 -     0x7fff8332dfff  libsandbox.1.dylib (220) <163B48F0-2A0D-3E07-8576-6734C98CEF25> /usr/lib/libsandbox.1.dylib
        0x7fff8332e000 -     0x7fff83359fff  com.apple.framework.Apple80211 (8.0.1 - 801.17) <05786C8E-8C6F-31AF-80B5-9C98175757B4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff83375000 -     0x7fff833a9fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff833aa000 -     0x7fff833acff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff833ad000 -     0x7fff833b0fff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8347c000 -     0x7fff83484fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff83485000 -     0x7fff834b1ff7  libRIP.A.dylib (324.6) <5A7EB5C2-BA60-36D7-BF41-9853F37837AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff834b2000 -     0x7fff834d3ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff834d4000 -     0x7fff834f9ff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
        0x7fff834fa000 -     0x7fff834fbfff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff834fc000 -     0x7fff834ffff7  com.apple.LoginUICore (2.0 - 2.0) <965559B0-1F0E-3767-A16B-F91AABFA5275> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff83500000 -     0x7fff83527ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff83528000 -     0x7fff8369cfff  com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8369d000 -     0x7fff836c8fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff836c9000 -     0x7fff836e8ff7  com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff836e9000 -     0x7fff837defff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff837df000 -     0x7fff837eaff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff837eb000 -     0x7fff8387cfff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8387d000 -     0x7fff838fdff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff838fe000 -     0x7fff83912fff  libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff83913000 -     0x7fff8394aff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff83950000 -     0x7fff83954ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff83960000 -     0x7fff83973ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff83974000 -     0x7fff83976fff  libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff83977000 -     0x7fff83a1dff7  com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff83a1e000 -     0x7fff83a4cff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff83a4d000 -     0x7fff83a4efff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff83aa7000 -     0x7fff83af2ff7  com.apple.CoreMedia (1.0 - 926.62) <CFBD094F-DA9C-3498-9D50-BC754B56F00A> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff83af3000 -     0x7fff83b2dfff  com.apple.framework.internetaccounts (2.1 - 210) <0AB62FFA-42C8-3433-9C23-7D1AB411348F> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff83b2e000 -     0x7fff83bbbff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff83bbc000 -     0x7fff83bf9fff  com.apple.PassKit (1.0 - 1) <361E16DE-71DF-31F1-B21F-F16A275FA309> /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit
        0x7fff83c0b000 -     0x7fff83c16fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff83c17000 -     0x7fff83e5efff  com.apple.MessageFramework (6.0 - 1499) <B6B69C12-BF40-3CC7-BA21-9BF7B49BD1A0> /System/Library/Frameworks/Message.framework/Versions/B/Message
        0x7fff83e5f000 -     0x7fff8410dfff  com.apple.imageKit (2.2 - 667) <66A64289-6259-335E-9D8C-E3E02ECE7837> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8410e000 -     0x7fff8430efff  libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
        0x7fff8430f000 -     0x7fff84315fff  libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff84316000 -     0x7fff8436dff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8436e000 -     0x7fff844c6ff7  com.apple.syncservices (7.0 - 713) <924B8B34-2C9C-3C1D-909D-FF215AA8985D> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
        0x7fff844c7000 -     0x7fff844c9ff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff844ca000 -     0x7fff8479afff  com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8479b000 -     0x7fff847baff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff847ea000 -     0x7fff847f7fff  com.apple.KerberosHelper (4.0 - 1.0) <6815439D-1A03-3251-99FE-CC24CF4C93C5> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
        0x7fff848d2000 -     0x7fff848d2ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff848fc000 -     0x7fff84a6dff7  com.apple.QTKit (7.7.1 - 2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff84a6e000 -     0x7fff84ad6fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff84b13000 -     0x7fff84b3afff  com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff84ddb000 -     0x7fff84de4fff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff84de5000 -     0x7fff84de9ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff84dea000 -     0x7fff84e01fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff84e74000 -     0x7fff84e81ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff84e82000 -     0x7fff84e82fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff84e85000 -     0x7fff84e9dff7  com.apple.CalendarUI (1.0 - 18) <E046D471-8DEE-3985-B473-60340232EE7E> /System/Library/PrivateFrameworks/CalendarUI.framework/Versions/A/CalendarUI
        0x7fff84e9e000 -     0x7fff84ea6ff7  libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff84ea7000 -     0x7fff8502dfff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff85778000 -     0x7fff85783ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff85792000 -     0x7fff85793ff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
        0x7fff85794000 -     0x7fff857d7ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff857d8000 -     0x7fff857d8fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff857d9000 -     0x7fff85891fff  com.apple.CoreMessage (1.0 - 1499) <2CC65B9F-919A-3BC7-99D3-26429F2EBAE4> /System/Library/PrivateFrameworks/CoreMessage.framework/Versions/A/CoreMessage
        0x7fff85892000 -     0x7fff858a7fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff858a8000 -     0x7fff8592fff7  libCoreStorage.dylib (274.7) <8E13133C-1198-3555-9518-2BCC09C66C97> /usr/lib/libCoreStorage.dylib
        0x7fff85930000 -     0x7fff85c8cfff  com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff85d5c000 -     0x7fff85d69fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff85d6a000 -     0x7fff85d75fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff85e0c000 -     0x7fff85e50fff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff85e51000 -     0x7fff85ea2ff7  com.apple.iCalendar (6.0 - 126.5) <3C743E01-70DB-341C-89EC-13B5EA70EEE2> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
        0x7fff85ea3000 -     0x7fff85eaeff7  com.apple.CalendarAgentLink (1.0 - 37) <B794F739-3AA0-395E-B8EA-3E9DECA10890> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
        0x7fff85eaf000 -     0x7fff85f30fff  com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff85f31000 -     0x7fff860ccfef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff860cd000 -     0x7fff860d0fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff860d1000 -     0x7fff860dbfff  libcsfde.dylib (274.7) <77562CC6-3D42-34BF-BAAB-660140479D55> /usr/lib/libcsfde.dylib
        0x7fff86123000 -     0x7fff86123fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff86124000 -     0x7fff8612bfff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8612c000 -     0x7fff86189ff7  com.apple.AE (645.3 - 645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8618a000 -     0x7fff8628cfff  libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8628d000 -     0x7fff862f5ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff862f6000 -     0x7fff862f7fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff862f8000 -     0x7fff8632efff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8632f000 -     0x7fff86385ff7  com.apple.opencl (2.1.20 - 2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff86386000 -     0x7fff86388fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff86389000 -     0x7fff8640bfff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8640c000 -     0x7fff8640cfff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8640d000 -     0x7fff86419fff  libCSync.A.dylib (324.6) <2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff86432000 -     0x7fff864ccfff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff864d0000 -     0x7fff86540fff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff86541000 -     0x7fff8657efe7  libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8657f000 -     0x7fff8672dfff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff86738000 -     0x7fff86759fff  com.apple.Ubiquity (1.2 - 243.10) <F97D3A33-2C8B-3CFF-AF75-A74866D42853> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8703b000 -     0x7fff8703dfff  com.apple.securityhi (4.0 - 55002) <8B2008A2-B6A2-3E69-9FA2-77B38C869DD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8703e000 -     0x7fff87060ff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
        0x7fff87061000 -     0x7fff87324ff7  com.apple.AddressBook.framework (7.1 - 1167) <92EF9CE4-A42B-3D30-8CA2-79C0A66BB4CE> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff87325000 -     0x7fff87326fff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff87327000 -     0x7fff87328ff7  libSystem.B.dylib (169.3) <132FE02E-3865-3F1F-B78D-C93D65930A67> /usr/lib/libSystem.B.dylib
        0x7fff87329000 -     0x7fff87374fff  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <8370178E-438C-375C-AA41-A8DEE60B8636> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff87375000 -     0x7fff87448ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <005BE6FF-38A1-3AEA-B24C-9D4F330EF6BE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8744d000 -     0x7fff87451fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff87452000 -     0x7fff87bfafff  com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff87bfb000 -     0x7fff87c02fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff87c03000 -     0x7fff87c15ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff87c16000 -     0x7fff87d21fff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff87d22000 -     0x7fff87d2afff  com.apple.AOSNotification (1.7.0 - 636.2) <20E768EB-FB1A-341F-8995-92272FDA8D6D> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff87d2b000 -     0x7fff87d39ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff87d3a000 -     0x7fff87d86ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff87d87000 -     0x7fff87d9efff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff87d9f000 -     0x7fff87da2fff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
        0x7fff87da3000 -     0x7fff87dffff7  com.apple.Symbolication (1.3 - 93) <66BAF8B0-26D5-38B6-A742-01031F1B4EC0> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff87e00000 -     0x7fff87ef0ff7  com.apple.DiskImagesFramework (10.8 - 344) <AC72B2EF-7307-3B20-B561-5ECF30E83627> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff87ef1000 -     0x7fff87f4efff  com.apple.ExchangeWebServices (3.0 - 157) <58BFD72E-27F3-3F22-A421-B883FACA0E19> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff87f78000 -     0x7fff87f7eff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff87f7f000 -     0x7fff87f7ffff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff87f80000 -     0x7fff8801dff7  com.apple.PDFKit (2.7.2 - 2.7.2) <DE5BE2EF-2570-3792-B1C3-AAD45765F533> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8801e000 -     0x7fff8802aff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8802b000 -     0x7fff88085fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff88086000 -     0x7fff880c1fff  com.apple.LDAPFramework (2.4.28 - 194.5) <0190B746-F684-3F43-B4D0-148EFE386CA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8810c000 -     0x7fff8810eff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff88197000 -     0x7fff881dffff  com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff881e0000 -     0x7fff881eeff7  libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
        0x7fff881f2000 -     0x7fff88241ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff88242000 -     0x7fff88639fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8863a000 -     0x7fff8875afff  com.apple.desktopservices (1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff88943000 -     0x7fff8899ffff  com.apple.corelocation (1.0 - 1239.39) <88EFC8F1-0A91-3EB6-A1F6-76294541D85D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff88a2e000 -     0x7fff88c89ff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff88c8a000 -     0x7fff88c9eff7  com.apple.iCal.CalendarDraw (6.0 - 1625) <D641C174-1980-3E41-AB1D-8D871BFBD8FF> /System/Library/PrivateFrameworks/CalendarDraw.framework/Versions/A/CalendarDra w
        0x7fff88d4c000 -     0x7fff88dabfff  com.apple.IMAP (6.0 - 1499) <23848B5F-84DC-3357-8C0D-2643276DA8CD> /System/Library/PrivateFrameworks/IMAP.framework/Versions/A/IMAP
        0x7fff88dac000 -     0x7fff88e86ff7  com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff88e87000 -     0x7fff88ee4fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff88ee5000 -     0x7fff88ee8ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff88ee9000 -     0x7fff88f09fff  libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff88f0a000 -     0x7fff88f12ff7  com.apple.AppSandbox (2.0 - 1) <B75AA17F-E401-3586-B8AE-AC71B68D6BF3> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff88f13000 -     0x7fff88f24ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff88f25000 -     0x7fff890affff  com.apple.WebKit (8536 - 8536.26.14) <7C4D5DE6-7153-3E54-8D4F-BB2E9AE74878> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff89139000 -     0x7fff8916aff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff891a4000 -     0x7fff89261ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff89262000 -     0x7fff89e8fff7  com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff89e90000 -     0x7fff89ea1ff7  com.apple.CalendarFoundation (1.0 - 29) <2C84D3EB-844E-39DA-A848-43FC42707168> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
        0x7fff89ea2000 -     0x7fff89ea9fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff89eaa000 -     0x7fff8a144ff7  com.apple.JavaScriptCore (8536 - 8536.26.7) <ADAD1276-675A-3000-B746-560A2EB596A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8a145000 -     0x7fff8a14afff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8a14b000 -     0x7fff8a181fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8a182000 -     0x7fff8a27fff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8a280000 -     0x7fff8a284fff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8a285000 -     0x7fff8a387fff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8a388000 -     0x7fff8a3aaff7  com.apple.AOSAccounts (1.1.2 - 1.1.94) <6D0ECB77-3081-3DC8-9B4F-20E5A1A09554> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
        0x7fff8a3ab000 -     0x7fff8a3c6ff7  libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8a3c7000 -     0x7fff8a3e4fff  com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8a3e5000 -     0x7fff8a417fff  com.apple.framework.Admin (12.0 - 12.0) <5D6978C8-0B1B-3D0E-A122-C0ABD0AA8488> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff8a418000 -     0x7fff8a418fff  libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8a46b000 -     0x7fff8a4d8fff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8a5cb000 -     0x7fff8a5cffff  com.apple.IOSurface (86.0.3 - 86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8a5d0000 -     0x7fff8a5fefff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8a5ff000 -     0x7fff8a699fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8a69a000 -     0x7fff8a69ffff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8a6a0000 -     0x7fff8a920ff7  com.apple.AOSKit (1.05 - 151) <A34E8584-797C-318F-9E25-937A710C68AB> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8aad3000 -     0x7fff8abeb92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff8abec000 -     0x7fff8abecfff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8abed000 -     0x7fff8abedfff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8abee000 -     0x7fff8abf8fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8abf9000 -     0x7fff8ac0dfff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8ac0e000 -     0x7fff8ad0cfff  com.apple.QuickLookUIFramework (4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8ad0d000 -     0x7fff8af81ff7  com.apple.CalendarStore (6.0 - 1245) <E7844C45-CDCD-3639-9476-7DBACDC90490> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff8af82000 -     0x7fff8aff1fff  com.apple.WhitePagesFramework (10.7.0 - 141.0) <65B30FD8-DEC0-31D4-8E7F-CBCB987D7A48> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff8aff2000 -     0x7fff8b01afff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8b01b000 -     0x7fff8b02eff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8b034000 -     0x7fff8b042fff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8b043000 -     0x7fff8b06aff7  com.apple.speech.LatentSemanticMappingFramework (2.9.3 - 2.9.3) <CDB23C93-853B-3F18-985C-6D32D4704F26> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
        0x7fff8b06e000 -     0x7fff8b084fff  com.apple.MultitouchSupport.framework (235.28 - 235.28) <BD78B16E-9B5A-3E07-93B4-13AD1A538CAC> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8b085000 -     0x7fff8b0c1fff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8b0c2000 -     0x7fff8b0c2fff  com.apple.SafariDAVNotifier (1.1.1 - 1) <F2E6ABF4-C7D7-341F-BC27-C9B0E7C4F4EB> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
        0x7fff8b0d2000 -     0x7fff8b119ff7  com.apple.CalDAV (6.0 - 112.5) <F2F0833B-E133-3CC1-BACA-4E84D0A65A2D> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
        0x7fff8b11a000 -     0x7fff8b303fff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8b304000 -     0x7fff8b305ff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff8b306000 -     0x7fff8b306fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8b3af000 -     0x7fff8b3bcfff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8b3bd000 -     0x7fff8b3d8ff7  com.apple.frameworks.preferencepanes (15.0 - 15.0) <45E922F9-E5F5-3026-90BA-C1F5F8451C9B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff8b3d9000 -     0x7fff8b3eeff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff8b3fd000 -     0x7fff8b409fff  com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8b40a000 -     0x7fff8b827fff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8b828000 -     0x7fff8b88fff7  com.apple.coredav (1.0.1 - 179.6) <4E7C1925-D6D9-3E27-8FF1-BD4E615CC87E> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff8b890000 -     0x7fff8b894fff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib
        0x7fff8b895000 -     0x7fff8b89bfff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8b89c000 -     0x7fff8bbccff7  com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8bbcf000 -     0x7fff8c00bfff  com.apple.VideoToolbox (1.0 - 926.62) <7D749558-08B6-3F86-A20E-05ECDACE6F17> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8c00c000 -     0x7fff8c012fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8c015000 -     0x7fff8c041fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8c042000 -     0x7fff8c043ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8c044000 -     0x7fff8c093ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8c094000 -     0x7fff8c098fff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8c099000 -     0x7fff8c492ff7  com.apple.MediaToolbox (1.0 - 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8c493000 -     0x7fff8c4adfff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8c4ae000 -     0x7fff8c4c1ff7  com.apple.AppContainer (2.0 - 1) <13924FCF-66FC-3CC1-888C-42C22295B2E7> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff8c4c2000 -     0x7fff8c511fff  com.apple.ical.EventKit (1.0 - 50) <B94A7325-4D68-3D0A-AC5D-97FC09ADC718> /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit
        0x7fff8c512000 -     0x7fff8c568fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8c569000 -     0x7fff8c63bff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8c63c000 -     0x7fff8c756fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8cc90000 -     0x7fff8cd41fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8cd42000 -     0x7fff8cf77ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8d0a2000 -     0x7fff8da32c67  com.apple.CoreGraphics (1.600.0 - 324.6) <DCC70C6E-AB6D-3457-A823-7569CB29B107> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8da33000 -     0x7fff8da3eff7  com.apple.aps.framework (3.0 - 3.0) <11E1A5D1-F5E5-3228-8B6F-77EB36B5C248> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8db59000 -     0x7fff8db93fff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8db94000 -     0x7fff8dc59ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8dc5a000 -     0x7fff8dc7cff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8dc7d000 -     0x7fff8dcc7ff7  libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8e054000 -     0x7fff8e1a5fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8e1a6000 -     0x7fff8e1f7ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8e1f8000 -     0x7fff8e207ff7  com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8e208000 -     0x7fff8e217ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8e218000 -     0x7fff8e21cfff  com.apple.SecCodeWrapper (2.0 - 1) <B9D67B7E-8EAD-30E7-8898-98EF29E9A44C> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff8e22c000 -     0x7fff8e246fff  com.apple.geokit (2.1 - 2.1) <2B0ED144-9284-3396-8B34-292C29F4EED6> /System/Library/PrivateFrameworks/GeoKit.framework/Versions/A/GeoKit
        0x7fff8e24f000 -     0x7fff8e24ffff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8e250000 -     0x7fff8e2ceff7  com.apple.securityfoundation (6.0 - 55115.4) <137E156C-B29C-3B84-95B3-669BC7C1BA7A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8e2cf000 -     0x7fff8e413fef  com.apple.MediaControlSender (1.4.5 - 145.3) <3A308EA3-21F7-3213-91

Maybe you are looking for