Untrapped error node.js.

Everyone faces that, I reinstalled client host vSphere but always throwing same error.

Capture.JPG

Get it fixed, had to run it as an administrator because I installed it with the local administrator. Sorry for the dust.

Tags: VMware

Similar Questions

  • getNodes displaying error nodes Mulitple

    Hi all

    I try to use getNodes xpath query for each node of the xml and assign to the variable of type element.

    When I ran, I'm finishing by error as below. I'm sure that those who have give is correct.

    XPath query string returns multiple nodes. The part of the query and assign activity return several nodes. The assign activity part and the query named in the error message return several nodes. He must return to single node. According to article 14.3 BPEL4WS 1.1 specification, the application named in the error message and the party of assign activity should not return several nodes. Check the xpath query and the party named in the error message to line number 203 in the BPEL source.

    Could you please help me out here.

    My assign activity
    <assign name="Asg_getNodesReceipt">
          <copy>
            <from expression="ora:getNodes('CtReceivingUpload','/ns14:receipts/ns14:receipt[$count]')"/>
            <to variable="receipttest" query="/ns14:receipt"/>
          </copy>
        </assign>
    receipttest is the variable of receipt of item type.

    XSD is here: -.
    <?xml version="1.0" encoding="windows-1252" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                xmlns="http://www.manh.com/Custom/SOA/CtReceivingDownload/CtReceivingDownload.xsd"
                targetNamespace="http://www.manh.com/Custom/SOA/CtReceivingDownload/CtReceivingDownload.xsd"
                elementFormDefault="qualified">
      <xsd:element name="receipts">
        <xsd:complexType>
        <xsd:sequence>
        <xsd:element minOccurs="1" maxOccurs="unbounded" ref ="receipt"/>
        </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="receipt">
      <xsd:complexType>
      <xsd:complexContent mixed="false">
      <xsd:extension base="InterfaceEntity">
      <xsd:sequence>
      <xsd:element minOccurs="0" maxOccurs="1" name="Appointment" type="Appointment"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="ArrivedDate" type="xsd:dateTime"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="InternalRecNum" type="xsd:int"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="ReceiptId" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="ReceiptType" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="Details" type="ReceiptDetailList"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="ReceiptContainers" type="ReceiptContainerList"/>
     </xsd:sequence>
     </xsd:extension>
     </xsd:complexContent>
     </xsd:complexType>
     </xsd:element>
     <xsd:complexType name="Appointment">
     <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="ApptDateTime" type="xsd:dateTime"/>
     </xsd:sequence>
     </xsd:complexType>
     <xsd:complexType name="ReceiptDetailList">
    <xsd:sequence>
    <xsd:element minOccurs="0" maxOccurs="unbounded" name="ReceiptDetail" nillable="true" type="ReceiptDetail"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ReceiptDetail">
    <xsd:complexContent mixed="false">
    <xsd:extension base="InterfaceEntity">
    <xsd:sequence>
    <xsd:element minOccurs="0" maxOccurs="1" name="ErpOrderNum" type="xsd:string"/>
    <xsd:element minOccurs="0" maxOccurs="1" name="SKU" type="SKU"/>
    </xsd:sequence>
    </xsd:extension>
    </xsd:complexContent>
    </xsd:complexType>
    <xsd:complexType name="SKU">
    <xsd:sequence>
    <xsd:element minOccurs="0" maxOccurs="1" name="Item" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    
    <xsd:complexType name="ReceiptContainerList">
    <xsd:sequence>
    <xsd:element minOccurs="0" maxOccurs="unbounded" name="ReceiptContainer" nillable="true" type="ReceiptContainer"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ReceiptContainer">
    <xsd:sequence>
    <xsd:element minOccurs="0" maxOccurs="1" name="ContainerId" type="xsd:string"/>
    <xsd:element minOccurs="0" maxOccurs="1" name="ReceiptDetail" type="ReceiptDetail"/>
    <xsd:element minOccurs="0" maxOccurs="1" name="Qty" type="xsd:decimal"/>
    <xsd:element minOccurs="0" maxOccurs="1" name="Status" type="xsd:int"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="InterfaceEntity">
    <xsd:sequence>
    <xsd:element minOccurs="0" maxOccurs="1" name="UserDef1" type="xsd:string"/>
    <xsd:element minOccurs="0" maxOccurs="1" name="UserDef2" type="xsd:string"/>
    <xsd:element minOccurs="0" maxOccurs="1" name="UserDef3" type="xsd:string"/>
    <xsd:element minOccurs="0" maxOccurs="1" name="UserDef4" type="xsd:string"/>
    <xsd:element minOccurs="0" maxOccurs="1" name="UserDef5" type="xsd:string"/>
    <xsd:element minOccurs="0" maxOccurs="1" name="UserDef6" type="xsd:string"/>
    <xsd:element minOccurs="0" maxOccurs="1" name="UserDef7" type="xsd:decimal"/>
    <xsd:element minOccurs="0" maxOccurs="1" name="UserDef8" type="xsd:decimal"/>
    <xsd:element minOccurs="0" maxOccurs="1" name="UserStamp" type="xsd:string"/>
    <xsd:element minOccurs="0" maxOccurs="1" name="appt_nbr" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
     </xsd:schema>
     
    XML is here: -.
    <receipts xmlns:ns6="http://www.manh.com/Custom/SOA/CtReceivingDownload/CtReceivingDownload.xsd" xmlns="http://www.manh.com/Custom/SOA/CtReceivingDownload/CtReceivingDownload.xsd"><ns6:receipt><ns6:appt_nbr>N</ns6:appt_nbr><ns6:ArrivedDate>2012-11-28T15:31:40</ns6:ArrivedDate><ns6:InternalRecNum>1001473</ns6:InternalRecNum><ns6:ReceiptId>16173</ns6:ReceiptId><ns6:ReceiptType>ASN</ns6:ReceiptType><ns6:Details><ns6:ReceiptDetail><ns6:UserDef3>10000</ns6:UserDef3><ns6:UserDef7>1.00000</ns6:UserDef7></ns6:ReceiptDetail><ns6:ReceiptDetail><ns6:UserDef3>10000</ns6:UserDef3><ns6:UserDef7>1.00000</ns6:UserDef7></ns6:ReceiptDetail></ns6:Details><ns6:ReceiptContainers><ns6:ReceiptContainer><ns6:ContainerId>00099999990000017444</ns6:ContainerId><ns6:ReceiptDetail><ns6:ErpOrderNum>421431</ns6:ErpOrderNum><ns6:SKU><ns6:Item>5602001</ns6:Item></ns6:SKU></ns6:ReceiptDetail><ns6:Qty>170.00000</ns6:Qty><ns6:Status>900</ns6:Status></ns6:ReceiptContainer><ns6:ReceiptContainer><ns6:ContainerId>00099999990000017433</ns6:ContainerId><ns6:ReceiptDetail><ns6:ErpOrderNum>421431</ns6:ErpOrderNum><ns6:SKU><ns6:Item>5602060</ns6:Item></ns6:SKU></ns6:ReceiptDetail><ns6:Qty>118.00000</ns6:Qty><ns6:Status>900</ns6:Status></ns6:ReceiptContainer></ns6:ReceiptContainers></ns6:receipt><ns6:receipt><ns6:appt_nbr>Y</ns6:appt_nbr><ns6:ArrivedDate>2012-11-28T15:33:41</ns6:ArrivedDate><ns6:InternalRecNum>1001474</ns6:InternalRecNum><ns6:ReceiptId>16174</ns6:ReceiptId><ns6:ReceiptType>ASN</ns6:ReceiptType><ns6:Details><ns6:ReceiptDetail><ns6:UserDef3>10000</ns6:UserDef3><ns6:UserDef7>1.00000</ns6:UserDef7></ns6:ReceiptDetail><ns6:ReceiptDetail><ns6:UserDef3>10000</ns6:UserDef3><ns6:UserDef7>1.00000</ns6:UserDef7></ns6:ReceiptDetail></ns6:Details><ns6:ReceiptContainers><ns6:ReceiptContainer><ns6:ContainerId>00099999990000017466</ns6:ContainerId><ns6:ReceiptDetail><ns6:ErpOrderNum>421431</ns6:ErpOrderNum><ns6:SKU><ns6:Item>5602182</ns6:Item></ns6:SKU></ns6:ReceiptDetail><ns6:Qty>75.00000</ns6:Qty><ns6:Status>900</ns6:Status></ns6:ReceiptContainer><ns6:ReceiptContainer><ns6:ContainerId>00099999990000017455</ns6:ContainerId><ns6:ReceiptDetail><ns6:ErpOrderNum>421431</ns6:ErpOrderNum><ns6:SKU><ns6:Item>5602078</ns6:Item></ns6:SKU></ns6:ReceiptDetail><ns6:Qty>138.00000</ns6:Qty><ns6:Status>900</ns6:Status></ns6:ReceiptContainer></ns6:ReceiptContainers></ns6:receipt></receipts>
    I'm happy if someone point out where I was not right here.

    Published by: Tarak on 29 November 2012 18:36

    Tarak says:
    I'm extremely sorry by mistake I click useful and assumed to be correct. I'm not sure I can get back to it. If you know please let me know.

    No worries, mate. I don't think that it is reversible. You can mark it as correct then...

    Come to this. I receive it as expected but the only problem is I'm getting the url namespace in each complextype element, I'm sure he would not be a problem but I want to just cross check with you that we can avoid this or not

    It won't be a problem, visualization is ugly, but it shouldn't affect anything else... I don't think that it is preventable in any case...

    See you soon,.
    Vlad

  • Add the error node

    Hello

    I try to add the node two-node Oracle 11g RAC, but I had
    a mistake. I follow the steps:
    # export ORACLE_HOME=/u01/app/11.2.0/grid
    # cd $ORACLE_HOME/oui/bin
    # ./addNode.sh -silent "CLUSTER_NEW_NODES={rac3}" "CLUSTER_NEW_VIRTUAL_HOSTNAMES={rac3-vip}"
    For example, the following in the log file:
    INFO: Environment Variables:
    
    INFO:   ORACLE_HOME = /u01/app/11.2.0/grid
    
    INFO:   PATH = /u01/app/oracle/product/11.2.0/db_1/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/b
    in
    
    INFO:   CLASSPATH =
    
    INFO: Username:oracle
    
    INFO: Install area Control created with access level  1
    
    INFO: Oracle Universal Installer version is 11.2.0.1.0
    
    INFO: Setting variable 'ORACLE_HOME' to '/u01/app/11.2.0/grid'. Received the value from the command line.
    INFO: Setting variable 'CLUSTER_NEW_NODES' to 'rac3'. Received the value from the command line.
    INFO: Setting variable 'CLUSTER_NEW_VIRTUAL_HOSTNAMES' to 'rac3-vip'. Received the value from the command line.
    INFO: Setting variable 'PREREQ_CONFIG_LOCATION' to ''. Received the value from variable association.
    INFO: Setting variable 'FROM_LOCATION' to '/u01/app/11.2.0/grid/inventory/ContentsXML/comps.xml'. Received the value from a co
    de block.
    INFO: Setting variable 'ROOTSH_LOCATION' to '/u01/app/11.2.0/grid/root.sh'. Received the value from a code block.
    INFO: Setting variable 'ROOTSH_STATUS' to '3'. Received the value from a code block.
    INFO: Setting variable 'ORACLE_HOME' to '/u01/app/11.2.0/grid'. Received the value from the command line.
    INFO: Setting variable 'CLUSTER_NEW_NODES' to 'rac3'. Received the value from the command line.
    INFO: Setting variable 'CLUSTER_NEW_VIRTUAL_HOSTNAMES' to 'rac3-vip'. Received the value from the command line.
    INFO: Setting variable 'PREREQ_CONFIG_LOCATION' to ''. Received the value from variable association.
    INFO: Setting variable 'FROM_LOCATION' to '/u01/app/11.2.0/grid/inventory/ContentsXML/comps.xml'. Received the value from a code block.
    INFO: Setting variable 'ROOTSH_LOCATION' to '/u01/app/11.2.0/grid/root.sh'. Received the value from a code block.
    INFO: Setting variable 'ROOTSH_STATUS' to '3'. Received the value from a code block.
    INFO:
    *** Welcome Page***
    INFO: Setting variable 'ORACLE_HOME_NAME' to 'Ora11g_gridinfrahome1'. Received the value from a code block.
    INFO: SRVM ClusterInfo.IsLocalOnly() called. Return value obtained is 'true'.
    INFO: The CRS clusterware location for 'oracle.crs 10.1.0.2.0' is '/u01/app/11.2.0/grid'.
    INFO: CRS clusterware detected.
    INFO: Vendor clusterware is not detected.
    INFO: Local node 'rac1' is derived from the Oracle home properties.
    INFO: Setting variable 'LOCAL_NODE' to 'rac1'. Received the value from a code block.
    INFO: Setting variable 'EXISTING_REMOTE_NODES' to 'rac2'. Received the value from a code block.
    INFO: Setting variable 'REMOTE_NODES' to 'rac3'. Received the value from a code block.
    INFO: Setting the 'ExistingClusterNodes' property to 'rac1,rac2'.
    INFO: Setting the 'EnableVirtualHostNameEntry' property to 'true'.
    INFO: Setting the 'NewNodes ( CLUSTER_NEW_NODES )' property to 'rac3'. Received the value from the command line.
    INFO: Setting variable 'REMOTE_NODES' to 'rac3'. Received the value from a code block.
    INFO: Setting variable 'CLUSTER_NODES' to 'rac1,rac2,rac3'. Received the value from a code block.
    INFO: Performing tests to see whether nodes rac2,rac3 are available
    INFO: Validating nodes rac2...
    INFO: Checking if nodes are alive...
    INFO: Validating user equivalence...
    INFO: Validating nodes rac3...
    INFO: Checking if nodes are alive...
    INFO: Validating user equivalence...
    INFO: Status of nodes in the cluster:
    Status of node 'rac2':
    Node is okay
    
    Status of node 'rac3':
    null
    
    --------------------------------------------------------------------------
    
    SEVERE: The selected remote nodes 'rac3' are not accessible.
    INFO: User Selected: Yes/OK
    When I try to ping for the new node, it is correct.

    So, can you help me, please?

    Thank you very much.

    Hello

    You can cancel the configuration performed by root.sh using the following:

    /U01/app/11.2.0/grid/CRS/install/rootcrs.pl - deconfig-force

    Thus, after the above command, you can perform the root.sh again.

    Kind regards.

  • Error handling

    I have a relatively new to LabVIEW.  My typical application is testing.  For example, I've defined a number of registers, modes, blah, blah, and test.  Finally, back to their original state records.  The problem lies in that, if I get an error in the process, the rest of the code, including the part where I return records of eigenvalues, is not executed.

    Any suggestions on the best way to handle this in LabVIEW?

    DH

    It seems that your mistake before preventing running Cleanup.

    Do not propagate a cluster of error that could carry an error to the functions necessary for cleaning and put in a State safe.

    Instead, run the cluster of error around these functions and use an error node merge to ensure that you don't lose the message.

    Ben

  • untrapped exception cannot be caught

    I joined the sources of the xmlcataloghandler example in my plug-in in CS2.

    The sample can be build in CS2, for lack of "Types.r" while I build my plugin for WIN32.

    The SDKFileHelper I want to call from a clean menu item.

    The plug-in can be build without errors, but when I imply the functionality

    to read the XML file, I always get ' is being Adobe InDesign

    downwards. A serious error has been detected "on the line" IdFichier = defaultCatalogFile "

    Utils < IXCatHndFacade > (-> GetDefaultXMLCatalogFile()); »
    I ' v surrounded this line with a try and catch clause (const exception & e).
    The method GetDefaultXMLCatalogFile() itself I also surrounded a
    try/catch clause.
    But anyway, I get named untrapped error, which will stop in InDesign.
    What to do to avoid or to deal with this fundamental error?

    Jochen Seliger

    Fine that you solved this problem.

    Be sure to mark this discussion as replied.

  • Error on the deployment of OpenStack in VIO

    Hello

    I try to install Openstack on vsphere 6 and the deployment produces a message error 'nodes are inaccessible.

    I denied the firwall on all the ESXi, but the same error persists.

    Here I have the screenshot of my vsphere 6, all components with the screenshot of the error msg.

    If anyone can help me I will be grateful.

    could you please check if the control VMs created is in the same vlan as a manager of VIO? We can have a webex if you wish, please let me know your time zone, thank you.

  • Failure of in the Snow Leopard 10.6.8 to El Capitan update

    Hello

    I tried to upgrade to Snow Leopard 10.6.8 to El Capitan and continued to meet any installation errors.  I tried many attempts and ran disk permission repair.  It is motivated by the inability to activate an iPhone 6s with the latest version of itunes 10.6.8 access.

    I have over 400 GB of free space on the hard drive of the facility.  The installation runs about 6 minutes before failing.  I have re downloaded the Setup file of four times and have tried about 7 installs.

    See the fact sheet below.

    I have attached some data of the Setup log.  Please let me me if more is needed.

    Thanks in advance for your help.

    Dec 27 13:54:01 iMac OSInstaller [459]: preliminary extraction of the 378035 file system data

    Dec 27 13:54:01 iMac OSInstaller [459]: without waiting for an Incompatible software update during the upgrade of the OS.

    Dec 27 13:54:01 iMac OSInstaller [459]: list of applications incompatible loading of: (null)

    Dec 27 13:54:01 iMac OSInstaller [459]: detected incompatible software 0 railways

    Dec 27 13:54:02 iMac OSInstaller [459]: find recipes of system to file:///Volumes/Macintosh%20HD/private/var/db/receipts/

    Dec 27 13:54:05 iMac OSInstaller [459]: 55 found recipes.

    Dec 27 13:56:36 iMac OSInstaller [459]: Path enumeration error: error Domain NSPOSIXErrorDomain Code = 2 = "No such file or directory" (/ Volumes/Macintosh HD/usr/lib/samba/nós_info)

    Dec 27 13:56:36 iMac unknown [441]: 2015-12-27 13:56:36.940 OS X Installer [459:19797] an untrapped exception was raised

    Dec 27 13:56:36 iMac unknown [441]: 2015-12-27 13:56:36.940 OS X Installer [459:19797] the enumeration of file system encountered an invalid directory of the order

    Dec 27 13:56:36 iMac unknown [441]: 2015-12-27 13:56:36.940 (OS X Installer [459:19797]

    Dec 27 13:56:36 iMac unknown [441]: 0 CoreFoundation 0x0000000107ed0ae2 __exceptionPreprocess + 178

    Dec 27 13:56:36 iMac unknown [441]: 1 libobjc. A.dylib 0x000000010644873c objc_exception_throw + 48

    Dec 27 13:56:36 iMac [441] unknown: 2 SystemMigration 0x0000000111ad3733-[SMPaths enumerateFilesystem] + 3304

    Dec 27 13:56:36 iMac unknown [441]: 3 libdispatch.dylib 0x000000010b17433f _dispatch_client_callout + 8

    Dec 27 13:56:36 iMac unknown [441]: 4 libdispatch.dylib 0x000000010b175926 _dispatch_barrier_sync_f_invoke + 74

    Dec 27 13:56:36 iMac unknown [441]: 5 SystemMigration 0x0000000111ad39fa-[SMPaths ensureFilesystemIsClassified] + 110

    Dec 27 13:56:36 iMac unknown [441]: 6 SystemMigration 0x0000000111ad1887-[SMPaths totalSizeOfReaperPaths] + 37

    Dec 27 13:56:36 iMac unknown [441]: 7 OSInstaller 0x0000000105a762dc-[OSIReapableSpaceChecker _calculateSystemPathsAndSize] + 272

    Dec 27 13:56:36 iMac unknown [441]: 8 OSInstaller 0x0000000105a764d9-[OSIReapableSpaceChecker reapableFiles] + 83

    Dec 27 13:56:36 iMac unknown [441]: 9 OSInstaller 0x0000000105a74fcd-[OSIReapPreviousSystem _pathsToBackup] + 62

    Dec 27 13:56:36 iMac unknown [441]: 10 OSInstaller 0x0000000105a75289-[OSIReapPreviousSystem createRecoveredItems] + 175

    Dec 27 13:56:36 iMac unknown [441]: 11 OSInstaller 0x0000000105a737e2-[OSIReapPreviousSystem runReturningError:] + 635

    Dec 27 13:56:36 iMac unknown [441]: 12 OSInstaller 0x0000000105a678f9 __35-[OSInstallController startInstall] _block_invoke + 1612

    Dec 27 13:56:36 iMac unknown [441]: 13 libdispatch.dylib 0x000000010b17f871 _dispatch_call_block_and_release + 12

    Dec 27 13:56:36 iMac unknown [441]: 14 libdispatch.dylib 0x000000010b17433f _dispatch_client_callout + 8

    Dec 27 13:56:36 iMac unknown [441]: 15 libdispatch.dylib 0x000000010b1781cf _dispatch_root_queue_drain + 1890

    Dec 27 13:56:36 iMac unknown [441]: 16 0x000000010b177a34 _dispatch_worker_thread3 + 91 libdispatch.dylib

    Dec 27 13:56:36 iMac unknown [441]: 17 libsystem_pthread.dylib 0x000000010b51768f _pthread_wqthread + 1129

    Dec 27 13:56:36 iMac unknown [441]: 18 libsystem_pthread.dylib 0x000000010b515365 start_wqthread + 13

    Dec 27 13:56:36 iMac unknown :)) [441]

    Dec 27 13:56:36 iMac unknown [441]: 2015-12-27 13:56:36.940 OS X Installer [459:19797] * terminating app due to an untrapped exception 'FileSystemEnumerationFailure', reason: "the enumeration of file system met an invalid directory of the order.

    Dec 27 13:56:36 iMac unknown [441]: * first throw stack calls:

    Dec 27 13:56:36 iMac unknown [441]:)

    Dec 27 13:56:36 iMac unknown [441]: 0 CoreFoundation 0x0000000107ed0ae2 __exceptionPreprocess + 178

    Dec 27 13:56:36 iMac unknown [441]: 1 libobjc. A.dylib 0x000000010644873c objc_exception_throw + 48

    Dec 27 13:56:36 iMac [441] unknown: 2 SystemMigration 0x0000000111ad3733-[SMPaths enumerateFilesystem] + 3304

    Dec 27 13:56:36 iMac unknown [441]: 3 libdispatch.dylib 0x000000010b17433f _dispatch_client_callout + 8

    Dec 27 13:56:36 iMac unknown [441]: 4 libdispatch.dylib 0x000000010b175926 _dispatch_barrier_sync_f_invoke + 74

    Dec 27 13:56:36 iMac unknown [441]: 5 SystemMigration 0x0000000111ad39fa-[SMPaths ensureFilesystemIsClassified] + 110

    Dec 27 13:56:36 iMac unknown [441]: 6 SystemMigration 0x0000000111ad1887-[SMPaths totalSizeOfReaperPaths] + 37

    Dec 27 13:56:36 iMac unknown [441]: 7 OSInstaller 0x0000000105a762dc-[OSIReapableSpaceChecker _calculateSystemPathsAndSize] + 272

    Dec 27 13:56:36 iMac unknown [441]: 8 OSInstaller 0x0000000105a764d9-[OSIReapableSpaceChecker reapableFiles] + 83

    Dec 27 13:56:36 iMac unknown [441]: 9 OSInstaller 0x0000000105a74fcd-[OSIReapPreviousSystem _pathsToBackup] + 62

    Dec 27 13:56:36 iMac unknown [441]: 10 OSInstaller 0x0000000105a75289-[OSIReapPreviousSystem createRecoveredItems] + 175

    Dec 27 13:56:36 iMac unknown [441]: 11 OSInstaller 0x0000000105a737e2-[OSIReapPreviousSystem runReturningError:] + 635

    Dec 27 13:56:36 iMac unknown [441]: 12 OSInstaller 0x0000000105a678f9 __35-[OSInstallController startInstall] _block_invoke + 1612

    Dec 27 13:56:36 iMac unknown [441]: 13 libdispatch.dylib 0x000000010b17f871 _dispatch_call_block_and_release + 12

    Dec 27 13:56:36 iMac unknown [441]: 14 libdispatch.dylib 0x000000010b17433f _dispatch_client_callout + 8

    Dec 27 13:56:36 iMac unknown [441]: 15 libdispatch.dylib 0x000000010b1781cf _dispatch_root_queue_drain + 1890

    Dec 27 13:56:36 iMac unknown [441]: 16 0x000000010b177a34 _dispatch_worker_thread3 + 91 libdispatch.dylib

    Dec 27 13:56:36 iMac unknown [441]: 17 libsystem_pthread.dylib 0x000000010b51768f _pthread_wqthread + 1129

    Dec 27 13:56:36 iMac unknown [441]: 18 libsystem_pthread.dylib 0x000000010b515365 start_wqthread + 13

    Dec 27 13:56:36 iMac unknown :)) [441]

    Dec 27 13:56:37 iMac unknown [441]: libc ++ abi.dylib: termination with eception exception of type print

    Dec 27 13:56:37 opendirectoryd iMac [123]: 459 - customer: "OS X Installer", came out with 2 meetings, 2 node (s) and 0 or more active requests

    Dec 27 13:56:37 opendirectoryd iMac [123]: 459.20 - ODNodeRelease request, NodeID: 89FEE896-DDD7-4D2D-9582-83FDE9C94D1D

    Dec 27 13:56:37 opendirectoryd iMac [123]: 459.21 - ODNodeRelease request, NodeID: 959F5FBA-32C0-40A0-B8BB-6704D8D53DAA

    Dec 27 13:56:37 opendirectoryd iMac [123]: 459.22 - ODSessionRelease request, SessionID: 203730B1-37DA-4052-BB4C-B5ECA905E9E6

    Dec 27 13:56:37 selector language iMac [440]: child process exited 6

    Dec 27 13:56:37 opendirectoryd iMac [123]: 459.20, node: / Local by default - ODNodeRelease completed

    Dec 27 13:56:37 opendirectoryd iMac [123]: 459.21, node: / Local by default - ODNodeRelease completed

    Dec 27 13:56:37 opendirectoryd iMac [123]: 459.22 - completed ODSessionRelease

    Dec 27 13:56:37 opendirectoryd iMac [123]: 459.23 - ODSessionRelease request, SessionID: 6D965C95-0436-47DB-A532-6F958E79CA85

    Dec 27 13:56:37 opendirectoryd iMac [123]: 459.23 - over ODSessionRelease

    Dec 27 13:56:37 iMac storagekitd [460]: removal of client connection

    Dec 27 13:56:37 iMac storagekitd [460]: no more connections, storagekitd will leave...

    Dec 27 13:56:37 iMac unknown [510]: launch of Installer Crash Log Viewer

    Dec 27 13:56:38 iMac Viewer [511]: LSExceptions [0x7fe771c03960] loaded

    Dec 27 13:56:42 iMac Viewer [511]: ISAP: Abort progress called user interface.

    Dec 27 13:56:49 iMac Viewer [511]: LSExceptions [0x7fe771c03960] unloaded

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509,24 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.24 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, name: / Local by default, Options: 0x0

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.24.25 - Block: nodestate ' / Local by default.

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.24.25 Module: PlistFile - node is 10.7 or higher

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.24.25 - nodestate - signaling "/ default Local" online

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.24.25 - finished block

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.24, node: / Local/Default - assigned node UUID - 2E05C89C-D636-4F12-A94D-21ACB84B2749

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.24, node: / Local by default - ODNodeCreateWithNameAndOptions completed

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.26 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.26 - ODNodeCopyDetails request, NodeID: 2E05C89C-D636-4F12-A94D-21ACB84B2749, keys: dsAttrTypeStandard:NodePath

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.26, node: / Local/default, Module: PlistFile - over ODNodeCopyDetails, delivered 1 result

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509,27 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.27 - ODNodeRelease request, NodeID: 2E05C89C-D636-4F12-A94D-21ACB84B2749

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.27, node: / Local by default - ODNodeRelease completed

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.28 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.28 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, name: /Search, Options: 0x0

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.28 - ODNodeCreateWithNameAndOptions failed with error ' node name unknown "(2000)

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.29 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.29 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, name: /Search, Options: 0x0

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.29 - ODNodeCreateWithNameAndOptions failed with error ' node name unknown "(2000)

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.30 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.30 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, name: / Local by default, Options: 0x0

    Dec 27 13:56:55 opendirectoryd iMac [123]: node 509.30,: / Local/Default - assigned node UUID - B4FF30AB-8C3E-4DE4-BE8E-E8E366DD5C83

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.30, node: / Local by default - ODNodeCreateWithNameAndOptions completed

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.31 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    Dec 27 13:56:55 opendirectoryd iMac [123]: 509.31 - ODQueryCreateWithNode request, NodeID: B4FF30AB-8C3E-4DE4-BE8E-E8E366DD5C83, RecordType (s): dsRecTypeStandard:Users, attribute: dsAttrTypeStandard:RecordName, MatchType: all, equality: CaseIgnore, value (s): dsRecordsAll, attributes requested: dsAttrTypeStandard:GeneratedUID, dsAttrTypeNative:LinkedIdentity, dsAttrTypeStand, ard:RealName, dsAttrTypeStandard:GroupMembership, dsAttrTypeNative:IsHidden, dsAttr, TypeStandard:Picture, dsAttrTypeStandard:UserCertificate, dsAttrTypeStandard:Apple MetaNodeLocation, dsAttrTypeStandard:RecordType, dsAttrTypeStandard:Comment, dsAttr TypeStandard:NestedGroups, dsAttrTypeStandard:PrimaryGroupID, dsAttrTypeStandard:A, uthenticationAuthority, dsAttrTypeStandard:Keywords, dsAttrTypeStandard:RecordName , dsAttrTypeStandard: JPEGPhoto, dsAttrTypeNative:_guest, dsAttrTypeStandard:AppleMe, taRecordName, dsAttrTypeStandard:UserShell, dsAttrTypeStandard:GroupMembers, dsAttr, TypeStandard:UniqueID, dsAttrTypeStandard:EMailAddress, dsAttrTypeStandard:NFSHome, directory, Max results: 2147483647

    Take a look in your Applications folder to install OS X El Capitan.app, if you drag to the trash and delete.

    Restart your Mac and try the download again.

    You have backed up your system to Snow Leopard, you really have to do that if there is no problem

    You can always restore to a working system.

    Its a big leap then have you prepared, for example, have you checked to see if the third party apps you have

    are compatible with El Capitan and updates. You will probably lose iPhoto and Aperture if you have installed them.

    You can partition your drive and install a copy of the El Capitan, for the test and start between the two

    until you feel able to El Capitan, and then make the leap.

    A lot of things to think about.

  • Cannot downgrade

    Dear people of Apple Support communities,

    I tried to downgrade my MacBook Pro (13, early 2011) of El Capitan to the Mavericks, but I'm stuck. At the beginning I was not able to create a bootable USB, however, I used a 32 GB SD card I had lying around which works very well for a start off the coast. However, now when I try to install the Mavericks, I get this error:

    7 May 12:02:33 localhost opendirectoryd [101]: opendirectoryd (build 339.102.1) launched - mode installer

    7 May 12:02:33 localhost opendirectoryd [101]: limit logging level changed to "notice".

    7 May 12:02:33 localhost opendirectoryd [101]: Initialize trigger support

    7 May 12:02:33 localhost opendirectoryd [101]: creation of endpoint for the mach service 'com.apple.private.opendirectoryd.rpc '.

    7 May 12:02:33 localhost opendirectoryd [101]: configuration manager default for RPC "reset_cache."

    7 May 12:02:33 localhost opendirectoryd [101]: configuration manager default for RPC "reset_statistics."

    7 May 12:02:33 localhost opendirectoryd [101]: configuration manager default for CPP 'show '.

    7 May 12:02:33 localhost opendirectoryd [101]: from endpoint for the service 'com.apple.private.opendirectoryd.rpc '.

    7 May 12:02:33 localhost opendirectoryd [101]: no dynamic data available at ' / System/Library/OpenDirectory/DynamicData/Configure.plist'

    7 May 12:02:33 localhost opendirectoryd [101]: node registered with the name "/ configure" as hidden

    7 May 12:02:33 localhost opendirectoryd [101]: no dynamic data available at ' / System/Library/OpenDirectory/DynamicData/Local.plist'

    7 May 12:02:33 localhost opendirectoryd [101]: node registered with the name "/ Local" as hidden

    7 May 12:02:40 localhost unknown [358]: kern.boottime: {sec = 1462647747, usec = 0} Sat 7 May 12:02:27 2016

    7 May 12:02:40 localhost unknown [368]: launches the language for the installation of the OS selector

    7 May 12:02:45 selector language localhost [369]: waiting for devices prepaired to appear

    7 May 12:02:52 localhost configd [114]: subnet_route_if_index: cannot obtain the interface name

    7 May 12:02:56 selector language localhost [369]: done Prepaired wait.

    7 May 12:02:57 localhost unknown [370]: Keyboard Layouts: identifier of keyboard-16899 duplicate provision.

    7 May 12:02:57 localhost unknown [370]: Keyboard Layouts: keyboard-16899 available identifier has been replaced by-28673.

    7 May 12:02:57 localhost unknown [370]: Keyboard Layouts: identifier of keyboard-16900 duplicate provision.

    7 May 12:02:57 localhost unknown [370]: Keyboard Layouts: keyboard-16900 available identifier has been replaced by 28674.

    7 May 12:02:57 selector language localhost [369]: keyboard Set ID: 26

    7 May 12:02:57 selector language localhost [369]: found the trick main language "nl".

    7 May 12:02:57 selector language localhost [369]: could not write in /var/log/CDIS.custom

    7 May 12:02:57 localhost unknown [370]: starting adjustment.

    7 May 12:02:57 selector language localhost [369]: launch the installer with language code "nl".

    7 May 12:02:58 localhost OSInstaller [385]: LSExceptions [0x7f9bead2cb30] loaded

    7 May 12:02:58 localhost OSInstaller [385]: OS X Installer application started

    7 May 12:02:58 localhost OSInstaller [385]: found 1 display device.

    7 May 12:02:58 localhost OSInstaller [385]: display [1] does NOT use OpenGL acceleration.

    7 May 12:02:58 localhost OSInstaller [385]: @(#) PROGRAM: installation PROJECT: installation-846

    7 May 12:02:58 localhost OSInstaller [385]: @(#) PROGRAM: OS X Installer PROJECT: OSInstaller-525

    7 May 12:02:58 localhost OSInstaller [385]: material: MacBookPro8, 1 2.30 GHz (x 4), 16384 MB RAM

    7 May 12:02:58 localhost OSInstaller [385]: build BONES running: Mac OS X 10.9.5 (13F34)

    7 May 12:02:58 localhost OSInstaller [385]: Env: __CF_USER_TEXT_ENCODING = 0x0: 0:0

    7 May 12:02:58 localhost OSInstaller [385]: Env: PATH = / usr/bin: / bin: / usr/sbin: / sbin

    7 May 12:02:58 localhost OSInstaller [385]: Env: PWD = /.

    7 May 12:02:58 localhost OSInstaller [385]: Env: SHLVL = 1

    7 May 12:02:58 localhost OSInstaller [385]: Env: __OSINSTALL_ENVIRONMENT = 1

    7 May 12:02:58 localhost OSInstaller [385]: Env: CI_DEFAULT_OPENCL_USAGE = 0

    7 May 12:02:58 localhost OSInstaller [385]: Env: OS_INSTALL = 1

    7 May 12:02:58 localhost OSInstaller [385]: Env: _ = / System/Library/CoreServices/Language Chooser Chooser.app/Contents/MacOS/Language

    7 May 12:02:58 localhost OSInstaller [385]: Env: __CHECKFIX1436934 = 1

    7 May 12:02:58 localhost OSInstaller [385]: using product PKSecureNetEnabledProduct < file:///Volumes/Macintosh%20HD/OS%20X%20Install%20Data/ > remote 5

    7 May 12:02:58 localhost OSInstaller [385]: opening OSInstall package ' / System/Installation/Packages/OSInstall.mpkg'.

    7 May 12:02:59 localhost OSInstaller [385]: using product < OSInstallRootProduct > remote 5

    7 May 12:02:59 localhost OSInstaller [385]: using product < OSInstallDVDProduct > based on media DVD Volumes/Mac OS X install remote 5

    7 May 12:03 localhost OSInstaller [385]: JS: installCheckScript threw the TypeError exception: 'null' is not an object (evaluation of "my.target.systemVersion")

    7 May 12:03 localhost unknown [370]: objc [385]: SleepTimerCallback of the class is implemented in the system, Installation, Commission, OS installer X Installer.app/Contents/MacOS/OS X both System, Installation, Commission, OS X Installer.app/Contents/Resources/OSXInstallAssistant.bundle/Contents/MacOS/OSXI nstallAssistant. One of the two will be used. That one is not defined.

    7 May 12:03 localhost OSInstaller [385]: statistics of memory for the "OS X installeren: pane

    7 May 12:03 localhost OSInstaller [385]: physical memory Allocation: 850 MB wired, 4 MB caught in the trap, 391 MB active, inactive 120 MB, 15019 MB of free space, usable 15530 MB, 16384 MB total

    7 May 12:03 localhost unknown [370]: 2016-05-07 12:03:00.442 OS X Installer [385:303] * WARNING:-[NSImage compositeToPoint:fromRect:operation:] is deprecated in Mac OS x 10.8 and later versions. Please use-[NSImage drawAtPoint:fromRect:operation:fraction:] instead.

    7 May 12:03 localhost OSInstaller [385]: X Volumes/install OS X Mavericks: No. DirectoryServices database.

    7 May 12:03 localhost OSInstaller [385]: X Volumes/install OS X Mavericks: the system appears to be damaged, because no local user database was found!

    7 May 12:03 localhost OSInstaller [385]: X too recent Source: Source version: 10.11, Destination version: 10.9.5

    7 May 12:03:01 localhost unknown [370]: Keyboard Layouts: identifier of keyboard-16899 duplicate provision.

    7 May 12:03:01 localhost unknown [370]: Keyboard Layouts: keyboard-16899 available identifier has been replaced by-28673.

    7 May 12:03:01 localhost unknown [370]: Keyboard Layouts: identifier of keyboard-16900 duplicate provision.

    7 May 12:03:01 localhost unknown [370]: Keyboard Layouts: keyboard-16900 available identifier has been replaced by 28674.

    7 May 12:03:08 localhost OSInstaller [385]: LSExceptions [0x7f9bead2cb30] unloaded

    7 May 12:03:11 localhost OSInstaller [385]: LSExceptions [0x7f9bed6079b0] loaded

    7 May 12:03:17 localhost OSInstaller [385]: allowing you to sleep the machine.

    7 May 12:03:17 localhost unknown [370]: 2016-05-07 12:03:17.311 OS X Installer [385:303] * WARNING:-[NSImage compositeToPoint:operation:] is deprecated in Mac OS x 10.8 and later versions. Please use-[NSImage drawAtPoint:fromRect:operation:fraction:] instead.

    7 May 12:03:17 localhost unknown [370]: 2016-05-07 12:03:17.555 OS X Installer [385:303] * WARNING:-[NSImage compositeToPoint:operation:fraction:] is deprecated in Mac OS x 10.8 and later versions. Please use-[NSImage drawAtPoint:fromRect:operation:fraction:] instead.

    7 May 12:03:17 localhost unknown [370]: 2016-05-07 12:03:17.555 OS X Installer [385:303] * WARNING:-[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in Mac OS x 10.8 and later versions. Please use-[NSImage drawAtPoint:fromRect:operation:fraction:] instead.

    7 May 12:03:18 localhost OSInstaller [385]: X Volumes/Mac OS X installation DVD: Missing CoreServices.

    7 May 12:03:18 localhost OSInstaller [385]: X Volumes/install OS X Mavericks: No. DirectoryServices database.

    7 May 12:03:18 localhost OSInstaller [385]: X Volumes/install OS X Mavericks: the system appears to be damaged, because no local user database was found!

    7 May 12:03:18 localhost OSInstaller [385]: X too recent Source: Source version: 10.11, Destination version: 10.9.5

    7 May 12:03:21 localhost OSInstaller [385]: LSExceptions [0x7f9bed6079b0] unloaded

    7 May 12:03:21 localhost OSInstaller [385]: prevent the sleep of the machine.

    7 May 12:03:21 localhost OSInstaller [385]: plugin InstallerStatusNotifications loaded

    7 May 12:03:21 localhost OSInstaller [385]: = =.

    7 May 12:03:21 localhost OSInstaller [385]: choice selected for installation:

    7 May 12:03:21 localhost OSInstaller [385]: Installeer: 'OS X '.

    7 May 12:03:21 localhost OSInstaller [385]: BaseSystemBinaries.pkg: com.apple.pkg.BaseSystemBinaries: 10.9.0.1.1.1306847324

    7 May 12:03:21 localhost OSInstaller [385]: BaseSystemResources.pkg: com.apple.pkg.BaseSystemResources: 10.9.0.1.1.1306847324

    7 May 12:03:21 localhost OSInstaller [385]: OSInstall.mpkg: com.apple.mpkg.OSInstall: 10.9.0

    7 May 12:03:21 localhost OSInstaller [385]: Essentials.pkg: com.apple.pkg.Essentials: 10.9.0.1.1.1306847324

    7 May 12:03:21 localhost OSInstaller [385]: BSD.pkg: com.apple.pkg.BSD: 10.9.0.1.1.1306847324

    7 May 12:03:21 localhost OSInstaller [385]: JavaTools.pkg: com.apple.pkg.JavaTools: 10.9.0.1.1.1306847324

    7 May 12:03:21 localhost OSInstaller [385]: AdditionalEssentials.pkg: com.apple.pkg.AdditionalEssentials: 10.9.0.1.1.1306847324

    7 May 12:03:21 localhost OSInstaller [385]: AdditionalSpeechVoices.pkg: com.apple.pkg.AdditionalSpeechVoices: 10.9.0.1.1.1306847324

    7 May 12:03:21 localhost OSInstaller [385]: AsianLanguagesSupport.pkg: com.apple.pkg.AsianLanguagesSupport: 10.9.0.1.1.1306847324

    7 May 12:03:21 localhost OSInstaller [385]: MediaFiles.pkg: com.apple.pkg.MediaFiles: 10.9.0.1.1.1306847324

    7 May 12:03:21 localhost OSInstaller [385]: JavaEssentials.pkg: com.apple.pkg.JavaEssentials: 10.9.0.1.1.1306847324

    7 May 12:03:21 localhost OSInstaller [385]: OxfordDictionaries.pkg: com.apple.pkg.OxfordDictionaries: 10.9.0.1.1.1306847324

    7 May 12:03:21 localhost OSInstaller [385]: X11redirect.pkg: com.apple.pkg.X11redirect: 10.9.0.1.1.1306847324

    7 May 12:03:21 localhost OSInstaller [385]: OSInstall.pkg: com.apple.pkg.OSInstall: 10.9.0.1

    7 May 12:03:21 localhost OSInstaller [385]: = =.

    7 May 12:03:21 localhost OSInstaller [385]: it took 0.00 seconds to sum up the package selections.

    7 May 12:03:21 localhost OSInstaller [385]: memory for the pane "Installeren: statistics

    7 May 12:03:21 localhost OSInstaller [385]: physical memory Allocation: 852 MB wired, 4 MB caught in the trap, 431 MB active, inactive 123 MB, 14974 MB of free space, usable 15528 MB, 16384 MB total

    7 May 12:03:21 localhost OSInstaller [385]: Dist disc is not root.

    7 May 12:03:21 localhost OSInstaller [385]: Remote installation wizard found in: (null)

    7 May 12:03:21 localhost OSInstaller [385]: set the level of permissions to root for the session

    7 May 12:03:21 runner localhost [388]: the administrator authorization.

    7 May 12:03:21 localhost OSInstaller [385]: image located recovery system to "/ Volumes/Mac OS X Install DVD/BaseSystem.dmg.

    7 May 12:03:21 localhost OSInstaller [385]: X too recent Source: Source version: 10.11, Destination version: 10.9.5

    7 May 12:03:21 localhost OSInstaller [385]: PK will install the package file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/BaseSystemBinari es.pkg (556950528 b)

    7 May 12:03:21 localhost OSInstaller [385]: PK will install the package file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/BaseSystemResour ces.pkg (374965248 b)

    7 May 12:03:21 localhost OSInstaller [385]: IF will install the package file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/OSInstall.mpkg (0 b)

    7 May 12:03:21 localhost OSInstaller [385]: PK will install the package file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/Essentials.pkg (4720211968 b)

    7 May 12:03:21 localhost OSInstaller [385]: PK will install the package file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/BSD.pkg (736843776 b)

    7 May 12:03:21 localhost OSInstaller [385]: PK will install the package file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/JavaTools.pkg (94208 b)

    7 May 12:03:21 localhost OSInstaller [385]: IF will install the package file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/OSInstall.mpkg (0 b)

    7 May 12:03:21 localhost OSInstaller [385]: PK will install the package file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/AdditionalEssent ials.pkg (163966976 b)

    7 May 12:03:21 localhost OSInstaller [385]: PK will install the package file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/AdditionalSpeech Voices.pkg (293543936 b)

    7 May 12:03:21 localhost OSInstaller [385]: PK will install the package file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/AsianLanguagesSu pport.pkg (4018176 b)

    7 May 12:03:21 localhost OSInstaller [385]: PK will install the package file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/MediaFiles.pkg (235410432 b)

    7 May 12:03:21 localhost OSInstaller [385]: PK will install the package file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/JavaEssentials.p kg (6665216 b)

    7 May 12:03:21 localhost OSInstaller [385]: PK will install the package file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/OxfordDictionari es.pkg (102292480 b)

    7 May 12:03:21 localhost OSInstaller [385]: PK will install the package file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/X11redirect.pkg (3472384 b)

    7 May 12:03:21 localhost OSInstaller [385]: PK will install the package file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Packages/OSInstall.pkg (0 b)

    7 May 12:03:21 localhost OSInstaller [385]: external root of setting to: /.

    7 May 12:03:21 localhost OSInstaller [385]: OSI: com.apple.pkg.BaseSystemResources remapped external root path to: /.

    7 May 12:03:21 localhost OSInstaller [385]: size Total install including filling: 8272177152 b + 0 non-OS b collection items

    7 May 12:03:21 localhost OSInstaller [385]: PFPackage::packageWithURL - impossible to instantiate the package: Volumes/Mac OS X install DVD/Packages/OSInstall.mpkg

    7 May 12:03:21 localhost OSInstaller [385]: open the package error "OSInstall.mpkg."

    7 May 12:03:21 localhost OSInstaller [385]: X too recent Source: Source version: 10.11, Destination version: 10.9.5

    7 May 12:03:22 localhost OSInstaller [385]: start the installation:

    7 May 12:03:22 localhost OSInstaller [385]: check consistency volume on "Macintosh HD".

    7 May 12:03:22 localhost unknown [370]: 2016-05-07 12:03:22.308 OS X Installer intermediate failure [385:7403] application 'crash on OSVolumeFsckQueueElement to 0.'

    7 May 12:03:22 localhost OSInstaller [385]: Volume control

    7 May 12:03:22 localhost OSInstaller [385]: controleren Bestandssysteem

    7 May 12:03:22 localhost OSInstaller [385]: Plus-volume of HFS Journaled wordt gecontroleerd.

    7 May 12:03:22 localhost OSInstaller [385]: Extents overflow-bestand wordt gecontroleerd.

    7 May 12:03:22 localhost OSInstaller [385]: Catalogusbestand wordt gecontroleerd.

    7 May 12:03:22 localhost unknown [370]: 2016-05-07 12:03:22.653 OS X Installer [385:7403] crashing now...

    7 May 12:03:27 selector language localhost [369]: child process exited 6

    7 May 12:03:27 localhost opendirectoryd [101]: 396,1 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    7 May 12:03:27 localhost opendirectoryd [101]: 396.1 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, name: / Local by default, Options: 0x0

    7 May 12:03:27 localhost opendirectoryd [101]: 396,1 - loading configuration for ' / Local ' to ' / System/Library/OpenDirectory/Configurations/Local.plist'

    7 May 12:03:27 localhost opendirectoryd [101]: Pack loaded, the path "/ System/Library/OpenDirectory/Modules/PlistFile.bundle"

    7 May 12:03:27 localhost opendirectoryd [101]: 396,1 - cannot find the authentication module "AppleID.

    7 May 12:03:27 localhost opendirectoryd [101]: 396,1 - cannot find the authentication module 'ConfigurationProfiles '.

    7 May 12:03:27 localhost opendirectoryd [101]: 396,1 - could not find the service reminder of discovery for the module 'PlistFile '.

    7 May 12:03:27 localhost opendirectoryd [101]: saving changes made to the network

    7 May 12:03:27 opendirectoryd localhost [101]: subnode saved with the name "/ Local by default.

    7 May 12:03:27 localhost opendirectoryd [101]: 101.2 - Block: nodestate ' / Local.

    7 May 12:03:27 localhost opendirectoryd [101]: cannot open the local node for exemplary internal

    7 May 12:03:27 localhost opendirectoryd [101]: 396.1.3 - Block: nodestate ' / Local by default.

    7 May 12:03:27 localhost opendirectoryd [101]: 101.2 - nodestate - Pavilion "/ Local" online

    7 May 12:03:27 localhost opendirectoryd [101]: registration to the changes in power

    7 May 12:03:27 localhost opendirectoryd [101]: 396.1.3 Module: PlistFile - node is 10.7 or higher

    7 May 12:03:27 localhost opendirectoryd [101]: 101.2 - finished block

    7 May 12:03:27 localhost opendirectoryd [101]: registration of changes to the grid

    7 May 12:03:27 localhost opendirectoryd [101]: 396.1.3 - nodestate - signaling "/ default Local" online

    7 May 12:03:27 localhost opendirectoryd [101]: 396.1.3 - finished block

    7 May 12:03:27 localhost opendirectoryd [101]: 396.1, node: / Local/Default - assigned node UUID - A486C030-B59C-420A-9ED3-1DB1E897ED27

    7 May 12:03:27 localhost opendirectoryd [101]: 396.1, node: / Local by default - ODNodeCreateWithNameAndOptions completed

    7 May 12:03:27 localhost opendirectoryd [101]: 396,4 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    7 May 12:03:27 localhost opendirectoryd [101]: 396,4 - ODNodeCopyDetails request, NodeID: A486C030-B59C-420-a-9ED3-1DB1E897ED27, control keys: dsAttrTypeStandard:NodePath

    7 May 12:03:27 localhost opendirectoryd [101]: 396,4, node: / Local/default, Module: PlistFile - over ODNodeCopyDetails, delivered 1 result

    7 May 12:03:27 localhost opendirectoryd [101]: 396,5 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    7 May 12:03:27 localhost opendirectoryd [101]: 396,5 - ODNodeRelease request, NodeID: A486C030-B59C-420A-9ED3-1DB1E897ED27

    7 May 12:03:27 localhost opendirectoryd [101]: 396.5, node: / Local by default - ODNodeRelease completed

    7 May 12:03:27 localhost opendirectoryd [101]: 396.6 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    7 May 12:03:27 localhost opendirectoryd [101]: 396.6 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, name: /Search, Options: 0x0

    7 May 12:03:27 localhost opendirectoryd [101]: 396.6 - ODNodeCreateWithNameAndOptions failed with error ' node name unknown "(2000)

    7 May 12:03:27 localhost opendirectoryd [101]: 396,7 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    7 May 12:03:27 localhost opendirectoryd [101]: 396.7 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, name: /Search, Options: 0x0

    7 May 12:03:27 localhost opendirectoryd [101]: 396,7 - ODNodeCreateWithNameAndOptions failed with error ' node name unknown "(2000)

    7 May 12:03:27 localhost opendirectoryd [101]: 396,8 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    7 May 12:03:27 localhost opendirectoryd [101]: 396,8 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, name: / Local by default, Options: 0x0

    7 May 12:03:27 localhost opendirectoryd [101]: node 396,8,: / Local/Default - assigned node UUID - AD32A6D7-9B4D-483B-8EB4-61AF6CA70CBD

    7 May 12:03:27 localhost opendirectoryd [101]: 396.8, node: / Local by default - ODNodeCreateWithNameAndOptions completed

    7 May 12:03:27 localhost opendirectoryd [101]: 396,9 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    7 May 12:03:27 localhost opendirectoryd [101]: 396.9 - ODQueryCreateWithNode request, NodeID: AD32A6D7-9B4D-483B-8EB4-61AF6CA70CBD, RecordType (s): dsRecTypeStandard:Users, attribute: dsAttrTypeStandard:RecordName, MatchType: all, equality: CaseIgnore, value (s): dsRecordsAll, attributes requested: dsAttrTypeStandard:GeneratedUID, dsAttrTypeNative:LinkedIdentity, dsAttrTypeStand, ard:RealName, dsAttrTypeStandard:GroupMembership, dsAttrTypeStandard:Picture, dsAtt, rTypeStandard:UserCertificate, dsAttrTypeStandard:AppleMetaNodeLocation, dsAttrTyp, eStandard:RecordType, dsAttrTypeStandard:Comment, dsAttrTypeStandard:NestedGroups, dsAttrTypeStandard:PrimaryGroupID, dsAttrTypeStandard:AuthenticationAuthority, ttrTypeStandard:Keywords, dsA, dsAttrTypeStandard:RecordName, oto dsAttrTypeStandard:JPEGPh , dsAttrTypeNative: _guest, dsAttrTypeStandard:AppleMetaRecordName, dsAttrTypeSta, ndard:UserShell, dsAttrTypeStandard:GroupMembers, dsAttrTypeStandard:UniqueID, trTypeStandard:EMailAddress, dsAttrTypeStandard:NFSHomeDirectory, Max results Tahd: 2147483647

    7 May 12:03:27 localhost opendirectoryd [101]: 396.9, node: / Local/default, Module: PlistFile - over ODQueryCreateWithNode, delivered 76 results

    7 May 12:03:27 localhost opendirectoryd [101]: 396.10 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    7 May 12:03:27 localhost opendirectoryd [101]: 396.10 - ODNodeRelease request, NodeID: AD32A6D7-9B4D-483B-8EB4-61AF6CA70CBD

    7 May 12:03:27 localhost opendirectoryd [101]: 396.10, node: / Local by default - ODNodeRelease completed

    7 May 12:03:28 localhost ReportCrash [396]: process: OS X Installer [385]

    7 May 12:03:28 localhost ReportCrash [396]: path: / Volumes/VOLUME / * / setup of OS X Installer.app/Contents/MacOS/OS X

    7 May 12:03:28 localhost ReportCrash [396]: identifier: OS X Installer

    7 May 12:03:28 localhost ReportCrash [396]: Version: 401 (525)

    7 May 12:03:28 localhost ReportCrash [396]: Type of Code: X 86-64 (Native)

    7 May 12:03:28 localhost ReportCrash [396]: Parent process: language selector [369]

    7 May 12:03:28 localhost ReportCrash [396]: responsible: sh [108]

    7 May 12:03:28 localhost ReportCrash [396]: user ID: 0

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: Date/time: 2016-05-07 12:03:22.744-0700

    7 May 12:03:28 localhost ReportCrash [396]: OS Version: Mac OS X 10.9.5 (13F34)

    7 May 12:03:28 localhost ReportCrash [396]: report Version: 11

    7 May 12:03:28 localhost ReportCrash [396]: anonymous UUID: 4E9EDAF6-9677-436F-A0E8-B058C8A36823

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: crashed thread: 7

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: Type of Exception: EXC_CRASH (SIGABRT)

    7 May 12:03:28 localhost ReportCrash [396]: Codes of Exception: 0 x 0000000000000000, 0 x 0000000000000000

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: request for clarification:

    7 May 12:03:28 localhost ReportCrash [396]: called abort()

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: Thread 0: send queue: com.apple.main - wire

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0x00000001080fca1a mach_msg_trap + 10

    7 May 12:03:28 localhost ReportCrash [396]: 64 + 1 libsystem_kernel.dylib 0x00000001080fbd18 mach_msg

    7 May 12:03:28 localhost ReportCrash [396]: 2 com.apple.CoreFoundation 0x0000000105baff15 __CFRunLoopServiceMachPort + 181

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.CoreFoundation 0x0000000105baf539 __CFRunLoopRun + 1161

    7 May 12:03:28 localhost ReportCrash [396]: 4 com.apple.CoreFoundation 0x0000000105baee75 CFRunLoopRunSpecific + 309

    7 May 12:03:28 localhost ReportCrash [396]: 5 com.apple.HIToolbox 0x00000001095a7a0d RunCurrentEventLoopInMode + 226

    7 May 12:03:28 localhost ReportCrash [396]: 6 com.apple.HIToolbox 0x00000001095a77b7 ReceiveNextEventCommon + 479

    7 May 12:03:28 localhost ReportCrash [396]: 7 com.apple.HIToolbox 0x00000001095a75bc _BlockUntilNextEventMatchingListInModeWithFilter + 65

    7 May 12:03:28 localhost ReportCrash [396]: 8 com.apple.AppKit 0x0000000105ebe24e _DPSNextEvent + 1434

    7 May 12:03:28 localhost ReportCrash [396]: 9 com.apple.AppKit 0x0000000105ebd89b-[NSApplication nextEventMatchingMask:untilDate:inMode: dequeue:] + 122

    7 May 12:03:28 localhost ReportCrash [396]: 10 com.apple.AppKit 0x0000000105eb199c-[NSApplication run] + 553

    7 May 12:03:28 localhost ReportCrash [396]: 11 com.apple.AppKit 0x0000000105e9c783 NSApplicationMain + 940

    7 May 12:03:28 localhost ReportCrash [396]: 12 com.apple.MacOSXInstaller 0x00000001044dedaa 0x1044d8000 + 28074

    7 May 12:03:28 localhost ReportCrash [396]: start of 13 libdyld.dylib 0x0000000107f665fd + 1

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: 1:

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0x0000000108100a3a __semwait_signal + 10

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_c.dylib 0x000000010804fdc0 nanosleep + 200

    7 May 12:03:28 localhost ReportCrash [396]: 2 libsystem_c.dylib 0x000000010804fc1f sleep + 42

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.installframework 0x00000001046f5d47 do_log_watch + 43

    7 May 12:03:28 localhost ReportCrash [396]: 4 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 5 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 6 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: 2 wire:

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0x0000000108100e6a __workq_kernreturn + 10

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_pthread.dylib 0x000000010820df08 _pthread_wqthread + 330

    7 May 12:03:28 localhost ReportCrash [396]: 2 libsystem_pthread.dylib 0x0000000108210fb9 start_wqthread + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: pull 3: the sending queue: com.apple.libdispatch - Manager

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0 0000000108101662 kevent64 + 10 x

    7 May 12:03:28 localhost ReportCrash [396]: 1 libdispatch.dylib 0x0000000107f2f421 _dispatch_mgr_invoke + 239

    7 May 12:03:28 localhost ReportCrash [396]: 2 libdispatch.dylib 0x0000000107f2f136 _dispatch_mgr_thread + 52

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: 4 wire:

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0x0000000108100e6a __workq_kernreturn + 10

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_pthread.dylib 0x000000010820df08 _pthread_wqthread + 330

    7 May 12:03:28 localhost ReportCrash [396]: 2 libsystem_pthread.dylib 0x0000000108210fb9 start_wqthread + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: slide 5:

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0x0000000108100e6a __workq_kernreturn + 10

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_pthread.dylib 0x000000010820df08 _pthread_wqthread + 330

    7 May 12:03:28 localhost ReportCrash [396]: 2 libsystem_pthread.dylib 0x0000000108210fb9 start_wqthread + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: put on 6: com.apple.NSURLConnectionLoader

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0x00000001080fca1a mach_msg_trap + 10

    7 May 12:03:28 localhost ReportCrash [396]: 64 + 1 libsystem_kernel.dylib 0x00000001080fbd18 mach_msg

    7 May 12:03:28 localhost ReportCrash [396]: 2 com.apple.CoreFoundation 0x0000000105baff15 __CFRunLoopServiceMachPort + 181

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.CoreFoundation 0x0000000105baf539 __CFRunLoopRun + 1161

    7 May 12:03:28 localhost ReportCrash [396]: 4 com.apple.CoreFoundation 0x0000000105baee75 CFRunLoopRunSpecific + 309

    7 May 12:03:28 localhost ReportCrash [396]: 5 com.apple.Foundation 0x0000000104a3dff7 + [NSURLConnection (Loader) _resourceLoadLoop:] + 348

    7 May 12:03:28 localhost ReportCrash [396]: 6 com.apple.Foundation 0x0000000104a3ddfb __NSThread__main__ + 1318

    7 May 12:03:28 localhost ReportCrash [396]: 7 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 8 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 9 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: 7 wire crashed:

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0 0000000108100866 __pthread_kill + 10 x

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_pthread.dylib 0x000000010820d35c pthread_kill + 92

    7 May 12:03:28 localhost ReportCrash [396]: 2 libsystem_c.dylib 0x0000000108030bba __abort + 145

    7 May 12:03:28 localhost ReportCrash [396]: abandonment of libsystem_c.dylib 3 0x0000000108030b29 + 140

    7 May 12:03:28 localhost ReportCrash [396]: 4 com.apple.installframework 0x00000001046f3c36-[IFInstallQueueElement _artificialCrashNow] + 23

    7 May 12:03:28 localhost ReportCrash [396]: 5 com.apple.installframework 0x00000001046d749d-[IFInstallQueueElement (ClientMessaging) setPartialProgress:] + 70

    7 May 12:03:28 localhost ReportCrash [396]: 6 com.apple.CoreFoundation 0x0000000105c5be0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12

    7 May 12:03:28 localhost ReportCrash [396]: 7 com.apple.CoreFoundation 0x0000000105b4f82d _CFXNotificationPost + 2893

    7 May 12:03:28 localhost ReportCrash [396]: 8 com.apple.Foundation 0x00000001049d9e4a-[NSNotificationCenter postNotificationName:object:userInfo:] + 68

    7 May 12:03:28 localhost ReportCrash [396]: 9 com.apple.DiskManagement 0x000000010496e448 rx_T2F_oneway_Status_Progress + 153

    7 May 12:03:28 localhost ReportCrash [396]: 10 com.apple.DiskManagement 0x000000010497f7ce _XT2F_oneway_Status_Progress + 168

    7 May 12:03:28 localhost ReportCrash [396]: 11 com.apple.DiskManagement 0x000000010497fbbc T2F_server + 81

    7 May 12:03:28 localhost ReportCrash [396]: 12 com.apple.DiskManagement 0x000000010496dd90 cfrx_T2F + 128

    7 May 12:03:28 localhost ReportCrash [396]: 13 com.apple.CoreFoundation 0x0000000105bbe9c4 __CFMachPortPerform + 388

    7 May 12:03:28 localhost ReportCrash [396]: 14 com.apple.CoreFoundation 0x0000000105bbe829 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41

    7 May 12:03:28 localhost ReportCrash [396]: 15 com.apple.CoreFoundation 0x0000000105bbe79e __CFRunLoopDoSource1 + 478

    7 May 12:03:28 localhost ReportCrash [396]: 16 com.apple.CoreFoundation 0x0000000105baf7d6 __CFRunLoopRun + 1830

    7 May 12:03:28 localhost ReportCrash [396]: 17 com.apple.CoreFoundation 0x0000000105baee75 CFRunLoopRunSpecific + 309

    7 May 12:03:28 localhost ReportCrash [396]: 18 com.apple.Foundation 0x0000000104a4016c-[NSRunLoop (NSRunLoop) runMode:beforeDate:] + 253

    7 May 12:03:28 localhost ReportCrash [396]: 19 com.apple.Foundation 0x0000000104a8879b-[NSRunLoop (NSRunLoop) runUntilDate:] + 78

    7 May 12:03:28 localhost ReportCrash [396]: 20 com.apple.osinstallframework 0x000000010460f81a-[OSDiskManager (OSInstallerAdditions) doDiskCheckOnDisk:andRepair:] + 379

    7 May 12:03:28 localhost ReportCrash [396]: 21 com.apple.osinstallframework 0x0000000104603e36-[OSVolumeFsckQueueElement _performCheckReturningError:] + 218

    7 May 12:03:28 localhost ReportCrash [396]: 22 com.apple.osinstallframework 0 x 0000000104604169-[OSVolumeFsckQueueElement run] + 160

    7 May 12:03:28 localhost ReportCrash [396]: 23 com.apple.installframework 0x00000001046c557e-[IFSession (Jobs) _runMetaQueueEngine] + 1342

    7 May 12:03:28 localhost ReportCrash [396]: 24 com.apple.Foundation 0x0000000104a3ddfb __NSThread__main__ + 1318

    7 May 12:03:28 localhost ReportCrash [396]: 25 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 26 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 27 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: pull 8:

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0 0000000108100716 __psynch_cvwait + 10 x

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_pthread.dylib 0x000000010820ec77 _pthread_cond_wait + 787

    7 May 12:03:28 localhost ReportCrash [396]: com.apple.Foundation 2 0x0000000104a0efc0-[NSCondition waitUntilDate:] + 344

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.Foundation 0x0000000104a05e68-[NSConditionLock lockWhenCondition:beforeDate:] + 232

    7 May 12:03:28 localhost ReportCrash [396]: 4 com.apple.installframework 0x00000001046b5cc1 + [IFDTargetController (WorkerThread) _handleTargetRequests] + 157

    7 May 12:03:28 localhost ReportCrash [396]: 5 com.apple.Foundation 0x0000000104a3ddfb __NSThread__main__ + 1318

    7 May 12:03:28 localhost ReportCrash [396]: 6 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 7 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 8 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: line 9:

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0x00000001080fca1a mach_msg_trap + 10

    7 May 12:03:28 localhost ReportCrash [396]: 64 + 1 libsystem_kernel.dylib 0x00000001080fbd18 mach_msg

    7 May 12:03:28 localhost ReportCrash [396]: 2 com.apple.CoreFoundation 0x0000000105baff15 __CFRunLoopServiceMachPort + 181

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.CoreFoundation 0x0000000105baf539 __CFRunLoopRun + 1161

    7 May 12:03:28 localhost ReportCrash [396]: 4 com.apple.CoreFoundation 0x0000000105baee75 CFRunLoopRunSpecific + 309

    7 May 12:03:28 localhost ReportCrash [396]: 5 com.apple.AppKit 0x000000010605e05e _NSEventThread + 144

    7 May 12:03:28 localhost ReportCrash [396]: 6 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 7 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 8 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: 10 phone: JavaScriptCore::BlockFree

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0 0000000108100716 __psynch_cvwait + 10 x

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_pthread.dylib 0x000000010820ec3b _pthread_cond_wait + 727

    7 May 12:03:28 localhost ReportCrash [396]: 2 com.apple.JavaScriptCore 0x0000000112ee5cb5 JSC::BlockAllocator::blockFreeingThreadMain() + 261

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.JavaScriptCore 0x0000000112edaf4f *: wtfThreadEntryPoint(void*) + 15

    7 May 12:03:28 localhost ReportCrash [396]: 4 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 5 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 6 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: 11 phone: JavaScriptCore::Marking

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0 0000000108100716 __psynch_cvwait + 10 x

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_pthread.dylib 0x000000010820ec3b _pthread_cond_wait + 727

    7 May 12:03:28 localhost ReportCrash [396]: 2 com.apple.JavaScriptCore 0x0000000112ee6727 JSC::GCThread::waitForNextPhase() + 119

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.JavaScriptCore 0x0000000112ee65b8 JSC::GCThread::gcThreadMain() + 88

    7 May 12:03:28 localhost ReportCrash [396]: 4 com.apple.JavaScriptCore 0x0000000112edaf4f *: wtfThreadEntryPoint(void*) + 15

    7 May 12:03:28 localhost ReportCrash [396]: 5 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 6 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 7 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: pull 12: JavaScriptCore::Marking

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0 0000000108100716 __psynch_cvwait + 10 x

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_pthread.dylib 0x000000010820ec3b _pthread_cond_wait + 727

    7 May 12:03:28 localhost ReportCrash [396]: 2 com.apple.JavaScriptCore 0x0000000112ee6727 JSC::GCThread::waitForNextPhase() + 119

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.JavaScriptCore 0x0000000112ee65b8 JSC::GCThread::gcThreadMain() + 88

    7 May 12:03:28 localhost ReportCrash [396]: 4 com.apple.JavaScriptCore 0x0000000112edaf4f *: wtfThreadEntryPoint(void*) + 15

    7 May 12:03:28 localhost ReportCrash [396]: 5 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 6 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 7 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: thread 13: JavaScriptCore::Marking

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0 0000000108100716 __psynch_cvwait + 10 x

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_pthread.dylib 0x000000010820ec3b _pthread_cond_wait + 727

    7 May 12:03:28 localhost ReportCrash [396]: 2 com.apple.JavaScriptCore 0x0000000112ee6727 JSC::GCThread::waitForNextPhase() + 119

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.JavaScriptCore 0x0000000112ee65b8 JSC::GCThread::gcThreadMain() + 88

    7 May 12:03:28 localhost ReportCrash [396]: 4 com.apple.JavaScriptCore 0x0000000112edaf4f *: wtfThreadEntryPoint(void*) + 15

    7 May 12:03:28 localhost ReportCrash [396]: 5 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 6 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 7 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: 14 thread: JavaScriptCore::BlockFree

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0 0000000108100716 __psynch_cvwait + 10 x

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_pthread.dylib 0x000000010820ec3b _pthread_cond_wait + 727

    7 May 12:03:28 localhost ReportCrash [396]: 2 com.apple.JavaScriptCore 0x0000000112ee5cb5 JSC::BlockAllocator::blockFreeingThreadMain() + 261

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.JavaScriptCore 0x0000000112edaf4f *: wtfThreadEntryPoint(void*) + 15

    7 May 12:03:28 localhost ReportCrash [396]: 4 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 5 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 6 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: pull 15: JavaScriptCore::Marking

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0 0000000108100716 __psynch_cvwait + 10 x

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_pthread.dylib 0x000000010820ec3b _pthread_cond_wait + 727

    7 May 12:03:28 localhost ReportCrash [396]: 2 com.apple.JavaScriptCore 0x0000000112ee6727 JSC::GCThread::waitForNextPhase() + 119

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.JavaScriptCore 0x0000000112ee65b8 JSC::GCThread::gcThreadMain() + 88

    7 May 12:03:28 localhost ReportCrash [396]: 4 com.apple.JavaScriptCore 0x0000000112edaf4f *: wtfThreadEntryPoint(void*) + 15

    7 May 12:03:28 localhost ReportCrash [396]: 5 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 6 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 7 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: 16 wire: JavaScriptCore::Marking

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0 0000000108100716 __psynch_cvwait + 10 x

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_pthread.dylib 0x000000010820ec3b _pthread_cond_wait + 727

    7 May 12:03:28 localhost ReportCrash [396]: 2 com.apple.JavaScriptCore 0x0000000112ee6727 JSC::GCThread::waitForNextPhase() + 119

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.JavaScriptCore 0x0000000112ee65b8 JSC::GCThread::gcThreadMain() + 88

    7 May 12:03:28 localhost ReportCrash [396]: 4 com.apple.JavaScriptCore 0x0000000112edaf4f *: wtfThreadEntryPoint(void*) + 15

    7 May 12:03:28 localhost ReportCrash [396]: 5 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 6 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 7 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: 17 phone: JavaScriptCore::Marking

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0 0000000108100716 __psynch_cvwait + 10 x

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_pthread.dylib 0x000000010820ec3b _pthread_cond_wait + 727

    7 May 12:03:28 localhost ReportCrash [396]: 2 com.apple.JavaScriptCore 0x0000000112ee6727 JSC::GCThread::waitForNextPhase() + 119

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.JavaScriptCore 0x0000000112ee65b8 JSC::GCThread::gcThreadMain() + 88

    7 May 12:03:28 localhost ReportCrash [396]: 4 com.apple.JavaScriptCore 0x0000000112edaf4f *: wtfThreadEntryPoint(void*) + 15

    7 May 12:03:28 localhost ReportCrash [396]: 5 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 6 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 7 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: 18 wire: JavaScriptCore::BlockFree

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0 0000000108100716 __psynch_cvwait + 10 x

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_pthread.dylib 0x000000010820ec3b _pthread_cond_wait + 727

    7 May 12:03:28 localhost ReportCrash [396]: 2 com.apple.JavaScriptCore 0x0000000112ee6106 *: ThreadCondition:timedWait(***::Mutex&,_double) + 118

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.JavaScriptCore 0x0000000112ee5c25 JSC::BlockAllocator::blockFreeingThreadMain() + 117

    7 May 12:03:28 localhost ReportCrash [396]: 4 com.apple.JavaScriptCore 0x0000000112edaf4f *: wtfThreadEntryPoint(void*) + 15

    7 May 12:03:28 localhost ReportCrash [396]: 5 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 6 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 7 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: 19 phone: JavaScriptCore::Marking

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0 0000000108100716 __psynch_cvwait + 10 x

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_pthread.dylib 0x000000010820ec3b _pthread_cond_wait + 727

    7 May 12:03:28 localhost ReportCrash [396]: 2 com.apple.JavaScriptCore 0x0000000112ee6727 JSC::GCThread::waitForNextPhase() + 119

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.JavaScriptCore 0x0000000112ee65b8 JSC::GCThread::gcThreadMain() + 88

    7 May 12:03:28 localhost ReportCrash [396]: 4 com.apple.JavaScriptCore 0x0000000112edaf4f *: wtfThreadEntryPoint(void*) + 15

    7 May 12:03:28 localhost ReportCrash [396]: 5 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 6 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 7 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: thread 20: JavaScriptCore::Marking

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0 0000000108100716 __psynch_cvwait + 10 x

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_pthread.dylib 0x000000010820ec3b _pthread_cond_wait + 727

    7 May 12:03:28 localhost ReportCrash [396]: 2 com.apple.JavaScriptCore 0x0000000112ee6727 JSC::GCThread::waitForNextPhase() + 119

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.JavaScriptCore 0x0000000112ee65b8 JSC::GCThread::gcThreadMain() + 88

    7 May 12:03:28 localhost ReportCrash [396]: 4 com.apple.JavaScriptCore 0x0000000112edaf4f *: wtfThreadEntryPoint(void*) + 15

    7 May 12:03:28 localhost ReportCrash [396]: 5 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 6 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 7 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: line 21: JavaScriptCore::Marking

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0 0000000108100716 __psynch_cvwait + 10 x

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_pthread.dylib 0x000000010820ec3b _pthread_cond_wait + 727

    7 May 12:03:28 localhost ReportCrash [396]: 2 com.apple.JavaScriptCore 0x0000000112ee6727 JSC::GCThread::waitForNextPhase() + 119

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.JavaScriptCore 0x0000000112ee65b8 JSC::GCThread::gcThreadMain() + 88

    7 May 12:03:28 localhost ReportCrash [396]: 4 com.apple.JavaScriptCore 0x0000000112edaf4f *: wtfThreadEntryPoint(void*) + 15

    7 May 12:03:28 localhost ReportCrash [396]: 5 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 6 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 7 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: wire 22: com.apple.appkit - heartbeat

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0x0000000108100a3a __semwait_signal + 10

    7 May 12:03:28 localhost ReportCrash [396]: 1 libsystem_c.dylib 0x000000010804fdc0 nanosleep + 200

    7 May 12:03:28 localhost ReportCrash [396]: usleep libsystem_c.dylib 2 0x000000010804fcb2 + 54

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.AppKit 0x000000010612217d-[NSUIHeartBeat _heartBeatThread:] + 2132

    7 May 12:03:28 localhost ReportCrash [396]: 4 com.apple.Foundation 0x0000000104a3ddfb __NSThread__main__ + 1318

    7 May 12:03:28 localhost ReportCrash [396]: 5 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 6 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 7 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: pull 23:

    7 May 12:03:28 localhost ReportCrash [396]: 0 libsystem_kernel.dylib 0x00000001080fca1a mach_msg_trap + 10

    7 May 12:03:28 localhost ReportCrash [396]: 64 + 1 libsystem_kernel.dylib 0x00000001080fbd18 mach_msg

    7 May 12:03:28 localhost ReportCrash [396]: 2 com.apple.CoreFoundation 0x0000000105baff15 __CFRunLoopServiceMachPort + 181

    7 May 12:03:28 localhost ReportCrash [396]: 3 com.apple.CoreFoundation 0x0000000105baf539 __CFRunLoopRun + 1161

    7 May 12:03:28 localhost ReportCrash [396]: 4 com.apple.CoreFoundation 0x0000000105baee75 CFRunLoopRunSpecific + 309

    7 May 12:03:28 localhost ReportCrash [396]: 5 com.apple.Foundation 0x0000000104a4016c-[NSRunLoop (NSRunLoop) runMode:beforeDate:] + 253

    7 May 12:03:28 localhost ReportCrash [396]: 6 com.apple.Foundation 0x0000000104a8879b-[NSRunLoop (NSRunLoop) runUntilDate:] + 78

    7 May 12:03:28 localhost ReportCrash [396]: 7 com.apple.installframework 0x00000001046c68a4-[IFDInstallController (Private) _install] + 1265

    7 May 12:03:28 localhost ReportCrash [396]: 8 com.apple.osinstallframework 0x0000000104601fb8-[OSInstallController (Private) _install] + 280

    7 May 12:03:28 localhost ReportCrash [396]: 9 com.apple.Foundation 0x0000000104a3ddfb __NSThread__main__ + 1318

    7 May 12:03:28 localhost ReportCrash [396]: 10 libsystem_pthread.dylib 0x000000010820c899 _pthread_body + 138

    7 May 12:03:28 localhost ReportCrash [396]: 11 libsystem_pthread.dylib 0x000000010820c72a _pthread_start + 137

    7 May 12:03:28 localhost ReportCrash [396]: 12 libsystem_pthread.dylib 0x0000000108210fc9 thread_start + 13

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: 7 wire crashed with X 86 State of Thread (64-bit):

    7 May 12:03:28 localhost ReportCrash [396]: rax: 0 x 0000000000000000 rbx: 0x000000011cc57000 rcx: 0x000000011cc54448 rdx: 0 x 0000000000000000

    7 May 12:03:28 localhost ReportCrash [396]: rdi: 0 x 0000000000007403 rsi: 0 x 0000000000000006 PBR: RER 0x000000011cc54470: 0x000000011cc54448

    7 May 12:03:28 localhost ReportCrash [396]: r8: 0 x 0000000000000000 r9: 0 x 0000000000989680 r10: 0 x 0000000008000000 r11: 0 x 0000000000000206

    7 May 12:03:28 localhost ReportCrash [396]: r12: 0x00000000000f454d r13: 0x000000011cc546c0 r14: r15 x 0 0000000000000006: 0x000000011cc54630

    7 May 12:03:28 localhost ReportCrash [396]: rip: 0 x 0000000108100866 rfl: 0 x 0000000000000206 cr2: 0x000000010c1c6fc6

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: logical CPU: 0

    7 May 12:03:28 localhost ReportCrash [396]: Error Code: 0 x 02000148

    7 May 12:03:28 localhost ReportCrash [396]: number of trap: 133

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: binary Images:

    7 May 12:03:28 localhost ReportCrash [396]: 0x1044d8000 - 0x1044e6fff com.apple.MacOSXInstaller (401-525) < B46B3B07-E7DD-3D72-9A90-0B42F921D150 >/Volumes/VOLUME / * / setup of OS X Installer.app/Contents/MacOS/OS X

    7 May 12:03:28 localhost ReportCrash [396]: 0x1044f4000 - 0x104532fff com.apple.framework.corewlankit (3.3.2 - 332.36) /System/Library/PrivateFrameworks/CoreWLANKit.framework/Versions/A/CoreWLANKit < 7F1C53AC-1D4B-365B-A853-EF555D64E277 >

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 104561000 - 0x1045c0fff com.apple.framework.CoreWLAN (4.3.3 - 433.48) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN < 1F17FA12-6E84-309D-9808-C536D445FA6E >

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 104600000 - 0x104657fff (700-846) com.apple.osinstallframework < 2AE123B9-3A32-359E-832B-91F7B9AC09F2 > /System/Library/PrivateFrameworks/Install.framework/Frameworks/OSInstall.framew ork/Versions/A/OSInstall

    7 May 12:03:28 localhost ReportCrash [396]: 0x10468f000 - 0x10468ffff com.apple.Cocoa /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa < E90E99D7-A425-3301-A025-D9E0CD11918E > (6: 8-20)

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 104697000 - 0x10469ffff com.apple.framework.Assistant (2.0 - 15.1) < 7E28F560-5E73-397F-BF54-2DD8E205A4FC > /System/Library/PrivateFrameworks/Assistant.framework/Versions/A/Assistant

    7 May 12:03:28 localhost ReportCrash [396]: 0x1046ac000 - 0x104752fff (700-846) com.apple.installframework < FFA55B49-86C8-304A-90C1-8E908865DCD1 > /System/Library/PrivateFrameworks/Install.framework/Versions/A/Install

    7 May 12:03:28 localhost ReportCrash [396]: 0x1047d6000 - 0x1047eafff com.apple.InstallerPlugins (6.0 - 721) < 4C68DDE4-69F1-387C-A519-0EFFFBE77E8B > /System/Library/Frameworks/InstallerPlugins.framework/Versions/A/InstallerPlugi ns

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 104808000 - 0x10486bffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) < 339A2A90-DA25-33AF-88E5-2FB38A758FEE > /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi setting

    7 May 12:03:28 localhost ReportCrash [396]: 0x1048ad000 - 0x104919fff com.apple.framework.IOKit (2.0.1 - 907.100.13) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit < 057FDBA3-56D6-3903-8C0B-849214BF1985 >

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 104950000 - 0x104955fff com.apple.DiskArbitration /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration < A4165553-770E-3D27-B217-01FC1F852B87 > (2, 6 - 2.6)

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 104962000 - 0x104962fff com.apple.CoreServices /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices < 7A697B5E-F179-30DF-93F2-8B503CEEEFD5 > (59-59)

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 104966000 - 0x1049acfff com.apple.DiskManagement (6.1 - 744, 1) < 3DD4CD10-4476-334C-8C4B-991A85AAC272 > /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag,

    7 May 12:03:28 localhost ReportCrash [396]: 0x1049d7000 - 0x104cd7ff7 com.apple.Foundation /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation < 24349208-3603-3F5D-95CC-B379616FBEF8 > (6: 9 - 1056.16)

    7 May 12:03:28 localhost ReportCrash [396]: 0x104f1a000 - 0x1050c7f27 libobjc. A.dylib (551.1) < AD7FD984-271E-30F4-A361-6B20319EC73B >/usr/lib/libobjc. A.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x1050e8000 - 0x1050e9ff7 libSystem.B.dylib (1197.1.1) < 70B235FC-BCED-367B-BA6C-67C299BAE7D9 > /usr/lib/libSystem.B.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x1050f3000 - 0x105a12797 com.apple.CoreGraphics (1.600.0 - 599.35.4) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics < C8CBC664-0CD2-3C7D-A301-9B3BA731250C >

    7 May 12:03:28 localhost ReportCrash [396]: 0x105b3f000 - 0x105d24fff com.apple.CoreFoundation /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation < 729BD6DA-1F63-3E72-A148-26F21EBF52BB > (6: 9 - 855.17)

    7 May 12:03:28 localhost ReportCrash [396]: 0x105e9a000 - 0x106a10ff7 com.apple.AppKit /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit < 9DC13B27-841D-3839-93B2-3EDE66157BDE > (6, 9 - 1265.21)

    7 May 12:03:28 localhost ReportCrash [396]: 0x10719d000 - 0x107210fff com.apple.securityfoundation (6.0 - 55122.3) < 0FDC8F53-104C-3938-A852-5B33C30BAAD5 > /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun Foundation

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 107254000 - 0x10727eff0 com.apple.SystemConfiguration.EAP8021X (13.0.0 - 13.0) < DC09B518-9F82-38DD-B37D-4A3279E3230D > /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 107297000 - 0x1074fbffd com.apple.security (7.0 - 55471.14.18) /System/Library/Frameworks/Security.framework/Versions/A/Security < 83A9E8C8-06A1-3F6D-8514-C35CD0DBD370 >

    7 May 12:03:28 localhost ReportCrash [396]: 0x10764e000 - 0x10767cff7 com.apple.securityinterface (9.0 - 55047) < 0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C > /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face

    7 May 12:03:28 localhost ReportCrash [396]: 0x1076b1000 - 0x1076f3ff7 libauto.dylib (185,5) < F45C36E8-B606-3886-B5B1-B6745E757CA8 > /usr/lib/libauto.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10770d000 - 0x10770eff7 libDiagnosticMessagesClient.dylib (100) < 4CDB0F7B-C0AF-3424-BC39-495696F0DB1E > /usr/lib/libDiagnosticMessagesClient.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 107714000 - 0x1078ccffb libicucore. A.dylib (511.35) < 6F097DA7-147C-32A1-93D2-728A64CF0DC2 >/usr/lib/libicucore. A.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 107978000 - 0x107a5fff7 libxml2.2.dylib (26) < A1DADD11-89E5-3DE4-8802-07186225967F > /usr/lib/libxml2.2.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107a96000 - 0x107aa7ff7 libz.1.dylib (53) < 42E0C8C6-CA38-3CA4-8619-D24ED5DD492E > /usr/lib/libz.1.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107ab4000 - 0x107c4fff8 com.apple.CFNetwork /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork < 4375B7CB-34B6-3A26-99AC-2D2404AD9C9B > (673, 673 3, 3)

    7 May 12:03:28 localhost ReportCrash [396]: 0x107d57000 - 0x107d58fff liblangid.dylib (117) < 9546E641-F730-3AB0-B3CD-E0E2FDD173D9 > /usr/lib/liblangid.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107d5f000 - 0x107d7aff7 libCRFSuite.dylib (34) < FFAE75FA-C54E-398B-AA97-18164CD9789D > /usr/lib/libCRFSuite.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107d89000 - 0x107ddbfff libc ++.1.dylib (120) < 4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE > /usr/lib/libc++.1.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107e3c000 - 0x107e65ff7 libc ++ abi.dylib (49.1) < 21A807D3-6732-3455-B77F-743E9F916DF0 > /usr/lib/libc++abi.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107e73000 - 0x107e77ff7 libcache.dylib (62) < BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B > /usr/lib/system/libcache.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107e7f000 - 0x107e7fff5 + cl_kernels (?) < 91AAB989-940E-4425-8246-C75C2502DEF9 > cl_kernels

    7 May 12:03:28 localhost ReportCrash [396]: 0x107e82000 - 0x107e8cfff libcommonCrypto.dylib (60049) < 8C4F0CA0-389C-3EDC-B155-E62DD2187E1D > /usr/lib/system/libcommonCrypto.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107e9c000 - 0x107e9cffd + cl_kernels (?) < 093D41D6-58FF-40F1-B323-7964BA9A89D5 > cl_kernels

    7 May 12:03:28 localhost ReportCrash [396]: 0x107ea1000 - 0x107ea8fff libcompiler_rt.dylib (35) < 4CD916B2-1B17-362A-B403-EF24A1DAC141 > /usr/lib/system/libcompiler_rt.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107eb6000 - 0x107ebdffb (103.92.1) libcopyfile.dylib < CF29DFF6-0589-3590-834C-82E2316612E8 > /usr/lib/system/libcopyfile.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107ec6000 - 0x107f14fff libcorecrypto.dylib (161.1) < F3973C28-14B6-3006-BB2B-00DD7F09ABC7 > /usr/lib/system/libcorecrypto.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107f2c000 - 0x107f46fff (339.92.1) libdispatch.dylib < C4E4A18D-3C3B-3C9C-8709-A4270D998DE7 > /usr/lib/system/libdispatch.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107f63000 - 0x107f66ff7 libdyld.dylib (239.4) < 41077DD7-F909-3B8A-863E-72AE304EDE13 > /usr/lib/system/libdyld.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107f6d000 - 0x107f6dff7 libkeymgr.dylib (28) < 3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8 > /usr/lib/system/libkeymgr.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107f74000 - 0x107f7bff8 (842.92.1) liblaunch.dylib < A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A > /usr/lib/system/liblaunch.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107f88000 - 0x107f8dfff libmacho.dylib (845) < 1D2910DF-C036-3A82-A3FD-44FF73B5FF9B > /usr/lib/system/libmacho.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107f96000 - 0x107f98ff7 libquarantine.dylib (71) < 7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38 > /usr/lib/system/libquarantine.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107f9e000 - 0x107f9fffb libremovefile.dylib (33) < 3543F917-928E-3DB2-A2F4-7AB73B4970EF > /usr/lib/system/libremovefile.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107fab000 - 0x107fbcff7 (217.1.4) libsystem_asl.dylib < 655FB343-52CF-3E2F-B14D-BEBF5AAEF94D > /usr/lib/system/libsystem_asl.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107fcd000 - 0x107fceff7 libsystem_blocks.dylib (63) < FB856CD1-2AEA-3907-8E9B-1E54B6827F82 > /usr/lib/system/libsystem_blocks.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x107fd4000 - 0x10805dff7 (997.90.3) libsystem_c.dylib < 6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA > /usr/lib/system/libsystem_c.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10808c000 - 0x10808eff3 libsystem_configuration.dylib (596.15) < 4998CB6A-9D54-390A-9F57-5D1AC53C135C > /usr/lib/system/libsystem_configuration.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 108097000 - 0x10809ffff (522.92.1) libsystem_dnssd.dylib < 3F8C6A07-3046-3E88-858F-D9CEFC43A405 > /usr/lib/system/libsystem_dnssd.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x1080a8000 - 0x1080cfffb (449.1.3) libsystem_info.dylib < 7D41A156-D285-3849-A2C3-C04ADE797D98 > /usr/lib/system/libsystem_info.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x1080eb000 - 0x108107ff7 (2422.115.4) libsystem_kernel.dylib < 9EDE872E-2A9E-3A78-8E1D-AB790794A098 > /usr/lib/system/libsystem_kernel.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 108130000 - 0x10815ffd2 (3047.16) libsystem_m.dylib < B7F0E2E4-2777-33FC-A787-D6430B630D54 > /usr/lib/system/libsystem_m.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10816f000 - 0x10818aff7 libsystem_malloc.dylib (23.10.1) < A695B4E4-38E9-332E-A772-29D31E3F1385 > /usr/lib/system/libsystem_malloc.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 108198000 - 0x1081bfff7 libsystem_network.dylib (241,3) < 8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364 > /usr/lib/system/libsystem_network.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x1081db000 - 0x1081e4ffb (121.20.1) libsystem_notify.dylib < 9B34B4FE-F5AD-3F09-A5F0-46AFF3571323 > /usr/lib/system/libsystem_notify.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x1081ee000 - 0x1081f4ff7 (24.90.1) libsystem_platform.dylib < 3C3D3DA8-32B9-3243-98EC-D89B9A1670B3 > /usr/lib/system/libsystem_platform.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10820b000 - 0x108212ff7 libsystem_pthread.dylib (53.1.4) < AB498556-B555-310E-9041-F67EC9E00E2C > /usr/lib/system/libsystem_pthread.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 108220000 - 0x108221fff (278.11.1) libsystem_sandbox.dylib < 0D0B13EA-6B7A-3AC8-BE60-B548543BEB77 > /usr/lib/system/libsystem_sandbox.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10822a000 - 0x10822eff7 (93.90.3) libsystem_stats.dylib < C588E082-D94B-3510-9F9A-7AD83B3402DE > /usr/lib/system/libsystem_stats.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 108237000 - 0x108238fff libunc.dylib (28) < 62682455-1862-36FE-8A04-7A6B91256438 > /usr/lib/system/libunc.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 108243000 - 0x108248ff7 libunwind.dylib (35.3) < 78DCC358-2FC1-302E-B395-0155B47CB547 > /usr/lib/system/libunwind.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 108254000 - 0x108278fff (300.90.2) libxpc.dylib < AB40CD57-F454-3FD4-B415-63B3C0D5C624 > /usr/lib/system/libxpc.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 108298000 - 0x1082a8fff libbsm.0.dylib (33) < 2CAC00A2-1352-302A-88FA-C567D4D69179 > /usr/lib/libbsm.0.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x1082b4000 - 0x10839efff libsqlite3.dylib (158) < 00269BF9-43BE-39E0-9C85-24585B9923C8 > /usr/lib/libsqlite3.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x1083b5000 - 0x1083c2ff7 libxar.1.dylib (202) < 5572AA71-E98D-3FE1-9402-BB4A84E0E71E > /usr/lib/libxar.1.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x1083cf000 - 0x1083d3fff libpam.2.dylib (20) < B93CE8F5-DAA8-30A1-B1F6-F890509513CB > /usr/lib/libpam.2.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x1083db000 - 0x1083dbffd libOpenScriptingUtil.dylib (157) < 19F0E769-0989-3062-9AFB-8976E90E9759 > /usr/lib/libOpenScriptingUtil.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x1083e2000 - 0x1083efff0 libbz2.1.0.dylib (29) < 0B98AC35-B138-349C-8063-2B987A75D24C > /usr/lib/libbz2.1.0.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x1083fa000 - 0x1086e4fff com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) < 3A2E92FD-DEE2-3D45-9619-11500801A61C > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 108767000 - 0x1087f7ff7 com.apple.Metadata (10.7.0 - 800.28) a.framework/Versions/A/Metadata /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat < 04D510EA-1169-392F-9702-EE7EB00882E6 >

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 108864000 - 0x1088dbfff com.apple.CoreServices.OSServices (600.4 - 600.4) < 5A44F0B5-4A24-3875-ADE4-5B47D6C7E251 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 108981000 - 0x1089eefff com.apple.SearchKit (1.4.0 - 1.4.0) < B9B8D510-A27E-36B0-93E9-17146D9E9045 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit

    7 May 12:03:28 localhost ReportCrash [396]: 0x108a35000 - 0x108a90ffb com.apple.AE (665, 5-665, 5) < BBA230F9-144C-3CAB-A77A-0621719244CD > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE

    7 May 12:03:28 localhost ReportCrash [396]: 0x108ac2000 - 0x108b8cff7 com.apple.LaunchServices (572.28 - 572.28) < FC72C089-A069-3374-B80A-E041AF149F24 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices

    7 May 12:03:28 localhost ReportCrash [396]: 0x108c07000 - 0x108c30fff com.apple.DictionaryServices (1.2 - 208) < A539A058-BA57-35EE-AA08-D0B0E835127D > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices

    7 May 12:03:28 localhost ReportCrash [396]: 0x108c56000 - 0x108c5dfff com.apple.NetFS /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS < 8E26C099-CE9D-3819-91A2-64EA929C6137 > (6.0 - 4.0)

    7 May 12:03:28 localhost ReportCrash [396]: 0x108c6a000 - 0x108c75fff (2422.115.4) libkxld.dylib < 3C678B75-F7C5-3DBB-8DBD-48483AD54D5C > /usr/lib/system/libkxld.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x108c7e000 - 0x108c89ff7 com.apple.NetAuth /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth < C811E662-9EC3-3B74-808A-A75D624F326B > (5.0 - 5.0)

    7 May 12:03:28 localhost ReportCrash [396]: 0x108c9a000 - 0x108cfefff com.apple.datadetectorscore (5.0 - 354.5) < C9FAB401-3FE2-3221-B60C-E4F1841CA5F1 > /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore

    7 May 12:03:28 localhost ReportCrash [396]: 0x108d43000 - 0x108d46fff com.apple.TCC (< 32A075D9-47FD-3E71-95BC-BFB0D583F41C > /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 1.0 - 1.).

    7 May 12:03:28 localhost ReportCrash [396]: 0x108d4e000 - 0x108d65ff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) < 7BC0194E-1B40-3FCA-ACD2-235CE5D65DFA > /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory

    7 May 12:03:28 localhost ReportCrash [396]: 0x108d8a000 - 0x108d94ff7 com.apple.bsd.ServiceManagement lie /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage < 2D27B498-BB9C-3D88-B05A-76908A8A26F3 > (2.0 - 2.0)

    7 May 12:03:28 localhost ReportCrash [396]: 0x108da2000 - 0x108dcaffb libxslt.1.dylib (13) < C9794936-633C-3F0C-9E71-30190B9B41C1 > /usr/lib/libxslt.1.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x108dde000 - 0x108e16ff7 com.apple.RemoteViewServices (2.0 - 94) < 3F34D630-3DDB-3411-BC28-A56A9B55EBDA > /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices

    7 May 12:03:28 localhost ReportCrash [396]: 0x108e54000 - 0x108e54fff com.apple.ApplicationServices (48-48) < 3E3F01A8-314D-378F-835E-9CC4F8820031 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services

    7 May 12:03:28 localhost ReportCrash [396]: 0x108e5b000 - 0x108fafff3 com.apple.audio.toolbox.AudioToolbox /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox < 69B273E8-5A8E-3FC7-B807-C16B657662FE > (1.10 - 1.10)

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 109048000 - 0x109048ffd com.apple.audio.units.AudioUnit /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit < 68B21135-55A6-3563-A3D6-3E692A7DEB7F > (1.10 - 1.10)

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 109052000 - 0x10929aff7 com.apple.CoreData (107 - 481.3) < E78734AA-E3D0-33CB-A014-620BBCAB2E96 > /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

    7 May 12:03:28 localhost ReportCrash [396]: 0x1093c2000 - 0x1094f2ff7 com.apple.desktopservices (1.8.3 - 1.8.3) < 225BEC20-F8E0-3F22-9560-890A1A5B9050 > /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 109579000 - 0x109823ff5 com.apple.HIToolbox (2.1.1 - 698) < 26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra framework/Versions/A/HIToolbox

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 109982000 - 0x109b1eff3 com.apple.QuartzCore /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore < BD68AF62-D369-34CD-9EA2-B4A4325696FA > (1: 8 - 332.3)

    7 May 12:03:28 localhost ReportCrash [396]: 0x109bf5000 - 0x109bfdff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) < 98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition

    7 May 12:03:28 localhost ReportCrash [396]: 0x109c08000 - 0x109cecff7 com.apple.coreui (2.2 - 231.1) < 187DF89C-8A64-366D-8782-F90315FA3CD7 > /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

    7 May 12:03:28 localhost ReportCrash [396]: 0x109daf000 - 0x109e00ff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) < BE13E840-FB45-3BC2-BCF5-031629754FD5 > /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    7 May 12:03:28 localhost ReportCrash [396]: 0x109e26000 - 0x109e27fff com.apple.SIUInstallationProgress (1, 2-1, 2) < 310956B9-D0EC-342B-803A-42F83F9C7BC8 > /System/Library/CoreServices/InstallerStatusNotifications.bundle/Contents/MacOS /InstallerStatusNotifications

    7 May 12:03:28 localhost ReportCrash [396]: 0x109e2b000 - 0x109e3dff7 com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) ouchSupport /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit < 38262B92-C63F-35A0-997D-AD2EBF2F8338 >

    7 May 12:03:28 localhost ReportCrash [396]: 0x109e50000 - 0x109e91fff (1, 47-47) com.apple.PerformanceAnalysis < DBC7349E-8440-3FE0-B5E4-B6A8EF3017E9 > /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis

    7 May 12:03:28 localhost ReportCrash [396]: 0x10a6e7000 - 0x10a6ffff7 com.apple.GenerationalStorage (2.0 - 160, 3) < 64749B08-0212-3AC8-9B49-73D662B09304 > /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage

    7 May 12:03:28 localhost ReportCrash [396]: 0x10a715000 - 0x10a723fff com.apple.opengl (9.6.1 - 9.6.1) < 359D0ECB-D100-341B-B437-BDE56E27B74B > /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

    7 May 12:03:28 localhost ReportCrash [396]: 0x10a72f000 - 0x10a73cfff sharing (132,2) < F983394A-226D-3244-B511-FA51FDB6ADDA > /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing

    7 May 12:03:28 localhost ReportCrash [396]: 0x10a752000 - 0x10a858ff7 com.apple.ImageIO.framework (3.3.0 - 1044) < 3BCCF2AE-CF1F-3324-A371-DF0A42C841A2 > /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

    7 May 12:03:28 localhost ReportCrash [396]: 0x10a8c0000 - 0x10a982ff5 (367, 20-367, 20) com.apple.CoreText < B80D086D-93A9-3C35-860E-9C3FDD027F3B > /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText

    7 May 12:03:28 localhost ReportCrash [396]: 0x10a9f6000 - 0x10aabaff7 com.apple.backup.framework (1.5.4 - 1.5.4) < 195DA868-47A5-37E6-8CF0-9BCF11846899 > /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

    7 May 12:03:28 localhost ReportCrash [396]: 0x10ab48000 - 0x10abd4ff7 com.apple.ink.framework (10: 9-207) < 8A50B893-AD03-3826-8555-A54FEAF08F47 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink

    7 May 12:03:28 localhost ReportCrash [396]: 0x10ac08000 - 0x10ac77ff1 com.apple.ApplicationServices.ATS (360-363, 3) < 546E89D9-2AE7-3111-B2B8-2366650D22F0 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS

    7 May 12:03:28 localhost ReportCrash [396]: 0x10aca6000 - 0x10ad2ffff com.apple.ColorSync (4.9.0 - 4.9.0) < B756B908-9AD1-3F5D-83F9-7A0B068387D2 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync

    7 May 12:03:28 localhost ReportCrash [396]: 0x10ad7a000 - 0x10adbfff6 com.apple.HIServices (1.23 - 468) < A4E9E28B-95C3-3654-85C6-E6A1C53CACFE > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices

    7 May 12:03:28 localhost ReportCrash [396]: 0x10adf9000 - 0x10ae08ff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) < 8FE131B6-1180-3892-98F5-C9C9B79072D4 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis

    7 May 12:03:28 localhost ReportCrash [396]: 0x10ae19000 - 0x10ae66ff2 com.apple.print.framework.PrintCore (9.0 - 428) < 8D8253E3-302F-3DB2-9C5C-572CB974E8B3 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore

    7 May 12:03:28 localhost ReportCrash [396]: 0x10ae96000 - 0x10aecfff7 (3, 50-298) com.apple.QD < C1F20764-DEF0-34CF-B3AB-AB5480D64E66 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD

    7 May 12:03:28 localhost ReportCrash [396]: 0x10aeed000 - 0x10aef6fff com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) < 383FB557-E88E-3239-82B8-15F9F885B702 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis

    7 May 12:03:28 localhost ReportCrash [396]: 0x10af0b000 - 0x10af0effc com.apple.IOSurface (91.1 - 91.1) < D00EEB0C-8AA8-3986-90C1-C97B2486E8FA > /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

    7 May 12:03:28 localhost ReportCrash [396]: 0x10af18000 - 0x10af18fff com.apple.Accelerate (1.9-1.9 accelerate) < 509BB27A-AE62-366D-86D8-0B06D217CF56 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

    7 May 12:03:28 localhost ReportCrash [396]: 0x10af1b000 - 0x10b1effc7 com.apple.vImage (7.0 to 7.0) < D241DBFA-AC49-31E2-893D-EAAC31890C90 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework, Versions, A, vImage

    7 May 12:03:28 localhost ReportCrash [396]: 0x10b239000 - 0x10b239fff com.apple.Accelerate.vecLib (vecLib - 3.9 3.9) < F8D0CC77-98AC-3B58-9FE6-0C25421827B6 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10b23e000 - 0x10b309fff libvDSP.dylib (423.32) < 3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10b31a000 - 0x10b3caff7 libvMisc.dylib (423.32) < 049C0735-1808-39B9-943F-76CB8021744F > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10b3dd000 - 0x10b7beffe libLAPACK.dylib (1094.5) < 7E7A9B8D-1638-3914-BAE0-663B69865986 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10b828000 - 0x10b996ff7 libBLAS.dylib (1094.5) < DE93A590-5FA5-32A2-A16C-5D7D7361769F > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10b9c1000 - 0x10bab0fff libFontParser.dylib (111.1) < 835A8253-6AB9-3AAB-9CBF-171440DEC486 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10bb2b000 - 0x10bb72fff libFontRegistry.dylib (127) < A77A0480-AA5D-3CC8-8B68-69985CD546DC > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10bb9d000 - 0x10bbc1ff7 libJPEG.dylib (1044) < BE0ED4E1-F7FC-3038-86D3-0456DD173FCB > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10bbcb000 - 0x10bc24fff libTIFF.dylib (1044) < FBC5800B-7F34-3755-A44E-7B37B3E0B32E > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10bc35000 - 0x10bc50ff7 libPng.dylib (1044) < 151BA92C-6E7C-3B69-8024-FDD1E2C89DD3 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10bc5f000 - 0x10bc63ff7 libGIF.dylib (1044) < 7E51DFC3-740A-3CD3-98A1-1EC510A4A055 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10bc6f000 - 0x10bd5dfff libJP2.dylib (1044) < BE5FF765-5ECE-38B5-BF5D-BE806F5CAD18 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10bd8b000 - 0x10bd8dfff libRadiance.dylib (1044) < 461482C9-CADB-3B36-B023-597C64AD4B00 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10bd92000 - 0x10bdd9ff7 libcups.2.dylib (372,4) < 36EA4350-43B4-3A5C-9904-10685BFDA7D4 > /usr/lib/libcups.2.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10bdf2000 - 0x10be0bff7 com.apple.Kerberos (< F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92 > /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 3.0 - 1).

    7 May 12:03:28 localhost ReportCrash [396]: 0x10be29000 - 0x10be58ff9 com.apple.GSS /System/Library/Frameworks/GSS.framework/Versions/A/GSS < 44E914BE-B0D0-3E05-9451-CA9E539AFA52 > (4.0 - 2.0)

    7 May 12:03:28 localhost ReportCrash [396]: 0x10be7a000 - 0x10be96fff libresolv.9.dylib (54) < 11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95 > /usr/lib/libresolv.9.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10bea7000 - 0x10bf98ff9 libiconv.2.dylib (41) < BB44B115-AC32-3877-A0ED-AEC6232A4563 > /usr/lib/libiconv.2.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10bfa8000 - 0x10c00dffb com.apple.Heimdal /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal < F34D6627-9F80-3823-8B57-DB629307DF87 > (4.0 - 2.0)

    7 May 12:03:28 localhost ReportCrash [396]: 0x10c03d000 - 0x10c03efff com.apple.TrustEvaluationAgent (2.0 - 25) < 334A82F4-4AE4-3719-A511-86D0B0723E2B > /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent

    7 May 12:03:28 localhost ReportCrash [396]: 0x10c049000 - 0x10c04dff7 libheimdal - asn1.dylib (323.92.1) < CAE21FFF-5763-399C-B7C5-EEBFFEEF2242 > /usr/lib/libheimdal-asn1.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10c055000 - 0x10c061ff7 com.apple.OpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory < F08601E8-F7E8-3222-AD05-6A26003779CF >

    7 May 12:03:28 localhost ReportCrash [396]: 0x10c077000 - 0x10c080ffd com.apple.CommonAuth /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth < 32BA436F-6319-3A0B-B5D2-2EB75FF36B5B > (4.0 - 2.0)

    7 May 12:03:28 localhost ReportCrash [396]: 0x10c08b000 - 0x10c0c6fff com.apple.bom (14, 0-193, 1) < EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C > /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom

    7 May 12:03:28 localhost ReportCrash [396]: 0x10c0da000 - 0x10c0ffff7 com.apple.CoreVideo (1, 8 - 117.2) < 4674339E-26D0-35FA-9958-422832B39B12 > /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    7 May 12:03:28 localhost ReportCrash [396]: 0x10c122000 - 0x10c3f3ff4 com.apple.CoreImage (9.4.0) < 2C636ECD-0F1A-357C-9EFF-0452476FDDF5 > /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage

    7 May 12:03:28 localhost ReportCrash [396]: 0x10c4ea000 - 0x10c53dfff com.apple.ScalableUserInterface (1.0-1) < CF745298-7373-38D2-B3B1-727D5A569E48 > /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface

    7 May 12:03:28 localhost ReportCrash [396]: 0x10c567000 - 0x10c5a6fff libGLU.dylib (9.6.1) < AE032555-3E2F-3DBF-A26D-EA4576061605 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10c5b9000 - 0x10c5c1ffc libGFXShared.dylib (9.6.1) < 65BC4378-C023-30EC-8B80-60FB4EA0B036 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10c5cb000 - 0x10c5d6fff libGL.dylib (9.6.1) < 4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10c5ee000 - 0x10c62cff7 libGLImage.dylib (9.6.1) < 5E02B38C-9F36-39BE-8746-724F0D8BBFC0 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10c637000 - 0x10c639fff libCVMSPluginSupport.dylib (9.6.1) < B724E444-6FAE-31B5-9814-1572517229C6 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10c642000 - 0x10c64dff7 libCoreVMClient.dylib (58.1) < 7DD36C4D-FFC3-30F2-89F8-A0F34F0539BD > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10c65d000 - 0x10cf20f57 libLLVMContainer.dylib (58.1) < 2C5C6BF1-BC0A-30DD-982C-83F5960C3D0F > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libLLVMContain er.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d1fb000 - 0x10d205ff7 com.apple.CrashReporterSupport (10: 9-539) < B25A09EC-A021-32EC-86F8-05B4837E0EDE > /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d214000 - 0x10d262ff7 com.apple.opencl (2.3.59 - 2.3.59) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL < 9F43F471-C3C3-352D-889D-EC418DC1F5B2 >

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d27d000 - 0x10d289ffb com.apple.AppleFSCompression (56.92.1 - 1.0) < 066255FD-DBD1-3041-8DDA-7AFC41C9096D > /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d292000 - 0x10d2abff7 Ubiquity (289) < C7F1B734-CE81-334D-BE41-8B20D95A1F9B > /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d2c3000 - 0x10d2f3fff com.apple.IconServices (25 - 25.17) < 4751127E-FBD5-3ED5-8510-08D4E4166EFE > /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d321000 - 0x10d346ff7 com.apple.ChunkingLibrary (2.0 - 155.1) < B845DC7A-D1EA-31E2-967C-D1FE0C628036 > /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking library

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d358000 - 0x10d3d9fff com.apple.CoreSymbolication (3.0.1 - 141.0.5) mbolication /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy < 82170C9C-73E0-3108-9DC5-C214C9B72292 >

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d42b000 - 0x10d483ff7 com.apple.Symbolication (1.4 - 129.0.2) ion /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat < 78AE8B21-BF15-373F-88C6-73BF740BFFFB >

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d4d1000 - 0x10d500fff com.apple.DebugSymbols (106-106) < E1BDED08-523A-36F4-B2DA-9D5C712F0AC7 > /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d520000 - 0x10d54aff7 libpcap. A.dylib (42) < 91D3FF51-D6FE-3C05-98C9-1182E0EC3D58 >/usr/lib/libpcap. A.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d559000 - 0x10d5bffff (200.21.1) CoreWiFi < 5491896D-78C5-30B6-96E9-D8DDECF3BE73 > /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d621000 - 0x10d6acff7 (380.70.2) libCoreStorage.dylib < BD993BC8-ED54-3DC1-B28B-3B6AC77E8E5C > /usr/lib/libCoreStorage.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d6d8000 - 0x10d6e2ff7 (380.70.2) libcsfde.dylib < 3ACB87D7-A81C-3C45-B648-AD27F1B9D841 > /usr/lib/libcsfde.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d6f1000 - 0x10d6f3fff com.apple.EFILogin /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin < 8D651894-B7AD-3F23-9B93-472EEA3D292F > (2.0 - 2)

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d700000 - 0x10d7d1ff1 (9-371, 10, 1) com.apple.DiskImagesFramework < DCCAADEC-35D5-3968-8B39-358ACC56ADC4 > /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d834000 - 0x10d851ff7 com.apple.framework.Apple80211 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 < 043C7CFD-B57B-3F9D-B0FE-CA4B97C43968 > (9, 4 - 940.60)

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d860000 - 0x10d8f6ff7 com.apple.PackageKit /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit < 70BE1C7F-0609-32D3-9FA3-3C2CCF7FE999 > (3: 0-332)

    7 May 12:03:28 localhost ReportCrash [396]: 0x10d96f000 - 0x10da5eff7 com.apple.SystemMigration (500-685) < 840FD0BB-D388-3688-A467-4F9CE431572E > /System/Library/PrivateFrameworks/SystemMigration.framework/Versions/A/SystemMi integration

    7 May 12:03:28 localhost ReportCrash [396]: 0x112af3000 - 0x112af5ffb libutil.dylib (34) < DAC4A6CF-A1BB-3874-9569-A919316D30E8 > /usr/lib/libutil.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x112afd000 - 0x112b03fff com.apple.AOSNotification (1.7.0 - 760,3) < 7901B867-60F7-3645-BB3E-18C51A6FBCC6 > /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication

    7 May 12:03:28 localhost ReportCrash [396]: 0x112b15000 - 0x112bcdff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording < CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E >

    7 May 12:03:28 localhost ReportCrash [396]: 0x112c3c000 - 0x112c81fff (78.94.1) libcurl.4.dylib < 88F27F9B-052E-3375-938D-2603E90D8AD5 > /usr/lib/libcurl.4.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x112c95000 - 0x112cc6fff com.apple.MediaKit /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit < 23E33409-5C39-3F93-9E73-2B0E9EE8883E > (15-709)

    7 May 12:03:28 localhost ReportCrash [396]: 0x112cdd000 - 0x112d12ffc com.apple.LDAPFramework (2.4.28 - 194,5) < 4ADD0595-25B9-3F09-897E-3FB790AD2C5A > /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

    7 May 12:03:28 localhost ReportCrash [396]: 0x112d23000 - 0x112d33ffb libsasl2.2.dylib (170) < C8E25710-68B6-368A-BF3E-48EC7273177B > /usr/lib/libsasl2.2.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x112d40000 - 0x112e1cfff libcrypto.0.9.8.dylib (52) < ED7F3865-10D4-346B-8C9C-D968EB3B5D35 > /usr/lib/libcrypto.0.9.8.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x112e84000 - 0x112eb8fff libssl.0.9.8.dylib (52) < 51C844FF-D7CD-3525-9ABB-84B8DD11D5E4 > /usr/lib/libssl.0.9.8.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x112ed2000 - 0x113249ff6 com.apple.JavaScriptCore (9537 - 9537.78.1) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore < 8623A109-9E9D-3E3B-A8E1-6EE447C0110C >

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 113348000 - 0x11335fff7 com.apple.AutoLoader (1.0 - 685) < F7FC7222-72C7-336F-BC91-E0C38F8AA809 > /System/Library/PrivateFrameworks/SystemMigration.framework/Frameworks/AutoLoad er.framework/Versions/A/AutoLoader

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 113374000 - 0x1133a0ff7 SystemAdministration (594.1) < 6FD03EF6-32B6-397D-B9D7-D68E89A462F5 > /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration

    7 May 12:03:28 localhost ReportCrash [396]: 0x1133d1000 - 0x1133ddfff IASUtilities (14) < EB5194D6-35C7-3A8B-97C5-5F75BEDFA87A > /System/Library/PrivateFrameworks/IASUtilities.framework/Versions/A/IASUtilitie s

    7 May 12:03:28 localhost ReportCrash [396]: 0x1133f2000 - 0x1133f2fff com.apple.Carbon /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon < EFC1A1C0-CB07-395A-B038-CFA2E71D3E69 > (154 to 157)

    7 May 12:03:28 localhost ReportCrash [396]: 0x1133fa000 - 0x113405ff7 com.apple.DirectoryService.Framework (10.9 - 173.90.1) < 22A0C230-CF1E-38F5-A947-5ACDAEEE0DB6 > /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi this

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 113414000 - 0x113418ff7 com.apple.ServerInformation (2.1.1 - 1) /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server < 7FAF2B82-FE90-3398-98D8-0F84C6FE6A4A > information

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 113426000 - 0x11342cfff com.apple.BezelServicesFW (240.49 - 240.49) < 1203EAC0-3018-347B-9CD9-715341FE4D10 > /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi CES

    7 May 12:03:28 localhost ReportCrash [396]: 0x11343a000 - 0x11343dff7 com.apple.LoginUICore (3.0 - 3.0) < 1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C > /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 113448000 - 0x113449ff7 libodfde.dylib (20) < C00A4EBA-44BC-3C53-BFD0-819B03FFD462 > /usr/lib/libodfde.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 113453000 - 0x11345cfff com.apple.DisplayServicesFW (2.8 - 360.8.14) < 816A9CED-1BC0-3C76-8103-1B9BE0F723BB > /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices

    7 May 12:03:28 localhost ReportCrash [396]: 0x11346d000 - 0x113471fff com.apple.CommonPanels (1.2.6 - 96) < 6B434AFD-50F8-37C7-9A56-162C17E375B3 > System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 113479000 - 0x11347cfff com.apple.help (1.3.3 - 46) < AE763646-D07A-3F9A-ACD4-F5CBD734EE36 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/help

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 113487000 - 0x113499fff com.apple.ImageCapture /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture < BE0B65DA-3031-359B-8BBA-B9803D4ADBF4 > (9, 0-9, 0). framework/Versions/A/ImageCapture

    7 May 12:03:28 localhost ReportCrash [396]: 0x1134b8000 - 0x1134d0ff7 com.apple.openscripting (1.4 - 157) < B3B037D7-1019-31E6-9D17-08E699AF3701 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting

    7 May 12:03:28 localhost ReportCrash [396]: 0x1134e7000 - 0x1134e8ff7 com.apple.print.framework.Print (9.0 - 260) < EE00FAE1-DA03-3EC2-8571-562518C46994 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print

    7 May 12:03:28 localhost ReportCrash [396]: 0x1134ed000 - 0x1134efff7 com.apple.securityhi (9.0 - 55005) < 9985032A-0EE1-3760-8D23-ADD3965A4D18 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 118083000 - 0x118087ffd libFontRegistryUI.dylib (127) < 57DE4E73-B65B-3712-9815-81018E72501A > /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 119779000 - 0x1197a5fff com.apple.CoreServicesInternal (184, 9-184, 9) < 4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379 > /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn Pro

    7 May 12:03:28 localhost ReportCrash [396]: 0x11989b000 - 0x1198a3ff3 (599.35.4) libCGCMS.A.dylib < 67AD122A-B8DA-3C05-8B8C-1939F5064FAE > System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS. A.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x1198ab000 - 0x1198d3ffb libRIP.A.dylib (599.35.4) < F3C60582-1F27-335D-9C97-8CF307670F7B > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x11cdf2000 - 0x11cdf9ff7 com.apple.TIMCore (1.2.1 - 1.2.1) < E5A60510-749E-3D5A-A74E-323B9C243B2D >/System/Library/CoreServices/Menu Extras/TextInput.menu/Contents/SharedSupport/TIMCore.bundle/Contents/MacOS/TIMC ore

    7 May 12:03:28 localhost ReportCrash [396]: 0x11ce03000 - 0x11ce12ff7 com.apple.TextInputUI (1.1 - 1.1) < 3CF7A3AB-F24C-3E91-B85D-D10ED0AEB5F2 >/System/Library/CoreServices/Menu Extras/TextInput.menu/Contents/SharedFrameworks/TextInputUI.framework/Versions/ A/TextInputUI

    7 May 12:03:28 localhost ReportCrash [396]: 0x11ce25000 - 0x11ce2bff7 (599.35.4) libCGXCoreImage.A.dylib < 0A9F43CB-C01F-3A98-AAB3-1E08C65BCFB4 > /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x11ce32000 - 0x11ce3bff7 (2.3.58) libcldcpuengine.dylib < 645ABD2F-C93B-3943-8B07-BBC08B904253 > /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x11ce41000 - 0x11ce5ffff (2.3.58) libCLVMCPUPlugin.dylib < 01E18D4D-CB11-33C4-8AF0-D5D8B38EC99F > /System/Library/Frameworks/OpenCL.framework/Libraries/libCLVMCPUPlugin.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x11d3a2000 - 0x11d3d3fff com.apple.XInstall.InstallAssistant (401-525) < 9860131B-0EE0-3040-8929-C0A080793C27 >/Volumes/VOLUME / * / nstallAssistant OS X Installer.app/Contents/Resources/OSXInstallAssistant.bundle/Contents/MacOS/OSXI

    7 May 12:03:28 localhost ReportCrash [396]: 0x11e4c8000 - 0x11e4cbffa (599.35.4) libCGXType.A.dylib < A2B493FD-2EDE-3BC2-A281-2381E0156411 > pe System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy. A.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x11ec11000 - 0x11ec25fff com.apple.menuextra.airport (9.3.2 - 932.35) Extras/AirPort.menu/Contents/MacOS/AirPort System/Library/CoreServices/Menu < 5001A57A-E79D-3E28-8A60-B10FC7E5C924 >

    7 May 12:03:28 localhost ReportCrash [396]: 0x11ec94000 - 0x11ec9dffb libCGInterfaces.dylib (271) < 68EFBEFE-7506-3235-99A2-5B69EDBFD7B8 > /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Res sources/libCGInterfaces.dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x11f528000 - 0x11fb41ff7 (2.3.56) libcl2module.dylib < 2481EC94-C5C4-3DDE-8168-4A11F70A2563 > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcl2module.d ylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x12006d000 - 0x1200dcfff Vectorizer.dylib (12.0.2) < F0EFA30B-5B49-35D1-A24F-209BEE18A753 > /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/Vectorizer.dyl ib

    7 May 12:03:28 localhost ReportCrash [396]: 0 x 120256000 - 0x12033cfef (2.3.58) unorm8_bgra.dylib < 641EC871-01E8-301F-8695-B92993AD7E23 > System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib

    7 May 12:03:28 localhost ReportCrash [396]: 0x7fff6d2a2000 - 0x7fff6d2d5817 dyld (239.4) < 7AD43B9B-5CEA-3C7E-9836-A06909F9CA56 >/usr/lib/dyld

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: summary of external changes:

    7 May 12:03:28 localhost ReportCrash [396]: calls made by other processes for this process:

    7 May 12:03:28 localhost ReportCrash [396]: task_for_pid: 1

    7 May 12:03:28 localhost ReportCrash [396]: thread_create: 0

    7 May 12:03:28 localhost ReportCrash [396]: thread_set_state: 0

    7 May 12:03:28 localhost ReportCrash [396]: calls made by this process:

    7 May 12:03:28 localhost ReportCrash [396]: task_for_pid: 0

    7 May 12:03:28 localhost ReportCrash [396]: thread_create: 0

    7 May 12:03:28 localhost ReportCrash [396]: thread_set_state: 0

    7 May 12:03:28 localhost ReportCrash [396]: calls made by all processes on this machine:

    7 May 12:03:28 localhost ReportCrash [396]: task_for_pid: 13

    7 May 12:03:28 localhost ReportCrash [396]: thread_create: 0

    7 May 12:03:28 localhost ReportCrash [396]: thread_set_state: 0

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: VM region summary:

    May 7 12:03:28 localhost ReportCrash [396]: ReadOnly part of libraries: Total = 146.7 M resident=143.1M(98%) swapped_out_or_unallocated = 3712 K (2%)

    May 7 12:03:28 localhost ReportCrash [396]: accessible areas in writing: Total = 1.3 G written=35.1M(3%) resident=49.3M(4%) swapped_out = 0 K (0%) unallocated=1.2G(96%)

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]: TYPE of REGION VIRTUAL

    7 May 12:03:28 localhost ReportCrash [396]: = =.

    7 May 12:03:28 localhost ReportCrash [396]: support for CG stores 3436 K

    7 May 12:03:28 localhost ReportCrash [396]: image CG 888 K

    7 May 12:03:28 localhost ReportCrash [396]: CG 472 K raster data

    7 May 12:03:28 localhost ReportCrash [396]: CG shared images 180 K

    7 May 12:03:28 localhost ReportCrash [396]: CoreImage 8 K

    7 May 12:03:28 localhost ReportCrash [396]: CoreServices 452 K

    7 May 12:03:28 localhost ReportCrash [396]: shipping continuations 8192 K

    7 May 12:03:28 localhost ReportCrash [396]: Foundation 4 K

    7 May 12:03:28 localhost ReportCrash [396]: Image IO 360 K

    7 May 12:03:28 localhost ReportCrash [396]: JS JIT generated code 128.0 M

    7 May 12:03:28 localhost ReportCrash [396]: JS JIT generated 896,0 M VM address space reserved (Unassigned) (reserved) code

    7 May 12:03:28 localhost ReportCrash [396]: JS VM save file 12.0 M

    7 May 12:03:28 localhost ReportCrash [396]: JS garbage collector 4096 K

    7 May 12:03:28 localhost ReportCrash [396]: kernel time 8 K Alloc

    7 May 12:03:28 localhost ReportCrash [396]: MALLOC 92.9 M

    7 May 12:03:28 localhost ReportCrash [396]: MALLOC (admin) 32 K

    7 May 12:03:28 localhost ReportCrash [396]: memory Tag 242 12 K

    7 May 12:03:28 localhost ReportCrash [396]: Tag 249 240 K memory

    7 May 12:03:28 localhost ReportCrash [396]: OpenCL 16 K

    7 May 12:03:28 localhost ReportCrash [396]: page SQLite 256 K cache

    7 May 12:03:28 localhost ReportCrash [396]: STACK GUARD 56.1 M

    7 May 12:03:28 localhost ReportCrash [396]: stack 19.2 M

    7 May 12:03:28 localhost ReportCrash [396]: VM_ALLOCATE 88.4 M

    7 May 12:03:28 localhost ReportCrash [396]: WebKit Malloc 2304 K

    7 May 12:03:28 localhost ReportCrash [396]: __DATA 100.2 M

    7 May 12:03:28 localhost ReportCrash [396]: __IMAGE 528 K

    7 May 12:03:28 localhost ReportCrash [396]: __LINKEDIT 33.8 M

    7 May 12:03:28 localhost ReportCrash [396]: __TEXT 113.0 M

    7 May 12:03:28 localhost ReportCrash [396]: __UNICODE 544 K

    7 May 12:03:28 localhost ReportCrash [396]: mapped file 98.0 M

    7 May 12:03:28 localhost ReportCrash [396]: 4 K shared memory

    7 May 12:03:28 localhost ReportCrash [396]: = =.

    7 May 12:03:28 localhost ReportCrash [396]: TOTAL 1.6 G

    7 May 12:03:28 localhost ReportCrash [396]: TOTAL, less space reserved VM 763,1 M

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:28 localhost ReportCrash [396]:

    7 May 12:03:29 localhost unknown [397]: launch of Installer Crash Log Viewer

    7 May 12:03:29 localhost Viewer [398]: LSExceptions [0x10942b5e0] loaded

    7 May 12:03:40 localhost Viewer [398]: LSExceptions [0x10942b5e0] unloaded

    7 May 12:04:22 opendirectoryd localhost [101]: 396 - customer: "ReportCrash", came out with 0 session (s), 0 node (s) and 0 or more active requests

    7 May 12:05:33 localhost Viewer [398]: connect to sharingd become invalid

    7 May 12:05:33 localhost Viewer [398]: connect to sharingd become invalid

    7 May 12:05:33 localhost Viewer [398]: File Manager is brought to create a (docs) folder when running as uid 0

    7 May 12:05:35 localhost Viewer [398]: CoreServices logging is enabled.

    7 May 12:05:35 localhost Viewer [398]: favorite SFL initialized.

    7 May 12:05:38 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    7 May 12:05:38 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    7 May 12:05:38 localhost Viewer [398]: connect to sharingd become invalid

    7 May 12:05:38 localhost opendirectoryd [101]: 236.11 - Client: coreservicesd, UID: EUID, 0: 0, GID: 0, EGID: 0

    7 May 12:05:38 localhost opendirectoryd [101]: 236.11 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, name: / Local by default, Options: 0x0

    7 May 12:05:38 localhost opendirectoryd [101]: 236.11, node: / Local/Default - assigned node UUID - 8E78E308-9F81-4798-AEB5-13249C7801EB

    7 May 12:05:38 localhost opendirectoryd [101]: 236.11, node: / Local by default - ODNodeCreateWithNameAndOptions completed

    7 May 12:05:38 localhost opendirectoryd [101]: 236.12 - Client: coreservicesd, UID: EUID, 0: 0, GID: 0, EGID: 0

    7 May 12:05:38 localhost opendirectoryd [101]: 236.12 - ODQueryCreateWithNode request, NodeID: 8E78E308-9F81-4798-AEB5-13249C7801EB, RecordType (s): dsRecTypeNative:config, attribute: dsAttrTypeStandard:RecordName, MatchType: EqualTo, equality: CaseExact, value (s): SharePoint, attributes requested: dsAttributesAll, Max results: 1

    7 May 12:05:38 localhost opendirectoryd [101]: 236.12, node: / Local/default, Module: PlistFile - client uses a native record type "config" which is not portable

    7 May 12:05:38 localhost opendirectoryd [101]: 236.12, node: / Local/default, Module: PlistFile - client uses a native record type "config" which is not portable

    7 May 12:05:38 localhost opendirectoryd [101]: 236.12, node: / Local/default, Module: PlistFile - over ODQueryCreateWithNode

    7 May 12:05:38 localhost opendirectoryd [101]: 236,13 - Client: coreservicesd, UID: EUID, 0: 0, GID: 0, EGID: 0

    7 May 12:05:38 localhost opendirectoryd [101]: 236.13 - ODNodeCreateRecord request, NodeID: 8E78E308-9F81-4798-AEB5-13249C7801EB, RecordType: dsRecTypeNative:config, RecordName: SharePoint, attributes: < no >

    7 May 12:05:38 localhost opendirectoryd [101]: 236.13, node: / Local/default, Module: PlistFile - client uses a native record type "config" which is not portable

    7 May 12:05:38 localhost opendirectoryd [101]: 236.13, node: / Local/default, Module: PlistFile - over ODNodeCreateRecord, delivered 1 result

    7 May 12:05:38 localhost opendirectoryd [101]: 236.14 - Client: coreservicesd, UID: EUID, 0: 0, GID: 0, EGID: 0

    7 May 12:05:38 localhost opendirectoryd [101]: 236.14 - ODQueryCreateWithNode request, NodeID: 8E78E308-9F81-4798-AEB5-13249C7801EB, RecordType (s): dsRecTypeNative:config / SharePoint, attribute: dsAttrTypeStandard:RecordName, MatchType: all, equality: CaseExact, value (s): dsRecordsAll, attributes requested: dsAttrTypeStandard:GeneratedUID, dsAttrTypeNative:ftp_guestaccess, dsAttrTypeNati, ve:smb_name, dsAttrTypeNative:sharepoint_account_uuid, dsAttrTypeNative:smb_create, dsAttrTypeNative:sharepoint_version, dsAttrTypeStandard:AppleMetaNodeLocatio n, dsAttrTypeNative:afp_guestaccess, dsAttrTypeNative:afp_shared, dsAttrTypeStandar d: RecordType, dsAttrTypeNative : ftp_shared, dsAttrTypeNative:afp_name, dsAttrTypeNat ive: smb_oplocks, dsAttrTypeNative:afp_use_parent_owner, dsAttrTypeNative:smb_direc, torymask, dsAttrTypeStandard:RecordName, dsAttrTypeNative:afp_use_parent_privs, ttrTypeNative:smb_guestaccess dsA, dsAttrTypeNative:smb_inherit_permissions, dsAttrTyp, eStandard:AppleMetaRecordName, dsAttrTypeNative:smb_shared, dsAttrTypeNative:direc, tory_path, dsAttrTypeNative:smb_strictlocking, dsAttrTypeNative:sharepoint_group_i d, dsAttrTypeNative:ftp_name, Max results: 2147483647

    7 May 12:05:38 localhost opendirectoryd [101]: 236.14, node: / Local/default, Module: PlistFile - client uses an old record type ' dsRecTypeNative:config / SharePoint must use kODRecordTypeSharePoints

    7 May 12:05:38 localhost opendirectoryd [101]: 236.14, node: / Local/default, Module: PlistFile - client uses an old record type ' dsRecTypeNative:config / SharePoint must use kODRecordTypeSharePoints

    7 May 12:05:38 localhost opendirectoryd [101]: 236.14, node: / Local/default, Module: PlistFile - record rinse "/ private/var/db/dslocal/nodes/Default/config/SharePoint.

    7 May 12:05:38 localhost opendirectoryd [101]: 236.14, node: / Local/default, Module: PlistFile - ___index_record_block_invoke: sqlite3_prepare_v2: 21

    7 May 12:05:38 localhost opendirectoryd [101]: 236.14, node: / Local/default, Module: PlistFile - ___index_record_block_invoke: sqlite3_prepare_v2: 21

    7 May 12:05:38 localhost opendirectoryd [101]: 236.14, node: / Local/default, Module: PlistFile - over ODQueryCreateWithNode

    7 May 12:05:38 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    7 May 12:05:38 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    7 May 12:05:43 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    7 May 12:05:43 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    7 May 12:05:46 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    7 May 12:05:46 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    7 May 12:05:48 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    7 May 12:05:48 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    7 May 12:05:51 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    7 May 12:05:53 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    7 May 12:05:57 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    7 May 12:05:58 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    7 May 12:06:01 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    7 May 12:06:03 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    7 May 12:06:05 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    7 May 12:06:13 localhost Viewer [398]: File Manager is brought to create a folder (bottom) during the race as a uid 0

    I noticed a line (7 May 12:03:21 localhost OSInstaller [385]: X too recent Source: Source version: 10.11, Destination version: 10.9.5), so perhaps I should format the drive before I can downgrade to make the computer "forget" I used El Capitan before? Or is my problem SD card? I'm tru

    You will need to erase or partition the internal drive and install the Mavericks on the volume of the vacuum.

    (142119)

  • Crash when upgrading to El Capitan

    My brother has a 2009 MacBook Pro with Snow Leopard running he'd like to upgrade to El Capitan.

    He began by upgrading to the latest version of Snow Leopard then went to the App Store, logged into his account and started the upgrade. The download went as planned but it got an error message. He saved the Setup log. It is approximately 1.2 MB. Not sure as what to do, but which seems to me to be a relevant article of it, I copied below.

    Any advice would be appreciated!

    Thank you!!

    28 Mar 15:40:33 MacBook - Pro OSInstaller [453]: from Application Migration:

    = System Migration request =.

    SMSystem 0, SMSystem_Daemon. Primary ID: file:///Volumes/Trevors240/Recovered%20Items/ (ServerType: 1).

    Status: Standard

    Type: upgrade the operating system

    2 user (s) to the migration:

    {

    preserveExisting: 0

    short name: trevorandrews

    deleteOnDest: 0

    longName: Trevor Andrews

    newLongName: Trevor Andrews

    userObject: FV:0 501:20 [1BF1C9F2-A34C-4653-886E-C320FAAEEA64] trevorandrews (Trevor Andrews) MNC:0 PHU:0 ADM:1 iCloud:)

    ) ; ShadowHash;

    [file:///Library/User%20Pictures/Fun/Beach%20Ball.tif]

    file:///users/trevorandrews/ (((null)))

    Exclude: (null)

    newShortName: trevorandrews

    oldShortName: trevorandrews

    }

    {

    preserveExisting: 0

    shortName: root

    deleteOnDest: 1

    longName: System Administrator

    nonConflictingShortName: root

    newLongName: System Administrator

    userObject: root (System Administrator) 0:0 [FFFFEEEE-DDDD-CCCC-BBBB-AAAA00000000] FV:0 MNC:1 PHU:0 ADM:1 iCloud:)

    ) ; Base;

    [(null)]

    file:///private/var/root/ ((file: / / / Volumes/Trevors240/Recovered%20Items/private/var/root/))))

    Exclude: (null)

    newShortName: root

    oldShortName: root

    }

    FileGroupings =)

    1,

    2,

    5,

    3,

    4

    )

    copiesNetworkSettings = Yes

    copiesTimeZoneSettings = Yes

    copiesMachineSettings = Yes

    copiesHomeDirectories = No

    copiesUsers = No

    Incompatible applications =)

    )

    = End =.

    28 Mar 15:40:33 MacBook - Pro OSInstaller [453]: translation UID: old system UID 0 will be UID 0 after Migration.

    28 Mar 15:40:33 MacBook - Pro OSInstaller [453]: GID translation: old system GID 0 will use GID 0 after Migration.

    28 Mar 15:40:33 MacBook - Pro OSInstaller [453]: UID translation: found no existing on the system user registration target with the name 'trevorandrews '.

    28 Mar 15:40:33 MacBook - Pro OSInstaller [453]: translation UID: old system UID 501 will be UID 501 after the Migration.

    28 Mar 15:40:33 MacBook - Pro OSInstaller [453]: translation GID: former GID 20 system will use GID 20 after Migration.

    28 Mar 15:40:33 MacBook - Pro OSInstaller [453]: Migration suspends the Time Machine and Spotlight indexing, preventing the idle sleep

    28 Mar 15:40:33 MacBook - Pro OSInstaller [453]: prevent the sleep of the machine.

    28 Mar 15:40:34 MacBook-Pro opendirectoryd [123]: 453 - customer: "OS X Installer", came out with 3 sessions 3 node (s) and 0 or more active requests

    28 Mar 15:40:34 - MacBookPro Language Chooser [429]: child process exited 8

    28 Mar 15:40:34 MacBook-Pro opendirectoryd [123]: 453.65 - ODNodeRelease request, NodeID: 7CC2B2D3-68CA-46C5-A560-D1871B08AEED

    28 Mar 15:40:34 MacBook-Pro opendirectoryd [123]: 453.66 - ODNodeRelease request, NodeID: 9322825E-8538-4B8D-984C-AA115086E5A5

    28 Mar 15:40:34 MacBook-Pro opendirectoryd [123]: 453.67 - ODNodeRelease request, NodeID: 96942C78-E0B0-4E8A-A901-43E82B8530C1

    28 Mar 15:40:34 MacBook-Pro opendirectoryd [123]: 453.68 - ODSessionRelease request, SessionID: 27A22409-C946-49CF-BDD0-497E3E17CC95

    28 Mar 15:40:34 MacBook-Pro opendirectoryd [123]: 453.69 - ODSessionRelease request, SessionID: 42AB3A92-439A-4684-8FE7-93291DC60209

    28 Mar 15:40:34 MacBook-Pro opendirectoryd [123]: 453.70 - ODSessionRelease request, SessionID: F06D7194-DDB5-41DA-A391-7BA69E4F6647

    28 Mar 15:40:34 MacBook-Pro opendirectoryd [123]: 453.65, node: / Local by default - ODNodeRelease completed

    28 Mar 15:40:34 MacBook-Pro opendirectoryd [123]: 453.66, node: / Local by default - ODNodeRelease completed

    28 Mar 15:40:34 MacBook-Pro opendirectoryd [123]: 453.67, node: / Local by default - ODNodeRelease completed

    28 Mar 15:40:34 MacBook-Pro opendirectoryd [123]: 453.68 - completed ODSessionRelease

    28 Mar 15:40:34 MacBook-Pro opendirectoryd [123]: 453.69 - completed ODSessionRelease

    28 Mar 15:40:34 MacBook-Pro opendirectoryd [123]: ODSessionRelease 453.70 - completed

    28 Mar 15:40:36 MacBook-Pro storagekitd [455]: removal of client connection < SKDaemonConnection: 0x7f8eb8404ba0 >

    28 Mar 15:40:36 MacBook-Pro storagekitd [455]: no more connections, storagekitd will leave...

    28 Mar 15:40:36 unknown MacBook Pro [2622]: launch of Installer Crash Log Viewer

    28 Mar 15:40:39 - MacBookPro Viewer [2623]: LSExceptions [0x7fe5b9d22b50] loaded

    28 Mar 15:40:40 - MacBookPro Viewer [2623]: ISAP: Abort progress called user interface.

    28 Mar 15:40:40 MacBook-Pro Installer progress [423]: sending end progress UI to delegate.

    28 Mar 15:40:40 MacBook-Pro Installer progress [423]: end of progress called user interface...

    28 Mar 15:40:50 - MacBookPro Viewer [2623]: LSExceptions [0x7fe5b9d22b50] unloaded

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.71 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.71 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, name: / Local by default, Options: 0x0

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.71, node: / Local/Default - assigned node UUID - 8BE4C568-EE69-47CA-802B-03C2034E55FD

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.71, node: / Local by default - ODNodeCreateWithNameAndOptions completed

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.72 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.72 - ODNodeCopyDetails request, NodeID: 8BE4C568-EE69 - 47CA - 802 - 03C2034E55FD, keys: dsAttrTypeStandard:NodePath

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.72, node: / Local/default, Module: PlistFile - over ODNodeCopyDetails, delivered 1 result

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.73 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.73 - ODNodeRelease request, NodeID: 8BE4C568-EE69-47CA-802B-03C2034E55FD

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.73, node: / Local by default - ODNodeRelease completed

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.74 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.74 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, name: /Search, Options: 0x0

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.74 - ODNodeCreateWithNameAndOptions failed with error ' node name unknown "(2000)

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.75 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.75 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, name: /Search, Options: 0x0

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.75 - ODNodeCreateWithNameAndOptions failed with error ' node name unknown "(2000)

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.76 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.76 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, name: / Local by default, Options: 0x0

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.76, node: / Local/Default - assigned node UUID - FF17241D-BC11-43AD-82D6-1DB36B4377E8

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.76, node: / Local by default - ODNodeCreateWithNameAndOptions completed

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.77 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.77 - ODQueryCreateWithNode request, NodeID: FF17241D-B11-43AD - 82 D 6-1DB36B4377E8, RecordType (s): dsRecTypeStandard:Users, attribute: dsAttrTypeStandard:RecordName, MatchType: all, equality: CaseIgnore, value (s): dsRecordsAll, attributes requested: dsAttrTypeStandard:GeneratedUID, dsAttrTypeNative:LinkedIdentity, dsAttrTypeStand ard:RealName, dsAttrTypeStandard:GroupMembership, dsAttrTypeNative:IsHidden, dsAttr, TypeStandard:Picture, dsAttrTypeStandard:UserCertificate, dsAttrTypeStandard:Apple, MetaNodeLocation, dsAttrTypeStandard:RecordType, dsAttrTypeStandard:Comment, dsAttr TypeStandard:NestedGroups, dsAttrTypeStandard:PrimaryGroupID, dsAttrTypeStandard:A uthenticationAuthority , dsAttrTypeStandard:Keywords, dsAttrTypeStandard:RecordName, dsAttrTypeStandard: JPEGPhoto, dsAttrTypeNative:_guest, dsAttrTypeStandard:AppleMe, taRecordName, dsAttrTypeStandard:UserShell, dsAttrTypeStandard:GroupMembers, dsAttr, TypeStandard:UniqueID, dsAttrTypeStandard:EMailAddress, dsAttrTypeStandard:NFSHome, directory, Max results: 2147483647

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.77, node: / Local/default, Module: PlistFile - over ODQueryCreateWithNode, delivered 86 results

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.78 - Client: ReportCrash, UID: EUID, 0: 0, GID: 0, EGID: 0

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.78 - ODNodeRelease request, NodeID: FF17241D-BC11-43AD-82D6-1DB36B4377E8

    28 Mar 15:41:17 MacBook Pro opendirectoryd [123]: 2620.78, node: / Local by default - ODNodeRelease completed

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: process: OS X Installer [453]

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: path: / Volumes/VOLUME / * / install OS X Installer.app/Contents/MacOS/OS X

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: identifier: the installer for OS X

    28 Mar 15:41:18 MacBook-Pro ReportCrash [2620]: Version: 1.0 (733)

    28 Mar 15:41:18 MacBook-Pro ReportCrash [2620]: Code Type: X 86-64 (Native)

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: Parent process:? [429]

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: Manager: Setup OS X [453]

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: user ID: 0

    28 Mar 15:41:18 MacBook-Pro ReportCrash [2620]:

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: Date/time: 2016-03-28 15:40:37.144-0700

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: OS Version: Mac OS X 10.11.4 (15E65)

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: report Version: 11

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: anonymous UUID: 56972A61-D95B-4B34-B2A9-FE712E828D64

    28 Mar 15:41:18 MacBook-Pro ReportCrash [2620]:

    28 Mar 15:41:18 MacBook-Pro ReportCrash [2620]:

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: time awake since Boot: 2100 seconds

    28 Mar 15:41:18 MacBook-Pro ReportCrash [2620]:

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: system integrity Protection: disabled

    28 Mar 15:41:18 MacBook-Pro ReportCrash [2620]:

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: crashed Thread: 8 dispatch queue: com.apple.root.default - qos

    28 Mar 15:41:18 MacBook-Pro ReportCrash [2620]:

    28 Mar 15:41:18 MacBook-Pro ReportCrash [2620]: Exception Type: EXC_ARITHMETIC (SIGFPE)

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: Codes of Exception: EXC_I386_DIV (division by zero)

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: Note of the Exception: EXC_CORPSE_NOTIFY

    28 Mar 15:41:18 MacBook-Pro ReportCrash [2620]:

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: Thread 0: send queue: com.apple.main - wire

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 0 libsystem_kernel.dylib 0x0000000111342f72 mach_msg_trap + 10

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 1 libsystem_kernel.dylib 0x00000001113423b3 mach_msg + 55

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 2 com.apple.CoreFoundation 0x000000010dd6d1c4 __CFRunLoopServiceMachPort + 212

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 3 com.apple.CoreFoundation 0x000000010dd6c68c __CFRunLoopRun + 1356

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 4 com.apple.CoreFoundation 0x000000010dd6bed8 CFRunLoopRunSpecific + 296

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 5 com.apple.HIToolbox 0x0000000115e5d935 RunCurrentEventLoopInMode + 235

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 6 com.apple.HIToolbox 0x0000000115e5d76f ReceiveNextEventCommon + 432

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 7 com.apple.HIToolbox 0x0000000115e5d5af _BlockUntilNextEventMatchingListInModeWithFilter + 71

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 8 com.apple.AppKit 0x000000010c856efa _DPSNextEvent + 1067

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 9 com.apple.AppKit 0x000000010c85632a-[NSApplication _nextEventMatchingEventMask:untilDate:inMode: dequeue:] + 454

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 10 com.apple.AppKit 0x000000010c84ae84-[NSApplication run] + 682

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 11 com.apple.AppKit 0x000000010c81446c NSApplicationMain + 1176

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 12 com.apple.OS - X-install 0x000000010b96f9b3 0x10b96e000 + 6579

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: start of 13 libdyld.dylib 0x00000001111635ad + 1

    28 Mar 15:41:18 MacBook-Pro ReportCrash [2620]:

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 1 wire: send queue: com.apple.root.utility - qos

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 0 libsystem_kernel.dylib 0x0000000111342f72 mach_msg_trap + 10

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 1 libsystem_kernel.dylib 0x00000001113423b3 mach_msg + 55

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 2 com.apple.CoreFoundation 0x000000010dd6d1c4 __CFRunLoopServiceMachPort + 212

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 3 com.apple.CoreFoundation 0x000000010dd6c68c __CFRunLoopRun + 1356

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 4 com.apple.CoreFoundation 0x000000010dd6bed8 CFRunLoopRunSpecific + 296

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 5 com.apple.Foundation 0x000000010bdeedd9-[NSRunLoop (NSRunLoop) runMode:beforeDate:] + 270

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 6 com.apple.Foundation 0x000000010be82f43-[NSRunLoop (NSRunLoop) runUntilDate:] + 108

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 7 com.apple.OSInstaller 0x000000010b9eb3f1-[OSIMigrateElement runReturningError:] + 1450

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 8 com.apple.OSInstaller 0x000000010b9e08f9 __35-[OSInstallController startInstall] _block_invoke + 1612

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 9 libdispatch.dylib 0x000000011111593d _dispatch_call_block_and_release + 12

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 10 libdispatch.dylib 0x000000011110a40b _dispatch_client_callout + 8

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 11 libdispatch.dylib 0x000000011110e29b _dispatch_root_queue_drain + 1890

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 12 0x000000011110db00 _dispatch_worker_thread3 + 91 libdispatch.dylib

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 13 libsystem_pthread.dylib 0x00000001114bc4de _pthread_wqthread + 1129

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 14 libsystem_pthread.dylib 0x00000001114ba341 start_wqthread + 13

    28 Mar 15:41:18 MacBook-Pro ReportCrash [2620]:

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: put 2: send queue: com.apple.libdispatch - Manager

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 0 libsystem_kernel.dylib 0x0000000111349efa kevent_qos + 10

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 1 libdispatch.dylib 0 0000000111110165 _dispatch_mgr_invoke + 216 x

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 2 libdispatch.dylib 0x000000011110fdcd _dispatch_mgr_thread + 52

    28 Mar 15:41:18 MacBook-Pro ReportCrash [2620]:

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 3 wire:

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 0 libsystem_kernel.dylib 0x000000011134910a __semwait_signal + 10

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 1 libsystem_c.dylib 0x000000011125cd17 nanosleep + 199

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 2 libsystem_c.dylib 0x000000011125cb77 sleep + 42

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 3 com.apple.IASUtilities 0x000000010bd805f8 do_log_watch + 43

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 4 libsystem_pthread.dylib 0x00000001114bc99d _pthread_body + 131

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 5 libsystem_pthread.dylib 0x00000001114bc91a _pthread_start + 168

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 6 libsystem_pthread.dylib 0x00000001114ba351 thread_start + 13

    28 Mar 15:41:18 MacBook-Pro ReportCrash [2620]:

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: pull 4: com.apple.NSEventThread

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 0 libsystem_kernel.dylib 0x0000000111342f72 mach_msg_trap + 10

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 1 libsystem_kernel.dylib 0x00000001113423b3 mach_msg + 55

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 2 com.apple.CoreFoundation 0x000000010dd6d1c4 __CFRunLoopServiceMachPort + 212

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 3 com.apple.CoreFoundation 0x000000010dd6c68c __CFRunLoopRun + 1356

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 4 com.apple.CoreFoundation 0x000000010dd6bed8 CFRunLoopRunSpecific + 296

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 5 com.apple.AppKit 0x000000010c9ace99 _NSEventThread + 149

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 6 libsystem_pthread.dylib 0x00000001114bc99d _pthread_body + 131

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 7 libsystem_pthread.dylib 0x00000001114bc91a _pthread_start + 168

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 8 libsystem_pthread.dylib 0x00000001114ba351 thread_start + 13

    28 Mar 15:41:18 MacBook-Pro ReportCrash [2620]:

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: put on 5: com.apple.NSURLConnectionLoader

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 0 libsystem_kernel.dylib 0x0000000111342f72 mach_msg_trap + 10

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 1 libsystem_kernel.dylib 0x00000001113423b3 mach_msg + 55

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 2 com.apple.CoreFoundation 0x000000010dd6d1c4 __CFRunLoopServiceMachPort + 212

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 3 com.apple.CoreFoundation 0x000000010dd6c68c __CFRunLoopRun + 1356

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 4 com.apple.CoreFoundation 0x000000010dd6bed8 CFRunLoopRunSpecific + 296

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 5 com.apple.CFNetwork 0x00000001105e2111 + [NSURLConnection (Loader) _resourceLoadLoop:] + 412

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 6 com.apple.Foundation 0x000000010bdffd64 __NSThread__start__ + 1351

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 7 libsystem_pthread.dylib 0x00000001114bc99d _pthread_body + 131

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 8 libsystem_pthread.dylib 0x00000001114bc91a _pthread_start + 168

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 9 libsystem_pthread.dylib 0x00000001114ba351 thread_start + 13

    28 Mar 15:41:18 MacBook-Pro ReportCrash [2620]:

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: put on 6: JavaScriptCore::Marking

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 0 libsystem_kernel.dylib 0x0000000111348db6 __psynch_cvwait + 10

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 1 libsystem_pthread.dylib 0x00000001114bd728 _pthread_cond_wait + 767

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 2 libc ++.1.dylib 0x0000000110f3a68f std::__1:condition_variable:wait(std::__1::unique_lock<std::__1::mutex>&) + 47

    28 Mar 15:41:18 MacBook - Pro ReportCrash [2620]: 3 com.apple.JavaScriptCore 0x000000010f82f5ab JSC::GCThread::waitForNextPhase() + 171

    28 Mar 15:41:18 - MacBookPro Rep

    Try a reboot.

    Make a backup using Time Machine or a cloning program, to ensure that data files can be recovered. Two backups are better than one.

    Try to set up another admin user account to see if the same problem persists. If back to my Mac is enabled in system preferences, the guest account will not work. The intention is to see if it is specific to an account or a system wide problem. This account can be deleted later.

    Isolate a problem by using a different user account

    If the problem is still there, try to start safe mode using your usual account.  Disconnect all devices except those necessary for the test. Shut down the computer and then put it up after a 10 second wait. Immediately after hearing the startup chime, hold down the SHIFT key and continue to hold it until the gray Apple icon and a progress bar appear. Startup is considerably slower than normal. This will reset some caches, forces a check for directory and disables all start-up and connection, among other things. When you restart normally, the initial restart may be slower than normal. If the system is operating normally, there may be 3rd party applications that pose a problem. Try to delete/disable the third-party applications after a reboot using the UN-Installer. For each disable/remove, you need to restart if you do them all at once.

    Safe mode

  • Calling DLLS in LabVIEW

    Hello

    Below is the code written in LabWindows in which dynamically access a Dll using Windows API LoadLibrary(), GetProcAddress(), and FreeLibrary().

    Successfully, I could load the library and get the procedure address using library calls node in LabVIEW. But got stuck after that.

    As I am not good in C/C++ coding, ask someone to really help me to write the same thing in LabVIEW.

    Kindly do the needful.

    #include   // Function prototypes.
    #include     // CVI Active X definitions.
    #include 
    #include    /* Needed if linking in external compiler; harmless otherwise */
    #include 
    #include 
    
    typedef long __stdcall( *OLECREATEOBJECT)(char*);
    static  HINSTANCE  Hinstlib;
    static  long  gvntISystem;
    
    long CviCreateFastObjects (void)
     {
    OLECREATEOBJECT procAdd;
        pStrTempmem      = (char*)CA_AllocMemory(1);
        Hinstlib = LoadLibrary("FastTrio");
        if( Hinstlib != NULL)
    {
            procAdd = (OLECREATEOBJECT) GetProcAddress(Hinstlib, "OLECreateObject");
            if(fRunTimeLinkSucess = (procAdd != NULL))
    {
            gvntISystem = (procAdd)("FAST.IMFASTSystemInterface");
            return 0;
            }
            else
            return 1;
            }
        else
            {
    return 1;
            }
    }
    

    All the information you need are in the C code.

    • OLECREATEOBJECT is typedefed just after all the #includes at the top.  It returns a long integer (typically I32 in LabVIEW, but could be I64 on a 64-bit operating system) and takes a string as input.  It uses the standard windows calling conventions, not the C calling convention.
    • LoadLibrary and GetProcAddress are used to get a pointer to the function (procAdd).  This is handled in LabVIEW, by filling in the location of the library and the function in the call library node.
    • The library of appeal in LabVIEW node must also be set to the standard calling convention and return value (I32) and list of parameters (a string) must be set.
    • the function is used to set gvntISystem with a constant of entry 'FAST. IMFASTSystemInterface ".  In LabVIEW, a constant string of wire at the entrance and read the return value.
    • You can implement the audit, thus using the call library errors node error output.

    Good luck!

  • Is there a way to immediately interrupt a timed loop

    Writing a program that, when completed, im could run for a very long time. But I need a timed loop to run every 60 seconds. Option two, I came with are the following

    1 timed loop running every minute

    2 timed loop execution of every second, but treats the content of every minute.

    First way means that I can not stop the loop until the end of the period (more desirable than the 2nd option), the second option is based on the ability to determine when a minute until is based on a rate of iteration 1 Hz, but from what I read, the iteration count will eventually get its max value and simply hold its value the loop continues to run (that's why I lose my logic for the execution of content)

    I really hope, there is a way to make an immediate abandonment of a timed loop, but I'm not finding a way, lol

    If the registrant receives an error notification, it passes this error to the error node right over the untimed loop side.  In the contrary case the notifier expires and passes the node error when you want to iterate

  • get_HTTP on LabVIEW 2010 for Mac

    I'm trying to download data from a Web page using the get_HTTP block. Under WINDOWS, it works very well, but even the basic example does not work on my Mac. I'm pretty sure that I just don't see what is obvious, but the only idea I had was turning off firewalls etc which did not help.

    Any ideas?

    all the error Code is:

    7 error node library function call in LabVIEWHTTPClient.lvlib:GET.vi-> get_HTTP.vi

    Possible reasons:
    LabVIEW: File not found. The file may have been moved or deleted, or the path to the file would be incorrectly formatted for the operating system. For example, use- as Windows path separators: on Mac OS X, and Linux. Check that the path is correct using the command prompt or file Explorer.
    =========================
    NOR-488: The non-existent GPIB interface.

    I thank very you much in advance!


  • DIO port config.vi: Subvi is not executable

    Hello

    Could you please help me in my problem explained below.

    My problem is when I execute the below attached VI file, I get the error saying "Subvi"DIO port config.vi"': Subvi is not executable '." Same error for port write.vi DIO, DIO port read. VI.

    I went to DIO port config.vi and run it separtately that displays the error "node Interface Code: code for the object is not loaded.

    In fact the program used to work properly and suddenly started showing this error that I couldn't solve.

    Here are my specifications.

    I have LV v4.0.1 running in my Windows 2000 operating system.  I have LAB - PC + DAQ card to control motors. I also have the card PCI-GPIB connected to Lecroy 8901 GPIB interface for data acquisition.

    I have NEITHER-DAQ 6.6, NI-VISA for windows 95 / NT installed in my system.

    I have attached my program with this message file.

    valueble suggestions are greatly apprecited.

    Thank you.

    Looks like your traditional DAQ driver has been corrupted. Have you tried to reinstall?

  • Multiple server Instances VI

    Hi all, I have to create multiple instances of a VI using VI server method. I put the 'incoming' of the VI client properties. If I call the VI client under the name sub - VI I can create N instances without any problem. But if I use the VI server method when it executes the method 'run', it gives me the following error:

    1000 error node invoke in Server.vi
    Possible reasons:
    LabVIEW: The VI isn't in a State compatible with this operation.
    Name of the method: Run VI

    I know that I can't open multiple instance of the front panel of this way, but I should be able to run it. Look at the example attached.

    Thank you...

    You must pass the '8' for your open VI reference option. It called the VI reentrantly, so that the error will not occur.

    However, how to call this way screw stops execution of the subVIs if the server ends. If you have to keep the 'alive' server or you must use VI models (* .lives) instead of screws

    Another note: If you have the Subvi the value modal dialog box, you will lock the other windows of your application LV is accessible!

    hope this helps,

    Norbert

  • Save control table .cfg with knots of property.

    Hello!

    I have a façade with many (and I mean a lot!) boolean tables in tabs, and I want the ability to save the values selected by the user in a .cfg file, which will be used to make the same selection again without the trouble of clicking on buttons. The only controls that I want to save the value are Boolean tables 1 d of length 7 or 11, and these occur only on some pages tab. others have been setup so that their iteration a false criterion is satisfied and no code is running.

    I managed to get references to each control within each tab, and using a "more specific class' function to reduce it to only the controls in table. However, when this runs, pops up an error of "convert variant data" and use of a probe shows me the reference being called by my property at the time of the error node is to an INDICATOR array, rather than control. I thought that the node of 'controls on the page' and subsequently the control table class specifier would mean that references to other types of table would not make the real case where coming the backup configuration file.

    The indicator in question is a painting of a cluster of two strings and an array of strings, if that makes any sense / has no relevance, and the error occurs on the iteration 1 of the outer loop and the loop iteration 21 internal, corresponding to the control reference 22nd in the second tab.

    I hope that I have the problem clearly.

    There is a property called control? (or indicator?) This will help you sort out them.  I don't remember the exact name of the property, but that should get you close enough to find.

    Lynn

Maybe you are looking for

  • the mail comes in 3 different folders

    Whenever I get a new email, it appears in my important file Inbox and all mail folders. I then open all 3 records before mail is no longer as not read next to the Inbox in the left column on Thunderbird. What can I do to just need to open my mail onc

  • What applications are on the demo of Pro iPad model in the Cardiff store

    Hello. Can someone tell me what applications have been downloaded on the iPad demo Pro in Cardiff, relating to the art store, edit photos, etc. Thank you very much Debbie

  • Satellite L500 - no disc of recovery or partition recovery - how to reinstall?

    I just bought a new laptop and realize that he did come with a restore disk or a hard disk recovery partition. I was wondering if my drive hard breaks down how do I reinstall windows?The laptop I bought is a Toshiba satellite L500 and only a few week

  • Missing PCI device; Earn 8.1

    Hey,. recently, I bought a hp Pavilion n236tu. Here, I installed windows 8.1 pro, 64-bit but in the Device Manager pci device is missing. I have searched for it, but I got is for win 7. Can someone help me? Look, running & it not yet watch any proble

  • Resources-Manager shows blnk sreen

    The Ressourcenmanager of doesn´t of Windows 7 view all informatkion - sreen just empty, we can "see throug '.