Jump to content

[Guide] How to make a bootable OS X 10.9 Mavericks USB install drive on LINUX


tlac
 Share

83 posts in this topic

Recommended Posts

Perfect instructions; a great big thankyou!

 

I'm too currently having the "The installation cannot read the mac os installation disk try cleaning the disk and trying again" issue - and that's without the MBR patch. I'm currently trying to install on my desktop (new build) whilst typing this on my laptop.

 

In case it is permissions (which the installation log would suggest*) - I'm going to try disk utility to see if repairing the permissions from the installer and restarting works. It's worth a shot! If that doesn't work I'll post the output from ls -l; that said - does anyone have the correct permissions/ownership from a verified working install media for me to try?

 

If it's any help - the installer log says "Install's runner tool is not properly configured as a setuid tool". 

 

Doh, Unsurprisingly I couldn't do it via Disk Utility in the installation. So I checked the permissions from my laptop, and there below. I've also checked other .pkg files and they all have the same permissions; weird.

 

 


~$ ls -l /media/osx86/System/Library/PrivateFrameworks/Install.framework/Frameworks/OSInstall.framework/Versions/A/OSInstall

-rwxr-xr-x 1 root root 558640 Dec  8 19:22 /media/osx86/System/Library/PrivateFrameworks/Install.framework/Frameworks/OSInstall.framework/Versions/A/OSInstall

 

~$ ls -l /media/osx86/System/Installation/Packages/OSInstall.mpkg

-rw-r--r-- 1 root root 727986 Dec  8 19:56 /media/osx86/System/Installation/Packages/OSInstall.mpkg

 


-rw-r--r-- 1 root root   94456030 Dec  8 19:25 AdditionalEssentials.pkg

-rw-r--r-- 1 root root  434183028 Dec  8 19:25 AdditionalSpeechVoices.pkg

-rw-r--r-- 1 root root    1102405 Dec  8 19:25 AsianLanguagesSupport.pkg

-rw-r--r-- 1 root root  281410906 Dec  8 19:28 BaseSystemBinaries.pkg

-rw-r--r-- 1 root root    2284277 Dec  8 19:28 BaseSystemResources.pkg

-rw-r--r-- 1 root root  304995540 Dec  8 19:29 BSD.pkg

-rw-r--r-- 1 root root 3191643424 Dec  8 19:54 Essentials.pkg

-rw-r--r-- 1 root root       2613 Dec  8 19:54 InstallableMachines.plist

-rw-r--r-- 1 root root    2472385 Dec  8 19:54 JavaEssentials.pkg

-rw-r--r-- 1 root root      20686 Dec  8 19:54 JavaTools.pkg

-rw-r--r-- 1 root root  345478377 Dec  8 19:56 MediaFiles.pkg

-rw-r--r-- 1 root root     727986 Dec  8 19:56 OSInstall.mpkg

-rw-r--r-- 1 root root       2254 Dec  8 19:56 OSInstall.pkg

-rw-r--r-- 1 root root        839 Dec  8 19:56 OSUpgrade.pkg

-rw-r--r-- 1 root root  140468300 Dec  8 19:57 OxfordDictionaries.pkg

-rw-r--r-- 1 root root     581484 Dec  8 19:57 X11redirect.pkg
Link to comment
Share on other sites

I've also seen the setuid error when my installer didn't work. But I did not find problems.

But now I checked all setuid files on a correct installer and maybe I found some interesting on different place.

ls System/Library/PrivateFrameworks/Install.framework/Versions/A/Resources/runner

-rwsr-sr-x 1 root root 57744 Sep 21 05:37 runner

It is worth a shot to set it:

chmod 6755 System/Library/PrivateFrameworks/Install.framework/Versions/A/Resources/runner
Link to comment
Share on other sites

 

I've also seen the setuid error when my installer didn't work. But I did not find problems.

But now I checked all setuid files on a correct installer and maybe I found some interesting on different place.

ls System/Library/PrivateFrameworks/Install.framework/Versions/A/Resources/runner

-rwsr-sr-x 1 root root 57744 Sep 21 05:37 runner

It is worth a shot to set it:

chmod 6755 System/Library/PrivateFrameworks/Install.framework/Versions/A/Resources/runner

 

Aha, that's changed the error completely! I'm getting one about "Installation Checks Failed" - which could well be the very nature of hackintosh and my hardware - so in actual fact that may well have fixed the error...  :)

Link to comment
Share on other sites

So do you think it is independent from the topic?

When did you get the error? Are there more in logs?

 

I suspect it could well be my hardware from here on. Everything is on the HCL; but from my last little hackintosh adventures I remember things getting a little confusing at times..  :P

 

When I boot in to the installer I get a message that Mac OS X cannot be installed, but I can restore from a backup if I want. Going to the installation log is pretty rubbish - as it just says "Installation checks failed"; whilst booting in verbose mode shows no hardware issues. However, I can do everything else through the USB drive - terminal, disk utility, system information and time-machine backups. So I think the USB is OK!

Link to comment
Share on other sites

I get the error message: "There was a problem reading the Mac OS X Installation disc. Carefully clean the disc, and then try reinstalling." See the attached Installer Log below. Any suggestions?

 

Try this:

sudo chmod 6755 /media/osx86/System/Library/PrivateFrameworks/Install.framework/Versions/A/Resources/runner

If it helps, I will extend the guide.

Link to comment
Share on other sites

Changing the permissions on the file: "runner" fixed the initial problem, and I was able to install OS X in VMWare. However, now it will boot from the virtual disk, but it shuts down immediately without any errors. I tried Safe Mode, which displays the progress bar, but then also shuts down. I used Disk Utility on the USB Drive to check the Virtual Disk, and it passed all checks. Any help is greatly appreciated...

  • Like 1
Link to comment
Share on other sites

I realized I only need a standard bootable Mavericks Mac OS X 10.9 Flash Drive for installing in an unlocked VMWare Host.

I re-created my USB drive using the scripts below, which exclude any scripts that modify a standard Mac Bootable Drive.

I sucessfully installed Mac OS X 10.9 on my virtual machine.

 

sudo mount -t hfsplus -o force,rw /dev/sdb1 /media/MAVERICKS
cd /Applications/Install\ OS\ X\ Mavericks.app/Contents/SharedSupport/
md5sum InstallESD.dmg
7z x InstallESD.dmg InstallMacOSX.pkg/InstallESD.dmg
cd InstallMacOSX.pkg/
7z x InstallESD.dmg 3.hfs
rm InstallESD.dmg
sudo mkdir /mnt/osx
sudo mount -o loop 3.hfs /mnt/osx/
mkdir base
cd base
7z x /mnt/osx/BaseSystem.dmg 3.hfs
sudo mkdir /mnt/base
sudo mount -o loop 3.hfs /mnt/base/
sudo cp -r /mnt/base/. /media/MAVERICKS
sudo rm /media/MAVERICKS/System/Installation/Packages
sudo cp -r /mnt/osx/Packages /media/MAVERICKS/System/Installation
sudo umount /mnt/base
sudo rmdir /mnt/base
sudo umount /mnt/osx
sudo rmdir /mnt/osx
cd /Applications/Install\ OS\ X\ Mavericks.app/Contents/SharedSupport/InstallMacOSX.pkg/base/
cd ../../
rm -r InstallMacOSX.pkg
mkdir kernel
cd kernel
sudo 7z x -so /media/MAVERICKS/System/Installation/Packages/BaseSystemBinaries.pkg Payload | bunzip2 | cpio -i
sudo cp mach_kernel /media/MAVERICKS/
cd ..
rm -r -f kernel/
sudo chmod 6755 System/Library/PrivateFrameworks/Install.framework/Versions/A/Resources/runner

 

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

Hello! I have a few additions to this guide that I would like to post, as they might come in handy for some of you. If you want to virtualize Mac OS X 10.9(10.9.1 works as well) and you don't want to use a USB, look no further. Because of the way Unix, and therefore Linux, treats block devices(like hard-drives, or in this case a USB) we can use a file instead of an 8GB USB to be our "harddrive" for our installer to the virtual machine.

 

First, we must create our blank file. Open up a terminal in your favorite Linux distribution and type in the following:

dd if=/dev/zero of=macosxinstall.hdd bs=1048576 count=8192

This will create an 8GB file containing entirely zeroes. Not useful in its current state, but bear with me

# root is required for these next commands, sudo may work
losetup /dev/loop macosxinstall.hdd
gparted /dev/loop0

This will bind the 8GB file we just created to device /dev/loop0. This will allow us to interface with macosxinstall.hdd as if it were a USB or hard drive. gparted will allow you to partition this file just as it entails in tlac's guide(MS-DOS Partition Table, HFS+ Partition covering the whole space). Click apply then exit.

 

From here, simply mount the loop device with:

mount /dev/loop0p1 /media/osx86

Make sure the folder you mount to exists!

 

From here, you can just follow tlac's guide, replacing /dev/sdb with /dev/loop0 and /dev/sdb1 with /dev/loop0p1

 

 

Once finished with all of the steps in his guide, simply type the following commands(as root):

umount /media/osx86
losetup -D

This will unmount the volume and stop the loop device from pointing at macosxinstall.hdd. From here, we can use this hdd as a standard hard drive in any VM program. I did get Virtualbox to boot the resulting image, but I could not get it to boot into the OS after I installed it. Fortunately, VMWare Workstation 10 works perfectly well, once run with the unlocker program.

 

In your VM make sure you have 2 hard drives, the macosxinstall.hdd hard drive we just created, and a new drive created in the virtual machine program to install our disk to. Boot from the macosxinstall.hdd partition to start off, and then you can remove it once you have installed OS X to your VM-created hard drive. From there you only need your VM-created hard drive, but keep macosxinstall.hdd around just in case you need to reinstall!

 

Hope this helps anyone :)

  • Like 2
Link to comment
Share on other sites

Thank you.

 

From here, we can use this hdd as a standard hard drive in any VM program. I did get Virtualbox to boot the resulting image, but I could not get it to boot into the OS after I installed it. Fortunately, VMWare Workstation 10 works perfectly well, once run with the unlocker program.

 

Probably you should have booted again into the installer and installed the Chameleon and other stuff.

Link to comment
Share on other sites

I can't extract my .dmg file. How can I do that in Ubuntu?? I download it from torrent.


Thank you.

 

 

Probably you should have booted again into the installer and installed the Chameleon and other stuff.

I have only one .dmg file on Lion. I am unable to extract that file. It says that "archive type not supported". What can I do?

Also where I can get the image file so I can create bootable usb.

Link to comment
Share on other sites

I can't extract my .dmg file. How can I do that in Ubuntu?? I download it from torrent.

What is the exact problem?

Check more carefully the first post in this topic.

 

The App Store is recommended source to download it.

Link to comment
Share on other sites

I am trying to reinstall mavericks on my Mac but my main partition and recovery partition are hosed. Will this method work on a Mac? Obviously I don't need kext's. I am in Shetland and I have been to all the computer shops and no one has a single Mac on the island. I have access to a windows computer, and I have an Ubuntu 12.04 cd I've been booting with.

Link to comment
Share on other sites

Noaviarie's instructions were great, but my resulting USB stick, when I boot up my Mac and press alt- it shows an 'EFI Boot' option, which when selected results in a circle and slash. I can't figure out why it is not quite bootable. I formatted it gpt and HFS+ from Ubuntu. I followed noaviarie's instructions with no problem. Any ideas?

Link to comment
Share on other sites

Noaviarie's instructions were great, but my resulting USB stick, when I boot up my Mac and press alt- it shows an 'EFI Boot' option, which when selected results in a circle and slash. I can't figure out why it is not quite bootable. I formatted it gpt and HFS+ from Ubuntu. I followed noaviarie's instructions with no problem. Any ideas?

 

You have to use MBR partitioning scheme. The resulting USB has MBR/BIOS boot, not EFI boot. Try setting up "Legacy BIOS/MBR boot" in the BIOS/UEFI settings.

The very fact that Noaviarie put the "boot0" file in the sector 0 of the hard disk

sudo dd bs=446 if=boot0 of=/dev/sdb

means that this way, it is only MBR/BIOS boot

Link to comment
Share on other sites

I was trying to create bootable usb of Lion using the same above method but I got this message when I tried to boot from USB. @tlac

 

Boot0: test

Boot0: done

Boot1: error

 

Is there any reason for using Lion against the newer newer versions?

 

I'm not sure what the problem is. This guide is for Mavericks. So you can make lots of mistake if you follow it for Lion.

For example the linked Chameleon is not compatible with Lion or the kernel is on different place in the Lion installer so maybe you missed to put it into the right place.

Link to comment
Share on other sites

I thought the original instruction set was written for non-mac hardware.

 

That's true and Noaviary's instructions are for Vmware. But I have the same opinion it should work on Mac.

Did not get any error messages when you followed it, right?

Link to comment
Share on other sites

Is there any reason for using Lion against the newer newer versions?

 

I'm not sure what the problem is. This guide is for Mavericks. So you can make lots of mistake if you follow it for Lion.

For example the linked Chameleon is not compatible with Lion or the kernel is on different place in the Lion installer so maybe you missed to put it into the right place.

 

I did something and I was succeeded in booting it. I use Lion MBR patch instead of Maverick MBR patch. Everything went ok but  got some error in installation.

It ask me for language. I choose English, then an error. Also my laptop keyboard and touch pad was not working. I was able to use mouse instead. What can I do?

Here is the installer log.

 

 

Feb  8 22:16:21 localhost Unknown[294]: Launching the Language Chooser for an OS Install

Feb  8 22:16:26 localhost LCA[295]: Bookmark failed to issue extension for item  (depth=4000): No such file or directory
Feb  8 22:16:35 localhost LCA[295]: Launching the Installer using language code "English"
Feb  8 22:16:35 localhost Unknown[296]: dyld: Library not loaded: /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
Feb  8 22:16:35 localhost Unknown[296]:   Referenced from: /System/Library/PrivateFrameworks/Install.framework/Frameworks/OSInstall.framework/Versions/A/OSInstall
Feb  8 22:16:35 localhost Unknown[296]:   Reason: image not found
Feb  8 22:16:39 localhost LCA[295]: Child exited with status 5
Feb  8 22:16:39 localhost Unknown[311]: Launching the Installer Crash Log Viewer
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.1 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.1 - ODNodeCreateWithName request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Local/Default
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.1 - loading configuration for '/Local' from '/System/Library/OpenDirectory/Configurations/Local.plist'
Feb  8 22:16:39 localhost opendirectoryd[100]: Loaded bundle at path '/System/Library/OpenDirectory/Modules/PlistFile.bundle'
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.1 - unable to find authentication module 'ConfigurationProfiles'
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.1 - unable to find service discovery callback for module 'PlistFile'
Feb  8 22:16:39 localhost opendirectoryd[100]: Registering for network changes
Feb  8 22:16:39 localhost opendirectoryd[100]: Registered subnode with name '/Local/Default'
Feb  8 22:16:39 localhost opendirectoryd[100]: failed to open local node for internal record copy
Feb  8 22:16:39 localhost opendirectoryd[100]: Registering for power changes
Feb  8 22:16:39 localhost opendirectoryd[100]: Registering for network power changes
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.1, Node: /Local/Default - node assigned UUID - 1340650E-BF50-4527-BC50-8845CB6948E6
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.1, Node: /Local/Default - ODNodeCreateWithName completed
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.2 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.2 - ODNodeCopyDetails request, NodeID: 1340650E-BF50-4527-BC50-8845CB6948E6, Keys: dsAttrTypeStandard:NodePath
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.2, Node: /Local/Default, Module: PlistFile - ODNodeCopyDetails completed, delivered 1 result
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.3 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.3 - ODNodeRelease request, NodeID: 1340650E-BF50-4527-BC50-8845CB6948E6
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.3, Node: /Local/Default - ODNodeRelease completed
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.4 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.4 - ODNodeCreateWithName request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Search
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.4 - ODNodeCreateWithName failed with error 'Unknown node name' (2000)
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.5 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.5 - ODNodeCreateWithName request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Search
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.5 - ODNodeCreateWithName failed with error 'Unknown node name' (2000)
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.6 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.6 - ODNodeCreateWithName request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Local/Default
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.6, Node: /Local/Default - node assigned UUID - 3410993C-7735-4CD9-A19B-58E00D522FDE
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.6, Node: /Local/Default - ODNodeCreateWithName completed
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.7 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.7 - ODQueryCreateWithNode request, NodeID: 3410993C-7735-4CD9-A19B-58E00D522FDE, RecordType(s): dsRecTypeStandard:Users, Attribute: dsAttrTypeStandard:RecordName, MatchType: Any, Equality: CaseIgnore, Value(s): dsRecordsAll, Requested Attributes: dsAttrTypeStandard:GeneratedUID,dsAttrTypeNative:LinkedIdentity,dsAttrTypeStandard:RealName,dsAttrTypeStandard:GroupMembership,dsAttrTypeStandard:Picture,dsAttrTypeStandard:UserCertificate,dsAttrTypeStandard:AppleMetaNodeLocation,dsAttrTypeStandard:RecordType,dsAttrTypeStandard:Comment,dsAttrTypeStandard:NestedGroups,dsAttrTypeStandard:PrimaryGroupID,dsAttrTypeStandard:AuthenticationAuthority,dsAttrTypeStandard:Keywords,dsAttrTypeStandard:RecordName,dsAttrTypeStandard:JPEGPhoto,dsAttrTypeNative:_guest,dsAttrTypeStandard:AppleMetaRecordName,dsAttrTypeStandard:UserShell,dsAttrTypeStandard:GroupMembers,dsAttrTypeStandard:UniqueID,dsAttrTypeStandard:EMailAddress,dsAttrTypeStandard:NFSHomeDirectory, Max Results: 2147483647
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.7, Node: /Local/Default, Module: PlistFile - ODQueryCreateWithNode completed, delivered 73 results
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.8 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.8 - ODNodeRelease request, NodeID: 3410993C-7735-4CD9-A19B-58E00D522FDE
Feb  8 22:16:39 localhost opendirectoryd[100]: 310.8, Node: /Local/Default - ODNodeRelease completed
Feb  8 22:16:39 localhost Viewer[312]: Bookmark failed to issue extension for item  (depth=4000): No such file or directory
Feb  8 22:16:40 localhost ReportCrash[310]: Process:         Mac OS X Installer [309]
Feb  8 22:16:40 localhost ReportCrash[310]: Path:            /Volumes/VOLUME/*/Mac OS X Installer.app/Contents/MacOS/Mac OS X Installer
Feb  8 22:16:40 localhost ReportCrash[310]: Identifier:      Mac OS X Installer
Feb  8 22:16:40 localhost ReportCrash[310]: Version:         ??? (???)
Feb  8 22:16:40 localhost ReportCrash[310]: Code Type:       X86-64 (Native)
Feb  8 22:16:40 localhost ReportCrash[310]: Parent Process:  LCA [295]
Feb  8 22:16:40 localhost ReportCrash[310]:  
Feb  8 22:16:40 localhost ReportCrash[310]: Date/Time:       2014-02-08 22:16:35.628 -0800
Feb  8 22:16:40 localhost ReportCrash[310]: OS Version:      Mac OS X 10.7 (11A511)
Feb  8 22:16:40 localhost ReportCrash[310]: Report Version:  9
Feb  8 22:16:40 localhost ReportCrash[310]:  
Feb  8 22:16:40 localhost ReportCrash[310]: Crashed Thread:  0
Feb  8 22:16:40 localhost ReportCrash[310]:  
Feb  8 22:16:40 localhost ReportCrash[310]: Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Feb  8 22:16:40 localhost ReportCrash[310]: Exception Codes: 0x0000000000000002, 0x0000000000000000
Feb  8 22:16:40 localhost ReportCrash[310]:  
Feb  8 22:16:40 localhost ReportCrash[310]: Application Specific Information:
Feb  8 22:16:40 localhost ReportCrash[310]: dyld: launch, loading dependent libraries
Feb  8 22:16:40 localhost ReportCrash[310]:  
Feb  8 22:16:40 localhost ReportCrash[310]: Dyld Error Message:
Feb  8 22:16:40 localhost ReportCrash[310]:   Library not loaded: /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
Feb  8 22:16:40 localhost ReportCrash[310]:   Referenced from: /System/Library/PrivateFrameworks/Install.framework/Frameworks/OSInstall.framework/Versions/A/OSInstall
Feb  8 22:16:40 localhost ReportCrash[310]:   Reason: image not found
Feb  8 22:16:40 localhost ReportCrash[310]:  
Feb  8 22:16:40 localhost ReportCrash[310]: Binary Images:
Feb  8 22:16:40 localhost ReportCrash[310]:        0x106f6b000 -        0x106f7afff  com.apple.MacOSXInstaller (300 - 346.1) <B21E0F01-D1B3-3E52-9BA6-0E71ECCF3EAE> /Volumes/VOLUME/*/Mac OS X Installer.app/Contents/MacOS/Mac OS X Installer
Feb  8 22:16:40 localhost ReportCrash[310]:        0x106f88000 -        0x106fe2fff  com.apple.framework.corewlankit (1.0 - 100.43) <94E2EA21-97CF-3538-AE60-770557A738C6> /System/Library/PrivateFrameworks/CoreWLANKit.framework/Versions/A/CoreWLANKit
Feb  8 22:16:40 localhost ReportCrash[310]:        0x107024000 -        0x10706cfff  com.apple.framework.CoreWLAN (2.0 - 200.46) <04AFD988-DDFB-330D-B042-C1EB2826A0CC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
Feb  8 22:16:40 localhost ReportCrash[310]:        0x107091000 -        0x1070dafff  com.apple.osinstallframework (600 - 684) <7E1964D2-DF62-3950-AE65-FBAB69D53E01> /System/Library/PrivateFrameworks/Install.framework/Frameworks/OSInstall.framework/Versions/A/OSInstall
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10710f000 -        0x10710ffff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
Feb  8 22:16:40 localhost ReportCrash[310]:        0x107117000 -        0x107122fff  com.apple.framework.Assistant (2.0 - 15.1) <22447685-604E-37E5-8934-02911B21FF27> /System/Library/PrivateFrameworks/Assistant.framework/Versions/A/Assistant
Feb  8 22:16:40 localhost ReportCrash[310]:        0x107130000 -        0x1071fffff  com.apple.installframework (600 - 684) <D4CC96E0-2E5A-339C-B3AE-97F394F72CD8> /System/Library/PrivateFrameworks/Install.framework/Versions/A/Install
Feb  8 22:16:40 localhost ReportCrash[310]:        0x107282000 -        0x107299fff  com.apple.InstallerPlugins (5.0 - 530) <D02FB377-351E-3A6F-B19E-475B9BBEC760> /System/Library/Frameworks/InstallerPlugins.framework/Versions/A/InstallerPlugins
Feb  8 22:16:40 localhost ReportCrash[310]:        0x1072ae000 -        0x1072f9fff  com.apple.SystemConfiguration (1.11 - 1.11) <0B02FEC4-C36E-32CB-8004-2214B6793AE8> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
Feb  8 22:16:40 localhost ReportCrash[310]:        0x107325000 -        0x10738ffff  com.apple.framework.IOKit (2.0 - ???) <F79E7690-EF97-3D04-BA22-177E256803AF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
Feb  8 22:16:40 localhost ReportCrash[310]:        0x1073bd000 -        0x1073c3fff  com.apple.DiskArbitration (2.4 - 2.4) <5185FEA6-92CA-3CAA-8442-BD71DBC64AFD> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
Feb  8 22:16:40 localhost ReportCrash[310]:        0x1073cd000 -        0x1073cdfff  com.apple.CoreServices (53 - 53) <5946A0A6-393D-3087-86A0-4FFF6A305CC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
Feb  8 22:16:40 localhost ReportCrash[310]:        0x1073d4000 -        0x107419fff  com.apple.DiskManagement (4.0 - 475) <CBAA41A5-9E2A-3AD6-8AB6-A246DA1EE49F> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10743f000 -        0x10746cfe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <7B4D685D-939C-3ABE-8780-77A1889E0DE9> /usr/lib/libSystem.B.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10747d000 -        0x107561def  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C5F2392D-B481-3A9D-91BE-3D039FFF4DEC> /usr/lib/libobjc.A.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x107579000 -        0x10774cff7  com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
Feb  8 22:16:40 localhost ReportCrash[310]:        0x107899000 -        0x107899fff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
Feb  8 22:16:40 localhost ReportCrash[310]:        0x1078a3000 -        0x107bb5fff  com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
Feb  8 22:16:40 localhost ReportCrash[310]:        0x107d97000 -        0x10898ffff  com.apple.AppKit (6.7 - 1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
Feb  8 22:16:40 localhost ReportCrash[310]:        0x1090c5000 -        0x109264fff  com.apple.QuartzCore (1.7 - 269.0) <E0AFC745-4AC5-36E3-9827-E5344721071D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10930c000 -        0x10930cfff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
Feb  8 22:16:40 localhost ReportCrash[310]:        0x109316000 -        0x109362fff  com.apple.GraphKit (1.0.5 - 30) <7AEE3D33-94F5-373E-A038-5D37599DD159> /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit
Feb  8 22:16:40 localhost ReportCrash[310]:        0x109387000 -        0x1093bcfff  com.apple.securityinterface (5.0 - 55004) <790DDF7E-6BA9-36DD-B818-2322A712E1F5> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
Feb  8 22:16:40 localhost ReportCrash[310]:        0x1093ee000 -        0x109490ff7  com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
Feb  8 22:16:40 localhost ReportCrash[310]:        0x1094e2000 -        0x10950afff  com.apple.SystemConfiguration.EAP8021X (11.0.0 - 11.0) <DB51868B-A16A-33C9-B512-D6783B59C1DF> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10951f000 -        0x1097f6fff  com.apple.security (7.0 - 55010) <2418B583-D3BD-3BC5-8B07-8289C8A5B43B> /System/Library/Frameworks/Security.framework/Versions/A/Security
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10990e000 -        0x10995cff7  libauto.dylib (??? - ???) <F0004B88-CA01-37D0-A77F-6651C4EC7D8E> /usr/lib/libauto.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x109973000 -        0x109b75fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <82DCB94B-3819-3CC3-BC16-2AACA7F64F8A> /usr/lib/libicucore.A.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x109c08000 -        0x109d0aff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <D46F371D-6422-31B7-BCE0-D80713069E0E> /usr/lib/libxml2.2.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x109d39000 -        0x109d4bff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x109d55000 -        0x109eb8fff  com.apple.CFNetwork (520.0.13 - 520.0.13) <67E3BB43-2A22-3F5A-964E-391375B24CE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
Feb  8 22:16:40 localhost ReportCrash[310]:        0x109f5f000 -        0x109f60fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x109f64000 -        0x109f77ff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x109f85000 -        0x109fa1ff7  com.apple.GenerationalStorage (1.0 - 124) <C0290CA0-A2A0-3280-9442-9D783883D638> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
Feb  8 22:16:40 localhost ReportCrash[310]:        0x109fab000 -        0x10a020ff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a082000 -        0x10a0f5fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a153000 -        0x10a15eff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a169000 -        0x10a16efff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a174000 -        0x10a1b6ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a1c8000 -        0x10a1cdfff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a1db000 -        0x10a1e2fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a1ec000 -        0x10a1fafff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a20e000 -        0x10a20ffff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a219000 -        0x10a21dfff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a229000 -        0x10a229fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a233000 -        0x10a23dff7  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a248000 -        0x10a24efff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a25a000 -        0x10a25efff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a262000 -        0x10a26bfff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <BD08553D-8088-38A8-8007-CF5C0B8F0404> /usr/lib/system/libnotify.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a273000 -        0x10a275fff  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a27b000 -        0x10a27cff7  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <C6C49FB7-1892-32E4-86B5-25AD165131AA> /usr/lib/system/libremovefile.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a288000 -        0x10a289ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a291000 -        0x10a36efef  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a3b3000 -        0x10a3bbfff  libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a3c1000 -        0x10a3fdfff  libsystem_info.dylib (??? - ???) <BC49C624-1DAB-3A37-890F-6EFD46538424> /usr/lib/system/libsystem_info.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a419000 -        0x10a439fff  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a449000 -        0x10a44eff7  libsystem_network.dylib (??? - ???) <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a45c000 -        0x10a45dfff  libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a464000 -        0x10a465fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a471000 -        0x10a477ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a483000 -        0x10a4a0ff7  libxpc.dylib (77.16.0 - compatibility 1.0.0) <0A4B4775-29A9-30D6-956B-3BE1DBF98090> /usr/lib/system/libxpc.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a4b4000 -        0x10a4b5fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a4bf000 -        0x10a4d1ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a4dc000 -        0x10a5dffff  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <ED5E84C6-646D-3B70-81D6-7AF957BEB217> /usr/lib/libsqlite3.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a5f4000 -        0x10a5f9fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a602000 -        0x10a91bfff  com.apple.CoreServices.CarbonCore (960.13 - 960.13) <398ABDD7-BB95-3C05-96D2-B54243FC4745> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10a998000 -        0x10aa1afff  com.apple.Metadata (10.7.0 - 627.9) <F293A9A7-9790-3629-BE81-D19C158C5EA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10aa76000 -        0x10ab56fff  com.apple.CoreServices.OSServices (478.25 - 478.25) <CA11FC11-2F93-3C8A-8077-A67F381A3EBE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10abce000 -        0x10ac68ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <B7573888-BAF6-333D-AB00-C0D2BF88DF0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10acaf000 -        0x10aceefff  com.apple.AE (527.6 - 527.6) <6F8DF9EF-3250-3B7F-8841-FCAD8E323954> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10ad0d000 -        0x10adacfff  com.apple.LaunchServices (480.19 - 480.19) <41ED4C8B-C74B-34EA-A9BF-34DBA5F52307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10adfd000 -        0x10ae2cfff  com.apple.DictionaryServices (1.2 - 158) <2CE51CD1-EE3D-3618-9507-E39A09C9BB8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10ae4b000 -        0x10ae52fff  com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10ae5a000 -        0x10ae68ff7  libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10ae72000 -        0x10ae80fff  com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10ae92000 -        0x10af02fff  com.apple.datadetectorscore (3.0 - 179.3) <AFFBD606-91DE-3F91-8E38-C037D9FBFA8B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10af41000 -        0x10b04dfef  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <3AD29F8D-E3BC-3F49-A438-2C8AAB71DC99> /usr/lib/libcrypto.0.9.8.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10b0b7000 -        0x10b0b9fff  com.apple.TrustEvaluationAgent (2.0 - 1) <80AFB5D8-5CC4-3A38-83B9-A7DF5820031A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10b0c2000 -        0x10b0d9fff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10b0f5000 -        0x10b120ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10b12c000 -        0x10b14fff7  com.apple.RemoteViewServices (1.0 - 1) <EB549657-8EDC-312A-B8BE-DEC3E160AC3D> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10b173000 -        0x10b2ccff7  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <296F10D0-A871-39C1-B8B2-9200AB12B5AF> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10b352000 -        0x10b352fff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <D75971EE-0D74-365A-8E52-46558EA49E87> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10b35a000 -        0x10b51bfe7  com.apple.CoreData (103 - 358.4) <8D8ABA2E-0161-334D-A7C9-79E5297E188B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10b5db000 -        0x10b6f0fff  com.apple.DesktopServices (1.6.0 - 1.6.0) <208D40FC-8BBE-330F-B999-18771BEA6895> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10b74c000 -        0x10ba6ffff  com.apple.HIToolbox (1.7 - ???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10bbb4000 -        0x10bbbfff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10bbcf000 -        0x10bc31ff7  com.apple.coreui (0.3 - 162) <A752F9D0-1CAE-340F-B2D2-95EEF242B301> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10bc6f000 -        0x10bcd6ff7  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <0B715012-C8E8-386D-9C6C-90F72AE62A2F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10bd01000 -        0x10bd18fff  com.apple.MultitouchSupport.framework (220.62 - 220.62) <7EF58A7E-CB97-335F-A025-4A0F00AEF896> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10bd2b000 -        0x10bd52fff  com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10bd72000 -        0x10bd98ff7  com.apple.framework.familycontrols (3.0 - 300) <72FEA71A-5865-3875-97E9-3C8C96B7F7FA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10bdb4000 -        0x10be58fef  com.apple.ink.framework (1.3.2 - 110) <F69DBD44-FEC8-3C14-8131-CC0245DBBD42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10be91000 -        0x10c55f9df  com.apple.CoreGraphics (1.600.0 - ???) <B3C42497-53F5-31BB-987E-D1E76746B0E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10c661000 -        0x10c73fff7  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <70228E69-063C-32FF-BBE7-FCCD9C5C0864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10c78d000 -        0x10c83ffff  com.apple.CoreText (4.0.0 - ???) <D7BD85FD-277A-3A97-B1AD-5EE14215237E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10c893000 -        0x10c917ff7  com.apple.ApplicationServices.ATS (5.0 - ???) <F10B1918-A06E-3ECF-85EF-05F0CF27187E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10c947000 -        0x10ca0eff7  com.apple.ColorSync (4.7.0 - 4.7.0) <A29897D7-4B63-3BBB-B66C-710BE9CC01D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10ca58000 -        0x10cab2fff  com.apple.HIServices (1.9 - ???) <8791E8AA-C034-330D-B2BA-5141154C21CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10cae7000 -        0x10cafbff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10cb09000 -        0x10cb84ff7  com.apple.print.framework.PrintCore (7.0 - 366) <E663DF78-6729-332D-B763-ABB63A6BBB55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10cbbb000 -        0x10cbfcfff  com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10cc15000 -        0x10cc2afff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10cc43000 -        0x10cc49fff  IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10cc54000 -        0x10cc54fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10cc5d000 -        0x10cc86fff  libJPEG.dylib (??? - ???) <3DBFEB41-4BF2-3502-872A-BB3738EE61B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10cc8f000 -        0x10cce6fff  libTIFF.dylib (??? - ???) <9E32B490-4C5B-3D96-AF27-9C085C606403> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10ccf9000 -        0x10cd16fff  libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10cd1f000 -        0x10cd24fff  libGIF.dylib (??? - ???) <21851808-BFD2-3141-8354-A419479726BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10cd30000 -        0x10ce3dfff  libJP2.dylib (??? - ???) <D8257CEE-A1C3-394A-8193-6DB7C29A15A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10ce6d000 -        0x10ce70fff  libRadiance.dylib (??? - ???) <DCDA308D-4856-3631-B6D7-7A8B94169BC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10ce76000 -        0x10cfaffef  com.apple.vImage (5.0 - 5.0) <C45D2CBE-FA15-3D13-9E9D-A3BF57B84BBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10cfd3000 -        0x10cfd3fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <4CC14F7C-BCA7-3CAC-BEC9-B06576E5A15B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10cfdc000 -        0x10d03cfff  libvDSP.dylib (325.3.0 - compatibility 1.0.0) <74B62E70-4189-3022-8FC9-1182EA7C6E34> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10d046000 -        0x10d0dcff7  libvMisc.dylib (325.3.0 - compatibility 1.0.0) <AC5A384A-FA5A-3307-9CED-BD69E6F12A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10d0eb000 -        0x10d518fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10d582000 -        0x10db66faf  libBLAS.dylib (??? - ???) <D62D6A48-5C7A-3ED6-875D-AA3C2C5BF791> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10dba8000 -        0x10dcadff7  libFontParser.dylib (??? - ???) <22AADE96-E54D-3918-9DFA-1967F8B21E54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10dd0c000 -        0x10dd5ffff  libFontRegistry.dylib (??? - ???) <8FE14D77-1286-3619-A02E-0AC1A622596E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10dd89000 -        0x10ddc8ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <DE681910-3F7F-3502-9937-AB8008CD281A> /usr/lib/libcups.2.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10dddc000 -        0x10de00ff7  com.apple.Kerberos (1.0 - 1) <2FF2569B-F59A-371E-AF33-66297F512CB3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10de1e000 -        0x10de51fff  com.apple.GSS (2.1 - 2.0) <A150154E-40D3-345B-A92D-3A023A55AC52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10de6f000 -        0x10de8efff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10de9d000 -        0x10df92fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10dfa6000 -        0x10e02bff7  com.apple.Heimdal (2.1 - 2.0) <E4CD970F-8DE8-31E4-9FC0-BDC97EB924D5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e057000 -        0x10e05cfff  com.apple.OpenDirectory (10.7 - 144) <E8AACF47-C423-3DCE-98F6-A811612B1B46> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e069000 -        0x10e074fff  com.apple.CommonAuth (2.1 - 2.0) <49949286-61FB-3A7F-BF49-0EBA45E2664E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e07b000 -        0x10e08afff  com.apple.opengl (1.7.4 - 1.7.4) <38AF4430-7E81-3C98-9330-21DCDA90507E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e095000 -        0x10e0bdff7  com.apple.CoreVideo (1.7 - 70.0) <59D5B407-CCB6-3406-8C55-C1B0168D7DC2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e0dc000 -        0x10e34dfff  com.apple.CoreImage (7.77 - 1.0.1) <AB6ECCF3-4B04-3363-9158-08F305BF15FA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e43e000 -        0x10e492ff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e4bd000 -        0x10e50fff7  libGLU.dylib (??? - ???) <C3CE8BA0-470F-3BCE-B17C-A31E70E035F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e525000 -        0x10e52bfff  libGFXShared.dylib (??? - ???) <DE6987C5-81AC-3AE6-84F0-138C9636D412> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e532000 -        0x10e548fff  libGL.dylib (??? - ???) <22064411-0A62-373C-828B-0AA2BA2A8D34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e55e000 -        0x10e59dff7  libGLImage.dylib (??? - ???) <29F82AD9-45F0-3AC5-A4A4-B767EC555D82> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e5a7000 -        0x10e5a9fff  libCVMSPluginSupport.dylib (??? - ???) <2D21E6BE-CB20-3F76-8DCC-1CB0660A8A5B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e5b1000 -        0x10e5b4fff  libCoreVMClient.dylib (??? - ???) <9E9F7B24-567C-3102-909C-219CF2B191FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e5be000 -        0x10e5ebff7  com.apple.opencl (1.50.62 - 1.50.62) <616ADE61-11D1-3816-A255-3F0F80F2EAC8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e5f8000 -        0x10e5f8fff  com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e5fc000 -        0x10e603ff7  com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e60c000 -        0x10e67afff  com.apple.CoreSymbolication (2.1 - 66) <E1582596-4157-3535-BF1F-3BAE92A0B09F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e6bf000 -        0x10e723fff  com.apple.Symbolication (1.2 - 83.1) <0C6F8907-6829-3409-99AC-ACC62923DE98> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e765000 -        0x10e79ffff  com.apple.DebugSymbols (2.1 - 85) <AEF473A5-25BF-3FB7-9A07-320D9CB85959> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e7ba000 -        0x10e7beff7  com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e7cb000 -        0x10e7cefff  com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e7db000 -        0x10e7f1ff7  com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e811000 -        0x10e82eff7  com.apple.openscripting (1.3.3 - ???) <A64205E6-D3C5-3E12-B1A0-72243151AF7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e846000 -        0x10e848ff7  com.apple.print.framework.Print (7.0 - 247) <579D7E49-A7F4-3C41-9434-3114B8A9B96C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e84f000 -        0x10e852ff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e859000 -        0x10e8adff7  libCoreStorage.dylib (??? - ???) <9DE5CA23-0935-3782-9F87-DEDAEDE06A66> /usr/lib/libCoreStorage.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e8c6000 -        0x10e8d0fff  libcsfde.dylib (??? - ???) <A447E0FF-D161-306C-B6B3-A0B6626CB08C> /usr/lib/libcsfde.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e8df000 -        0x10e8e1fff  com.apple.EFILogin (1.0 - 1) <85E9DF63-D659-3D5E-B5DE-AE7995CF14BC> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10e8e9000 -        0x10e9e3ff7  com.apple.DiskImagesFramework (10.7 - 326) <8EB144C9-5175-326E-9877-37F4825877B2> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10ea47000 -        0x10ea85fff  com.apple.bom (11.0 - 183) <841FA160-A37A-368D-B14E-27AA9DD1AEDA> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10ea98000 -        0x10eac1ff7  com.apple.framework.Apple80211 (7.0 - 700.57) <0D7D7E08-377B-32F0-AD91-673F992B5CFF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10eada000 -        0x10eb6afff  com.apple.PackageKit (2 - 166) <577D2FE2-994C-32C0-BABF-5E6355B8369A> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
Feb  8 22:16:40 localhost ReportCrash[310]:        0x10ebcd000 -        0x10eca3fff  com.apple.SystemMigration (400 - 491) <014F1D39-4A40-371D-B8FC-28FA055B2F4A> /System/Library/PrivateFrameworks/SystemMigration.framework/Versions/A/SystemMigration
Feb  8 22:16:40 localhost ReportCrash[310]:        0x113d06000 -        0x113d15fff  libxar.1.dylib (??? - ???) <58B07AA0-BC12-36E3-94FC-C252719A1BDF> /usr/lib/libxar.1.dylib
Feb  8 22:16:40 localhost ReportCrash[310]:     0x7fff66b6b000 -     0x7fff66b9fac7  dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
Feb  8 22:16:40 localhost ReportCrash[310]:  
Feb  8 22:16:40 localhost ReportCrash[310]:  
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.9 - Client: coreservicesd, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.9 - ODNodeCreateWithName request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Local/Default
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.9, Node: /Local/Default - node assigned UUID - C10E31A2-231A-4E78-A7EA-1F773E959D65
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.9, Node: /Local/Default - ODNodeCreateWithName completed
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.10 - Client: coreservicesd, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.10 - ODQueryCreateWithNode request, NodeID: C10E31A2-231A-4E78-A7EA-1F773E959D65, RecordType(s): dsRecTypeNative:config, Attribute: dsAttrTypeStandard:RecordName, MatchType: EqualTo, Equality: CaseExact, Value(s): SharePoints, Requested Attributes: dsAttributesAll, Max Results: 1
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.10, Node: /Local/Default, Module: PlistFile - client is using a native record type 'config' which is not portable
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.10, Node: /Local/Default, Module: PlistFile - client is using a native record type 'config' which is not portable
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.10, Node: /Local/Default, Module: PlistFile - ODQueryCreateWithNode completed
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.11 - Client: coreservicesd, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.11 - ODNodeCreateRecord request, NodeID: C10E31A2-231A-4E78-A7EA-1F773E959D65, RecordType: dsRecTypeNative:config, RecordName: SharePoints, Attributes: <none>
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.11, Node: /Local/Default, Module: PlistFile - client is using a native record type 'config' which is not portable
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.11, Node: /Local/Default, Module: PlistFile - ODNodeCreateRecord completed, delivered 1 result
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.12 - Client: coreservicesd, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.12 - ODQueryCreateWithNode request, NodeID: C10E31A2-231A-4E78-A7EA-1F773E959D65, RecordType(s): dsRecTypeNative:config/SharePoints, Attribute: dsAttrTypeStandard:RecordName, MatchType: Any, Equality: CaseExact, Value(s): dsRecordsAll, Requested Attributes: dsAttrTypeNative:ftp_guestaccess,dsAttrTypeNative:smb_name,dsAttrTypeNative:sharepoint_account_uuid,dsAttrTypeNative:smb_createmask,dsAttrTypeNative:sharepoint_version,dsAttrTypeStandard:AppleMetaNodeLocation,dsAttrTypeNative:afp_guestaccess,dsAttrTypeNative:afp_shared,dsAttrTypeStandard:RecordType,dsAttrTypeNative:ftp_shared,dsAttrTypeNative:afp_name,dsAttrTypeNative:smb_oplocks,dsAttrTypeNative:afp_use_parent_owner,dsAttrTypeNative:smb_directorymask,dsAttrTypeStandard:RecordName,dsAttrTypeNative:afp_use_parent_privs,dsAttrTypeNative:smb_guestaccess,dsAttrTypeNative:smb_inherit_permissions,dsAttrTypeStandard:AppleMetaRecordName,dsAttrTypeNative:smb_shared,dsAttrTypeNative:directory_path,dsAttrTypeNative:smb_strictlocking,dsAttrTypeNative:sharepoint_group_id,dsAttrTypeNative:ftp_name, Max Results: 2147483647
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.12, Node: /Local/Default, Module: PlistFile - client is using an old record type 'dsRecTypeNative:config/SharePoints' should be using kODRecordTypeSharePoints
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.12, Node: /Local/Default, Module: PlistFile - client is using an old record type 'dsRecTypeNative:config/SharePoints' should be using kODRecordTypeSharePoints
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.12, Node: /Local/Default, Module: PlistFile - flushing record '/private/var/db/dslocal/nodes/Default/config/SharePoints'
Feb  8 22:16:43 localhost opendirectoryd[100]: Module: PlistFile - ___index_record_block_invoke_1: sqlite3_prepare_v2: 21
Feb  8 22:16:43 localhost opendirectoryd[100]: Module: PlistFile - ___index_record_block_invoke_1: sqlite3_prepare_v2: 21
Feb  8 22:16:43 localhost opendirectoryd[100]: 297.12, Node: /Local/Default, Module: PlistFile - ODQueryCreateWithNode completed
Feb  8 22:17:32 localhost opendirectoryd[100]: 319.13 - Client: Reset Password, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:17:32 localhost opendirectoryd[100]: 319.13 - ODNodeCreateWithName request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Local/Target
Feb  8 22:17:32 localhost opendirectoryd[100]: 319.13 - caller is using legacy node name of '/Local/Target', should use '/Local/Default' instead
Feb  8 22:17:32 localhost opendirectoryd[100]: 319.13, Node: /Local/Default - node assigned UUID - 7EA4DD63-84D3-4B7F-BB20-79F912269E41
Feb  8 22:17:32 localhost opendirectoryd[100]: 319.13, Node: /Local/Default - ODNodeCreateWithName completed
Feb  8 22:17:32 localhost opendirectoryd[100]: 319.14 - Client: Reset Password, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:17:32 localhost opendirectoryd[100]: 319.14 - ODQueryCreateWithNode request, NodeID: 7EA4DD63-84D3-4B7F-BB20-79F912269E41, RecordType(s): dsRecTypeStandard:Users, Attribute: dsAttrTypeStandard:RecordName, MatchType: Any, Equality: CaseIgnore, Value(s): dsRecordsAll, Requested Attributes: <none>, Max Results: 2147483647
Feb  8 22:17:32 localhost opendirectoryd[100]: 319.14, Node: /Local/Default, Module: PlistFile - ODQueryCreateWithNode completed
Feb  8 22:17:32 localhost opendirectoryd[100]: 319.15 - Client: Reset Password, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:17:32 localhost opendirectoryd[100]: 319.15 - ODNodeRelease request, NodeID: 7EA4DD63-84D3-4B7F-BB20-79F912269E41
Feb  8 22:17:32 localhost opendirectoryd[100]: 319.15, Node: /Local/Default - ODNodeRelease completed
Feb  8 22:17:35 localhost opendirectoryd[100]: 310 - Client: 'ReportCrash', exited with 0 session(s), 0 node(s) and 0 active request(s)
Feb  8 22:17:40 localhost opendirectoryd[100]: 319 - Client: 'Reset Password', exited with 0 session(s), 0 node(s) and 0 active request(s)
Feb  8 22:18:23 localhost opendirectoryd[100]: 297.16 - Client: coreservicesd, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:18:23 localhost opendirectoryd[100]: 297.16 - ODQueryCreateWithNode request, NodeID: C10E31A2-231A-4E78-A7EA-1F773E959D65, RecordType(s): dsRecTypeNative:config/SharePoints, Attribute: dsAttrTypeStandard:RecordName, MatchType: Any, Equality: CaseExact, Value(s): dsRecordsAll, Requested Attributes: dsAttrTypeNative:ftp_guestaccess,dsAttrTypeNative:smb_name,dsAttrTypeNative:sharepoint_account_uuid,dsAttrTypeNative:smb_createmask,dsAttrTypeNative:sharepoint_version,dsAttrTypeStandard:AppleMetaNodeLocation,dsAttrTypeNative:afp_guestaccess,dsAttrTypeNative:afp_shared,dsAttrTypeStandard:RecordType,dsAttrTypeNative:ftp_shared,dsAttrTypeNative:afp_name,dsAttrTypeNative:smb_oplocks,dsAttrTypeNative:afp_use_parent_owner,dsAttrTypeNative:smb_directorymask,dsAttrTypeStandard:RecordName,dsAttrTypeNative:afp_use_parent_privs,dsAttrTypeNative:smb_guestaccess,dsAttrTypeNative:smb_inherit_permissions,dsAttrTypeStandard:AppleMetaRecordName,dsAttrTypeNative:smb_shared,dsAttrTypeNative:directory_path,dsAttrTypeNative:smb_strictlocking,dsAttrTypeNative:sharepoint_group_id,dsAttrTypeNative:ftp_name, Max Results: 2147483647
Feb  8 22:18:23 localhost opendirectoryd[100]: 297.16, Node: /Local/Default, Module: PlistFile - client is using an old record type 'dsRecTypeNative:config/SharePoints' should be using kODRecordTypeSharePoints
Feb  8 22:18:23 localhost opendirectoryd[100]: 297.16, Node: /Local/Default, Module: PlistFile - client is using an old record type 'dsRecTypeNative:config/SharePoints' should be using kODRecordTypeSharePoints
Feb  8 22:18:23 localhost opendirectoryd[100]: 297.16, Node: /Local/Default, Module: PlistFile - ODQueryCreateWithNode completed
Feb  8 22:22:09 localhost opendirectoryd[100]: 297.17 - Client: coreservicesd, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:22:09 localhost opendirectoryd[100]: 297.17 - ODQueryCreateWithNode request, NodeID: C10E31A2-231A-4E78-A7EA-1F773E959D65, RecordType(s): dsRecTypeNative:config/SharePoints, Attribute: dsAttrTypeStandard:RecordName, MatchType: Any, Equality: CaseExact, Value(s): dsRecordsAll, Requested Attributes: dsAttrTypeNative:ftp_guestaccess,dsAttrTypeNative:smb_name,dsAttrTypeNative:sharepoint_account_uuid,dsAttrTypeNative:smb_createmask,dsAttrTypeNative:sharepoint_version,dsAttrTypeStandard:AppleMetaNodeLocation,dsAttrTypeNative:afp_guestaccess,dsAttrTypeNative:afp_shared,dsAttrTypeStandard:RecordType,dsAttrTypeNative:ftp_shared,dsAttrTypeNative:afp_name,dsAttrTypeNative:smb_oplocks,dsAttrTypeNative:afp_use_parent_owner,dsAttrTypeNative:smb_directorymask,dsAttrTypeStandard:RecordName,dsAttrTypeNative:afp_use_parent_privs,dsAttrTypeNative:smb_guestaccess,dsAttrTypeNative:smb_inherit_permissions,dsAttrTypeStandard:AppleMetaRecordName,dsAttrTypeNative:smb_shared,dsAttrTypeNative:directory_path,dsAttrTypeNative:smb_strictlocking,dsAttrTypeNative:sharepoint_group_id,dsAttrTypeNative:ftp_name, Max Results: 2147483647
Feb  8 22:22:09 localhost opendirectoryd[100]: 297.17, Node: /Local/Default, Module: PlistFile - client is using an old record type 'dsRecTypeNative:config/SharePoints' should be using kODRecordTypeSharePoints
Feb  8 22:22:09 localhost opendirectoryd[100]: 297.17, Node: /Local/Default, Module: PlistFile - client is using an old record type 'dsRecTypeNative:config/SharePoints' should be using kODRecordTypeSharePoints
Feb  8 22:22:09 localhost opendirectoryd[100]: 297.17, Node: /Local/Default, Module: PlistFile - ODQueryCreateWithNode completed
Feb  8 22:22:51 localhost diskmanagementd[334]: DM ->T+[DMToolBootPreference getPartitionBootability:]: inUDS=0x7fcbf8426488=disk0s5
Feb  8 22:22:51 localhost diskmanagementd[334]: DM ..T+[DMToolBootPreference getPartitionBootability:]: PMBootable=1            (bootable right now without any further action)
Feb  8 22:22:51 localhost diskmanagementd[334]: DM ..T+[DMToolBootPreference getPartitionBootability:]: PMBootCapable=0         (bootable if you call MKCFPrepareBootDevice)
Feb  8 22:22:51 localhost diskmanagementd[334]: DM ..T+[DMToolBootPreference getPartitionBootability:]: PMBootSurgeryRequired=0 (for primitive MBR on BIOS, add boot block and loader)
Feb  8 22:22:51 localhost diskmanagementd[334]: DM ..T+[DMToolBootPreference getPartitionBootability:]: PMFSSurgeryRequired=0   (for primitive MBR on BIOS, add boot block and loader) 
Feb  8 22:22:51 localhost diskmanagementd[334]: DM ..T+[DMToolBootPreference getPartitionBootability:]: PMNewfsRequired=0       (bootable with MKCFPrep but it will rudely carve)
Feb  8 22:22:51 localhost diskmanagementd[334]: DM <-T+[DMToolBootPreference getPartitionBootability:]: MKerr=0 out=4=0x4
Feb  8 22:22:53 localhost opendirectoryd[100]: 297.18 - Client: coreservicesd, UID: 0, EUID: 0, GID: 0, EGID: 0
Feb  8 22:22:53 localhost opendirectoryd[100]: 297.18 - ODQueryCreateWithNode request, NodeID: C10E31A2-231A-4E78-A7EA-1F773E959D65, RecordType(s): dsRecTypeNative:config/SharePoints, Attribute: dsAttrTypeStandard:RecordName, MatchType: Any, Equality: CaseExact, Value(s): dsRecordsAll, Requested Attributes: dsAttrTypeNative:ftp_guestaccess,dsAttrTypeNative:smb_name,dsAttrTypeNative:sharepoint_account_uuid,dsAttrTypeNative:smb_createmask,dsAttrTypeNative:sharepoint_version,dsAttrTypeStandard:AppleMetaNodeLocation,dsAttrTypeNative:afp_guestaccess,dsAttrTypeNative:afp_shared,dsAttrTypeStandard:RecordType,dsAttrTypeNative:ftp_shared,dsAttrTypeNative:afp_name,dsAttrTypeNative:smb_oplocks,dsAttrTypeNative:afp_use_parent_owner,dsAttrTypeNative:smb_directorymask,dsAttrTypeStandard:RecordName,dsAttrTypeNative:afp_use_parent_privs,dsAttrTypeNative:smb_guestaccess,dsAttrTypeNative:smb_inherit_permissions,dsAttrTypeStandard:AppleMetaRecordName,dsAttrTypeNative:smb_shared,dsAttrTypeNative:directory_path,dsAttrTypeNative:smb_strictlocking,dsAttrTypeNative:sharepoint_group_id,dsAttrTypeNative:ftp_name, Max Results: 2147483647
Feb  8 22:22:53 localhost opendirectoryd[100]: 297.18, Node: /Local/Default, Module: PlistFile - client is using an old record type 'dsRecTypeNative:config/SharePoints' should be using kODRecordTypeSharePoints
Feb  8 22:22:53 localhost opendirectoryd[100]: 297.18, Node: /Local/Default, Module: PlistFile - client is using an old record type 'dsRecTypeNative:config/SharePoints' should be using kODRecordTypeSharePoints
Feb  8 22:22:53 localhost opendirectoryd[100]: 297.18, Node: /Local/Default, Module: PlistFile - ODQueryCreateWithNode completed
Link to comment
Share on other sites

 Share

×
×
  • Create New...