CRio data logging too slow

Hi,
I am using a cRio 9074 in scan mode and I have a fairly simple timed loop that should run at 5-10mSec periods to operate a pwm control. I also need to do some data logging and save two input signals (at approx. 1kS/sec). However, when I use write to spreadsheet, the loop speed drops and my timed loop period goes up to 50mSec. How can I speed this up, and what is the efficient way to save data in scan mode.
Thanks.
Solved!
Go to Solution.

The single best way to improve determinism is to divide your acquisition/logging into two distinct producer/consumer loops as VTHokie says. Next best improvement would probably be using a binary format file structure rather than Write to Spreadsheet, which converts all data to ASCII representation prior to writing to file. Writing to ASCII files rather than binary files degrades performance in four ways:
CPU must be used to do the number to text conversion
ASCII represented numbers lose precision and don't exactly convert back to original data
The filesize is larger
When you go to read the file, it's slower for the above three reasons
On the other hand, an ASCII file is more portable - e.g., you can easily import into a third-party spreadsheet analysis program. But who in their right mind would export data OUTSIDE of LabVIEW when it offers best-in-industry analysis tools?
a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"] {color: black;} a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"]:after {content: '';} .jrd-sig {height: 80px; overflow: visible;} .jrd-sig-deploy {float:left; opacity:0.2;} .jrd-sig-img {float:right; opacity:0.2;} .jrd-sig-img:hover {opacity:0.8;} .jrd-sig-deploy:hover {opacity:0.8;}

Similar Messages

  • Why does my data logging program slow down after a while?

    A data logging program created with Labview 5.1. Slows down after a few weeks and creates files in the Temp. directory.Computer is Siemens Scenic pro 124 MB ram and AT-MIO-16XE50 Data acquisition board. Also using Solartron Dig. probes and Fieldpoint units.

    Any chance that you are using Win 95/88/ME? Those OS's have well documented
    memory leaks which will consume all your available memory if an application
    is run long enough. Also there are some issues of memory management within
    LabView in the allocation of memory.
    The solution to the first is to switch to WinNT/2K. The second will be much
    more difficult.
    On Thu, 22 Feb 2001 03:19:12 -0800 (PST), Freek wrote:
    >A data logging program created with Labview 5.1. Slows down after a
    >few weeks and creates files in the Temp. directory.Computer is Siemens
    >Scenic pro 124 MB ram and AT-MIO-16XE50 Data acquisition board. Also
    >using Solartron Dig. probes and Fieldpoint units.
    ===========================================================================
    SolidW
    orks Research Partner National Instruments Alliance Member
    Christopher Dubea Phone: (504) 847-2280
    Vice President of Engineering Fax: (504) 847-2282
    Moving Parts L.L.C. email: [email protected]
    P. O. Box 6117 URL: http://www.movingpart.com
    Slidell, LA 70469-6117

  • LogShipping: recover_replace of logs too slow. Can we tune it?

    Hello,
    after having trouble with bad pages on MaxDB we built up a standby db with LogShipping to be prepared for future trouble. All in all, it works. We wrote a script, that makes a dbmcli session. It begins with recover_start, after that it continues with ongoing recover_replace commands. Our productive db writes logs every hour (at least). When the system load is high (during heavy batch jobs for example), it writes several GBs of logs during one hour. We then have the situation, that recovering of 1 hour logs of the productive system takes several hours to recover into the standby db, the standby system is not able to follow up in time. The hardware of the standby db doesn´t show high activity (cpu, memory, network, disk).
    Here the question:
    Has anybody an idea to speed up the log recovery? Perhaps any maxdb parameters (the standby db is offline during log recovery)?
    Any help appreciated. Thanks.
    Frank
    Edited by: Frank Sievering on Apr 10, 2011 9:04 AM

    Hello Frank,
    the database is not offline during recovery, but in ADMIN mode - so, technically it would be possible to perform some system monitoring.
    Unfortunately, DBAnalyzer is not available during ADMIN mode, so you'd have to resort to manually interpreting the x_cons output.
    Once often seen issue is the DB CACHE size on the standby db being to small.
    Also worth to check is the I/O performance - which can also be checked via x_cons (time enable + show t_cnt + IO queues on MaxDB >=7.7).
    regards,
    Lars

  • Select Data from aufm too slow

    Hi experts,
    I have a query in my report but its performance too slow.
    is there any proper way or any way to improve the performance of below query.
    SELECT  * FROM  aufm     into table i_aufm          " collecting input material document numbers
             WHERE mblnr GE '4900000000'
               AND mjahr GE '2008'
               AND zeile GT '0'
               AND matnr EQ matnr_101-matnr
               AND werks IN p_werks
               AND charg EQ matnr_101-charg
               AND bwart = '101'.

    Hi,
    1 .Dont use * from any table.
    2. Create  a internal table  that u want to retrieve the data from that table. (Structure).
    Eg:
    types : begin of str_ekko,
               ebeln type ekko-ebeln,
               bsart type ekko-bsart,
               aedat type ekko-aedat,
               endof str_ekko.
    data : itab type table of str_ekko,
            wa_itab type str_ekko.
    In the above u want to take care that while creating the structure u want to look the sequence of fields in the table. in the same sequence u want to create the structure.
    3 . The Select-options fields also wants be in the same field sequence of the table.
    eg : select ebeln bsart aedat from ekko into table itab where ebeln in so_ebeln and                                                                               
    bsart in so_bsart and
                                                                                    aedat in so_aedat.
    4.  If the above things are not working just look the indexes of that table. Just create a secondary index with ur requirement.

  • LabVIEW DSC Logging too Many Data Points for Integer Tags

    Hi,
    I am having a strange problem with LabVIEW 2013 SP1 DSC data logging, running on XP SP3.
    All the integer Data Type Tags in my Tag Database that are set to data log, are logging way too much data. When I look at the amount of logged data points for these int16 in Historical view I see its logging a point nearly every second. See screen shots below or attached jpeg's of screen shots of trace view and Trace Props of one of the integer Tags. I would prefer the integer tags to only log on change like the boolean tags.
    These tags are being acquired from a Horner OCS over Modbus Serial RTU. The Modbus comms is set-up to poll once a second.
    The problematic Tag Data Type in DSC logging are Int16
    The Modbus register data items denotations I am using for Int16 is S4#####
    Example  'OCS_Modbus_Master\S403709' 
    The same register represented in OCS Register is shown as '%R0709'
    The trace properties for some of these int16 tags is showing database page numbers in the thousands, which compared to the largest floating point tag is currently showing 172 pages after several months of logging.
    I would have expected int16 tags to only log a value when the value changes and since the 'update deadband' tag setting is disabled for integer tag properties there is no way to config the tag to only log on changes. What is the default logging config for integers. Log everything or log on any change?
    I would prefer for these integer tags to only log on change, since they change infrequently, log on change would be much more data efficient.
    I tried changing the tag data type to floating point and gave it an update deadband value to try and see if that would reduce the amount of logged data, it didn't seem to make any difference.
    Not sure if the issue lies in the
    > Modbus Comms
    > The DSC data event tracking module
    > The DSC Data Logging module
    > Some kind of  Horner OSC data type mismatch which results in DSC polling seeing the acquired value as having changed on every poll.
    Any suggestions greatly appreciated
    Thanks
    Paul
    Attachments:
    Integer Tag Data Points Trace View.jpg ‏125 KB
    Integer Tags Data Points Tag Properties.jpg ‏42 KB

    This definitely sounds like a citadel/logos issue. There are two possibilities:
    1) corrupt database
    2) corrupt logos
    To see if it is a corrupt database, simply go to your database folder and move all the files out of that folder to a different folder. Then restart the application. Your application will create a clean database. This may solve the problem. If so, then you know it is a corrupt database.
    To upgrade/reinstall logos, go to the Control Panel -> Add/Remove Programs. If you see logos there, uninstall it. After uninstalling it, install the most recent logos version (found at ftp://ftp.ni.com/support/lookout/logos).
    Please let me know if the problem persists. As you know, you may also always call in to the Tech Support Line.
    Thanks.

  • Switch log file is too slow

    hello,
    my database is 10R2
    the specified size of online redolog file is 50mb
    the switching of log file is too slow..
    even though the size of archived log file has become around 50,029,there is still no log switch of file..
    why the log switch is not occuring immediately after the size reaches upto that limit(50,029)...?
    what might be the setting do i need to do..
    any help ....any guess ??
    thank you..

    Hello,
    The frequency of the log switch depends on the activity of the Database.
    You may check the Alert log for some messages like this:
    Thread 1 cannot allocate new log, sequence ...
    Checkpoint not completeWhile Oracle needs informations in the Redo log to complete the Checkpoint, it cannot reuse it. So, it can happen that the Database doesn't switch the redo log up to the Checkpoint is complete.
    If you have this kind of messages, the following link may help you:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:69012348056
    Often, it's solved by adding redo log files.
    The Parameter fast_start_mttr_target may also help the Database to optimize the checkpoint:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams068.htm
    Else, if you don't have this message ( checkpoint not complete ...), but you want to log switch more frequently (even if the Redo log is not completely full), you have the parameter archive_lag_target. It can help to force log switch every n+ seconds:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams009.htm
    NB: It's not recommended to get log switch too frequently, in general you shouldn't have more than 3 or 4 log switchs every hour.
    Hope this help.
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on Mar 5, 2011 11:44 AM

  • I am U.S. iPhone 4S user traveling in China.  Data speed is too slow to be usable.  Verizon says that it because iPhone 4S connects to strongest signal even if slowest.  Any work arounds for this design flaw?

    I am U.S. iPhone 4S owner traveling in China.  Data speed is too slow to be usable.  Verizon says that is because iPhone 4S connects to strongest signal, even if slowest (virtually non-existent) data network.  Does anyone know how to work around this design flaw?

    I spent 2 months in china with my old iphone 3gs.  Both China Unicomm and China Mobile were accessible through my US phone.  (for you other users, yes my phone bill was sky high, but it's a small price to pay when you get instant access to your wife while you are gone... and to be able to use the google translate app).  I had a GSM phone (obviously) and had the ability to choose what carrier I wanted my phone to connect to (the same thing was available when I was in italy as well). 
    it was under
    general-> network> then there was a new field (that does not normally show up when in the US) that listed the available networks to connect to.  my phone always attempted china unicomm first, and switched to china mobile only when unicomm was unavailible. 
    but if wjosten is correct (and i imagine he is), cdma phones may not be able to choose what network to connect to. 

  • New iMac running 10.10.1 frequently pauses, way too slow

    I recently bought a 27 inch iMac, installed Yosemite, and migrated my files by time machine from a 5 year old macbook Pro running Snow Leopard. Since updating to 10.10.1, I frequently get the spinning beachball while I wait to continue, and everything seems much slower than it should. Safari downloads take forever, compared to Firefox. I ran an EtreCheck report pasted below. I tried some easy fixes like removing desktop clutter, reducing transparency, but that doesn't affect the overall slowness. Any solutions welcome!
    Problem description:
    Installed Yosemite on new iMac, migrating from snow leopard on an older macbook pro.  Instead of being fast, processes frequently pause for bit while the beachball spins, then resume. Way too slow, much slower than my old macbook pro.
    EtreCheck version: 2.0.11 (98)
    Report generated November 24, 2014 at 5:06:30 PM EST
    Hardware Information: ℹ️
      iMac (27-inch, Late 2013) (Verified)
      iMac - model: iMac14,2
      1 3.2 GHz Intel Core i5 CPU: 4-core
      8 GB RAM Upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 0/DIMM1
      empty empty empty empty
      BANK 1/DIMM1
      empty empty empty empty
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n/ac
    Video Information: ℹ️
      NVIDIA GeForce GT 755M - VRAM: 1024 MB
      iMac 2560 x 1440
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 2:7:57
    Disk Information: ℹ️
      APPLE HDD ST1000DM003 disk0 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 999.35 GB (749.24 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Western Digital Ext HDD 1021 2 TB
      S.M.A.R.T. Status: Verified
      EFI (disk2s1) <not mounted> : 210 MB
      Time Machine New (disk2s2) /Volumes/Time Machine New : 2.00 TB (193.57 GB free)
      Seagate Expansion Desk 2 TB
      S.M.A.R.T. Status: Verified
      NewArchive (disk3s1) /Volumes/ NewArchive : 2.00 TB (11.39 GB free)
      Western Digital Ext HDD 1021 1 TB
      S.M.A.R.T. Status: Verified
      EFI (disk1s1) <not mounted> : 210 MB
      Bootable Backup New (disk1s2) /Volumes/Bootable Backup New : 500.10 GB (254.99 GB free)
      Storage New (disk1s3) /Volumes/Storage New : 499.62 GB (480.72 GB free)
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [loaded] com.Cycling74.driver.Soundflower (1.5.1) Support
      [not loaded] com.Logitech.Control Center.HID Driver (3.6.0 - SDK 10.6) Support
      [not loaded] com.Logitech.Unifying.HID Driver (1.2.0 - SDK 10.6) Support
      [loaded] com.avira.kext.FileAccessControl (1.0.0d1 - SDK 10.9) Support
      [not loaded] com.beceem.BeceemAppleWiMAXAdapter (5.2.56d13) Support
      [not loaded] com.fklt.driver (1.8.0) Support
      [not loaded] com.flipvideo.IOUSBCameraMassStorage (1.0.1) Support
      [not loaded] com.novatelwireless.driver.3G (2.2.8) Support
      [not loaded] com.novatelwireless.driver.DisableAutoInstall (1.2) Support
      [not loaded] com.rogueamoeba.InstantOn (6.0.3 - SDK 10.6) Support
      [not loaded] com.sierrawireless.driver.SierraDevSupport (2.0.2) Support
      [not loaded] com.sierrawireless.driver.SierraFSCSupport (2.0.2) Support
      [not loaded] com.sierrawireless.driver.SierraFSRSupport (2.0.2) Support
      [not loaded] com.sierrawireless.driver.SierraHSRSupport (2.0.2) Support
      /System/Library/Extensions/InstantOn.kext/Contents/PlugIns
      [not loaded] com.rogueamoeba.InstantOnCore (6.0.3 - SDK 10.6) Support
      /System/Library/Extensions/NovatelWireless3G.kext/Contents/PlugIns
      [not loaded] com.novatelwireless.driver.3GData (2.2.8) Support
      /Volumes/Bootable Backup New/Applications/ CD burn & label ƒ/Toast 8.0.5 Titanium ƒ/Toast Titanium.app
      [not loaded] com.roxio.BluRaySupport (1.1.6) Support
      [not loaded] com.roxio.TDIXController (1.7) Support
      /Volumes/Bootable Backup New/Applications/ Multimedia ƒ/TuneClone ƒ/TuneClone.app
      [not loaded] com.tuneclone.driver.TuneClone_Virtual_CDWriter (1.0.0d1) Support
      /Volumes/Bootable Backup New/Applications/ My Utilities ƒ/Little Snitch 2.2 ƒ/Little Snitch Installer.app
      [not loaded] at.obdev.nke.LittleSnitch (2.2.05) Support
      /Volumes/Bootable Backup New/Applications/Cloak.app
      [not loaded] com.bourgeoisbits.cloak.tun (1.0.1) Support
      /Volumes/Bootable Backup New/Applications/Utilities/DiskWarrior ƒ/DiskWarrior.app
      [not loaded] com.alsoft.Preview (4.2) Support
    Startup Items: ℹ️
      NoteburnerService: Path: /System/Library/StartupItems/NoteburnerService
      M-Audio FireWire Audio Helper: Path: /Library/StartupItems/M-Audio FireWire Audio Helper
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [loaded] com.avira.antivirus.general.agent.plist Support
      [loaded] com.avira.antivirus.ipm.ui.plist Support
      [failed] com.avira.antivirus.notifications.agent.plist Support
      [loaded] com.avira.antivirus.odscan.default.plist Support
      [loaded] com.avira.antivirus.scheduler.agent.plist Support
      [running] com.avira.antivirus.systray.plist Support
      [loaded] com.avira.antivirus.telemetry.agent.plist Support
      [loaded] com.avira.antivirus.update.default.plist Support
      [running] com.flipvideo.FlipShare.AutoRun.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [running] com.Logitech.Control Center.Daemon.plist Support
      [loaded] com.smithmicro.cleaning.quickbackupcheck.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [not loaded] com.atomicbird.macaroni.launchd.plist Support
      [failed] com.avira.antivirus.dbcleaner.plist Support
      [loaded] com.avira.antivirus.ipm.loader.plist Support
      [running] com.avira.helper.watchdox.plist Support
      [loaded] com.barebones.bbedit.plist Support
      [loaded] com.bombich.ccc.plist Support
      [invalid?] com.bombich.ccc.scheduledtask.EE7EE552-88D4-41A7-BB96-B7F2F891EA0D.plist Support
      [running] com.bombich.ccchelper.plist Support
      [running] com.flipvideo.FlipShareServer.launchd.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [running] com.m-audio.firewire.helper.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.sibelius.sari.plist Support
      [invalid?] com.sierrawireless.SierraReset.plist Support
      [running] com.sierrawireless.SWoCMon.plist Support
      [running] com.smithmicro.schedulerdaemon.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [invalid?] com.bombich.ccc-user-agent.plist Support
      [running] com.c-command.SpamSieve.LaunchAgent.plist Support
      [running] com.smithmicro.cleaning.schedulermailer.plist Support
      [running] com.spotify.webhelper.plist Support
      [running] ws.agile.1PasswordAgent.plist Support
    User Login Items: ℹ️
      Garmin Express Service Application (/Applications/Garmin Express.app/Contents/Library/LoginItems/Garmin Express Service.app)
      GrowlMenu Application (/Library/PreferencePanes/Growl.prefPane/Contents/Resources/GrowlMenu.app)
      Dropbox Application (/Applications/Dropbox ƒ/Dropbox.app)
    Internet Plug-ins: ℹ️
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.223 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      Scorch: Version: (null) - SDK 10.2 Support
      SpeedDownload Browser Plugin: Version: 2.1.5 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.7
      Myriad Music Plugin: Version: 5.6.2 Support
      RealPlayer Plugin: Version: (null) Support
      DirectorShockwave: Version: 11.5.0r596 Support
      QuickTime Plugin: Version: 7.7.3
      FlashPlayer-10.6: Version: 15.0.0.223 - SDK 10.6 Support
      GarminGpsControl: Version: 4.0.4.0 Release - SDK 10.6 Support
      AmazonMP3DownloaderPlugin: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 Support
      AmazonMP3DownloaderPlugin1017277: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 Support
      DivXBrowserPlugin: Version: 2.1 Support
      CouponPrinter-FireFox: Version: Version 1.1.5
      CANONiMAGEGATEWAYDL: Version: 3.1.0.2 Support
      OVSHelper: Version: 1.1 Support
      Google Earth Web Plug-in: Version: 7.1 Support
      AmazonMP3DownloaderPlugin101750: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 Support
      Default Browser: Version: 600 - SDK 10.10
      Flip4Mac WMV Plugin: Version: 2.4.4.2 Support
      SharePointBrowserPlugin: Version: 14.4.6 - SDK 10.6 Support
      Silverlight: Version: 5.1.30214.0 - SDK 10.6 Support
      JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
      OfficeLiveBrowserPlugin: Version: 12.2.7 Support
    Safari Extensions: ℹ️
      Videobox
      DivX Plus Web Player HTML5 <video>
      PriceBlink-1
      Speed Download
      Add To Amazon Wish List
      Exposer
      Discount Search for Amazon
      StumbleUpon
      WOT-1
      1Password
      YouTube Downloader
      Rotten Tomatoes
      Compass
    3rd Party Preference Panes: ℹ️
      3ivx MPEG-4  Support
      A Better Finder Preferences  Support
      RCDefaultApp
      DivX  Support
      Flash Player  Support
      Flip4Mac WMV  Support
      Growl  Support
      PreferencesPane  Support
      Macaroni  Support
      Perian  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 999.35 GB Disk used: 250.11 GB
      Destinations:
      Time Machine New [Local]
      Total size: 2.00 TB
      Total number of backups: 33
      Oldest backup: 2014-11-13 07:38:50 +0000
      Last backup: 2014-11-24 21:19:47 +0000
      Size of backup disk: Adequate
      Backup size 2.00 TB > (Disk used 250.11 GB X 3)
    Top Processes by CPU: ℹ️
          3% WindowServer
          1% avlogwriter
          1% loginwindow
          1% avguard-ondemand-mgmt
          0% fontd
    Top Processes by Memory: ℹ️
      601 MB savapi
      352 MB mds_stores
      309 MB avguard.bin
      301 MB loginwindow
      206 MB Mail
    Virtual Memory Information: ℹ️
      2.80 GB Free RAM
      3.83 GB Active RAM
      978 MB Inactive RAM
      974 MB Wired RAM
      5.87 GB Page-ins
      0 B Page-outs

    Start time: 10:22:44 01/10/15
    Model Identifier: iMac11,1
    System Version: OS X 10.10.1 (14B25)
    Kernel Version: Darwin 14.0.0
    Time since boot: 20:24
    SATA
       Hitachi HDS722020ALA330                
    USB
       Hub (NEC Corporation)
       Backup+ Desk (Seagate LLC)
       Backup+  Desk (Seagate LLC)
       Backup+  Desk (Seagate LLC)
       Backup+  Desk (Seagate LLC)
       Backup+  Desk (Seagate LLC)
       Backup+  Desk (Seagate LLC)
       Backup+  Desk (Seagate LLC)
       My Book 1110 (Western Digital Technologies, Inc.)
       Backup+  Desk (Seagate LLC)
       Hub (NEC Corporation)
       Backup+ Desk (Seagate LLC)
       My Book 1110 (Western Digital Technologies, Inc.)
       Backup+  Desk (Seagate LLC)
       hp LaserJet 3380 (Hewlett Packard)
       Officejet Pro 8600 (Hewlett Packard)
    Diagnostic reports
       2014-12-19 DashlaneAgent crash
       2014-12-21 QuickLookSatellite crash
       2014-12-22 DashlaneAgent crash
       2014-12-27 DashlaneAgent crash
       2014-12-28 HelpViewer crash
       2014-12-30 DashlaneAgent crash
       2015-01-05 Microsoft Word hang
    Log
       Jan 10 10:19:18 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:19:28 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:19:38 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:19:48 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:19:59 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:20:09 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:20:19 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:20:29 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:20:39 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:20:49 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:20:59 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:21:09 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:21:19 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:21:29 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:21:39 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:21:49 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:21:59 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:22:09 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:22:19 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:22:29 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:22:39 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:22:49 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:22:59 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:23:09 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:23:19 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
    Memory: kernel_task (UID 0) is using 1332 MB
    kexts
       com.seagate.driver.PowSecDriverCore (5.2.6)
       com.seagate.driver.PowSecLeafDriver_10_5 (5.2.6)
       com.vmware.kext.vmci (90.5.7)
       com.vmware.kext.vsockets (90.5.7)
       com.vmware.kext.vmnet (0188.79.83)
       com.vmware.kext.vmx86 (0188.79.83)
       com.vmware.kext.vmioplug.12.1.17 (12.1.17)
    Daemons
       com.carbonite.daemon
       com.apple.installer.osmessagetracing
       com.microsoft.office.licensing.helper
       com.oracle.java.Helper-Tool
       com.apple.aelwriter
       com.adobe.fpsaud
       com.bombich.ccchelper
       com.seagate.TBDecorator.plist
       com.bombich.ccc
    Agents
       com.sony.PMBPortable.AutoRun
       com.bombich.ccc-user-agent
       com.google.Chrome.framework.service_process/Users/USER/Library/Application_Supp ort/Google/Chrome
       com.leadertech.PowerRegister.SEA1.UUID
       com.adobe.AdobeCreativeCloud
       com.carbonite.carbonitestatus
       com.adobe.PDApp.AAMUpdatesNotifier.96592.UUID
       com.apple.MassStorageCamera.315272.UUID
       com.adobe.ARM.UUID
       com.bombich.cccuseragent
       com.seagate.dashboard
       com.adobe.CS5ServiceManager
       com.oracle.java.Java-Updater
       com.citrixonline.GoToMeeting.G2MUpdate
       com.adobe.ARM.UUID
       com.google.keystone.user.agent
       com.apple.AirPortBaseStationAgent
       com.hp.scanModule3.64216.UUID
       com.carbonite.carbonitealerts
    Startup items
       /Library/StartupItems/HP IO/HP IO
       /Library/StartupItems/HP IO/StartupParameters.plist
       /Library/StartupItems/HP USB EWS Gateway/HP USB EWS Gateway
       /Library/StartupItems/HP USB EWS Gateway/StartupParameters.plist
       /Library/StartupItems/HPlaserjet Trap Monitor/HPlaserjet Trap Monitor
       /Library/StartupItems/HPlaserjet Trap Monitor/StartupParameters.plist
       /Library/StartupItems/VirtualBox/StartupParameters.plist
       /Library/StartupItems/VirtualBox/VirtualBox
    Bundles
       /System/Library/Extensions/JMicronATA.kext
       - com.jmicron.JMicronATA
       /System/Library/Extensions/MicrosoftMouse.kext
       - com.microsoft.driver.MicrosoftMouse
       /System/Library/Extensions/Seagate Storage Driver.kext
       - com.seagate.driver.PowSecDriverCore
       /Library/Extensions/VBoxDrv.kext
       - org.virtualbox.kext.VBoxDrv
       /Library/Extensions/VBoxNetAdp.kext
       - org.virtualbox.kext.VBoxNetAdp
       /Library/Extensions/VBoxNetFlt.kext
       - org.virtualbox.kext.VBoxNetFlt
       /Library/Extensions/VBoxUSB.kext
       - org.virtualbox.kext.VBoxUSB
       /Library/Internet Plug-Ins/AdobeAAMDetect.plugin
       - com.AdobeAAMDetectLib.AdobeAAMDetect
       /Library/Internet Plug-Ins/AdobeExManDetect.plugin
       - com.AdobeExManDetectLib.AdobeExManDetect
       /Library/Internet Plug-Ins/AdobePDFViewer.plugin
       - com.adobe.acrobat.pdfviewer
       /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin
       - com.adobe.acrobat.pdfviewerNPAPI
       /Library/Internet Plug-Ins/EPPEX Plugin.plugin
       - N/A
       /Library/Internet Plug-Ins/Flash Player.plugin
       - N/A
       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
       - com.oracle.java.JavaAppletPlugin
       /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
       - com.microsoft.sharepoint.browserplugin
       /Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin
       - com.microsoft.sharepoint.webkitplugin
       /Library/Internet Plug-Ins/Silverlight.plugin
       - com.microsoft.SilverlightPlugin
       /Library/PreferencePanes/Carbonite.prefPane
       - com.carbonite.prefpanel
       /Library/PreferencePanes/DashboardPreferences.prefPane
       - com.seagate.dashboard.preferences
       /Library/PreferencePanes/Flash Player.prefPane
       - com.adobe.flashplayerpreferences
       /Library/PreferencePanes/Growl.prefPane
       - com.growl.prefpanel
       /Library/PreferencePanes/JavaControlPanel.prefPane
       - com.oracle.java.JavaControlPanel
       /Library/PreferencePanes/Microsoft Mouse.prefPane
       - com.microsoft.microsoftmouse
       /Library/ScriptingAdditions/Adobe Unit Types.osax
       - N/A
       Library/Address Book Plug-Ins/SkypeABDialer.bundle
       - com.skype.skypeabdialer
       Library/Address Book Plug-Ins/SkypeABSMS.bundle
       - com.skype.skypeabsms
       Library/Caches/com.apple.Safari/Extensions/Dashlane-2.safariextension
       - com.dashlane.dashlanesafari
       Library/Internet Plug-Ins/CitrixOnlineWebDeploymentPlugin.plugin
       - com.citrixonline.mac.WebDeploymentPlugin
       Library/Internet Plug-Ins/Dashlane.plugin
       - com.DashlaneLib.Dashlane
       Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
       - com.Google.GoogleEarthPlugin.plugin
       Library/Widgets/HP Ink Widget.wdgt
       - com.hp.widget.inkwidget
    Apps
       /Volumes/iMac27 Desktop Clone/Applications/Google Drive.app
       /Volumes/iMac27 Desktop Clone/Applications/Google Drive 2.app
       /Applications/Google Drive.app
       /Applications/Google Drive 2.app
    Contents of /System/Library/LaunchDaemons/com.seagate.TBDecorator.plist (checksum 3070240373)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <!--
          com.seagate.TBDecorator.plist
          SeagateDiagnostics
          Created by John Brisbin on 3/10/10.
          Copyright 2010 Seagate Technologies LLC.. All rights reserved.
       -->
       <plist version="1.0">
       <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.seagate.TBDecorator.plist</string>
        <key>RunAtLoad</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Seagate/TBLoopDriveParams</string>
        </array>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.carbonite.launchd.carbonitealerts.plist (checksum 3096452879)
       <?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>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.carbonite.carbonitealerts</string>
        <key>OnDemand</key>
        <true/>
        <key>RunAtLoad</key>
        <false/>
        <key>WatchPaths</key>
        <array>
        <string>/Library/Application Support/Carbonite/CarboniteAlerts.app/Contents/Resources/</string>
        </array>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Carbonite/CarboniteAlerts.app/Contents/MacOS/CarboniteAlerts</string>
        </array>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.carbonite.launchd.carbonitestatus.plist (checksum 2411194237)
       <?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>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.carbonite.carbonitestatus</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Carbonite/CarboniteStatus.app/Contents/MacOS/CarboniteStatus</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>OnDemand</key>
        <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist (checksum 1821332316)
       <?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>Label</key>
        <string>com.oracle.java.Java-Updater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
        <string>-bgcheck</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>16</integer>
        <key>Minute</key>
        <integer>33</integer>
        <key>Weekday</key>
        <integer>4</integer>
        </dict>
       </dict>
       ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.sony.PMBPortable.AutoRun.plist (checksum 2288250257)
       <?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>KeepAlive</key>
        <false/>
        <key>Label</key>
        <string>com.sony.PMBPortable.AutoRun</string>
        <key>OnDemand</key>
        <true/>
        <key>Program</key>
        <string>/Library/Application Support/Sony/PMBPortableAutoRun.app/Contents/MacOS/PMBPortableAutoRun</string>
        <key>RunAtLoad</key>
        <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.teamviewer.teamviewer.plist (checksum 2593636600)
       <?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>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.teamviewer.teamviewer</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/TeamViewer 8/TeamViewer.app/Contents/MacOS/TeamViewer</string>
        <string>-RunAsAgent</string>
        <string>YES</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>WorkingDirectory</key>
        <string>/Applications/TeamViewer 8/TeamViewer.app/Contents/MacOS</string>
       </dict>
       ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.teamviewer.teamviewer_desktop.plist (checksum 2362964135)
       <?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>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.teamviewer.desktop</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>LoginWindow</string>
        <string>Aqua</string>
        </array>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/TeamViewer 8/TeamViewer.app/Contents/Resources/TeamViewer_Desktop</string>
        <string>-RunAsAgent</string>
        <string>YES</string>
        <string>-Module</string>
        <string>Full</string>
        </array>
       ...and 6 more line(s)
    Contents of /Library/LaunchDaemons/com.bombich.ccc.plist (checksum 3730953884)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.bombich.ccc</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.bombich.ccc</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
       ...and 7 more line(s)
    Contents of /Library/LaunchDaemons/com.bombich.ccc.scheduledtask.UUID.plist (checksum 1847580806)
       <?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>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.bombich.ccc.scheduledtask.UUID</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Downloads/Carbon Copy Cloner.app/Contents/MacOS/ccchelper.app/Contents/MacOS/ccchelper</string>
        <string>UUID</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>ServiceDescription</key>
        <string>CCC will copy the selected items from "Media Disk" to "Music". If you have backed up to this destination in the past, only items that have been modified since the last backup task will be copied.
       • Files and folders unique to the destination will be left alone.
       • Files on the destination will be updated only if they are newer on the source.
       • Older versions of updated files will be archived.
       • CCC will not prune archive content.</string>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/CCC.log</string>
       ...and 229 more line(s)
    Contents of /Library/LaunchDaemons/com.bombich.ccc.scheduledtask.UUID.plist (checksum 1637450734)
       <?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>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.bombich.ccc.scheduledtask.UUID</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Downloads/Carbon Copy Cloner.app/Contents/MacOS/ccchelper.app/Contents/MacOS/ccchelper</string>
        <string>UUID</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>ServiceDescription</key>
        <string>CCC will copy the selected items from "Pictures" to "Pictures Backup". If you have backed up to this destination in the past, only items that have been modified since the last backup task will be copied.
       • Files and folders unique to the destination will be left alone.
       • Files on the destination will be updated only if they are newer on the source.
       • Older versions of updated files will be archived.
       • CCC will not prune archive content.</string>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/CCC.log</string>
       ...and 207 more line(s)
    Contents of /Library/LaunchDaemons/com.bombich.ccc.scheduledtask.UUID.plist (checksum 1138618051)
       <?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>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.bombich.ccc.scheduledtask.UUID</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Downloads/Carbon Copy Cloner.app/Contents/MacOS/ccchelper.app/Contents/MacOS/ccchelper</string>
        <string>UUID</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>ServiceDescription</key>
        <string>CCC will copy the selected items from "Aperture Library" to "Aperture Library Backup". If you have backed up to this destination in the past, only items that have been modified since the last backup task will be copied.
       • Files and folders unique to the destination will be left alone.
       • Files on the destination will be updated only if they are newer on the source.
       • Older versions of updated files will be archived.
       • CCC will not prune archive content.</string>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/CCC.log</string>
       ...and 233 more line(s)
    Contents of /Library/LaunchDaemons/com.bombich.ccc.scheduledtask.UUID.plist (checksum 3444763627)
       <?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>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.bombich.ccc.scheduledtask.UUID</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Downloads/Carbon Copy Cloner.app/Contents/MacOS/ccchelper.app/Contents/MacOS/ccchelper</string>
        <string>UUID</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>ServiceDescription</key>
        <string>CCC will copy the selected items from "MacHD" to "iMac27 Desktop Clone". If you have backed up to this destination in the past, only items that have been modified since the last backup task will be copied.
       • Files and folders unique to the destination will be permanently deleted.
       • Files on the destination will be updated if the size or modification date differs.
       • Older versions of updated files will not be archived.
       </string>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/CCC.log</string>
       ...and 209 more line(s)
    Contents of /Library/LaunchDaemons/com.bombich.ccchelper.plist (checksum 495358405)
       <?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>Label</key>
        <string>com.bombich.ccchelper</string>
        <key>MachServices</key>
        <dict>
        <key>com.bombich.ccchelper</key>
        <true/>
        </dict>
        <key>Program</key>
        <string>/Library/PrivilegedHelperTools/com.bombich.ccchelper</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.bombich.ccchelper</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.carbonite.launchd.carbonitedaemon.plist (checksum 2948711974)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.carbonite.daemon</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Carbonite/CarboniteDaemon.app/Contents/MacOS/CarboniteDaemon</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>OnDemand</key>
        <false/>
        <key>WorkingDirectory</key>
        <string>/Library/Application Support/Carbonite</string>
        <key>StandardOutPath</key>
        <string>/Library/Logs/Carbonite1.log</string>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/Carbonite2.log</string>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.teamviewer.teamviewer_service.plist (checksum 13465011)
       <?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>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.teamviewer.service</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/TeamViewer 8/TeamViewer.app/Contents/Resources/TeamViewer_Service</string>
        <string>-Module</string>
        <string>Full</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>WorkingDirectory</key>
        <string>/Applications/TeamViewer 8/TeamViewer.app/Contents/Resources</string>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist (checksum 578238223)
       <?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>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Acrobat Pro.app/Contents/MacOS/Updater/Adobe Acrobat Updater Helper.app/Contents/MacOS/Adobe Acrobat Updater Helper</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist (checksum 926752576)
       <?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>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/MacOS/Updater/Adobe Acrobat Updater Helper.app/Contents/MacOS/Adobe Acrobat Updater Helper</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.bombich.ccc-user-agent.plist (checksum 1605626007)
       <?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>Disabled</key>
        <false/>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.bombich.ccc-user-agent</string>
        <key>Program</key>
        <string>/Users/USER/Downloads/Carbon Copy Cloner.app/Contents/MacOS/CCC User Agent.app/Contents/MacOS/CCC User Agent</string>
        <key>StandardErrorPath</key>
        <string>/Users/USER/Library/Logs/CCC.log</string>
        <key>StandardOutPath</key>
        <string>/Users/USER/Library/Logs/CCC.log</string>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.google.Chrome.framework.plist (checksum 2813695882)
       <?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>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <false/>
        </dict>
        <key>Label</key>
        <string>com.google.Chrome.framework.service_process/Users/USER/Library/Applicat ion_Support/Google/Chrome</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>Program</key>
        <string>/Applications/Google Chrome.app/Contents/Versions/25.0.1364.152/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Google Chrome.app/Contents/Versions/25.0.1364.152/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper</string>
        <string>--type=service</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>ServiceProcessSocket</key>
       ...and 7 more line(s)
    Contents of Library/LaunchAgents/com.google.keystone.agent.plist (checksum 4195197102)
       <?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>Label</key>
        <string>com.google.keystone.user.agent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
         <string>/Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent</string>
         <string>-runMode</string>
         <string>ifneeded</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>3523</integer>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.leadertech.PowerRegister.SEA1.UUID.plist (checksum 2799483814)
       <?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>Label</key>
        <string>com.leadertech.PowerRegister.SEA1.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Seagate Dashboard.app/Contents/Resources/Seagate.app/Contents/Resources/SeagateRegRemin der.app/Contents/MacOS/SeagateRegReminder</string>
        </array>
        <key>StartInterval</key>
        <integer>3600</integer>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.seagate.dashboard.plist (checksum 1981328959)
       <?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>Label</key>
        <string>com.seagate.dashboard</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Seagate Dashboard.app/Contents/MacOS/Seagate Dashboard</string>
        <string>-runMode</string>
        <string>autoLaunched</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/org.virtualbox.vboxwebsrv.plist (checksum 3654809970)
       <?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>Disabled</key>
         <true/>
         <key>KeepAlive</key>
         <false/>
         <key>Label</key>
         <string>org.virtualbox.vboxwebsvc</string>
         <key>Program</key>
         <string>/Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv</string>
         <key>Sockets</key>
           <dict>
           <key>Listeners</key>
           <dict>
             <key>SockServiceName</key>
             <string>18083</string>
             <key>SockType</key>
             <string>stream</string>
             <key>SockFamily</key>
             <string>IPv4</string>
           </dict>
         </dict>
       </dict>
       ...and 1 more line(s)
    Global login items
       /Applications/HP LaserJet Software/HP Setup Assistant.app
       /Library/Application Support/hp/laserjet/Trap Monitor/HPEventHandler.app
    Firewall: On
    DNS: 216.40.77.126
    Listeners
       cupsd: ipp
       kdc: kerberos
       launchd: afpovertcp
       launchd: microsoft-ds
    User login items
       iTunesHelper
       - /Applications/iTunes.app/Contents/MacOS/iTunesHelper.app
       VMware Fusion Start Menu
       - /Applications/VMware Fusion.app/Contents/Library/VMware Fusion Start Menu.app
       Google Drive
       - /Applications/Google Drive.app
       Canon IJ Network Scanner Selector2
       - /Library/Printers/Canon/IJScanner/Utilities/Canon IJ Network Scanner Selector2.app
       Android File Transfer Agent
       - /Users/USER/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app
       AdobeResourceSynchronizer
       - /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Support/AdobeResourceSynchronizer.app
       Eye-Fi Helper
       - /Applications/Eye-Fi/Eye-Fi Helper.app
       Google Chrome
       - /Applications/Google Chrome.app
       Launch Nikon Message Center 2
       - /Applications/Nikon Software/Nikon Message Center 2/Nikon Message Center 2.app/Contents/SharedSupport/Launch Nikon Message Center 2.app
    Safari extensions
       Dashlane
    Restricted files: 513
    Lockfiles: 4
    High file counts
       Desktop: 125
    Elapsed time (s): 584

  • My MacBook Pro (Retina, Mid 2012) is too slow after installing Yosemite version 10.10.1. All programs take for ever to load especially Safari and even chrome. I regret upgrading to yosemite, it was all fine with Maverick. Any suggestions ? ThankYou

    My MacBook Pro (Retina, Mid 2012) is too slow after installing Yosemite version 10.10.1. All programs take for ever to load especially Safari and even chrome. I regret upgrading to yosemite, it was all fine with Maverick. Any suggestions ? ThankYou

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off by the complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can act on it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of the script have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts SerialATA 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' com.clark.\* \*dropbox \*genieo\* \*GoogleDr\* \*k.AutoCAD\* \*k.Maya\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 "` route -n get default|awk '/e:/{print $2}' `" 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB ' com.adobe.AAM.Updater-1.0 com.adobe.AAM.Updater-1.0 com.adobe.AdobeCreativeCloud com.adobe.CS4ServiceManager com.adobe.CS5ServiceManager com.adobe.fpsaud com.adobe.SwitchBoard com.adobe.SwitchBoard com.apple.aelwriter com.apple.AirPortBaseStationAgent com.apple.FolderActions.enabled com.apple.installer.osmessagetracing com.apple.mrt.uiagent com.apple.ReportCrash.Self com.apple.rpmuxd com.apple.SafariNotificationAgent com.apple.usbmuxd com.citrixonline.GoToMeeting.G2MUpdate com.google.keystone.agent com.google.keystone.daemon com.microsoft.office.licensing.helper com.oracle.java.Helper-Tool com.oracle.java.JavaUpdateHelper com.oracle.java.JavaUpdateHelper org.macosforge.xquartz.privileged_startx org.macosforge.xquartz.privileged_startx org.macosforge.xquartz.startx ' ' 879294308 4071182229 461455494 3627668074 1083382502 1274181950 1855907737 2758863019 1848501757 464843899 3694147963 1233118628 2456546649 2806998573 2778718105 2636415542 842973933 2051385900 3301885676 891055588 998894468 695903914 1443423563 4136085286 523110921 2883943871 3873345487 ' 51 5120 files );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' s/[0-9A-Za-z._]+@[0-9A-Za-z.]+\.[0-9A-Za-z]{2,4}/EMAIL/g;/faceb/s/(at\.)[^.]+/\1NAME/g;/\/Shared/!s/(\/Users\/)[^ /]+/\1USER/g;s/[-0-9A-Fa-f]{22,}/UUID/g;' ' s/^ +//;/de: S|[nst]:/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: (E[^m]|[^EO])|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Genesy|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<10) print "com.apple.";} ' ' { sub(/ :/,"");print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/^root$/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1100) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { split("'"${p[41]}"'",b);split("'"${p[42]}"'",c);for(i in b) print b[i]".plist\t"c[i];if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[43]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/{next};/%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";p="uniq -c|sed -E '"'s/ +\\([0-9]+\\)\\(.+\\)/\\\2 x\\\1/;s/x1$//'"'";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1|p;b=b$1;} END { close(p);if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"cksum "F|getline C;split(C, A);C="checksum "A[1];"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text(, with v.+)?$|(Bo|PO).+ sh.+ text ex|XM)/) F=F" ("T", "C")";else F=F" ("C")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' s/^ ?n...://p;s/^ ?p...:/-'$'\t''/p;' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9|"sort|uniq";} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' ' /^find: /d;p;' "`S0 44 45`" ' BEGIN{FS="= "} /Path/{print $2} ' ' /^ *$/d;s/^ */   /;' ' s/^.+ |\(.+\)$//g;p ' '/\.(appex|pluginkit)\/Contents\/Info\.plist$/p' ' /2/{print "WARN"};/4/{print "CRITICAL"};' ' /EVHF|MACR|^s/d;s/^.+: //p;' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps crontab iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl smcDiagnose sysctl\ -n defaults\ read stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' pluginkit scutil dtrace profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil lsof test osascript\ -e );c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' "'tell app \"System Events\" to get properties of login items'|tr , \\\n" 'L*/Ca*/com.ap*.Saf*/E*/* -d 1 -name In*t -exec '"${c1[14]}"' :CFBundleDisplayName" {} \;|sort|uniq' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$(RefProc): \$Message' -k Sender Req 'fsev|kern|launchd' -k RefProc Rne 'Aq|WebK' -k Message Rne 'Goog|ksadm|probe|Roame|SMC:|smcD|sserti|suhel| VALI|ver-r|xpma' -k Message Req 'abn|bad |Beac|caug|corru|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|NVDA\(|pagin|proc: t|Roamed|rror|SL|TCON|Throttli|tim(ed? ?|ing )o|WARN' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cght] ! -name .?\* ! -name \*ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '/S*/*/Ca*/*xpc* >&- ||echo No' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,Ex}* {/,}L*/{A*d,Ca*/*/Ex,Co{mpon,reM},Ex,In{p,ter},iTu*/*P,Keyb,Mail/B,Pr*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -path \\*s/Resources -prune -o -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,mach_i*/*,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t {/S*/,/,}L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' '+c0 -i4TCP:0-1023' com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' "+c0 -l|awk '{print(\$1,\$3)}'|sort|uniq -c|sort -n|tail -1|awk '{print(\$2,\$3,\$1)}'" -m 'L*/{Con*/*/Data/L*/,}Pref* -type f -size 0c -name *.plist.???????|wc -l' kern.memorystatus_vm_pressure_level '3>&1 >&- 2>&3' " -F '\$Time \$Message' -k Sender kernel -k Message CSeq 'n Cause: -' " );N1=${#c2[@]};for j in {0..9};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents XPC\ cache Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching SATA Descriptors App\ extensions Lockfiles Memory\ pressure SMC Shutdowns );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};A'$((7+i))'() { v=` eval sudo "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};';done;A9(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0() { [[ "$v" ]]&&sed -E "$s"<<<"$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v"|sed -E "$s";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "${s[63]}"<<<"$v"`&&C1 1 $1;};for i in 1 2 7 8;do for j in 0 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;D20 0 $((N1+1)) 2;D10 0 $N1 1;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;D13 0 $((N1+9)) 59 50;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;B1&&D73 19 53 67 55;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 54 12 56;D23 5 14 12 14;D22 6 36 13 15;D22 20 52 66 54;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D82 35 49 61 51;D82 11 17 17 20;for i in 0 1;do D82 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A8 18 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;B3 4 0 65;A3 14 6 32 0;B4 0 16 11;A1 26 50 64;B7 16;C3 52;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D73 21 0 32 19;D73 10 42 32 40;D82 29 35 46 39;};D23 14 1 62 42;D12 34 43 53 44;D12 22 20 32 25;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 21 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D83 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 10 42 32 41;D13 37 2 48 43;D13 4 5 32 1;D13 4 3 60 5;D12 21 48 49 49;B3 4 22 57;A1 21 46 56;B7 22;B3 0 0 58;C3 47;D22 4 4 50 0;D12 4 51 32 53;D23 22 9 37 7;A9;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return  three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report what happened. No harm will be done.
    12. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Logic Freezes During Playback w/ Disk Too Slow Error

    I'm trying to mix a song in Logic 9.1.7, but it has gotten to the point where Logic immediately freezes as soon as I hit the playback button in order to actually listen to my project. Before this I was occasionally getting the Sudden Motion Sensor/ Disk Too Slow error. I have increased the buffer size to 1024 and set the buffer range to large. I haven even disabled the sudden motion sensor, just incase this was the problem. I am currently using a Macbook Pro which is not connected to the interface, so this shouldn't be a problem. However, I use a Focusrite Liquid Saffire 56 interface. The only third party plug-in that I am currently running on the project is the Focusrite Plug-in Suite - which I think might be the issue, considering that my other laptop is runing the same plug-in and having the exact same error. I already tried downloading every relevant software patch and update from the Focusrite website, all to no avail. I have been running Logic along with this plug-in, for over 2 years now and have never once had this problem. I haven't had any problem running Pro Tools, so obviously this problem is specific to Logic. This is incredibly frustrating, and I need this resolved soon. I have a deadline that I must meet by the end of the week.
    Update: I just tried running Logic in 64-bit mode. It played for maybe a second and then gave me an error indicating that the plug-in suite was indeed keeping it from running properly. Guess I was right. It will play properly now, but contantly pops up with errors, not to mention that the HD and CPU meters are both constantly riding the red. I will put the most recent 64-bit error report log before the first one I got. I recieved the first one while still running 32-bit.
    Here is the 64-bit one:
    Process:         32-Bit Audio Unit Bridge [522]
    Path:            /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/32-Bit Audio Unit Bridge.app/Contents/MacOS/32-Bit Audio Unit Bridge
    Identifier:      com.apple.music.apps.32BitAudioUnitBridge
    Version:         9.1.7 (233.39)
    Build Info:      MAAudioUnitSupport-2333900~1
    Code Type:       X86 (Native)
    Parent Process:  Logic Pro [448]
    PlugIn Path:       /Library/Audio/Plug-Ins/Components/FFPlugSuite.component/Contents/MacOS/FFPlugS uite
    PlugIn Identifier: com.focusrite.FFPlugSuite
    PlugIn Version:    1.0.2 (1.0.2)
    Date/Time:       2012-09-24 18:28:12.666 -0500
    OS Version:      Mac OS X 10.7.4 (11E2620)
    Report Version:  9
    Interval Since Last Report:          325244 sec
    Crashes Since Last Report:           44
    Per-App Interval Since Last Report:  65 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      8D75AC90-B605-40FE-8BCB-D288E2580691
    Crashed Thread:  13
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000033df4d70
    VM Regions Near 0x33df4d70:
        MALLOC_SMALL           000000000a800000-000000000b000000 [ 8192K] rw-/rwx SM=PRV
    -->
        __TEXT                 000000008fe50000-000000008fe83000 [  204K] r-x/rwx SM=COW  /usr/lib/dyld
    Application Specific Information:
    objc[522]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x9a91bc22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9a91b1f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x9074f9da __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x90758b04 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x907581dc CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x90758088 CFRunLoopRunInMode + 120
    6   com.apple.HIToolbox                     0x9b045723 RunCurrentEventLoopInMode + 318
    7   com.apple.HIToolbox                     0x9b04ca8b ReceiveNextEventCommon + 381
    8   com.apple.HIToolbox                     0x9b04c8fa BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit                        0x9708b0d8 _DPSNextEvent + 678
    10  com.apple.AppKit                        0x9708a942 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    11  com.apple.AppKit                        0x97086cb1 -[NSApplication run] + 911
    12  com.apple.AppKit                        0x97317bd9 NSApplicationMain + 1054
    13  com.apple.music.apps.32BitAudioUnitBridge          0x00003a79 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9a91e90a kevent + 10
    1   libdispatch.dylib                       0x91562e10 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x9156185f _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 11:
    0   com.focusrite.FFPlugSuite               0x025fa940 VSTPluginMain + 9632
    1   com.focusrite.FFPlugSuite               0x025fadce VSTPluginMain + 10798
    2   com.focusrite.FFPlugSuite               0x025e8fbd AUWrapperEntry + 64773
    3   com.focusrite.FFPlugSuite               0x025e947c AUWrapperEntry + 65988
    4   com.focusrite.FFPlugSuite               0x025d9a10 AUWrapperEntry + 1880
    5   com.focusrite.FFPlugSuite               0x025d659b 0x25cb000 + 46491
    6   com.focusrite.FFPlugSuite               0x025d0c2c 0x25cb000 + 23596
    7   com.focusrite.FFPlugSuite               0x025cf541 0x25cb000 + 17729
    8   com.focusrite.FFPlugSuite               0x025d5ec4 0x25cb000 + 44740
    9   com.focusrite.FFPlugSuite               0x025da2d3 AUWrapperEntry + 4123
    10  com.apple.CoreServices.CarbonCore          0x9c7e9415 CallComponent + 223
    11  com.apple.CoreServices.CarbonCore          0x9c7e945e CallComponentDispatch + 29
    12  com.apple.audio.toolbox.AudioToolbox          0x95a4e9c8 _AT_AudioUnitRender + 173
    13  com.apple.music.apps.32BitAudioUnitBridge          0x0000f9b1 XAUCopyComponentName + 19233
    14  libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    15  libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 12:
    0   com.focusrite.FFPlugSuite               0x025e900a AUWrapperEntry + 64850
    1   com.focusrite.FFPlugSuite               0x025e947c AUWrapperEntry + 65988
    2   com.focusrite.FFPlugSuite               0x025d9a10 AUWrapperEntry + 1880
    3   com.focusrite.FFPlugSuite               0x025d659b 0x25cb000 + 46491
    4   com.focusrite.FFPlugSuite               0x025d0c2c 0x25cb000 + 23596
    5   com.focusrite.FFPlugSuite               0x025cf541 0x25cb000 + 17729
    6   com.focusrite.FFPlugSuite               0x025d5ec4 0x25cb000 + 44740
    7   com.focusrite.FFPlugSuite               0x025da2d3 AUWrapperEntry + 4123
    8   com.apple.CoreServices.CarbonCore          0x9c7e9415 CallComponent + 223
    9   com.apple.CoreServices.CarbonCore          0x9c7e945e CallComponentDispatch + 29
    10  com.apple.audio.toolbox.AudioToolbox          0x95a4e9c8 _AT_AudioUnitRender + 173
    11  com.apple.music.apps.32BitAudioUnitBridge          0x0000f9b1 XAUCopyComponentName + 19233
    12  libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    13  libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 13 Crashed:
    0   com.focusrite.FFPlugSuite               0x025e8fba AUWrapperEntry + 64770
    1   com.focusrite.FFPlugSuite               0x025e947c AUWrapperEntry + 65988
    2   com.focusrite.FFPlugSuite               0x025d9a10 AUWrapperEntry + 1880
    3   com.focusrite.FFPlugSuite               0x025d659b 0x25cb000 + 46491
    4   com.focusrite.FFPlugSuite               0x025d0c2c 0x25cb000 + 23596
    5   com.focusrite.FFPlugSuite               0x025cf541 0x25cb000 + 17729
    6   com.focusrite.FFPlugSuite               0x025d5ec4 0x25cb000 + 44740
    7   com.focusrite.FFPlugSuite               0x025da2d3 AUWrapperEntry + 4123
    8   com.apple.CoreServices.CarbonCore          0x9c7e9415 CallComponent + 223
    9   com.apple.CoreServices.CarbonCore          0x9c7e945e CallComponentDispatch + 29
    10  com.apple.audio.toolbox.AudioToolbox          0x95a4e9c8 _AT_AudioUnitRender + 173
    11  com.apple.music.apps.32BitAudioUnitBridge          0x0000f9b1 XAUCopyComponentName + 19233
    12  libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    13  libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 14:
    0   com.focusrite.FFPlugSuite               0x025f9e19 VSTPluginMain + 6777
    1   com.focusrite.FFPlugSuite               0x025f9fd3 VSTPluginMain + 7219
    2   com.focusrite.FFPlugSuite               0x025fae8f VSTPluginMain + 10991
    3   com.focusrite.FFPlugSuite               0x025e8fbd AUWrapperEntry + 64773
    4   com.focusrite.FFPlugSuite               0x025e947c AUWrapperEntry + 65988
    5   com.focusrite.FFPlugSuite               0x025d9a10 AUWrapperEntry + 1880
    6   com.focusrite.FFPlugSuite               0x025d659b 0x25cb000 + 46491
    7   com.focusrite.FFPlugSuite               0x025d0c2c 0x25cb000 + 23596
    8   com.focusrite.FFPlugSuite               0x025cf541 0x25cb000 + 17729
    9   com.focusrite.FFPlugSuite               0x025d5ec4 0x25cb000 + 44740
    10  com.focusrite.FFPlugSuite               0x025da2d3 AUWrapperEntry + 4123
    11  com.apple.CoreServices.CarbonCore          0x9c7e9415 CallComponent + 223
    12  com.apple.CoreServices.CarbonCore          0x9c7e945e CallComponentDispatch + 29
    13  com.apple.audio.toolbox.AudioToolbox          0x95a4e9c8 _AT_AudioUnitRender + 173
    14  com.apple.music.apps.32BitAudioUnitBridge          0x0000f9b1 XAUCopyComponentName + 19233
    15  libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    16  libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 15:
    0   com.focusrite.FFPlugSuite               0x025f9e7a VSTPluginMain + 6874
    1   com.focusrite.FFPlugSuite               0x025fad8e VSTPluginMain + 10734
    2   com.focusrite.FFPlugSuite               0x025e8fbd AUWrapperEntry + 64773
    3   com.focusrite.FFPlugSuite               0x025e947c AUWrapperEntry + 65988
    4   com.focusrite.FFPlugSuite               0x025d9a10 AUWrapperEntry + 1880
    5   com.focusrite.FFPlugSuite               0x025d659b 0x25cb000 + 46491
    6   com.focusrite.FFPlugSuite               0x025d0c2c 0x25cb000 + 23596
    7   com.focusrite.FFPlugSuite               0x025cf541 0x25cb000 + 17729
    8   com.focusrite.FFPlugSuite               0x025d5ec4 0x25cb000 + 44740
    9   com.focusrite.FFPlugSuite               0x025da2d3 AUWrapperEntry + 4123
    10  com.apple.CoreServices.CarbonCore          0x9c7e9415 CallComponent + 223
    11  com.apple.CoreServices.CarbonCore          0x9c7e945e CallComponentDispatch + 29
    12  com.apple.audio.toolbox.AudioToolbox          0x95a4e9c8 _AT_AudioUnitRender + 173
    13  com.apple.music.apps.32BitAudioUnitBridge          0x0000f9b1 XAUCopyComponentName + 19233
    14  libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    15  libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000e53b XAUCopyComponentName + 13995
    4   com.apple.music.apps.32BitAudioUnitBridge          0x0000e8a1 XAUCopyComponentName + 14865
    5   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x9a91dbb2 __semwait_signal + 10
    1   libsystem_c.dylib                       0x9981e7b9 nanosleep$UNIX2003 + 187
    2   libsystem_c.dylib                       0x9981e5d7 sleep$UNIX2003 + 63
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000cdbc XAUCopyComponentName + 7980
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 13 crashed with X86 Thread State (32-bit):
      eax: 0xb079cb88  ebx: 0x025e8f89  ecx: 0x33df4d60  edx: 0x01308000
      edi: 0x005408e0  esi: 0xb079cb80  ebp: 0xb079cb68  esp: 0xb079caf0
       ss: 0x00000023  efl: 0x00010206  eip: 0x025e8fba   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x33df4d70
    Logical CPU: 6
    Binary Images:
        0x1000 -    0x18ff7  com.apple.music.apps.32BitAudioUnitBridge (9.1.7 - 233.39) <BF5D664A-A9BE-DF96-9DD7-0BF7852BB934> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/32-Bit Audio Unit Bridge.app/Contents/MacOS/32-Bit Audio Unit Bridge
       0x22000 -    0x9dfff  com.apple.music.apps.MACore (9.1.7 - 477.48) <5D0BB5DF-13EB-1759-F1B9-4275EEE287B3> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
       0xbd000 -    0xe9ff3  com.apple.audio.CoreAudioKit (1.6.3 - 1.6.3) <F1ADAA9B-61AC-3EB3-8E83-0685E2F95132> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
       0xfc000 -    0xfefff  com.apple.ExceptionHandling (1.5 - 10) <14A3DCBC-77E4-3E87-A937-202817079AED> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
      0x104000 -   0x141fff  com.apple.vmutils (4.2.1 - 107) <C491B259-8C5C-3199-83A0-97422C59C4E2> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x25cb000 -  0x2617ff4 +com.focusrite.FFPlugSuite (1.0.2 - 1.0.2) <A38E62D1-CB50-7E0E-649E-2DF769F40F9C> /Library/Audio/Plug-Ins/Components/FFPlugSuite.component/Contents/MacOS/FFPlugS uite
    0x2666000 -  0x2677fe7  com.apple.FCP Uncompressed 422.component (1.6 - 1.6) <5CEF993F-DBAC-12FD-57C6-EFA42AB7AEE2> /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x3ff9000 -  0x3ff9fff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <859B5BCC-B5D9-370F-8B6C-1E2B242D5DCD> /usr/lib/libmx.A.dylib
    0x67fc000 -  0x68a9ff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x88e6000 -  0x8953fe7  com.apple.AppleProResCodec (2.0 - 224) <B7A79FF2-9C32-5554-A3C3-BE91F9B89419> /Library/QuickTime/AppleProResCodec.component/Contents/MacOS/AppleProResCodec
    0x89a0000 -  0x89dfff7  com.apple.AppleVAH264HW.component (3.0 - 3.0) <1A2FC66F-CE81-34CE-A2FC-BE37F09CA3CC> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x8aa2000 -  0x8aa9ffe  com.apple.AppleGVAHW.component (1.1 - 1) <15595B7F-5062-3876-A004-EC8ED2A4D4DE> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW
    0x8aaf000 -  0x8bf5feb  com.apple.AppleGVAFramework (3.1.7 - 3.1.7) <AD3F1225-4E8E-356E-9BCB-C65A54A02DEA> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
    0x8c11000 -  0x8c4aff3  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2331) <32C46E8E-6521-3C89-978F-CA31DF211417> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x8c55000 -  0x8c8cfe7  com.apple.DVCPROHDCodec (1.5 - 237) <5BA42205-5AEE-73BB-A7DE-5417EF028D5B> /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0x8c9c000 -  0x8d4bfe3  com.apple.AppleHDVCodec (1.5 - 228) <8D2121A0-BA53-28A2-C9A5-3BED137701DA> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0x8d73000 -  0x8d94fe7  com.apple.AppleIntermediateCodec (2.0 - 542.4) <6FCB177D-281F-3255-A34E-3E1D23602E77> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x8da3000 -  0x8da8ffb  com.apple.AppleMPEG2Codec (1.0.2 - 220.1) <297A5C13-ACCE-3EA8-8395-FD12DFBB2619> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x8dad000 -  0x8dc0fe3  com.apple.IMXCodec (1.4 - 155) <B7A1514F-1A2B-EC3E-719D-B8BB25016A05> /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0x8dd2000 -  0x8deaff2  com.apple.applepixletvideo (1.2.30 - 1.2d30) <72A0B4BD-DB7A-3C7F-ADB9-6D059F7ABA2B> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x8fe50000 - 0x8fe82aa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
    0x90005000 - 0x90005fff  com.apple.Cocoa (6.6 - ???) <30E6ABEE-B390-3C02-8C76-9C62F19FAA83> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90006000 - 0x90061ff3  com.apple.Symbolication (1.3 - 91) <6E8D2927-5400-327B-9DA2-400353A01CD1> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x90144000 - 0x90169ff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9016a000 - 0x9027effb  com.apple.QuickTimeImporters.component (7.7.1 - 2331) <2A3A70AE-DE51-3F5A-8BAE-2B8FA9E81C47> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9027f000 - 0x90283fff  libGIF.dylib (??? - ???) <A6F1ACAE-7B9B-3B3F-A54A-ED4004EA1D85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90292000 - 0x90292fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <2112D5A4-7A37-352A-9291-2A6BBA2B34B9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90293000 - 0x902a8fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <A20A59DB-33A8-3E9B-B662-45A8876965D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x902a9000 - 0x902aeff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <6DCCA207-8F4D-343A-B77D-C4FB905DADC4> /usr/lib/system/libmacho.dylib
    0x90437000 - 0x90599ffb  com.apple.QuartzCore (1.7 - 270.5) <6E04A99C-2F52-3E73-991E-340B048E8001> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90677000 - 0x90679ff9  com.apple.securityhi (4.0 - 1) <824838E4-096E-3A3A-AE3C-88D0B1073300> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9071d000 - 0x908f4fe7  com.apple.CoreFoundation (6.7.2 - 635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908f5000 - 0x908f5ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x90914000 - 0x90914ff0  com.apple.ApplicationServices (41 - 41) <45032433-76F6-365A-95CA-641C9427EAA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90d4f000 - 0x90d5cfff  libGL.dylib (??? - ???) <8B034E73-7AF5-3ACC-8A07-DDE8AC165D4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90dd1000 - 0x90dd8ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
    0x90dd9000 - 0x90e36ffb  com.apple.htmlrendering (76 - 1.1.4) <792F1D51-3A88-3430-8A32-F252FAAE0D13> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x90e37000 - 0x90e42ffb  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <A1764D2F-EB84-33DC-9ED5-CDA3B468FF3E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x911b8000 - 0x911b9ff7  libquarantine.dylib (36.6.0 - compatibility 1.0.0) <600909D9-BD75-386E-8D3E-7CBD29079DF3> /usr/lib/system/libquarantine.dylib
    0x911d7000 - 0x911dfff3  liblaunch.dylib (392.38.0 - compatibility 1.0.0) <D7F6E875-263A-37B5-B403-53F76710538C> /usr/lib/system/liblaunch.dylib
    0x911e0000 - 0x91254fff  com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x91545000 - 0x9154eff3  com.apple.CommonAuth (2.2 - 2.0) <C3FD6EC2-8EB3-38FB-BBB7-05009CA49024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x91560000 - 0x9156efff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <2F918480-12C8-3F22-9B1A-9B2D76F6F4F5> /usr/lib/system/libdispatch.dylib
    0x91609000 - 0x9160aff4  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <DA59E228-076B-39B5-B6EA-52E6FD4EDC53> /usr/lib/system/libremovefile.dylib
    0x9160b000 - 0x9160eff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x9160f000 - 0x9165fff8  libTIFF.dylib (??? - ???) <4DC2025D-15E7-35CA-B7C5-9F73B26C8B53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91664000 - 0x91665ff7  libsystem_sandbox.dylib (??? - ???) <EBC6ED6B-7D94-32A9-A718-BB9EDA1732C9> /usr/lib/system/libsystem_sandbox.dylib
    0x91666000 - 0x91736ffb  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <9CD13789-93CE-35C6-8E5C-B38E41E9A73F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x917ce000 - 0x9182cfff  com.apple.coreui (1.2.2 - 165.10) <C6B099D6-7F02-3971-99B9-E415308959CF> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9182d000 - 0x9183bff7  libxar-nossl.dylib (??? - ???) <9C927E1E-D9F6-34AE-979F-5D60E7E9211C> /usr/lib/libxar-nossl.dylib
    0x9183c000 - 0x91846ff2  com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <79D55070-BBFF-3D67-AFB9-3668FF8C5F98> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91847000 - 0x91956fff  com.apple.DesktopServices (1.6.4 - 1.6.4) <C4E42CF3-9AFB-3C95-AFA9-79F790ED8BB3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x91957000 - 0x91962ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <A6AD144D-19FE-3551-AFB3-FE9DE8199EB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91963000 - 0x919c4ffb  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <5F91A450-2A8B-31D4-803B-2FDF5CE3644D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91a04000 - 0x91a05ff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <9EF47F4C-32F6-3379-A3DD-89183D821B48> /usr/lib/system/libunc.dylib
    0x91a06000 - 0x91a0dfff  com.apple.agl (3.2.0 - AGL-3.2.0) <210F3383-D8EA-3644-90BA-9F054E15A2AB> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x91a43000 - 0x91a4efff  libkxld.dylib (??? - ???) <15081A7C-C06E-397C-B8BB-3A703A6AD07B> /usr/lib/system/libkxld.dylib
    0x91a4f000 - 0x91ab4ff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <2AB35EAF-CB90-3456-BFC8-C14B04C4CA9C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e30000 - 0x91e6efff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <D17C0E4E-D265-3DE9-A0EA-F3EECBE2A24A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91ea3000 - 0x91ea5ffc  com.apple.QuickTimeH264.component (7.7.1 - 2331) <30243836-1283-387B-8E49-22E458D9141D> /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x91f24000 - 0x91f32fff  com.apple.opengl (1.8.0 - 1.8.0) <6CD7C09D-F06F-3002-B86A-E5BD89823B64> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x91f33000 - 0x91f97fff  com.apple.framework.IOKit (2.0 - ???) <77A0CEC1-4E9D-3729-B229-A8F46933A1AA> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92015000 - 0x92023fff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x92024000 - 0x92134fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
    0x92235000 - 0x92318ff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <F4D67C02-BD15-3E7D-A3D2-A30AA791F722> /usr/lib/libcrypto.0.9.8.dylib
    0x92ee3000 - 0x92eecfff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x92eed000 - 0x92f3cffb  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <5BD71C63-47E5-3596-90ED-785F7A5B4743> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x92f3d000 - 0x92f5fffe  com.apple.framework.familycontrols (3.0 - 300) <E94CE585-F2E6-355C-BD06-4893B8631803> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x92f60000 - 0x92f7dff3  com.apple.openscripting (1.3.3 - ???) <0579A4CB-FD6F-3D7F-A17B-AC0F2CF11FC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92f99000 - 0x92faeff7  com.apple.ImageCapture (7.0.1 - 7.0.1) <1C8933A9-C7C6-36E9-9D8B-0EF08ACA3315> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92faf000 - 0x92fe6fef  com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x92fe7000 - 0x93004fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
    0x93005000 - 0x93009ff3  libsystem_network.dylib (??? - ???) <6C0CB421-5DDD-3BD4-B3C5-C1DB6037576F> /usr/lib/system/libsystem_network.dylib
    0x9300a000 - 0x93085ffb  com.apple.ApplicationServices.ATS (317.11.0 - ???) <298A1BDD-B5D6-393B-A10C-3D141A949E5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x93086000 - 0x930fcfff  com.apple.Metadata (10.7.0 - 627.35) <9C265FE6-6706-3E0A-BA82-F81166619BDF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x930fd000 - 0x93193ff7  com.apple.LaunchServices (480.34 - 480.34) <147520D6-7EBE-3701-9C47-04F122DC165A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x93194000 - 0x93203fff  com.apple.Heimdal (2.2 - 2.0) <181AC1B1-39F5-3578-B247-792B37EFD3CC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x932ce000 - 0x9338effb  com.apple.ColorSync (4.7.4 - 4.7.4) <61203FBE-54F0-3034-B7EF-25D885D89661> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9338f000 - 0x933a6ff8  com.apple.CoreMediaAuthoring (2.0 - 891) <69D569FD-670C-3BD0-94BF-7A8954AA2953> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x933a9000 - 0x934d5ff9  com.apple.CFNetwork (520.4.3 - 520.4.3) <E9E315D4-CE22-3715-BED2-BB95AD5E10E8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x934d6000 - 0x934e1ffe  com.apple.NetAuth (3.2 - 3.2) <FF3965FE-D897-3885-B5B9-33665D2F5318> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x934e7000 - 0x939c3ff6  libBLAS.dylib (??? - ???) <67AF68CD-8E05-3355-92D1-341C2A9A6BCF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x939c4000 - 0x93a0dff7  libGLU.dylib (??? - ???) <3E370DE3-3F36-352F-A7A1-CF6C55C44F9B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93a53000 - 0x93a5bff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x93a5c000 - 0x93b00fff  com.apple.QD (3.40 - ???) <B866D191-AA6C-31C6-96B7-94BE165062F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x93b1b000 - 0x93b4aff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
    0x93b8f000 - 0x93b90fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x93b91000 - 0x93e54fff  com.apple.security (7.0 - 55148.1) <21EFBE4A-0F05-3939-B83F-5454CA6AFADC> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94067000 - 0x946f3ff5  com.apple.CoreAUC (6.16.00 - 6.16.00) <D55D5A6C-2C79-321C-A866-CA017DA66F0B> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x946f4000 - 0x94707ff8  com.apple.MultitouchSupport.framework (231.4 - 231.4) <BF359317-8ECA-34F7-8931-059C8735F343> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9470a000 - 0x9475bff9  com.apple.ScalableUserInterface (1.0 - 1) <3E650401-FB58-3704-8A24-E0B2F3914884> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x94783000 - 0x9480dffb  com.apple.SearchKit (1.4.0 - 1.4.0) <F2583C09-86DB-33CD-A933-F3B8A70CF9A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9483c000 - 0x94840ffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <9DFB61F2-9B1F-31B2-BF41-099994D74E1F> /usr/lib/system/libcache.dylib
    0x94841000 - 0x9486cfff  com.apple.GSS (2.2 - 2.0) <2C468B23-FA87-30B5-B9A6-8C5D1373AA30> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9486d000 - 0x94c6fff6  libLAPACK.dylib (??? - ???) <687048BD-EA20-3C20-B848-B6D730F58281> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94c70000 - 0x94cadfef  libGLImage.dylib (??? - ???) <5646AA4B-11B7-3B40-B6AC-527F9613E8C8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94cb2000 - 0x94cf2ff7  com.apple.NavigationServices (3.7 - 193) <3D4DFBC6-926F-3883-9235-CDB09340C6A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x94cf3000 - 0x95a44fff  com.apple.QuickTimeComponents.component (7.7.1 - 2331) <D6847147-1536-33AC-B1B9-8D8EA360DE34> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x95a45000 - 0x95b97fff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <882581F7-3023-3DC4-A54C-3E823416384B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95b98000 - 0x95c25fe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <514C9266-865D-3655-BA59-A8BA4EA80EA1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95c4e000 - 0x95c62fff  com.apple.CFOpenDirectory (10.7 - 146) <A7A0D36A-B14A-36C7-BFE5-E21130BF3687> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x95c63000 - 0x95e17ff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
    0x95e18000 - 0x9615efff  com.apple.MediaToolbox (1.0 - 705.78) <7D76E46A-CF6D-341A-8734-B300F21EBC45> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x9615f000 - 0x96179fff  com.apple.Kerberos (1.0 - 1) <A1ED8518-29DB-3511-83AE-EEAB2C0AB1FD> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x961a8000 - 0x964b2ff3  com.apple.Foundation (6.7.2 - 833.25) <361418ED-589D-36DE-9668-A88B35937524> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96500000 - 0x96501fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x96502000 - 0x96502fff  com.apple.vecLib (3.7 - vecLib 3.7) <656463C6-AD21-38FF-B68C-2A7F7922113E> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96503000 - 0x9650effe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
    0x9657c000 - 0x96613ff3  com.apple.securityfoundation (5.0 - 55116) <8A08978E-0705-393D-8AA8-8F59FC6B3C6B> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x96614000 - 0x96636ff8  com.apple.PerformanceAnalysis (1.11 - 11) <0DDAD62E-381E-3FB6-A066-635870DCCCE5> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x969ee000 - 0x969f1ffb  com.apple.help (1.3.2 - 42) <46BC94D1-14C4-3178-9BFB-85470F1ED805> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x96b19000 - 0x96bb5fef  com.apple.ink.framework (1.4 - 110) <E03B4CBA-AC4F-3B29-BF7F-1CCDCC03F09A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x96c76000 - 0x96ca4ff7  com.apple.DictionaryServices (1.2.1 - 158.2) <F733A8FE-BFAA-34B3-AA01-5A936B44B10C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x96d1f000 - 0x96d25ffb  com.apple.print.framework.Print (7.4 - 247.3) <CB075EEE-FA1F-345C-A1B5-1AB266FC73A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x97080000 - 0x97080fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <7EFAD88C-AFBC-3D48-BE14-60B8EACC68D7> /usr/lib/system/libdnsinfo.dylib
    0x97081000 - 0x97b16ff6  com.apple.AppKit (6.7.3 - 1138.47) <D84BC928-E3D3-303C-88E0-942E18AFBDD6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x97b74000 - 0x97b74ff2  com.apple.CoreServices (53 - 53) <F28F38DC-C5C1-399F-84D7-A28CCC269850> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97c58000 - 0x97cbaffb  com.apple.datadetectorscore (3.0 - 179.4) <6CB6E69A-314D-329E-B0E7-DFB02531575D> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x97cbb000 - 0x97d23ff7  libc++.1.dylib (28.1.0 - compatibility 1.0.0) <FE3304C5-C000-3DA0-9E53-0E4CA074B73B> /usr/lib/libc++.1.dylib
    0x97d24000 - 0x97ddaff3  com.apple.QuickTimeMPEG4.component (7.7.1 - 2331) <8BB3700F-868F-3E32-A061-C5E3C06D39C9> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x98674000 - 0x986fbfff  com.apple.print.framework.PrintCore (7.1 - 366.3) <EBD5A94E-8E1D-3510-9457-EB0EAE2F51EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x98a0c000 - 0x98a4cff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
    0x98a4d000 - 0x98cc1ffb  com.apple.CoreImage (7.98 - 1.0.1) <C77DADCB-C871-3A49-AAA0-0689E4DCFA10> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x98e7b000 - 0x98ecdff7  libFontRegistry.dylib (??? - ???) <B5324310-C140-392B-8324-B408AB7E3BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x98ece000 - 0x98f10ff7  com.apple.CoreMedia (1.0 - 705.78) <C2635524-8F87-3816-8DD0-509E69D1A35D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x98f11000 - 0x99109ff7  com.apple.CoreData (104.1 - 358.14) <92830C09-780F-3021-ADC0-2D9BB56D8E7B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x992a0000 - 0x9932dff7  com.apple.CoreText (220.20.0 - ???) <334FBF91-877C-38AC-8143-2458E8E62FC6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9932e000 - 0x99387fff  com.apple.HIServices (1.21 - ???) <ACF3C451-C235-32A7-849E-3D0A40E90546> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x99388000 - 0x993b0ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <AB530FB2-8BD1-3328-95E8-CF449F0429CA> /usr/lib/libxslt.1.dylib
    0x993e4000 - 0x99400ff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x99412000 - 0x99806feb  com.apple.VideoToolbox (1.0 - 705.78) <DF7BB3DE-376E-330E-B990-735A893E3F2A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x9980d000 - 0x998d8fff  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <03E608FA-1689-3D85-9A21-31C1922AEC1A> /usr/lib/system/libsystem_c.dylib
    0x998d9000 - 0x998e1ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <97E73059-F645-33F4-BCC5-1FEA367D60D4> /usr/lib/system/libcopyfile.dylib
    0x9992a000 - 0x99a12fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib
    0x99a13000 - 0x99a16ff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x99a17000 - 0x99a2dffe  libxpc.dylib (77.19.0 - compatibility 1.0.0) <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib
    0x99a2e000 - 0x99a2ffff  com.apple.TrustEvaluationAgent (2.0 - 1) <CE0A7AC9-ACB9-3554-BAAC-1FDEF07E6707> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x99a7d000 - 0x99a80ffd  libCoreVMClient.dylib (??? - ???) <B8F8916D-F12A-3D95-ABF3-999D57B7D581> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x99a81000 - 0x99a9dffc  libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x99d02000 - 0x99e20fec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x99e21000 - 0x99e83ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x99e84000 - 0x99eb2fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <5B70008D-4EA0-30E7-AC12-787D720CEE96> /usr/lib/libSystem.B.dylib
    0x99ebf000 - 0x99fd0ff7  libJP2.dylib (??? - ???) <845C74F4-1074-3983-945F-EB669538CAA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x99fd1000 - 0x99fd3ff7  libdyld.dylib (195.6.0 - compatibility 1.0.0) <1F865C73-5803-3B08-988C-65B8D86CB7BE> /usr/lib/system/libdyld.dylib
    0x99fd4000 - 0x99fd4fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <B95984A1-6C16-338A-9B60-D4F080924243> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x99fd5000 - 0x9a8fde2b  com.apple.CoreGraphics (1.600.0 - ???) <93490E7A-8CA6-3D58-AA13-B6FEB35647B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9a8fe000 - 0x9a904ffd  com.apple.CommerceCore (1.0 - 17) <595A67CF-3546-35FD-8D2E-2861CB959379> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x9a905000 - 0x9a923ff7  libsystem_kernel.dylib (1699.31.2 - compatibility 1.0.0) <EE8DD7FD-53FC-3DE0-8622-7CCF062716EC> /usr/lib/system/libsystem_kernel.dylib
    0x9a925000 - 0x9a929ff7  com.apple.OpenDirectory (10.7 - 146) <9C1EAEB1-84E0-373D-94E9-0E990752011E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9a92a000 - 0x9a92afff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9adbd000 - 0x9b042fe3  com.apple.QuickTime (7.7.1 - 2331) <BAA85ECB-64DB-35DC-852A-A07DE762E700> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9b043000 - 0x9b389ff3  com.apple.HIToolbox (1.9 - ???) <96AFBCE8-61CC-31A6-8E57-2EC21D7A7851> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9b48e000 - 0x9b492ffd  IOSurface (??? - ???) <77B632E4-2196-3BC9-93CC-70EBF353CD4F> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9b4ea000 - 0x9b95fff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) <3E2BF587-5168-3FC5-9D8D-183A9C7C1DED> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x9b99f000 - 0x9b9c2fff  com.apple.CoreVideo (1.7 - 70.3) <3CAFA7B1-0A0F-3F4E-9A9B-BEDDEEF64F6C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9c003000 - 0x9c009fff  libGFXShared.dylib (??? - ???) <157F45BD-00DC-3864-9155-54D4303A5756> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9c016000 - 0x9c016fff  com.apple.Carbon (153 - 153) <63603A0C-723B-3968-B302-EBEEE6A14E97> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9c0ef000 - 0x9c0f3fff  com.apple.CommonPanels (1.2.5 - 94) <DFA0D001-9890-32FB-B1BD-039DDA8F3E9E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9c0f4000 - 0x9c104ff7  libCRFSuite.dylib (??? - ???) <B68CDEA4-8D6E-3625-B80F-3489E321E858> /usr/lib/libCRFSuite.dylib
    0x9c173000 - 0x9c1b0ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <953B4F4C-283C-3AEF-949A-E149F10AC775> /usr/lib/libcups.2.dylib
    0x9c1b1000 - 0x9c274fff  com.apple.CoreServices.OSServices (478.46 - 478.46) <B4D06EFD-D11D-3C81-A394-9076EED5D738> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9c275000 - 0x9c36dff7  libFontParser.dylib (??? - ???) <EEA7A5AC-5123-3988-A6D7-0FF8664EDD0D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9c43e000 - 0x9c4fbff3  ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <A31C444A-33EC-3FF2-9E57-F7D1DC521905> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x9c4fc000 - 0x9c5ecff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x9c5ed000 - 0x9c5f0ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x9c5f1000 - 0x9c611ff7  com.apple.RemoteViewServices (1.4 - 44.1) <1F831750-1E77-3013-B1A6-0DF528623790> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x9c612000 - 0x9c623fff  libbsm.0.dylib (??? - ???) <BB4E736B-E068-376A-B28D-6B2D6A70EE50> /usr/lib/libbsm.0.dylib
    0x9c676000 - 0x9c6beff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <13DBFACD-29A9-32B9-9847-40DB1E85831E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9c6bf000 - 0x9c6f5ff7  com.apple.AE (527.7 - 527.7) <DC987937-BA90-3588-8482-689EA5580BEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9c765000 - 0x9c76cff9  libsystem_dnssd.dylib (??? - ???) <63E70DAA-EA33-32A1-ACA9-387F447CCBBE> /usr/lib/system/libsystem_dnssd.dylib
    0x9c76d000 - 0x9c770ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <16DCE20A-9790-369A-94C1-B7954B418C77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9c782000 - 0x9ca84fff  com.apple.CoreServices.CarbonCore (960.24 - 960.24) <6035A1AE-8657-304D-8918-1DBD322C9738> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9cac7000 - 0x9cb9daab  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C784297D-1FF6-3D89-9DE6-98C028AF73D2> /usr/lib/libobjc.A.dylib
    0x9cb9e000 - 0x9cba6fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <751DC709-220B-3FA3-9D67-CB1CC5E6861C> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9cba7000 - 0x9cbd1ff1  com.apple.CoreServicesInternal (113.17 - 113.17) <33B14C4B-B697-3265-86C5-05328EF0F186> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x9cbd2000 - 0x9cc15ffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
    0x9cc25000 - 0x9cc6cff5  com.apple.opencl (2.0.16 - 2.0.16) <03BE8413-EA24-3E6B-A9AC-D297BD1EE50F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9cf21000 - 0x9cf23ffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9cf24000 - 0x9cf2bffd  com.apple.NetFS (4.0 - 4.0) <0F1B19AD-B320-38BE-8543-9DA93792F220> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9d099000 - 0x9d09afff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x9d09b000 - 0x9d09cffd  libCVMSPluginSupport.dylib (??? - ???) <2D89E97F-8E33-389B-B76C-4508CE3B6778> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x9d09d000 - 0x9d0adfff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8BE2D2EF-9AF0-3960-9845-052CCE04B53A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 3
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 1217
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=169.9M resident=94.7M(56%) swapped_out_or_unallocated=75.2M(44%)
    Writable regions: Total=130.5M written=5308K(4%) resident=23.2M(18%) swapped_out=0K(0%) unallocated=107.3M(82%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    ATS (font support)                 31.8M
    CG backing stores                   172K
    CG image                             68K
    CG shared images                    168K
    CoreGraphics                          8K
    CoreServices                       1532K
    MALLOC                             64.0M
    MALLOC guard page                    48K
    Memory tag=242                       12K
    Memory tag=249                      156K
    Stack                              73.6M
    VM_ALLOCATE                        16.1M
    __CI_BITMAP                          80K
    __DATA                             10.2M
    __DATA/__OBJC                        72K
    __IMAGE                             528K
    __IMPORT                             28K
    __LINKEDIT                         43.8M
    __OBJC                             1588K
    __PAGEZERO                            4K
    __TEXT                            126.1M
    __UNICODE                           544K
    mapped file                       129.4M
    shared memory                      4408K
    shared pmap                        8900K
    ===========                      =======
    TOTAL                             513.0M
    Model: MacBookPro9,1, BootROM MBP91.00D3.B02, 4 processors, Intel Core i7, 2.6 GHz, 8 GB, SMC 2.1f170
    Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.198.19.21)
    Bluetooth: Version 4.0.7f2, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE HDD HTS547575A9E384, 750.16 GB

    Hi rockdrummerthirteen13,
    It looks like your Focusrite Plugin Suite is out of date.  Please download and install the latest version of the plugins suite (1.2) from here, and see if that fixes your issue: http://us.focusrite.com/downloads?product=Focusrite+Plugin+Suite
    Best regards,
    David Tichauer // Focusrite Technical Support

  • Mail server is too slow to deliver the mail to internal domain

    Hi,
    My mail server faster enough to send the mails to other domains, but when i try to send mail to my own domain it too slow some time it take 30 t0 40 minutes to deliver the mail.
    Please help
    Thanks,
    Gulab Pasha

    You should use statspack to check what are the main waits.
    Some indicators to check :
    - too many fts/excessive IO => check sql statements (missing index, wrong where clause)
    - explain plan for most important queries : using cbo or rbo ? If cbo, statistics should be up to date. If rbo, check acces path.
    -excessive logfile switch (> 5 per hour) : increase logfile or disable logging
    - undo waits => not enough rollback segments (if you don't set AUM)
    - data waits => alter initrans, pctfree, pctused
    - too many chaining rows => rebuild set of datas or rebuild table
    - too many levels in indexes => rebuild index
    - excessive parsing : use bind variable or alter parameter cursor_sharing
    - too many sort on disks => increase sort_area_size and create others temporary tablespace on separate disks
    - too many blocks reads for a row => db_block_size too few or too many chaining rows
    - too many lru contention => increase latches
    - OS swapping/paging ?
    Too improve performance :
    - alter and tune some parameters : optimizer_mode, sort_area_size, shared_pool_size, optimizer_index_cost_adj, db_file_multiblock_read_count...
    - keep most useful packages in memory
    - gather regularly statistics (if using cbo)
    How do your users access to the db ?
    Jean-François Léguillier
    Consultant DBA

  • 10.9.4 update- MacBook Pro now too slow to use

    I installed the 10.9.4 update on July 17. Early 2011 13" MacBook Pro. It has since become too slow to be functional. 'Spinning wheel' constantly, and delays after keystrokes. I had no problems at all before this update. I have read that repairing disk permissions sometimes helps and have tried that. I sometimes have brief periods of normal performance, then it slows down again.
    The problem is not specific to an application. It is slow regardless of what I am doing, even when first staring up and logging in.

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off merely by the seeming complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can read it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of the script have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts SerialATA 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' com.clark.\* \*dropbox \*GoogleDr\* \*k.AutoCAD\* \*k.Maya\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 ` route -n get default|awk '/e:/{print $2}' ` 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB com.apple.AirPortBaseStationAgent 464843899 51 5120 files );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;5p;6p;8p;12p;' ' {sub(/^ +/,"")};NR==6;NR==13&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { print "'${p[41]}'";if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$|'${p[41]}'/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/^root$/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1100) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { print "'${p[41]}'.plist\t'${p[42]}'";if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[43]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/{next};/%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]" "$1;b=b$1;} END { if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|POSIX sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' /^ +[NP].+ =/h;/^( +D.+[{]|[}])/{ g;s/.+= //p;};' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' ' /^find: /d;p;' "`S0 44 45`" );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test );c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' '" L*/P*/*loginit*' 'L*/Ca*/com.ap*.Saf*/E*/* -d 1 -name In*t -exec '"${c1[14]}"' :CFBundleDisplayName" {} \;|sort|uniq' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message Req 'bad |Beac|caug|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:' -o -k Sender fseventsd -k Message Req 'SL' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t /S*/L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' '+c0 -i4TCP:0-1023' com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' "+c0 -l|awk '{print(\$1,\$3)}'|sort|uniq -c|sort -n|tail -1|awk '{print(\$2,\$3,\$1)}'" );N1=${#c2[@]};for j in {0..9};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching SATA Descriptors );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;A2 0 $((N1+1)) 2;C0;A1 0 $N1 1;C0;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;D13 0 $((N1+9)) 59 50;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 35 49 61 51;D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D13 14 1 48 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D13 14 2 48 43;D13 4 5 32 1;D13 4 3 60 5;D12 26 48 49 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D22 4 4 50 0;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    12. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start Time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • HT1766 I have an ipad3(wifi +cellular). Now i want to upgrade my iOS5.1 to ios 7. But download speed in our country is too slow(100kbps). It can be disconnected anytime. Is there any problem if net connection get disconnected while upgrading ios? Please a

    I have an ipad3(wifi +cellular). Now i want to upgrade my iOS5.1 to ios 7. But download speed in our country is too slow(100kbps). It can be disconnected anytime. Is there any problem if net connection get disconnected while upgrading ios? Please ans me.

    There is something Definitely wrong with iOS 7 regarding DATA USAGE being logged to wireless carrier in for WIFI instead.
    I read all the previous replies and same issue.
    I rarely use my mac to sync....its all wifi sync for the last 2 years....never had this issue before... and i know it began with iOS7.... here is why....
    My iPhone was at home when I updated to iOS7 connected to wifi...but it logged Data Usage to Rogers Wireless (700MB approx)...data will never do an update over 50mb in app store (it gives the warning to use wifi) I play a lot of games and pay for them so I always update through App Store.  2 weeks later, simposons halloween update (650mb)...at home, using wifi.
    Rogers told me there was 700+mb data usage on the day of update and 650+mb data on oct 1.st (tapped out).
    Went over my 6GB plan and paid the fees.
    This has never happened before...It must come to apples attention by now...

  • Why my Mac Pro 2009 became too slow after updated Yosemite?

    Why my Mac Pro 2009 became too slow after updated Yosemite?

    When the slowness is especially bad, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Too slow ZFS

    Hello,
    I'm using Solaris 10 10/08 with ZFS.
    There are processes which flush to write data about 10~100MB every 10 minutes, but sometimes writing doesn't finish in 10 minutes!
    Exactly 30 processes are running and each process fires from 10 to 100MB every 10 minutes.
    It means that 1.5GB can be fired to write at a moment in the worst case.
    But each process read/write only files which exclusively belong to the process and flushes data at different time.
    The probability that the worst case I mentioned occur is very low.
    But too slow writing occurs quite often. That's the problem I wanna solve.
    The system makes a snapshot every hour, so there are very many snapshots of evolving data.
    Every data file has less than 1.1GB size.
    I wanna know what makes the writing too slow.
    The program is using the BerkeleyDB and the BerkeleyDB writes the data to file system.
    Of course there is some probability that the BerkeleyDB is the reason.
    If the problem is in the BerkeleyDB, CPU use should be high. But it's not.
    No CPU is busy. No process uses CPU more than 0.20%, No disk is busy. And the system has 16GB physical memory!
    Is 16GB memory too small for ZFS?
    The system specification is following.
    CPU : Intel Xeon 2.0GHz x2 (total 8 core)
    Memory : 16G real, 1116M free, 1174M swap in use, 7686M swap free
    [root@host:/tmp] # /opt/HPQacucli/sbin/hpacucli controller slot=2 physicaldrive all show
    Smart Array P800 in Slot 2
       array A
          physicaldrive 2E:1:1 (port 2E:box 1:bay 1, SATA, 500 GB, OK)
          physicaldrive 2E:1:2 (port 2E:box 1:bay 2, SATA, 500 GB, OK)
          physicaldrive 2E:1:3 (port 2E:box 1:bay 3, SATA, 500 GB, OK)
          physicaldrive 2E:1:4 (port 2E:box 1:bay 4, SATA, 500 GB, OK)
          physicaldrive 2E:1:5 (port 2E:box 1:bay 5, SATA, 500 GB, OK, spare)
       array B
          physicaldrive 2E:1:7 (port 2E:box 1:bay 7, SATA, 500 GB, OK)
          physicaldrive 2E:1:8 (port 2E:box 1:bay 8, SATA, 500 GB, OK)
          physicaldrive 2E:1:9 (port 2E:box 1:bay 9, SATA, 500 GB, OK)
          physicaldrive 2E:1:10 (port 2E:box 1:bay 10, SATA, 500 GB, OK)
          physicaldrive 2E:1:11 (port 2E:box 1:bay 11, SATA, 500 GB, OK, spare)
    [root@host:/] # /opt/HPQacucli/sbin/hpacucli controller slot=2 physicaldrive 2e:1:1 show
    Smart Array P800 in Slot 2
       array A
          physicaldrive 2E:1:1
             Port: 2E
             Box: 1
             Bay: 1
             Active Path:
                Port: 2E Box: 1 Bay: 1
             Status: OK
             Drive Type: Data Drive
             Interface Type: SATA
             Size: 500 GB
             Firmware Revision:     HPG3
             Serial Number: 5QG26WQV           
             Model: ATA     GB0500C4413    
             SATA NCQ Capable: True
             SATA NCQ Enabled: True
             PHY Count: 1
             PHY Transfer Rate: 1.5GBPS
    (*** Every physical drive has same specification. ***)
    [doomvas@host user]$ top
    load averages:  0.09,  0.12,  0.23
    138 processes: 137 sleeping, 1 on cpu
    CPU states: 98.9% idle,  0.3% user,  0.8% kernel,  0.0% iowait,  0.0% swap
    Memory: 16G real, 995M free, 1177M swap in use, 7570M swap free
       PID USERNAME LWP PRI NICE  SIZE   RES STATE    TIME    CPU COMMAND
      2692 doomvas   13  59    0  118M  115M sleep   12:25  0.05% db
      2537 doomvas   13  59    0   57M   55M sleep    6:37  0.03% db
      2329 doomvas   13  59    0   52M   50M sleep    6:27  0.03% db
      2472 doomvas   13  59    0   51M   48M sleep    7:34  0.03% db
      2368 doomvas   13  59    0   54M   52M sleep    6:31  0.03% db
      2303 doomvas   13  59    0   66M   63M sleep    5:18  0.03% db
      2407 doomvas   13  59    0   42M   39M sleep    5:29  0.02% db
      2381 doomvas   13  59    0   43M   41M sleep    5:15  0.02% db
      2394 doomvas   13  59    0   45M   43M sleep    4:34  0.02% db
      2420 doomvas   13  59    0   42M   39M sleep    5:29  0.02% db
      2446 doomvas   13  59    0   38M   35M sleep    5:05  0.02% db
      2316 doomvas   13  59    0   36M   33M sleep    4:29  0.02% db
      2342 doomvas   13  59    0   38M   35M sleep    4:28  0.02% db
      2459 doomvas   13  59    0   29M   27M sleep    4:08  0.02% db
      2550 doomvas   13  59    0   37M   35M sleep    3:49  0.02% db
    (*** CPU use for a process doesn't be over 0.20% ***)I made a dtrace script to monitor every fbt:zfs:: probe and profiled for about 30 minutes.
    the most frequent probe : zio_wait_for_children
    total count = 5855583
    total time (nanoseconds) = 7941992752
    average time = 1356
    the most long-take probe : txg_thread_wait
    total count = 270
    total time = 3235383561647 (about 3235 seconds)
    average time = 12072326722 (about 12 seconds)
    If anyone has solution, knows the reason or has an idea to find out the reason, please reply.
    Thank you.
    Edited by: shintaek on Jul 23, 2009 11:48 PM

    exactly, I think we were too impatient.
    It seemed working well after deleting half of snapshots, but just next day it occurred again.
    of course the system is maintaining snapshots just half of the original, but it became slow because unknown reason.
    we've tested something like following because we doubt that zpool was related to the too low performance.
    case 1 : 1 zpool, 1*500MB mkfile, 50*100MB mkfile at any time
    case 2 : 20 zpool, 1*500MB mkfile to ONE zpool, 2~3*100MB mkfile PER zpool at any time
    case 3 : 1 zpool, just 1*500MB mkfile
    in case 1 and 2, 'at any time' means that 100MB mkfile processes were maintained to restart when finished again and again.
    we estimated the time to write 500MB for each case.
    case 1 result : about 6 minutes
    case 2 result : about 16 minutes
    case 3 result : about 4 seconds
    in the case 1, the test was harder than our real-world situation, but it took only 6 minutes.
    our system log told us that writing about 1GB took more than 50 minutes!!!
    do anyone know why the tests above result like this?
    and our zfs performance is still problem.
    please reply anything about our situation.
    we'll of course test the ARC size. thank about this.
    thank you.

Maybe you are looking for

  • Add mp3 to iTunes, delete file from Downloads, add Comment?

    I'm trying to make a folder action that will: - Watch my 'Downloads' folder for downloaded .mp3 files. - Add those .mp3 files to iTunes, letting iTunes copy to music folder. - Delete the original file from the 'Downloads' folder. - In iTunes, append

  • Tomcat 4.1.12 and JDK 1.4.1

    ...I've given up on this mix. On one of my 2k machines, the JVM causes the machine to hang on exiting the VM. Anyone else experincing this type of pain (this after converting all the SSL stuff over to the 1.4.1 included JSEE stuff!). Any hints pointe

  • Instant Portal Look'n'Feel

    Hi, is there any easy way to transfer the Instant Portal Look'n'Feel into Enterprise Portal? Are there specific stylesheets that could be plugged into Enterprise Portal? Any info would be much appreciated? Thanks, Peter

  • Prinitng Wirelessly

    I have the airport extreme connected to a windows machine desktop. no issues at all. my macbook pro connects perfectly. the macbook pro accesses the usb harddrive without any problems. when i try to print from the macbook pro, the system reads the pr

  • The display problem in Issue management in Solman

    Hi When i try to log in a defect from the Test script status in STWB _WORK , my screen on the top menu looks like ???????????????????? . Functionally it's alrite but do u know how i can get rid of ??????????? .