Scanning requirements

Hi,
I’m looking for a scanning solution for business purposes. Regarding Adobe Acrobat XI Pro, I have questions about some requirements.  Specifically, I’d like to know if the software:
Has license that covers multiple users at a low or nil cost.
adheres to BS 10008: Evidential Weight and Legal Admissibility of Electronic Information.
adheres to ISO standards for scanning business documents.  The standards are 12653-1-2:2000, 15489-1-2:2000, TR 15801-2004, PD –16:2001.
Supports image processing in the following formats: PDF, JPEG, BMP and TIFF.
supports default and personal profiles of pre-set scanning settings.
supports additional image processing functionality including: * Black border removal * Crop * Deskew * Re-sizing.   * Auto-rotate * Enhancement * Clean up * Despeckle.
supports population of metadata fields in SharePoint at the point of uploading.
has the ability to support new processes with barcode recognition to separate and auto-index documents.
Regards,
Val

Has license that covers multiple users at a low or nil cost
No, might as well stop there. You don't want much for free!

Similar Messages

  • HT3669 My Epson Perfection 1200 scanner functions as a flatbed scanner but when I try to scan transparencies the control panels change in  Image Capture but the scanner bar will not complete the overview scan  & cannot travel beyond the first 2/3 centimet

    Epson Perfection 1200 scanner continues to function as a flatbed scanner but when I try to scan transparencies/film negs the control panels change in  Image Capture but the scanner bar will not complete the overview scan  & cannot travel beyond the first 2/3 centimeters. All the communications seem to recognise the scanner and the mode for the intended scan but the necessary overview scan is not completed, nothing comes up on the Image Capture scan window. If I unplug the film adaptor I can get a document scan. When I plug in the adaptor again the Image Capture details change which allows me to select the type of scan required but when the scanner attempts an overview scan it is unable to complete it.
    I have had the scanner from new (12 Years) and have previously scanned slides and film with the adaptor but maybe this was before I upgraded my computer (imac 27").
    Do I have to buy a new scanner?  It seems so close to working correctly. 
    I have downloaded the Epson recommended driver (5.4) and have Epson Perfection 1200 6.6 Universal showing in the Applications List.
    Any thoughts or observations would be much appreciated before I go out and spend money an new hardware.
    Thanks

    I have same issue - have you solved this yet?

  • Scan for file and report back if it exists

    Hello,
    I am new to scripting and trying to find a way to search for a supposed virus file named wsr[any two numbers]zt32.dll on a large group of computers. I'm not sure how or where to use Get-ChildItem -Path C:\Users -Filter ?zt32.dll -Recurse | export-csv
    C:\scripts\output\test.csv in this script. 
    The below script keeps erroring out when I try messing with the Test-Path options and I'm not sure where to use Get-ChildItem or whatever to get this working. Thanks
    # Edit these variables to fit your enviroment
    # Set file to be tested for, put everything after c:\
    # “c:\Users\Default” is the example path
    $filetofind = ‘wsr*zt32.dll ‘
    # Hostnames TXT Location
    $hostnamestxt = ‘C:\scripts\computernames.txt‘
    # Destination file for Online Machines
    $onlinetxt = ‘C:\scripts\output\Machines_with_file.txt‘
    # Destination file for Offline Machines
    $offlinetxt = ‘C:\scripts\output\Offline_Machines.txt‘
    # Begin Executing Script – Do Not Edit Below This Line
    $computers = get-content “$hostnamestxt”
    write-host “———————————————-”
    write-host “Scanning hostnames from $hostnamestxt…”
    write-host “———————————————-”
    foreach($computer in $computers)
    ping -n 1 $computer >$null
    if($lastexitcode -eq 0)
    if(test-path “\\$computer\c:\users\* -include $filetofind”)
    echo “$computer” | Out-File -Append “$onlinetxt”
    write-host “File FOUND on $computer”
    else
    {write-host “File NOT found on $computer”}
    else
    echo “$computer” | Out-File -Append “$offlinetxt”
    write-host “$computer is OFFLINE/DID NOT RESPOND TO PING”
    write-host “———————————————-”
    write-host “Script has completed please check output.”
    write-host “Hosts with file output location – $onlinetxt”
    write-host “Hosts that were unpingable output location – $offlinetxt”
    write-host “———————————————-”

    Although this works, it appears to be very slow. Also, the Offline machines are not getting logged. Is there a way to speed this up? I am reading about how gci is slow over UNC, but I'm going to have to research this more. Thanks
    This makes the third time you have demanded someone custom build a solution for you.  You need to step back and think about what you are doing.  The solution was provided as you asked for it.  You lack of technical experience led you to ask
    fot a now unworkable solution so you are asking for more free consulting and a new solution.
    As Bill has pointed out this should be done with AV software as just finding the fiole will accomplish nothing.  If your system is infected you need to rake more aggressive steps and you should not be trying to write a scripted solution for this kind
    of thing aunless you have the technical sjkills to understand what it is you are doing.
    All remote scan methods are very slow.  To do a local scan requires emoting to be installed and that you know how to use it,  Once remoting is installed a single line will get you the file existence.  Adding an AsJob will get you concurrent
    scanning.  You will need to learn how to use PowerShell and WMF remoting to proceed with this.  An AV scanner 2would be more valuable and it would protect you in the future.
    Also as I posted before this is a very weak construct for file scanning on a network.
    $g = get-childitem \\$computer\c$\user\*
    -recurse -ErrorActionsilentlycontinue
    |? {$_.name
    -match "wsr[0-9][0-9]zt32.dll"}
    The following will be much faster.
    $g = get-childitem \\$computer\c$\user\* -Include
    wsr*zt32.dll -recurse
    -ErrorActionsilentlycontinue
    ¯\_(ツ)_/¯

  • Compliance and Required SUP Numbers Off

    I may answer my own question here but here we go. We have Office 2010 deployed to the majority of our enterprise, however, most of these also have Lync 2013 installed. We only have a handful of systems with the actual Office 2013 suite installed.
    The problem I'm coming across is our systems think many of the Office 2013 updates are required (Office 2013, Word 2013, etc.). I've yet to determine whether its Lync 2013 itself or the Office Components 2013 that's tripping it up. Either way, it's throwing
    off my compliance numbers. A little more background, my software update groups are broken down by workstation updates/year and server updates/year. I've toyed with the idea of creating individual software update groups that are product specific (Office 2010,
    Office 2013, etc.) and only deploying them to collections limited to those specific products. However, that seems like a lot of work and wouldn't be helpful when it comes to determining the overall compliance of my environment.
    My question(s):
    Is there a way to keep these systems with Office 2010 & Lync 2013 from thinking they need Office 2013 updates
    If the answer to the question above is no.....
    How can I structure my software update groups so I can report the overall compliance numbers without having to piece together reports for individual products.
    Thanks for your help in advance.

    Ultimately, each system scans itself against the entire update catalog (for your enterprise) for compliance. If a system reports that it needs an update, then it needs that update based upon the scanning/requirements information given in the catalog.
    There's not much more to it and it really has nothing to do with ConfigMgr even.
    I guess it's always possible that there are "issues" with the catalog that are throwing the scanning off, but only Microsoft could truly answer that. I'd suggest you crack open the KB article for the updates that you think are being mis-detected and look
    at the detailed requirements for the update and if you are seeing something different in your environment, you should contact CSS.
    Jason | http://blog.configmgrftw.com

  • 802.1x and Security scanning

    Hello,
    Is it possible for our security team to security scan all hosts on the network if they are using 802.1x authentication? I am trying to ensure that we can meet security scanning requirements and still use the 802.1x port-based authentication function. If not the other alternative is to use port security for end hosts. Any help/advice would be greatly appreciated.
    Thanks

    If you are using open mode, you could put in a permit rule in the pre-auth acl on the switch port, that allows all traffic going to your scanners ip adress. Traffic from the scanner to the device on the switch port is not restricted normally.
     

  • HP 7520 Double sided (duplex) scanning possible? If so, how do I make it work?

    How can I scan a doublesided document (A4) with the HP Photosmart 7520?
    I Prefer to scan directly to mail but I never see the option to scan the other side of a document. Not only with scan to mail, but also with the other options (scan to computer, USB)
    On several reviews I've read the following:
    "The Photosmart can print and scan in duplex (both sides of the page), but duplex scanning requires two passes"
    But how does that work? I Guess it doesn't mean that I have to make two separate scans (that wouldn't be duplex offcourse).
    But at no point i'm given the option to turn the document and resume scanning.
    Any ideas on how to use duplex (sort of) scanning with the HP 7520?
    This question was solved.
    View Solution.

    The Photosmart 7520 does offer the ability to duplex scan.
    Are you scanning from the Front Panel of the printer or from the software on the computer? Duplex scanning has to be initiated from the software.
    To duplex scan from the software on the PC:
    * Open the HP Printer Assistant software for the Photosmart 7520
    * Select Scan a Document or Photo
    * Select Document to PDF (or Email as PDF)
    * On the right side of the screen is a list of drop down menus and one of them is the source of the scan
    * Select to scan from the Automatic Document Feeder
    * After selecting this option, a check box will appear below this option to turn on Dulpex scanning
    * Set the other options as desired and start the scan
    If you are scanning multiple pages that need to be duplex scanned, then the printer will scan the full list of one side and then instruct you on how to reset the pages for scanning the remaining sides. The unit does require a 'flip and resume' style method of duplex scanning. Hope this helps.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------
    I am not an HP employee.

  • Best Practises on SMART scans

    For Exadata x2-2 is there a best practises document to enable SMART scans for all the application code on exadata x2-2?

    We cover more in our book, but here are the key points:
    1) Smarts scans require a full segment scan to happen (full table scan, fast full index scan or fast full bitmap index scan)
    2) Additionally, smart scans require a direct path read to happen (reads directly to PGA, bypassing buffer cache) - this is automatically done for all parallel scans (unless parallel_degree_policy has been changed to AUTO). For serial sessions the decision to do a serial direct path read depends on the segment size, smalltable_threshold parameter value (which is derived from buffer cache size) and how many blocks of a segment are already cached. If you want to force the use of a serial direct path read for your serial sessions, then you can set serialdirect_read = always.
    3) Thanks to the above requirements, smart scans are not used for index range scans, index unique scans and any single row/single block lookups. So if migrating an old DW/reporting application to Exadata, then you probably want to get rid of all the old hints and hacks in there, as you don't care about indexes for DW/reporting that much anymore (in some cases not at all). Note that OLTP databases still absolutely require indexes as usual - smart scans are for large bulk processing ops (reporting, analytics etc, not OLTP style single/a few row lookups).
    Ideal execution plan for taking advantage of smart scans for reporting would be:
    1) accessing only required partitions thanks to partition pruning (partitioning key column choices must come from how the application code will query the data)
    2) full scan the partitions (which allows smart scans to kick in)
    2.1) no index range scans (single block reads!) and ...
    3) joins all the data with hash joins, propagating results up the plan tree to next hash join etc
    3.1) This allows bloom filter predicate pushdown to cell to pre-filter rows fetched from probe row-source in hash join.
    So, simple stuff really - and many of your every-day-optimizer problems just disappear when there's no trouble deciding whether to do a full scan vs a nested loop with some index. Of course this was a broad generalization, your mileage may vary.
    Even though DWs and reporting apps benefit greatly from smart scans and some well-partitioned databases don't need any indexes at all for reporting workloads, the design advice does not change for OLTP at all. It's just RAC with faster single block reads thanks to flash cache. All your OLTP workloads, ERP databases etc still need all their indexes as before Exadata (with the exception of any special indexes which were created for speeding up only some reports, which can take better advantage of smart scans now).
    Note that there are many DW databases out there which are not used just only for brute force reporting and analytics, but also for frequent single row lookups (golden trade warehouses being one example or other reference data). So these would likely still need the indexes to support fast single (a few) row lookups. So it all comes from the nature of your workload, how many rows you're fetching and how frequently you'll be doing it.
    And note that the smart scans only make data access faster, not sorts, joins, PL/SQL functions coded into select column list or where clause or application loops doing single-row processing ... These still work like usual (with exception to the bloom filter pushdown optimizations for hash-join) ... Of course when moving to Exadata from your old E25k you'll see speedup as the Xeons with their large caches are just fast :-)
    Tanel Poder
    Blog - http://blog.tanelpoder.com
    Book - http://apress.com/book/view/9781430233923

  • Unable to scan via Airport from Mac to Officejet Pro L7680

    I am running )S 10.7.5 on a MacBook.  Set up Airport for wireless printing.  Can't scan via Airport and can't get it to give me set up options.  removed/reinstalled software-drivers.  any suggestions?  I don't want to have to plug in the device everytime I want to scan. requires changing config.  etc, pain in the neck.

    Hi castagmc,
    Welcome to the HP Forums.
    I see that you are having an issue when attempting to get the new Yosemite driver installed for the printer.
    I do have some suggestions that we can try in the attempt to troubleshoot this issue.
    First off, please remove the usb cable from the printer and from the Mac and leave it disconnected until further notice.
    I have a link that I am going to give you that gives detailed instruction for Uninstalling the Printer Software.
    Once the uninstall is complete, please restart the Mac to have the changes take affect.
    When the Mac is back up and running, disable any anti virus protection you may running. We do not want anything getting in the way when we reinstall.
    The next step is to download and install the HP Officejet Pro 8600 series Full Feature Software and Drivers.
    The installation will prompt you as to when to connect the usb cable so please do not connect it before hand.
    Please feel free to write me back if you have any other questions.
    If the troubleshooting does not help resolve your issue, I would then suggest calling HP's Technical Support to see about further options for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions, click here: click here.
    Thanks for your time.
    Cheers,  
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • How do I scan from my HP Deskjet 6500A Plus to my Surface Pro wirelessly?

    My scan app does not recognize my scanner even though it does recognize the printer.  I am able to print to the printer from my Surface Pro, but I am not able to scan from the printer to the Pro.  Does scanning require a hard connection to the computer? If so, what kind of cable is used?

    You might need to install software from HP for your printer.

  • Facing problem in Auto discovery of host in OEM using IP Scan

    Hi All,
    I want to discover host by configuring the suto discovery. After that when I am specifying an ip address on to be discovered and submitting the job it gives the following error
    " Host discovery job failed. Exception: untranslatable exception: job receiver has not been notified of startup"
    Can anyone please tell me what could be the issue?
    Thanks in Advance!!

    We need more information before we can help:
    Please Specify:
    OMS Version
    OMS OS Platform
    Agent OS platform running IP Scan
    Have you configured privilege delegation on the agent running nmap?
    Have you setup normal and privileged? ( IP Scan requires elavated )
    Attach screenshot of error message.
    Documentation on setting up host discovery here:
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/discovery.htm#autoId0
    Regards,
    Dave

  • Yosemite crashing every hour or so

    This all started with a frozen black screen. Wiped and re-formatted drive. Restored from Time machine. iMac now works but freezes about once an hour, and in between it is very slow with the bouncing beachball of death floating on the screen.
    I looked at a few other posts, and followed a suggestion by Linc to post specific information from Console. That follows.
    Can anyone, Linc Davis or someone else, offer any helpful insight. Please. Or do I have to box it all up and take it to Apple Repair?
    Thanks,
    Before BOOT_TIME:
    19/12/2014 3:55:39.483 pm osascript[715]: Performance: Please update this scripting addition to supply a value for ThreadSafe for each event handler: "/Library/ScriptingAdditions/SIMBL.osax" 
    19/12/2014 3:55:46.638 pm sharingd[289]: 15:55:46.638 : Starting Handoff advertising
    19/12/2014 3:55:53.568 pm discoveryd[49]: Basic NATTServer Got control URL: http://10.1.1.1:5431//uuid:78a05148-ecd9-d9ec-4851-a078a048d90002/WANPPPConnecti on:1 (ppp)
    19/12/2014 3:55:54.101 pm com.apple.backupd-helper[42]: Attempt to use XPC with a MachService that has HideUntilCheckIn set. This will result in unpredictable behavior: com.apple.backupd.status.xpc
    19/12/2014 3:55:54.633 pm sharingd[289]: 15:55:54.633 : Starting Handoff advertising
    19/12/2014 3:55:56.636 pm sharingd[289]: 15:55:56.635 : Stopping Handoff advertising
    19/12/2014 3:56:00.596 pm sharingd[289]: 15:56:00.595 : Starting Handoff advertising
    19/12/2014 3:56:05.942 pm com.apple.xpc.launchd[1]: (com.apple.PubSub.Agent[719]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.pubsub.ipc
    19/12/2014 3:56:05.942 pm com.apple.xpc.launchd[1]: (com.apple.PubSub.Agent[719]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.pubsub.notification
    19/12/2014 3:56:10.088 pm sharingd[289]: 15:56:10.088 : Starting Handoff advertising
    19/12/2014 3:56:13.581 pm sharingd[289]: 15:56:13.580 : Starting Handoff advertising
    19/12/2014 3:56:18.068 pm sharingd[289]: 15:56:18.068 : Starting Handoff advertising
    19/12/2014 3:56:24.240 pm com.apple.backupd[720]: Starting automatic backup
    19/12/2014 3:56:24.241 pm com.apple.backupd[720]: Attempting to mount network destination URL: afp://BigMac;[email protected]/Data
    19/12/2014 3:56:24.000 pm kernel[0]: AppleSRP started.
    19/12/2014 3:56:25.086 pm NetAuthSysAgent[721]: TUAMHandler::SetUAMType setting UAMType to 13
    19/12/2014 3:56:26.054 pm CleanMyDrive[357]: Skipped because nobrowse
    19/12/2014 3:56:26.055 pm 2BUA8C4S2C.com.agilebits.onepassword4-helper[503]: 510019 [HELPER:0x7f9ff1c07730:<OPHelperAppDelegate: 0x7f9ff1c10580>] S workspaceDidMount: | workspaceDidMount
    19/12/2014 3:56:26.065 pm com.apple.backupd[720]: Mounted network destination at mount point: /Volumes/Data using URL: afp://BigMac;[email protected]/Data
    19/12/2014 3:56:26.065 pm mds[32]: (Volume.Normal:2464) volume:0x7f980b045e00 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Data
    19/12/2014 3:56:27.067 pm sharingd[289]: 15:56:27.067 : Starting Handoff advertising
    19/12/2014 3:56:27.788 pm sharingd[289]: 15:56:27.787 : Starting Handoff advertising
    19/12/2014 3:56:29.792 pm sharingd[289]: 15:56:29.792 : Stopping Handoff advertising
    19/12/2014 3:56:39.542 pm osascript[727]: Cannot find executable for CFBundle 0x7fcc90f33b10 </Library/ScriptingAdditions/QXPScriptingAdditions.osax> (not loaded)
    19/12/2014 3:56:39.542 pm osascript[727]: Performance: Please update this scripting addition to supply a value for ThreadSafe for each event handler: "/Library/ScriptingAdditions/SIMBL.osax"
    19/12/2014 3:56:59.461 pm sandboxd[271]: ([309]) com.apple.metada(309) deny file-read-data /
    19/12/2014 3:56:59.466 pm sandboxd[271]: ([309]) com.apple.metada(309) deny file-read-data /
    19/12/2014 3:56:59.470 pm sandboxd[271]: ([309]) com.apple.metada(309) deny file-read-data /
    19/12/2014 3:56:59.474 pm sandboxd[271]: ([309]) com.apple.metada(309) deny file-read-data /
    19/12/2014 3:56:59.553 pm sandboxd[271]: ([309]) com.apple.metada(309) deny file-read-data /
    19/12/2014 3:56:59.557 pm sandboxd[271]: ([309]) com.apple.metada(309) deny file-read-data /
    19/12/2014 3:56:59.561 pm sandboxd[271]: ([309]) com.apple.metada(309) deny file-read-data /
    19/12/2014 3:56:59.566 pm sandboxd[271]: ([309]) com.apple.metada(309) deny file-read-data /
    19/12/2014 3:57:09.254 pm Spotlight[303]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    19/12/2014 3:57:22.000 pm kernel[0]: jnl: disk7s2: replay_journal: from: 26140672 to: 26267648 (joffset 0x3a28000)
    19/12/2014 3:57:23.000 pm kernel[0]: jnl: disk7s2: journal replay done.
    19/12/2014 3:57:24.000 pm kernel[0]: hfs: mounted Time Machine Backups on device disk7s2
    19/12/2014 3:57:24.497 pm CleanMyDrive[357]: Disk description changed (null)
    19/12/2014 3:57:24.500 pm 2BUA8C4S2C.com.agilebits.onepassword4-helper[503]: 510019 [HELPER:0x7f9ff1c07730:<OPHelperAppDelegate: 0x7f9ff1c10580>] S workspaceDidMount: | workspaceDidMount
    19/12/2014 3:57:24.501 pm CleanMyDrive[357]: Skipped because nobrowse
    19/12/2014 3:57:24.537 pm CleanMyDrive[357]: Skipped volume because it is not at /Volumes
    19/12/2014 3:57:24.537 pm 2BUA8C4S2C.com.agilebits.onepassword4-helper[503]: 510019 [HELPER:0x7f9ff1c07730:<OPHelperAppDelegate: 0x7f9ff1c10580>] S workspaceDidMount: | workspaceDidMount
    19/12/2014 3:57:24.570 pm 2BUA8C4S2C.com.agilebits.onepassword4-helper[503]: 510019 [HELPER:0x7f9ff1c07730:<OPHelperAppDelegate: 0x7f9ff1c10580>] S workspaceDidMount: | workspaceDidMount
    19/12/2014 3:57:24.573 pm CleanMyDrive[357]: Skipped volume because it is not at /Volumes
    19/12/2014 3:57:25.502 pm com.apple.backupd[720]: Disk image /Volumes/Data/BiggerMac (3).sparsebundle mounted at: /Volumes/Time Machine Backups
    19/12/2014 3:57:26.763 pm mds[32]: (Volume.Error:880) Root store set to FSOnly with matching create! (loaded:1)
    19/12/2014 3:57:28.040 pm com.apple.backupd[720]: Backing up to /dev/disk7s2: /Volumes/Time Machine Backups/Backups.backupdb
    19/12/2014 3:57:39.600 pm osascript[762]: Cannot find executable for CFBundle 0x7feca1f1e810 </Library/ScriptingAdditions/QXPScriptingAdditions.osax> (not loaded)
    19/12/2014 3:57:39.601 pm osascript[762]: Performance: Please update this scripting addition to supply a value for ThreadSafe for each event handler: "/Library/ScriptingAdditions/SIMBL.osax"
    19/12/2014 3:57:41.754 pm com.apple.backupd[720]: Inheritance scan may be required for '/', associated with previous UUID: D8F29BBF-F34D-3241-A87A-14126F7C1698
    19/12/2014 3:57:41.845 pm com.apple.backupd[720]: Event store UUIDs don't match for volume: ST Bigger Mac HD
    19/12/2014 3:57:45.736 pm com.apple.backupd[720]: Deep event scan at path:/ reason:must scan subdirs|new event db|
    19/12/2014 3:57:45.736 pm com.apple.backupd[720]: Running event scan
    19/12/2014 3:57:45.736 pm com.apple.backupd[720]: First backup after disk inheritance for '/' - comprehensive scan required
    19/12/2014 3:58:25.000 pm kernel[0]: CoreStorageGroup::completeIORequest - error 0xe00002ca detected for LVG "Macintosh HD" (2EEDE4D9-79CA-476D-BD29-3E481E06C4F1), pv EBF34EFA-35FA-439A-98FF-7D471783713F, near LV byte offset = 10487767040.
    19/12/2014 3:58:25.000 pm kernel[0]: disk2: I/O error.
    19/12/2014 3:58:39.655 pm osascript[768]: Cannot find executable for CFBundle 0x7fd8505341c0 </Library/ScriptingAdditions/QXPScriptingAdditions.osax> (not loaded)
    19/12/2014 3:58:39.655 pm osascript[768]: Performance: Please update this scripting addition to supply a value for ThreadSafe for each event handler: "/Library/ScriptingAdditions/SIMBL.osax"
    19/12/2014 4:09:11.000 pm bootlog[0]: BOOT_TIME 1418965751 0
    System Diagnostic Reports
    1.
    Process:               fontworker [709] 
    Path:                  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Support/fontworker
    Identifier:            fontworker
    Version:               134
    Code Type:             X86-64 (Native)
    Parent Process:        launchd [1]
    Responsible:           fontworker [709]
    User ID:               0
    Date/Time:             2014-12-19 15:14:39.905 +1100
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:      
    Time Awake Since Boot: 1600 seconds
    Crashed Thread:        2  Dispatch queue: XType
    Exception Type:        EXC_BAD_ACCESS (SIGBUS)
    Exception Codes:       0x000000000000000a, 0x0000000104bdc004
    VM Regions Near 0x104bdc004:
        VM_ALLOCATE            0000000104bd4000-0000000104bdc000 [   32K] r--/r-- SM=SHM
    --> mapped file            0000000104bdc000-0000000104bf9000 [  116K] rw-/rwx SM=COW  /Library/Fonts/Webdings/..namedfork/rsrc
        Dispatch continuations 0000000104c00000-0000000105400000 [ 8192K] rw-/rwx SM=PRV
    Thread 0:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff9aecc22e kevent64 + 10
    1   libdispatch.dylib              0x00007fff8d7dfa6a _dispatch_mgr_thread + 52
    Thread 1:: Dispatch queue: com.apple.root.default-qos.overcommit
    0   libsystem_kernel.dylib         0x00007fff9aecb73e __sigsuspend_nocancel + 10
    1   libdispatch.dylib              0x00007fff8d7ed3ad _dispatch_sig_thread + 45
    Thread 2 Crashed:: Dispatch queue: XType
    0   com.apple.CoreServices.CarbonCore 0x00007fff9a953d8a CheckMapHeaderCommon + 4
    1   com.apple.CoreServices.CarbonCore 0x00007fff9a9569a5 RMNewMappedRefFromMappedFork + 50
    2   libFontParser.dylib            0x00007fff90390e13 TResourceForkFileReference::TResourceForkFileReference(char const*, bool) + 79
    3   libFontParser.dylib            0x00007fff90390d4b TResourceForkSurrogate::TResourceForkSurrogate(char const*, bool) + 95
    4   libFontParser.dylib            0x00007fff9038af33 TFont::CreateFontEntitiesForFile(char const*, bool, TSimpleArray<TFont*>&, bool, short, char const*) + 541
    5   libFontParser.dylib            0x00007fff9038a783 FPFontCreateFontsWithPath + 210
    6   libCGXType.A.dylib             0x00007fff9125a931 create_private_data_with_path + 19
    7   com.apple.CoreGraphics         0x00007fff980a3e8f CGFontCreateFontsWithPath + 40
    8   com.apple.CoreGraphics         0x00007fff980a3a95 CGFontCreateFontsWithURL + 377
    9   fontworker                     0x0000000104b2901b 0x104b27000 + 8219
    10  fontworker                     0x0000000104b296e2 0x104b27000 + 9954
    11  fontworker                     0x0000000104b2b61f 0x104b27000 + 17951
    12  fontworker                     0x0000000104b2bd30 0x104b27000 + 19760
    13  libdispatch.dylib              0x00007fff8d7e9bed dispatch_mig_server + 403
    14  libdispatch.dylib              0x00007fff8d7dcc13 _dispatch_client_callout + 8
    15  libdispatch.dylib              0x00007fff8d7e787e _dispatch_source_latch_and_call + 721
    16  libdispatch.dylib              0x00007fff8d7e062b _dispatch_source_invoke + 412
    17  libdispatch.dylib              0x00007fff8d7e0154 _dispatch_queue_drain + 571
    18  libdispatch.dylib              0x00007fff8d7e1ecc _dispatch_queue_invoke + 202
    19  libdispatch.dylib              0x00007fff8d7df6b7 _dispatch_root_queue_drain + 463
    20  libdispatch.dylib              0x00007fff8d7edfe4 _dispatch_worker_thread3 + 91
    21  libsystem_pthread.dylib        0x00007fff9a1d56cb _pthread_wqthread + 729
    22  libsystem_pthread.dylib        0x00007fff9a1d34a1 start_wqthread + 13
    Thread 2 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff7c014730  rbx: 0x00007fe141c06490  rcx: 0x00007fff9aecbb9e  rdx: 0x0000000105500008
      rdi: 0x0000000104bdc000  rsi: 0x000000000001c015  rbp: 0x00000001054fffb0  rsp: 0x00000001054fffb0
       r8: 0x0000000000000004   r9: 0x0000000000000000  r10: 0x00007fe141c06498  r11: 0x0000000000000202
      r12: 0x000000000001c015  r13: 0x00000000ffffffce  r14: 0x0000000105500008  r15: 0x0000000104bdc000
      rip: 0x00007fff9a953d8a  rfl: 0x0000000000010216  cr2: 0x0000000104bdc004
    Logical CPU:     0
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x104b27000 -        0x104b42ff7  fontworker (134) <22E23C9B-1F92-3514-816F-97B3DE0B865F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Support/fontworker
        0x7fff620a0000 -     0x7fff620d6837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
        0x7fff8b531000 -     0x7fff8b653ff7  com.apple.LaunchServices (644.12 - 644.12) <D7710B20-0561-33BB-A3C8-463691D36E02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8b654000 -     0x7fff8b65aff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
        0x7fff8b65b000 -     0x7fff8b71eff7  libvMisc.dylib (512) <A4E39464-52EA-34CB-9FFE-53E79B3C65F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8b71f000 -     0x7fff8b725fff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
        0x7fff8b726000 -     0x7fff8b728ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
        0x7fff8b7d8000 -     0x7fff8b7e6ff7  com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8b85a000 -     0x7fff8b886fff  libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib
        0x7fff8b894000 -     0x7fff8b899ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
        0x7fff8b89a000 -     0x7fff8b89bffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
        0x7fff8b8c0000 -     0x7fff8b8c2fff  libRadiance.dylib (1231) <746E9989-E89C-3027-A418-5F99CE131C93> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8bb1d000 -     0x7fff8beb3fff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8c1d1000 -     0x7fff8c1d3ff7  libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8c212000 -     0x7fff8c23ffff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8c310000 -     0x7fff8c350ff7  libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8c351000 -     0x7fff8c35dff7  com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8c35e000 -     0x7fff8c366fff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8c66d000 -     0x7fff8c69bfff  com.apple.CoreServicesInternal (221.1 - 221.1) <51BAE6D2-84F3-392A-BFEC-A3B47B80A3D2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8c69c000 -     0x7fff8c6a4ffb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
        0x7fff8c7d1000 -     0x7fff8c7deff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
        0x7fff8c7df000 -     0x7fff8c7f9ff7  libextension.dylib (55.1) <ECBDCC15-FA19-3578-961C-B45FCC994BAF> /usr/lib/libextension.dylib
        0x7fff8c7fa000 -     0x7fff8c859ff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8c9ca000 -     0x7fff8cb58fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8cbb4000 -     0x7fff8cbbffff  libGL.dylib (11.0.7) <C53344AD-8CE6-3111-AB94-BD4CA89ED84E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8cbc0000 -     0x7fff8cbc8ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
        0x7fff8cbc9000 -     0x7fff8cc41ff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8cc42000 -     0x7fff8cc52ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
        0x7fff8cd1f000 -     0x7fff8cd73fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
        0x7fff8cd74000 -     0x7fff8cdacffb  libsystem_network.dylib (411) <C0B2313D-47BE-38A9-BEE6-2634A4F5E14B> /usr/lib/system/libsystem_network.dylib
        0x7fff8ced6000 -     0x7fff8cf4afff  com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8cf4b000 -     0x7fff8cf70ff7  libJPEG.dylib (1231) <35F13BD9-AA92-3510-B5BB-420DA15AE7F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8cfec000 -     0x7fff8d12efff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
        0x7fff8d754000 -     0x7fff8d784ffb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8d789000 -     0x7fff8d7daff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8d7db000 -     0x7fff8d805ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
        0x7fff8d806000 -     0x7fff8d808fff  libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
        0x7fff8d809000 -     0x7fff8d844fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8d8d9000 -     0x7fff8d933ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
        0x7fff8db67000 -     0x7fff8db8ffff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
        0x7fff8dbfd000 -     0x7fff8dd14fe7  libvDSP.dylib (512) <52777555-F051-3BC2-A2D2-9645907E836D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8ddf0000 -     0x7fff8de0aff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8de0b000 -     0x7fff8de79ffb  com.apple.Heimdal (4.0 - 2.0) <B852ACA1-4C64-3E2A-A9D3-6D4C80AD9429> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8de7a000 -     0x7fff8de81ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8de82000 -     0x7fff8df9affb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8e0ea000 -     0x7fff8e136ff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
        0x7fff8e665000 -     0x7fff8e665ff7  liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
        0x7fff8f621000 -     0x7fff8f954ff7  libmecabra.dylib (666.1) <CAFBC813-4894-3352-9B22-FFF116773A06> /usr/lib/libmecabra.dylib
        0x7fff8f955000 -     0x7fff8f9c9ff3  com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8fa19000 -     0x7fff8fa24ff7  com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8fa2b000 -     0x7fff8fa2bfff  com.apple.Accelerate (1.10 - Accelerate 1.10) <227E2491-1DDB-336F-BF83-773CECEC66F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8fa2c000 -     0x7fff8fa2cff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
        0x7fff8fae5000 -     0x7fff8faf6ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
        0x7fff8fb2d000 -     0x7fff8fb2efff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
        0x7fff8fc1b000 -     0x7fff8fc23fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
        0x7fff8fc24000 -     0x7fff8fe09267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
        0x7fff8fe0a000 -     0x7fff8fe11fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8fe12000 -     0x7fff8fe17ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
        0x7fff8fe32000 -     0x7fff8ff24ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
        0x7fff8ff92000 -     0x7fff90177ff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
        0x7fff90319000 -     0x7fff90380ff7  com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff90389000 -     0x7fff9047dff7  libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff9047e000 -     0x7fff90681ff3  com.apple.CFNetwork (720.1.1 - 720.1.1) <A82E71B3-2CDB-3840-A476-F2304D896E03> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff90687000 -     0x7fff90704fff  com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff9125a000 -     0x7fff9125cffb  libCGXType.A.dylib (772) <7CB71BC6-D8EC-37BC-8243-41BAB086FAAA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff9128d000 -     0x7fff912b8fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
        0x7fff912b9000 -     0x7fff912bcff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
        0x7fff912bd000 -     0x7fff91525ffb  com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff92202000 -     0x7fff92232fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
        0x7fff92233000 -     0x7fff92249ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
        0x7fff92af9000 -     0x7fff92b6ffe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
        0x7fff92cc2000 -     0x7fff92ccdff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
        0x7fff92cf6000 -     0x7fff92d8bff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff92d8c000 -     0x7fff92d96ff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff92daf000 -     0x7fff92db3ff7  com.apple.TCC (1.0 - 1) <AFC32F8F-BCD5-313C-B66E-5AB8591EC066> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff92dbd000 -     0x7fff92eaffff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
        0x7fff9303e000 -     0x7fff93043ffb  libheimdal-asn1.dylib (398.1.2) <F9463B34-AAF5-3488-AD0C-85937C81FC5E> /usr/lib/libheimdal-asn1.dylib
        0x7fff93050000 -     0x7fff93052fff  com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff93053000 -     0x7fff93190fff  com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff93191000 -     0x7fff93192fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff93aae000 -     0x7fff93aaefff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <A48738CA-5B6F-3D14-97E9-2BFDFC3DCC06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff93b44000 -     0x7fff93b48fff  libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
        0x7fff93b9a000 -     0x7fff93ba2fff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
        0x7fff93ba3000 -     0x7fff93bf0ff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff93cf8000 -     0x7fff93d96fff  com.apple.Metadata (10.7.0 - 916.1) <CD389631-0F23-3A29-B43A-E3FFB5BC9438> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff93e77000 -     0x7fff93e77ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
        0x7fff93ff7000 -     0x7fff94013ff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
        0x7fff942c9000 -     0x7fff942e3ff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
        0x7fff9436a000 -     0x7fff94698ff7  com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff95093000 -     0x7fff950a2fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff950a9000 -     0x7fff950b2fff  libGFXShared.dylib (11.0.7) <EC449E3A-D9D2-3494-8B6C-DEB7B11EEDAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff950d6000 -     0x7fff95529fc7  com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff95598000 -     0x7fff955c0fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
        0x7fff955ca000 -     0x7fff9560bfff  libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff958c8000 -     0x7fff95b42fff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff95c09000 -     0x7fff95c64fff  libTIFF.dylib (1231) <ACC9ED11-EED8-3A23-B452-3F40FF7EF435> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff95d68000 -     0x7fff95daeff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
        0x7fff95daf000 -     0x7fff95dc8ff7  com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff95dc9000 -     0x7fff95dcdff7  libGIF.dylib (1231) <A349BA73-301E-3EDE-8A31-8ACE827C289E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff95dd0000 -     0x7fff95dd1fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
        0x7fff95dd2000 -     0x7fff95e18ffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff95f47000 -     0x7fff95f47fff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff95f48000 -     0x7fff95f4dfff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff95f4e000 -     0x7fff95f69ff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
        0x7fff961bb000 -     0x7fff961d8ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
        0x7fff96b6a000 -     0x7fff96b6efff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
        0x7fff96b7c000 -     0x7fff96b85ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
        0x7fff96b86000 -     0x7fff96b9dff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
        0x7fff96c82000 -     0x7fff96c86fff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff96c8e000 -     0x7fff96cb3ff7  libPng.dylib (1231) <2D5AC0EE-4056-3F76-97E7-BBD415F072B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff96e35000 -     0x7fff96ec1fff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
        0x7fff96ec2000 -     0x7fff96ec5fff  com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff9726c000 -     0x7fff9726dfff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
        0x7fff97278000 -     0x7fff9727bfff  com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff97285000 -     0x7fff972b0fff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff972ed000 -     0x7fff97318ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
        0x7fff97eef000 -     0x7fff97f38ff3  com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff97f39000 -     0x7fff97f4afff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
        0x7fff98088000 -     0x7fff988dfff3  com.apple.CoreGraphics (1.600.0 - 772) <6364CBE3-3635-3A53-B448-9D19EF9FEA96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff988e5000 -     0x7fff98956ff7  com.apple.framework.IOKit (2.0.2 - 1050.1.21) <ED3B0B22-AACC-303B-BFC8-20ECD1AF6BA2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff98c35000 -     0x7fff99042ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff99a5a000 -     0x7fff99ac9fff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff99aca000 -     0x7fff99ad5fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
        0x7fff99c5e000 -     0x7fff99c67ff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff9a1d2000 -     0x7fff9a1dbfff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
        0x7fff9a1dc000 -     0x7fff9a1edff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.dylib
        0x7fff9a341000 -     0x7fff9a434ff7  libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff9a79c000 -     0x7fff9a7a9ff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
        0x7fff9a859000 -     0x7fff9a8f8df7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
        0x7fff9a8f9000 -     0x7fff9a922ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
        0x7fff9a923000 -     0x7fff9a927fff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
        0x7fff9a945000 -     0x7fff9a945fff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff9a946000 -     0x7fff9ac2dffb  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff9ac41000 -     0x7fff9adacff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff9aeb5000 -     0x7fff9aed2fff  libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
        0x7fff9aed3000 -     0x7fff9aed4ff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
        0x7fff9aeee000 -     0x7fff9af08ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
        0x7fff9af09000 -     0x7fff9af0bfff  libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff9af0c000 -     0x7fff9af0eff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
        0x7fff9af11000 -     0x7fff9af11fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        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: 876
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=140.0M resident=68.4M(49%) swapped_out_or_unallocated=71.6M(51%)
    Writable regions: Total=53.8M written=472K(1%) resident=3992K(7%) swapped_out=0K(0%) unallocated=49.9M(93%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    Dispatch continuations             8192K
    Kernel Alloc Once                     4K
    MALLOC                             36.3M
    MALLOC (admin)                       32K
    Memory Tag 88                         4K
    STACK GUARD                          12K
    Stack                              65.1M
    VM_ALLOCATE                         332K
    __DATA                             6120K
    __LINKEDIT                         70.1M
    __TEXT                             69.9M
    __UNICODE                           544K
    mapped file                        22.6M
    shared memory                         4K
    ===========                      =======
    TOTAL                             278.9M
    System Profile:
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF4), Broadcom BCM43xx 1.0 (7.15.124.12.10)
    Bluetooth: Version 4.3.1f2 15015, 3 services, 27 devices, 1 incoming serial ports
    Thunderbolt Bus: iMac, Apple Inc., 23.4
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3831554738424255352D474E2D4620
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3831554738424255352D474E2D4620
    USB Device: Hub
    USB Device: Keyboard Hub
    USB Device: Apple Keyboard
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: USB 2.0 Hub [MTT]
    USB Device: External HDD
    USB Device: Ext HDD 1021
    USB Device: External HDD
    USB Device: Hub
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Serial ATA Device: APPLE HDD ST3000DM001, 3 TB
    Serial ATA Device: APPLE SSD SM128E, 121.33 GB
    Model: iMac13,2, BootROM IM131.010A.B05, 4 processors, Intel Core i5, 3.2 GHz, 16 GB, SMC 2.11f16
    Network Service: Ethernet, Ethernet, en0
    Graphics: NVIDIA GeForce GTX 675MX, NVIDIA GeForce GTX 675MX, PCIe, 1024 MB
    2.
    Process:               genatsdb [662] 
    Path:                  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Support/genatsdb
    Identifier:            genatsdb
    Version:               375
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [660]
    Responsible:           genatsdb [662]
    User ID:               97
    Date/Time:             2014-12-19 15:12:16.812 +1100
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:      
    Time Awake Since Boot: 1400 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_ACCESS (SIGBUS)
    Exception Codes:       0x000000000000000a, 0x000000010c0de004
    VM Regions Near 0x10c0de004:
        VM_ALLOCATE            000000010c0da000-000000010c0de000 [   16K] rw-/rwx SM=PRV
    --> mapped file            000000010c0de000-000000010c0fb000 [  116K] rw-/rwx SM=COW  /Library/Fonts/Webdings/..namedfork/rsrc
        VM_ALLOCATE            000000010c0fb000-000000010c0fc000 [    4K] rw-/rwx SM=ALI
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreServices.CarbonCore 0x00007fff9a953d8a CheckMapHeaderCommon + 4
    1   com.apple.CoreServices.CarbonCore 0x00007fff9a9569a5 RMNewMappedRefFromMappedFork + 50
    2   libATSServer.dylib             0x00007fff9a242d58 OpenMappedResourceFork(unsigned short, FSRef const*, unsigned short, OpaqueMappedResourceFileRef**, void**, unsigned long*, unsigned char) + 187
    3   libATSServer.dylib             0x00007fff9a217048 AddFileTokenByAccessType + 151
    4   libATSServer.dylib             0x00007fff9a2403cb AddFileTokenFromFSRef + 491
    5   libATSServer.dylib             0x00007fff9a241c2d InternalActivateFontsFromFSRef + 762
    6   libATSServer.dylib             0x00007fff9a244648 IterateFontsInDirectory(int (*)(unsigned short, FSRef const*, FMFilter const*, void*, FSCatalogInfo const*, HFSUniStr255 const*, unsigned int, unsigned short, unsigned short, unsigned short*), unsigned short, unsigned short, FMFilter const*, void*, unsigned int, unsigned short, unsigned short*) + 883
    7   libATSServer.dylib             0x00007fff9a242351 ActivateFonts(unsigned short, unsigned short, FMFilter const*, void*, unsigned int, unsigned int, unsigned short, unsigned short) + 1331
    8   libATSServer.dylib             0x00007fff9a241c6d InternalActivateFontsFromFSRef + 826
    9   libATSServer.dylib             0x00007fff9a220051 AddFontsFromKnownDirs(KnownDirsSpec*, unsigned int) + 945
    10  libATSServer.dylib             0x00007fff9a238836 AddFontsInFontsFolder + 169
    11  libATSServer.dylib             0x00007fff9a28549f FODBCreate(int, unsigned int) + 240
    12  libATSServer.dylib             0x00007fff9a283461 FODBInitialize + 142
    13  libATSServer.dylib             0x00007fff9a297783 InitializeATSServices(unsigned int, unsigned char) + 162
    14  libATSServer.dylib             0x00007fff9a29713d main_handler + 3232
    15  libATSServer.dylib             0x00007fff9a221d00 ATSServerGenerateDB + 315
    16  genatsdb                       0x000000010c0905e6 0x10c08f000 + 5606
    17  libdyld.dylib                  0x00007fff912bc5c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff9aecc22e kevent64 + 10
    1   libdispatch.dylib              0x00007fff8d7dfa6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff9aecb132 __psynch_cvwait + 10
    1   com.apple.CoreServices.CarbonCore 0x00007fff9a9ed9c7 TSWaitOnConditionTimedRelative + 147
    2   com.apple.CoreServices.CarbonCore 0x00007fff9a9ed5a2 TSWaitOnSemaphoreCommon + 403
    3   com.apple.CoreServices.CarbonCore 0x00007fff9a9a7a38 AsyncFileThread(void*) + 281
    4   libsystem_pthread.dylib        0x00007fff9a1d52fc _pthread_body + 131
    5   libsystem_pthread.dylib        0x00007fff9a1d5279 _pthread_start + 176
    6   libsystem_pthread.dylib        0x00007fff9a1d34b1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000010c0de001  rbx: 0x00000000ffffff94  rcx: 0x000000010c0de000  rdx: 0x00007fff53b6da08
      rdi: 0x000000010c0de000  rsi: 0x000000000001c015  rbp: 0x00007fff53b6d920  rsp: 0x00007fff53b6d920
       r8: 0x000000000000000a   r9: 0x0000000000000000  r10: 0x0000000000000402  r11: 0x0000000000000202
      r12: 0x000000000001c015  r13: 0x00000000ffffffce  r14: 0x00007fff53b6da08  r15: 0x000000010c0de000
      rip: 0x00007fff9a953d8a  rfl: 0x0000000000010216  cr2: 0x000000010c0de004
    Logical CPU:     3
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x10c08f000 -        0x10c090fff  genatsdb (375) <E2281D0B-4919-3859-BF76-FD20B79AE49F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Support/genatsdb
        0x7fff68573000 -     0x7fff685a9837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
        0x7fff8b531000 -     0x7fff8b653ff7  com.apple.LaunchServices (644.12 - 644.12) <D7710B20-0561-33BB-A3C8-463691D36E02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8b654000 -     0x7fff8b65aff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
        0x7fff8b71f000 -     0x7fff8b725fff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
        0x7fff8b726000 -     0x7fff8b728ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
        0x7fff8b85a000 -     0x7fff8b886fff  libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib
        0x7fff8b894000 -     0x7fff8b899ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
        0x7fff8b89a000 -     0x7fff8b89bffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
        0x7fff8bb1d000 -     0x7fff8beb3fff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8c1d1000 -     0x7fff8c1d3ff7  libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8c35e000 -     0x7fff8c366fff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8c69c000 -     0x7fff8c6a4ffb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
        0x7fff8c7d1000 -     0x7fff8c7deff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
        0x7fff8c7df000 -     0x7fff8c7f9ff7  libextension.dylib (55.1) <ECBDCC15-FA19-3578-961C-B45FCC994BAF> /usr/lib/libextension.dylib
        0x7fff8c7fa000 -     0x7fff8c859ff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8cbc0000 -     0x7fff8cbc8ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
        0x7fff8cbc9000 -     0x7fff8cc41ff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8cc42000 -     0x7fff8cc52ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
        0x7fff8cd1f000 -     0x7fff8cd73fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
        0x7fff8cd74000 -     0x7fff8cdacffb  libsystem_network.dylib (411) <C0B2313D-47BE-38A9-BEE6-2634A4F5E14B> /usr/lib/system/libsystem_network.dylib
        0x7fff8cfec000 -     0x7fff8d12efff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
        0x7fff8d7db000 -     0x7fff8d805ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
        0x7fff8d806000 -     0x7fff8d808fff  libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
        0x7fff8d8d9000 -     0x7fff8d933ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
        0x7fff8db67000 -     0x7fff8db8ffff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
        0x7fff8de7a000 -     0x7fff8de81ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8e665000 -     0x7fff8e665ff7  liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
        0x7fff8f621000 -     0x7fff8f954ff7  libmecabra.dylib (666.1) <CAFBC813-4894-3352-9B22-FFF116773A06> /usr/lib/libmecabra.dylib
        0x7fff8f9ca000 -     0x7fff8f9fcfff  libTrueTypeScaler.dylib (134) <6AA9A44F-EB8B-3B31-B1A3-915D03EEBA44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff8fa2c000 -     0x7fff8fa2cff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
        0x7fff8fae5000 -     0x7fff8faf6ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
        0x7fff8fb2d000 -     0x7fff8fb2efff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
        0x7fff8fc1b000 -     0x7fff8fc23fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
        0x7fff8fc24000 -     0x7fff8fe09267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
        0x7fff8fe0a000 -     0x7fff8fe11fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8fe12000 -     0x7fff8fe17ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
        0x7fff8fe32000 -     0x7fff8ff24ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
        0x7fff8ff92000 -     0x7fff90177ff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
        0x7fff90319000 -     0x7fff90380ff7  com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff90389000 -     0x7fff9047dff7  libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff9047e000 -     0x7fff90681ff3  com.apple.CFNetwork (720.1.1 - 720.1.1) <A82E71B3-2CDB-3840-A476-F2304D896E03> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff90687000 -     0x7fff90704fff  com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff9128d000 -     0x7fff912b8fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
        0x7fff912b9000 -     0x7fff912bcff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
        0x7fff912bd000 -     0x7fff91525ffb  com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff92202000 -     0x7fff92232fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
        0x7fff92233000 -     0x7fff92249ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
        0x7fff92af9000 -     0x7fff92b6ffe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
        0x7fff92cc2000 -     0x7fff92ccdff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
        0x7fff92d8c000 -     0x7fff92d96ff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff92daf000 -     0x7fff92db3ff7  com.apple.TCC (1.0 - 1) <AFC32F8F-BCD5-313C-B66E-5AB8591EC066> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff92dbd000 -     0x7fff92eaffff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
        0x7fff93050000 -     0x7fff93052fff  com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff93191000 -     0x7fff93192fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff93b44000 -     0x7fff93b48fff  libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
        0x7fff93b9a000 -     0x7fff93ba2fff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
        0x7fff93cf8000 -     0x7fff93d96fff  com.apple.Metadata (10.7.0 - 916.1) <CD389631-0F23-3A29-B43A-E3FFB5BC9438> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff93e77000 -     0x7fff93e77ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
        0x7fff93ff7000 -     0x7fff94013ff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
        0x7fff9436a000 -     0x7fff94698ff7  com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff9552a000 -     0x7fff95597fff  libType1Scaler.dylib (114.1.8) <3A867FBF-AF9C-30E5-9801-44F5184E5CF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
        0x7fff95598000 -     0x7fff955c0fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
        0x7fff958c8000 -     0x7fff95b42fff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff95d68000 -     0x7fff95daeff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
        0x7fff95daf000 -     0x7fff95dc8ff7  com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff95dd0000 -     0x7fff95dd1fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
        0x7fff95f47000 -     0x7fff95f47fff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff95f48000 -     0x7fff95f4dfff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff95f4e000 -     0x7fff95f69ff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
        0x7fff96b6a000 -     0x7fff96b6efff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
        0x7fff96b7c000 -     0x7fff96b85ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
        0x7fff96e35000 -     0x7fff96ec1fff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
        0x7fff96ec2000 -     0x7fff96ec5fff  com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff9726c000 -     0x7fff9726dfff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
        0x7fff97285000 -     0x7fff972b0fff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff972ed000 -     0x7fff97318ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
        0x7fff97f39000 -     0x7fff97f4afff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
        0x7fff988e5000 -     0x7fff98956ff7  com.apple.framework.IOKit (2.0.2 - 1050.1.21) <ED3B0B22-AACC-303B-B

    I have no idea if this EtreCheck report adds any useful information to my previous post, but just in case it does I'll include it. I apologise in advance for the vast lengths of these posts!
    Problem description:
    Since Yosemite iMac is very slow and freezes about once an hour
    EtreCheck version: 2.1.5 (108)
    Report generated 19 December 2014 5:30:56 pm AEDT
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      iMac (27-inch, Late 2012) (Verified)
      iMac - model: iMac13,2
      1 3.2 GHz Intel Core i5 CPU: 4-core
      16 GB RAM Upgradeable
      BANK 0/DIMM0
      8 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      8 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
    Video Information: ℹ️
      NVIDIA GeForce GTX 675MX - VRAM: 1024 MB
      iMac 2560 x 1440
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 0:20:32
    Disk Information: ℹ️
      APPLE HDD ST3000DM001 disk1 : (3 TB)
      EFI (disk1s1) <not mounted> : 210 MB
      Recovery HD (disk1s3) <not mounted>  [Recovery]: 650 MB
      ST Bigger Mac HD (disk2) / : 3.11 TB (2.52 TB free)
      Core Storage: disk0s2 120.99 GB Online
      Core Storage: disk1s2 3.00 TB Online
      APPLE SSD SM128E disk0 : (121.33 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Boot OS X (disk0s3) <not mounted> : 134 MB
      ST Bigger Mac HD (disk2) / : 3.11 TB (2.52 TB free)
      Core Storage: disk0s2 120.99 GB Online
      Core Storage: disk1s2 3.00 TB Online
    USB Information: ℹ️
      Western Digital Ext HDD 1021 1.5 TB
      EFI (disk5s1) <not mounted> : 210 MB
      iTunes Media ST (disk5s2) /Volumes/iTunes Media ST : 1.50 TB (508.72 GB free)
      Western Digital External HDD 250.06 GB
      ST Passport (disk4s1) /Volumes/ST Passport : 250.06 GB (57.58 GB free)
      Western Digital External HDD 250.06 GB
      disk3s1 (disk3s1) <not mounted> : 32 KB
      ST RED Backup (disk3s3) /Volumes/ST RED Backup : 249.93 GB (57.54 GB free)
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple, Inc. Keyboard Hub
      Apple Inc. Apple Keyboard
      Apple Inc. FaceTime HD Camera (Built-in)
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
      /etc/launchd.conf - Exists
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Adware: ℹ️
      Conduit [Remove]
    Kernel Extensions: ℹ️
      /Applications/Utilities/DiskWarrior.app
      [not loaded] com.alsoft.Preview (4.3) [Support]
      /Applications/VMware Fusion.app
      [not loaded] com.vmware.kext.vmci (2.0.6) [Support]
      [not loaded] com.vmware.kext.vmioplug (2.0.6) [Support]
      [not loaded] com.vmware.kext.vmnet (2.0.6) [Support]
      [not loaded] com.vmware.kext.vmx86 (2.0.6) [Support]
      /System/Library/Extensions
      [not loaded] com.aliph.driver.jstub (1.1.2 - SDK 10.7) [Support]
      [not loaded] com.pctools.iantivirus.kfs (1.0.1) [Support]
      [not loaded] com.xerox.officeprinting.PrinterSpecificMerge (1.4.0) [Support]
    Startup Items: ℹ️
      HP IO: Path: /Library/StartupItems/HP IO
      Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [running] com.adobe.AdobeCreativeCloud.plist [Support]
      [loaded] com.adobe.CS5ServiceManager.plist [Support]
      [loaded] com.divx.dms.agent.plist [Support]
      [loaded] com.divx.update.agent.plist [Support]
      [failed] com.extensis.FMCore.plist [Support] [Details]
      [invalid?] com.maintain.LogOut.plist [Support]
      [invalid?] com.maintain.PurgeInactiveMemory.plist [Support]
      [invalid?] com.maintain.Restart.plist [Support]
      [invalid?] com.maintain.ShutDown.plist [Support]
      [invalid?] com.maintain.Sleep.plist [Support]
      [running] com.maintain.SystemEvents.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [invalid?] com.adobe.SwitchBoard.plist [Support]
      [running] com.edovia.screensconnect.daemon.plist [Support]
      [invalid?] com.maintain.AutoLoginUserScreenLocked.plist [Support]
      [invalid?] com.maintain.CocktailScheduler.plist [Support]
      [invalid?] com.maintain.HideSpotlightMenuBarIcon.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [invalid?] com.ecamm.printopia.plist [Support]
      [loaded] com.maintain.ShowUserLibraryDirectory.plist [Support]
      [running] com.plexapp.helper.plist [Support]
      [invalid?] com.shirtpocket.backupbytime.plist [Support]
      [loaded] de.metaquark.appfresh.plist [Support]
      [running] ws.agile.1PasswordAgent.plist [Support]
    User Login Items: ℹ️
      ChronoSyncBackgrounder Application (/Library/Application Support/ChronoSync/ChronoSyncBackgrounder.app)
      Air Video Server HD ApplicationHidden (/Applications/Air Video Server HD.app)
      HazelHelper UNKNOWN (missing value)
      CleanMyDrive Application (/Applications/CleanMyDrive.app)
      Jawbone Updater Application (/Applications/Jawbone Updater.app)
      Screens Connect Application (/Library/PreferencePanes/Screens Connect.prefPane/Contents/MacOS/Screens Connect.app)
      HazelHelper Application (/Library/PreferencePanes/Hazel.prefPane/Contents/MacOS/HazelHelper.app)
      Moom UNKNOWN (missing value)
      XtraFinder Application (/Applications/XtraFinder.app)
      HP Scheduler Application (/Library/Application Support/Hewlett-Packard/Software Update/HP Scheduler.app)
    Internet Plug-ins: ℹ️
      o1dbrowserplugin: Version: 4.0.3.13724 [Support]
      Google Earth Web Plug-in: Version: 6.0 [Support]
      Default Browser: Version: 600 - SDK 10.10
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 [Support]
      OfficeLiveBrowserPlugin: Version: 12.2.9 [Support]
      OVSHelper: Version: 1.1 [Support]
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 [Support]
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      DivX Web Player: Version: 3.2.4.1250 - SDK 10.6 [Support]
      RealPlayer Plugin: Version: Unknown [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
      googletalkbrowserplugin: Version: 4.0.3.13724 [Support]
      npgtpo3dautoplugin: Version: 0.1.44.29 - SDK 10.5 [Support]
      AdobePDFViewer: Version: 9.5.5 [Support]
      QuickTime Plugin: Version: 7.7.3
      SharePointBrowserPlugin: Version: 14.4.1 - SDK 10.6 [Support]
      JavaAppletPlugin: Version: Java 8 Update 25 Check version
    User internet Plug-ins: ℹ️
      Google Earth Web Plug-in: Version: 7.0 [Support]
    Safari Extensions: ℹ️
      Beautifier [Installed]
      Reload Button [Installed]
      TinEye [Installed]
      Reload Button [Cached]
      AutoPagerize [Installed]
      Evernote Web Clipper [Installed]
      AutoPagerize-1 [Cached]
      Amazon Search Bar [Installed]
      1Password [Installed]
      iMedia Converter Deluxe   [Installed]
    3rd Party Preference Panes: ℹ️
      Cameras  [Support]
      Flash Player  [Support]
      Flip4Mac WMV  [Support]
      FunctionFlip  [Support]
      FUSE for OS X (OSXFUSE)  [Support]
      Hazel  [Support]
      Java  [Support]
      Perian  [Support]
      Screens Connect  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      ST Bigger Mac HD: Disk size: 3.11 TB Disk used: 584.05 GB
      Destinations:
      Data [Network]
      Total size: 2.00 TB
      Total number of backups: 63
      Oldest backup: 2014-08-04 07:04:32 +0000
      Last backup: 2014-12-17 05:40:52 +0000
      Size of backup disk: Adequate
      Backup size 2.00 TB > (Disk used 584.05 GB X 3)
    Top Processes by CPU: ℹ️
          16% AppFresh
          9% WindowServer
          0% loginwindow
          0% hidd
          0% Mail
    Top Processes by Memory: ℹ️
      567 MB mds_stores
      206 MB Safari
      189 MB Finder
      120 MB Dock
      120 MB Mail
    Virtual Memory Information: ℹ️
      9.91 GB Free RAM
      4.82 GB Active RAM
      956 MB Inactive RAM
      1.49 GB Wired RAM
      2.99 GB Page-ins
      0 B Page-outs
    Diagnostics Information: ℹ️
      Dec 19, 2014, 05:26:53 PM /Library/Logs/DiagnosticReports/mdworker_2014-12-19-172653_[redacted].crash
      Dec 19, 2014, 05:26:36 PM /Library/Logs/DiagnosticReports/mdworker_2014-12-19-172636_[redacted].crash
      Dec 19, 2014, 05:12:08 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontworker_2014-12-19-171208_[ redacted].crash
      Dec 19, 2014, 05:11:54 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontworker_2014-12-19-171154_[ redacted].crash
      Dec 19, 2014, 05:10:56 PM Self test - passed
      Dec 19, 2014, 04:10:24 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontworker_2014-12-19-161024_[ redacted].crash
      Dec 19, 2014, 04:10:09 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontworker_2014-12-19-161009_[ redacted].crash
      Dec 19, 2014, 03:26:53 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontworker_2014-12-19-152653_[ redacted].crash
      Dec 19, 2014, 03:26:38 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontworker_2014-12-19-152638_[ redacted].crash
      Dec 19, 2014, 03:16:31 PM /Library/Logs/DiagnosticReports/mdworker_2014-12-19-151631_[redacted].crash
      Dec 19, 2014, 03:16:15 PM /Library/Logs/DiagnosticReports/mdworker_2014-12-19-151615_[redacted].crash
      Dec 19, 2014, 03:14:40 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-151440_[redacted].crash
      Dec 19, 2014, 03:14:10 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-151410_[redacted].crash
      Dec 19, 2014, 03:12:32 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-151232_[redacted].crash
      Dec 19, 2014, 03:12:32 PM /Library/Logs/DiagnosticReports/genatsdb_2014-12-19-151232_[redacted].crash
      Dec 19, 2014, 03:11:47 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-151147_[redacted].crash
      Dec 19, 2014, 03:10:49 PM /Library/Logs/DiagnosticReports/genatsdb_2014-12-19-151049_[redacted].crash
      Dec 19, 2014, 03:10:34 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-151034_[redacted].crash
      Dec 19, 2014, 03:10:04 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-151004_[redacted].crash
      Dec 19, 2014, 03:09:42 PM /Library/Logs/DiagnosticReports/genatsdb_2014-12-19-150942_[redacted].crash
      Dec 19, 2014, 03:09:06 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-150906_[redacted].crash
      Dec 19, 2014, 03:08:36 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-150836_[redacted].crash
      Dec 19, 2014, 03:03:07 PM /Library/Logs/DiagnosticReports/mdworker_2014-12-19-150307_[redacted].crash
      Dec 19, 2014, 03:02:39 PM /Library/Logs/DiagnosticReports/mdworker_2014-12-19-150239_[redacted].crash
      Dec 19, 2014, 02:49:18 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontworker_2014-12-19-144918_[ redacted].crash
      Dec 19, 2014, 02:49:03 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontworker_2014-12-19-144903_[ redacted].crash
      Dec 19, 2014, 02:24:56 PM /Library/Logs/DiagnosticReports/genatsdb_2014-12-19-142456_[redacted].crash
      Dec 19, 2014, 02:24:55 PM /Library/Logs/DiagnosticReports/genatsdb_2014-12-19-142455_[redacted].crash
      Dec 19, 2014, 02:23:47 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-142347_[redacted].crash
      Dec 19, 2014, 02:23:31 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-142331_[redacted].crash
      Dec 19, 2014, 02:22:58 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-142258_[redacted].crash
      Dec 19, 2014, 02:22:42 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-142242_[redacted].crash
      Dec 19, 2014, 02:11:47 PM /Library/Logs/DiagnosticReports/genatsdb_2014-12-19-141147_[redacted].crash
      Dec 19, 2014, 02:08:25 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-140825_[redacted].crash
      Dec 19, 2014, 02:08:09 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-140809_[redacted].crash
      Dec 19, 2014, 01:49:33 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-134933_[redacted].crash
      Dec 19, 2014, 01:49:02 PM /Library/Logs/DiagnosticReports/genatsdb_2014-12-19-134902_[redacted].crash
      Dec 19, 2014, 01:48:47 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-134847_[redacted].crash
      Dec 19, 2014, 01:47:29 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-134729_[redacted].crash
      Dec 19, 2014, 01:47:12 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-134712_[redacted].crash
      Dec 19, 2014, 01:20:03 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontworker_2014-12-19-132003_[ redacted].crash
      Dec 19, 2014, 01:19:48 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontworker_2014-12-19-131948_[ redacted].crash
      Dec 19, 2014, 12:46:33 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-124633_[redacted].crash
      Dec 19, 2014, 12:46:33 PM /Library/Logs/DiagnosticReports/genatsdb_2014-12-19-124633_[redacted].crash
      Dec 19, 2014, 12:46:02 PM /Library/Logs/DiagnosticReports/fontworker_2014-12-19-124602_[redacted].crash
      Dec 19, 2014, 12:36:28 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontworker_2014-12-19-123628_[ redacted].crash
      Dec 19, 2014, 12:36:12 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontworker_2014-12-19-123612_[ redacted].crash
      Dec 19, 2014, 12:26:02 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontworker_2014-12-19-122602_[ redacted].crash
      Dec 19, 2014, 12:25:27 PM /Users/[redacted]/Library/Logs/DiagnosticReports/genatsdb_2014-12-19-122527_[re dacted].crash
      Dec 19, 2014, 12:22:58 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontworker_2014-12-19-122258_[ redacted].crash
      Dec 19, 2014, 12:22:40 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontworker_2014-12-19-122240_[ redacted].crash
      Dec 19, 2014, 12:22:20 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontworker_2014-12-19-122220_[ redacted].crash
      Dec 19, 2014, 12:22:04 PM /Users/[redacted]/Library/Logs/DiagnosticReports/fontworker_2014-12-19-122204_[ redacted].crash
      Dec 19, 2014, 01:47:44 PM /Library/Logs/DiagnosticReports/genatsdb_2014-12-19-134744_[redacted].crash

  • Number of network adaptors needed in RAC

    hello guys,
    in oracle RAC each node must have a minimum of 3 adaptors. one for private interconnect, one for public interconnect and one for serving the user requests (VIP).
    1. also in oracle 11g with the introduction of SCAN. do we have to add a new network adaptor to make use of scan or can the network adaptor using the VIP address can be used for SCAN. if SCAN requires a new adaptor then it makes 4 n/w adaptors needed for each node,
    2. Oracle documentation says that SCAN can be resolved to at most 3 network addresses. what happens if we have a RAC with more than 3 nodes.
    3. How does this SCAN really work. it says that scan be used as a single IP address instead of defining several ip address in the tnsnames.ora file at the client side.
    4. moreover the these SCAN ip Addresses are assigned by the DNS. i dont understand how can more than 2 system share a same ip address.
    can any one help me understand these concepts please...

    vishnusivathej wrote:
    hello guys,
    in oracle RAC each node must have a minimum of 3 adaptors. one for private interconnect, one for public interconnect and one for serving the user requests (VIP).I believe its not correct. There should be two adaptors only. One for the private interconnect, one for the pulbic. The VIP is going to be using the public interconnect only. The third one, is going to be required if you are going to be using it for storage.
    >
    1. also in oracle 11g with the introduction of SCAN. do we have to add a new network adaptor to make use of scan or can the network adaptor using the VIP address can be used for SCAN. if SCAN requires a new adaptor then it makes 4 n/w adaptors needed for each node,SCAN IP would be separate from the VIP. I am not sure that you need a separate adaptor for it since its also going to be a public IP.
    2. Oracle documentation says that SCAN can be resolved to at most 3 network addresses. what happens if we have a RAC with more than 3 nodes.There is no mandatory thing that you need 3 SCAN network addresses. One can be used as well. 3 is the suggested setting for the setup. I believe for nodes more than 3 too, this would work. I have not installed 11.2 RAC for more than 3 nodes yet so can't be sure .
    3. How does this SCAN really work. it says that scan be used as a single IP address instead of defining several ip address in the tnsnames.ora file at the client side.That's wrong. There is nothing like single IP address.SCAN is Single Cluster Access Name which means instead of putting VIPs in the client side tnsnames.ora, you are going to put just a SCAN cluster name whose VIP address resolutio is going to be done with the help of your DNS . Please read the documentation which explains the concept in lot more detail.
    4. moreover the these SCAN ip Addresses are assigned by the DNS. i dont understand how can more than 2 system share a same ip address.Not sure that I got your statement.
    HTH
    Aman....

  • Any way to force Time Machine to use existing backup after inheriting?

    Hi,
    The hard drive in my iMac failed last week, and a replacement drive as well as a new logic board were installed.  I installed OS X onto the new drive and then used Setup Assistant to recover all data from my Time Machine backup.  Of course, once everything was back in place, Time Machine wouldn't recognize the backup as its own (per Pondini's site, this is because the logic board replacement makes Time Machine think it's a whole new computer).
    To resolve this, I issued the Terminal command to inherit a backup, but this wasn't enough so I also issued the command to associate a backup with the computer.  This seemed to work, and I was able to kick off a new backup.  Time Machine did a complete scan and determined that it needed to back up everything on the computer as new.  Because there's not enough space on the Time Capsule, it then started deleting old backups, one after another, until I noticed what was going on and stopped it after a couple hours.
    So my question is this: is there a way to get Time Machine to use the old backup data to do an incremental backup?  I'm not sure why it thinks it has to save everything; I could see it saving a copy of the OS, since that was installed from scratch, but all the user account data has been restored from backup so it should match what's in Time Machine.  If there's no way to do this then I guess I'll just delete the Time Machine archive and start over, but for versioning purposes it would be nice to have the old Time Machine archive data.
    Thanks!
    Here's some log data:
    10/12/13 8:25:12.755 PM com.apple.backupd[19003]: Starting manual backup
    10/12/13 8:25:12.841 PM com.apple.backupd[19003]: Attempting to mount network destination URL: afp://[email protected]/TimeMachine
    10/12/13 8:25:14.645 PM com.apple.backupd[19003]: Mounted network destination at mount point: /Volumes/TimeMachine using URL: afp://[email protected]/TimeMachine
    10/12/13 8:25:14.687 PM fseventsd[48]: disk logger: failed to open output file /Volumes/Time Machine Backups/.fseventsd/fc007524359f8bb3 (No such file or directory). mount point /Volumes/Time Machine Backups/.fseventsd
    10/12/13 8:25:14.687 PM fseventsd[48]: disk logger: failed to open output file /Volumes/Time Machine Backups/.fseventsd/fc007524359f8bb3 (No such file or directory). mount point /Volumes/Time Machine Backups/.fseventsd
    10/12/13 8:25:40.251 PM com.apple.backupd[19003]: Disk image /Volumes/TimeMachine/iMac.sparsebundle mounted at: /Volumes/Time Machine Backups
    10/12/13 8:25:40.253 PM com.apple.backupd[19003]: Backing up to: /Volumes/Time Machine Backups/Backups.backupdb
    10/12/13 8:25:41.831 PM com.apple.backupd[19003]: Inheritance scan required for /, associated with previous UUID: 30DCBA86-7702-31FD-B8A5-0CFBCE325E36
    10/12/13 8:25:41.923 PM com.apple.backupd[19003]: Event store UUIDs don't match for volume: Macintosh HD
    10/12/13 8:25:41.966 PM com.apple.backupd[19003]: Deep event scan at path:/ reason:must scan subdirs|new event db|
    10/12/13 8:25:41.966 PM com.apple.backupd[19003]: First backup after disk inheritance for / - complete scan required
    10/12/13 8:41:23.297 PM com.apple.backupd[19003]: Finished scan
    10/12/13 8:49:06.137 PM com.apple.backupd[19003]: Found 1059692 files (565.28 GB) needing backup
    10/12/13 8:49:07.658 PM com.apple.backupd[19003]: 679.85 GB required (including padding), 143.39 GB available
    10/12/13 8:49:15.324 PM com.apple.backupd[19003]: Ejected Time Machine disk image: /Volumes/TimeMachine/iMac.sparsebundle
    10/12/13 8:49:15.324 PM com.apple.backupd[19003]: Compacting backup disk image to recover free space
    10/12/13 8:49:57.436 PM com.apple.backupd[19003]: Completed backup disk image compaction
    10/12/13 8:49:57.437 PM com.apple.backupd[19003]: Starting manual backup
    10/12/13 8:49:57.888 PM com.apple.backupd[19003]: Network destination already mounted at: /Volumes/TimeMachine
    10/12/13 8:50:23.419 PM com.apple.backupd[19003]: Disk image /Volumes/TimeMachine/iMac.sparsebundle mounted at: /Volumes/Time Machine Backups
    10/12/13 8:50:23.421 PM com.apple.backupd[19003]: Backing up to: /Volumes/Time Machine Backups/Backups.backupdb
    10/12/13 8:50:24.966 PM com.apple.backupd[19003]: Inheritance scan required for /, associated with previous UUID: 30DCBA86-7702-31FD-B8A5-0CFBCE325E36
    10/12/13 8:50:25.022 PM com.apple.backupd[19003]: Event store UUIDs don't match for volume: Macintosh HD
    10/12/13 8:50:25.069 PM com.apple.backupd[19003]: Deep event scan at path:/ reason:must scan subdirs|new event db|
    10/12/13 8:50:25.070 PM com.apple.backupd[19003]: First backup after disk inheritance for / - complete scan required
    10/12/13 9:06:03.024 PM com.apple.backupd[19003]: Finished scan
    10/12/13 9:14:04.765 PM com.apple.backupd[19003]: Found 1059692 files (565.28 GB) needing backup
    10/12/13 9:14:06.234 PM com.apple.backupd[19003]: 679.85 GB required (including padding), 143.39 GB available
    10/12/13 9:14:06.318 PM com.apple.backupd[19003]: Deleted backup /Volumes/Time Machine Backups/Backups.backupdb/iMac/2013-10-12-202541.inProgress/DB2AD703-283F-42A2-8 97D-194AE5F2F23B containing 4 KB; 143.39 GB now available, 679.85 GB required
    10/12/13 9:16:59.047 PM com.apple.backupd[19003]: Deleted backup /Volumes/Time Machine Backups/Backups.backupdb/iMac/2013-09-05-000218 containing 877 MB; 144.26 GB now available, 679.85 GB required
    10/12/13 9:24:37.780 PM com.apple.backupd[19003]: Deleted backup /Volumes/Time Machine Backups/Backups.backupdb/iMac/2013-09-04-002732 containing 1.33 GB; 145.6 GB now available, 679.85 GB required

    Thanks Linc.
    What happened is I needed to retrieve something from Time Machine prior to starting a backup (the first backup after restoring everything).  However, Time Machine wouldn't connect to the Time Capsule, so that is why I used the tmutil commands.  Probably if I had instead started a backup then it would have asked me if I wanted to inherit.
    Well, if there's no way to avoid a full copy then I guess I'll delete the archive and start over.
    Thanks again for your help.

  • Can I have a general daq event in visual basic while outputing in dma mode?

    Hardware: PCI-6711
    Software: Visual Basic 6.0
    NI-DAQ 6.9.3f3
    Windows 2000
    I can't get the GeneralDAQEvent_Fire subroutine to happen. I'm trying to output two synchronized waveforms on two channels at sampling rates that can be changed on the fly. To do this, I've set the clock source of the channels to be the GPCTR1. I output on a pulse train on the GPCTR1 and adjust the pulse widths to vary the frequency. I need to be able to switch to the new pulse width at a precise time so that the correct samples are output at the correct samplerate. I want to generate a general daq event which fires whenever a certain number of pulses (and thus samples) on the GPCTR1 have been output. I will
    then reset the event and output samplerate within the GeneralDAQEvent_Fire subroutine for the next section of samples. I need to output at up to 1 MSample/second, so I need to be using DMA mode. I have not read anywhere that DAQEvent 0 Aqcuired or Generated n Scans requires interrupt mode, am I wrong about this? I have set my Channel string to CTR1, does this reference the GPCTR1? I set the board, DAQTrigVal0 and enabled properties and then call the refresh method. Is there something else I should do?
    I have been reading the NIDAQ Function Reference Help and the NIDAQ for PC Reference manual and have not found a solution. Any suggestions? Also, where can I find info on what the ConfigureDaqEvent method is supposed to do?

    Roz,
    First of all, I think you will want to use DAQ Event 1 since you desire for a message to be sent after every N updates. This will be more efficient than removing the current message and adding a new message each time the event fires. Furthermore, DAQ Events 0-2 can all be used with DMA transfers. However, you will be unable to use a counter channel with DAQ Events 0-2. Instead you should use one of the analog output channel you are clocking with the counter's output.
    Good luck with your application.
    Spencer S.

  • Oracle RAC 11.2 on Windows without DNS and DOMAIN

    I am trying to install Oracle RAC 11.2 in windows 2008R2 64 bit which is on workgroup and no available DNS.
    I read that SCAN requires DNS and in case DNS is not available, then host file will do but only one SCAN address will do.
    Can anyone help me out on this set up. Any steps/procedure is highlyh appreciated.
    thanks..

    Remember you can only resolve one scan IP if you're using hosts file
    example
    192.168.100.1 node1
    192.168.100.2 node2
    192.168.110.1 node1-private
    192.168.110.2 node2-private
    192.168.100.10 node1vip
    192.168.100.20 node2vip
    192.168.100.100 racscan
    all nodes must have the same hosts file entries

Maybe you are looking for

  • Instead of Trigger Problems

    Good morning and thanks in advance for the help.  I'm new to oracle and sql in general, so bear with me if my create statements are wrong.  I am using Oracle 11g. I am trying to create a trigger to do an update on a timesheet view in APEX.  The view

  • Why are my thumbnails and folders changing???

    For some reason my image thumbnails and folders are misbehaving. Thumbnails The thumbnail images will just disappear on SOME images in a folder but not all. Folders The folder sizes will max out in some folders but not in others. And, I am not sure t

  • Print Preview in Web UI giving errors

    Hi I have created a service contract quote in Web UI and have released the same. An action to create the print output has been created and attached to the transaction. A smartform has been developed to show the output as a PDF. This smartform is work

  • How to get the long text into text area

    Hi, save_text is working fine . Now I want to display the text in text area . am using read_text fm for this and data is coming into the internal table of the function module. how shd I display that long text into text area and that text shld appear

  • Card Game related question

    Hello, I am not sure what forum this goes to or if it goes under any forum, but I was wonder if anyone has a way of taking an array of 7 cards placing an array of 5 cards made from the seven in a hashtable so that it will drop ever possible combinati