Contribute
Register

El Capitan installer fails with NSRangeException

Status
Not open for further replies.
Joined
Oct 1, 2014
Messages
85
Motherboard
Asus Maxmius VIII Gene
CPU
i7-6700k
Graphics
Zotac GTX 980 Ti
Mac
  1. MacBook Pro
Classic Mac
  1. iMac
  2. PowerBook
Mobile Phone
  1. iOS
Build as described in sidebar/signature. Using iMac14,2 sysdef.

Following the "direct update using clover" guide, and using the boot arg nv_disable=1, I can successfully boot into the El Cap installer. It says it's installing on my SSD, estimated time 19 minutes. The progress bar advances a small bit and ETA changes to 18 minutes, and then the installer crashes and a dialog pops up saying the install could not be completed. There's an error report. Relevant section (can post more if needed):

Code:
Oct 11 19:45:40 iMac ReportCrash[507]: Process:               OS X Installer [454]Oct 11 19:45:40 iMac ReportCrash[507]: Path:                  /Volumes/VOLUME/*/OS X Installer.app/Contents/MacOS/OS X Installer
Oct 11 19:45:40 iMac ReportCrash[507]: Identifier:            com.apple.OS-X-Installer
Oct 11 19:45:40 iMac ReportCrash[507]: Version:               1.0 (733)
Oct 11 19:45:40 iMac ReportCrash[507]: Build Info:            OSInstaller-733000000000000~228
Oct 11 19:45:40 iMac ReportCrash[507]: Code Type:             X86-64 (Native)
Oct 11 19:45:40 iMac ReportCrash[507]: Parent Process:        ??? [435]
Oct 11 19:45:40 iMac ReportCrash[507]: Responsible:           OS X Installer [454]
Oct 11 19:45:40 iMac ReportCrash[507]: User ID:               0
Oct 11 19:45:40 iMac ReportCrash[507]:  
Oct 11 19:45:40 iMac ReportCrash[507]: Date/Time:             2015-10-11 19:45:30.527 -0700
Oct 11 19:45:40 iMac ReportCrash[507]: OS Version:            Mac OS X 10.11 (15A284)
Oct 11 19:45:40 iMac ReportCrash[507]: Report Version:        11
Oct 11 19:45:40 iMac ReportCrash[507]: Anonymous UUID:        60854B4A-0996-4E50-9A3A-11E24D120E99
Oct 11 19:45:40 iMac ReportCrash[507]:  
Oct 11 19:45:40 iMac ReportCrash[507]:  
Oct 11 19:45:40 iMac ReportCrash[507]: Time Awake Since Boot: 110 seconds
Oct 11 19:45:40 iMac ReportCrash[507]:  
Oct 11 19:45:40 iMac ReportCrash[507]: System Integrity Protection: disabled
Oct 11 19:45:40 iMac ReportCrash[507]:  
Oct 11 19:45:40 iMac ReportCrash[507]: Crashed Thread:        1  Dispatch queue: Filesystem Classifier (User Homes)
Oct 11 19:45:40 iMac ReportCrash[507]:  
Oct 11 19:45:40 iMac ReportCrash[507]: Exception Type:        EXC_CRASH (SIGABRT)
Oct 11 19:45:40 iMac ReportCrash[507]: Exception Codes:       0x0000000000000000, 0x0000000000000000
Oct 11 19:45:40 iMac ReportCrash[507]: Exception Note:        EXC_CORPSE_NOTIFY
Oct 11 19:45:40 iMac ReportCrash[507]:  
Oct 11 19:45:40 iMac ReportCrash[507]: Application Specific Information:
Oct 11 19:45:40 iMac ReportCrash[507]: *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSCFString substringFromIndex:]: Index 33 out of bounds; string length 32'
Oct 11 19:45:40 iMac ReportCrash[507]: terminating with uncaught exception of type NSException
Oct 11 19:45:40 iMac ReportCrash[507]: abort() called

Any takers?
 
Bump. Anyone?

I'm wondering if it might have something to do with strange fonts? In the error log, there are several thousand lines with content like:

Code:
Oct 11 19:44:13 iMac Unknown[436]: 2015-10-11 19:44:13.043 Language Chooser[435:6659] TSplicedFont failed creating descriptor for:
Oct 11 19:44:13 iMac Unknown[436]: (
Oct 11 19:44:13 iMac Unknown[436]:         {
Oct 11 19:44:13 iMac Unknown[436]:         UnicodeRange = "<__NSCFCharacterSet: 0x<SOME_RANGE>>";
Oct 11 19:44:13 iMac Unknown[436]:         name = NotoSans<SOME_FOREIGN_SCRIPT>
Oct 11 19:44:13 iMac Unknown[436]:     },

This "unknown" process, PID 436, is also responsible for the fatal error, reporting:
Code:
Oct 11 19:45:30 iMac Unknown[436]: 2015-10-11 19:45:30.379 OS X Installer[454:15101] An uncaught exception was raised
Oct 11 19:45:30 iMac Unknown[436]: 2015-10-11 19:45:30.379 OS X Installer[454:15101] *** -[__NSCFString substringFromIndex:]: Index 33 out of bounds; string length 32
Oct 11 19:45:30 iMac Unknown[436]: 2015-10-11 19:45:30.379 OS X Installer[454:15101] (
Oct 11 19:45:30 iMac Unknown[436]:     0   CoreFoundation                      0x000000010bdc6bd2 __exceptionPreprocess + 178
Oct 11 19:45:30 iMac Unknown[436]:     1   libobjc.A.dylib                     0x000000010a3af4fa objc_exception_throw + 48
Oct 11 19:45:30 iMac Unknown[436]:     2   CoreFoundation                      0x000000010be2d3fd +[NSException raise:format:] + 205
Oct 11 19:45:30 iMac Unknown[436]:     3   Foundation                          0x0000000109dd314a -[NSString substringFromIndex:] + 126
Oct 11 19:45:30 iMac Unknown[436]:     4   SystemMigration                     0x00000001157c1836 -[SMLocalDiskPathEnumerator nextObject] + 587
Oct 11 19:45:30 iMac Unknown[436]:     5   SystemMigration                     0x00000001157ce2e2 -[SMPathsUserHomeScanner processUserHome] + 505
Oct 11 19:45:30 iMac Unknown[436]:     6   SystemMigration                     0x0000000115808862 -[SMPaths processUserHomes] + 471
Oct 11 19:45:30 iMac Unknown[436]:     7   libdispatch.dylib                   0x000000010f096453 _dispatch_client_callout + 8
Oct 11 19:45:30 iMac Unknown[436]:     8   libdispatch.dylib                   0x000000010f097a3a _dispatch_barrier_sync_f_invoke + 74
Oct 11 19:45:30 iMac Unknown[436]:     9   SystemMigration                     0x0000000115809ecc -[SMPaths ensureUserHomesAreProcessed] + 110
Oct 11 19:45:30 iMac Unknown[436]:     10  SystemMigration                     0x0000000115808d1f -[SMPaths enumerateFilesystem] + 75
Oct 11 19:45:30 iMac Unknown[436]:     11  libdispatch.dylib                   0x000000010f096453 _dispatch_client_callout + 8
Oct 11 19:45:30 iMac Unknown[436]:     12  libdispatch.dylib                   0x000000010f097a3a _dispatch_barrier_sync_f_invoke + 74
Oct 11 19:45:30 iMac Unknown[436]:     13  SystemMigration                     0x0000000115809c83 -[SMPaths ensureFilesystemIsClassified] + 110
Oct 11 19:45:30 iMac Unknown[436]:     14  SystemMigration                     0x0000000115807c61 -[SMPaths totalSizeOfReaperPaths] + 37
Oct 11 19:45:30 iMac Unknown[436]:     15  OSInstaller                         0x00000001099da2dc -[OSIReapableSpaceChecker _calculateSystemPathsAndSize] + 272
Oct 11 19:45:30 iMac Unknown[436]:     16  OSInstaller                         0x00000001099da4d9 -[OSIReapableSpaceChecker reapableFiles] + 83
Oct 11 19:45:30 iMac Unknown[436]:     17  OSInstaller                         0x00000001099d8fcd -[OSIReapPreviousSystem _pathsToBackup] + 62
Oct 11 19:45:30 iMac Unknown[436]:     18  OSInstaller                         0x00000001099d9289 -[OSIReapPreviousSystem createRecoveredItems] + 175
Oct 11 19:45:30 iMac Unknown[436]:     19  OSInstaller                         0x00000001099d77e2 -[OSIReapPreviousSystem runReturningError:] + 635
Oct 11 19:45:30 iMac Unknown[436]:     20  OSInstaller                         0x00000001099cb8f9 __35-[OSInstallController startInstall]_block_invoke + 1612
Oct 11 19:45:30 iMac Unknown[436]:     21  libdispatch.dylib                   0x000000010f0a18ff _dispatch_call_block_and_release + 12
Oct 11 19:45:30 iMac Unknown[436]:     22  libdispatch.dylib                   0x000000010f096453 _dispatch_client_callout + 8
Oct 11 19:45:30 iMac Unknown[436]:     23  libdispatch.dylib                   0x000000010f09a2e3 _dispatch_root_queue_drain + 1890
Oct 11 19:45:30 iMac Unknown[436]:     24  libdispatch.dylib                   0x000000010f099b48 _dispatch_worker_thread3 + 91
Oct 11 19:45:30 iMac Unknown[436]:     25  libsystem_pthread.dylib             0x000000010f41d4f2 _pthread_wqthread + 1129
Oct 11 19:45:30 iMac Unknown[436]:     26  libsystem_pthread.dylib             0x000000010f41b375 start_wqthread + 13
Oct 11 19:45:30 iMac Unknown[436]: )
Oct 11 19:45:30 iMac Unknown[436]: 2015-10-11 19:45:30.380 OS X Installer[454:15101] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSCFString substringFromIndex:]: Index 33 out of bounds; string length 32'
Oct 11 19:45:30 iMac Unknown[436]: *** First throw call stack:
Oct 11 19:45:30 iMac Unknown[436]: (
Oct 11 19:45:30 iMac Unknown[436]:     0   CoreFoundation                      0x000000010bdc6bd2 __exceptionPreprocess + 178
Oct 11 19:45:30 iMac Unknown[436]:     1   libobjc.A.dylib                     0x000000010a3af4fa objc_exception_throw + 48
Oct 11 19:45:30 iMac Unknown[436]:     2   CoreFoundation                      0x000000010be2d3fd +[NSException raise:format:] + 205
Oct 11 19:45:30 iMac Unknown[436]:     3   Foundation                          0x0000000109dd314a -[NSString substringFromIndex:] + 126
Oct 11 19:45:30 iMac Unknown[436]:     4   SystemMigration                     0x00000001157c1836 -[SMLocalDiskPathEnumerator nextObject] + 587
Oct 11 19:45:30 iMac Unknown[436]:     5   SystemMigration                     0x00000001157ce2e2 -[SMPathsUserHomeScanner processUserHome] + 505
Oct 11 19:45:30 iMac Unknown[436]:     6   SystemMigration                     0x0000000115808862 -[SMPaths processUserHomes] + 471
Oct 11 19:45:30 iMac Unknown[436]:     7   libdispatch.dylib                   0x000000010f096453 _dispatch_client_callout + 8
Oct 11 19:45:30 iMac Unknown[436]:     8   libdispatch.dylib                   0x000000010f097a3a _dispatch_barrier_sync_f_invoke + 74
Oct 11 19:45:30 iMac Unknown[436]:     9   SystemMigration                     0x0000000115809ecc -[SMPaths ensureUserHomesAreProcessed] + 110
Oct 11 19:45:30 iMac Unknown[436]:     10  SystemMigration                     0x0000000115808d1f -[SMPaths enumerateFilesystem] + 75
Oct 11 19:45:30 iMac Unknown[436]:     11  libdispatch.dylib                   0x000000010f096453 _dispatch_client_callout + 8
Oct 11 19:45:30 iMac Unknown[436]:     12  libdispatch.dylib                   0x000000010f097a3a _dispatch_barrier_sync_f_invoke + 74
Oct 11 19:45:30 iMac Unknown[436]:     13  SystemMigration                     0x0000000115809c83 -[SMPaths ensureFilesystemIsClassified] + 110
Oct 11 19:45:30 iMac Unknown[436]:     14  SystemMigration                     0x0000000115807c61 -[SMPaths totalSizeOfReaperPaths] + 37
Oct 11 19:45:30 iMac Unknown[436]:     15  OSInstaller                         0x00000001099da2dc -[OSIReapableSpaceChecker _calculateSystemPathsAndSize] + 272
Oct 11 19:45:30 iMac Unknown[436]:     16  OSInstaller                         0x00000001099da4d9 -[OSIReapableSpaceChecker reapableFiles] + 83
Oct 11 19:45:30 iMac Unknown[436]:     17  OSInstaller                         0x00000001099d8fcd -[OSIReapPreviousSystem _pathsToBackup] + 62
Oct 11 19:45:30 iMac Unknown[436]:     18  OSInstaller                         0x00000001099d9289 -[OSIReapPreviousSystem createRecoveredItems] + 175
Oct 11 19:45:30 iMac Unknown[436]:     19  OSInstaller                         0x00000001099d77e2 -[OSIReapPreviousSystem runReturningError:] + 635
Oct 11 19:45:30 iMac Unknown[436]:     20  OSInstaller                         0x00000001099cb8f9 __35-[OSInstallController startInstall]_block_invoke + 1612
Oct 11 19:45:30 iMac Unknown[436]:     21  libdispatch.dylib                   0x000000010f0a18ff _dispatch_call_block_and_release + 12
Oct 11 19:45:30 iMac Unknown[436]:     22  libdispatch.dylib                   0x000000010f096453 _dispatch_client_callout + 8
Oct 11 19:45:30 iMac Unknown[436]:     23  libdispatch.dylib                   0x000000010f09a2e3 _dispatch_root_queue_drain + 1890
Oct 11 19:45:30 iMac Unknown[436]:     24  libdispatch.dylib                   0x000000010f099b48 _dispatch_worker_thread3 + 91
Oct 11 19:45:30 iMac Unknown[436]:     25  libsystem_pthread.dylib             0x000000010f41d4f2 _pthread_wqthread + 1129
Oct 11 19:45:30 iMac Unknown[436]:     26  libsystem_pthread.dylib             0x000000010f41b375 start_wqthread + 13
Oct 11 19:45:30 iMac Unknown[436]: )
Oct 11 19:45:30 iMac Unknown[436]: libc++abi.dylib: terminating with uncaught exception of type NSException
 
Same error even when I try installing from USB. Gonna attempt on a clean HDD to see if it's a problem with my current Yosemite install.

I have the same problem. Clover works. Might be a problem with directly going to 10.11.2?
But there should be more people than just the two of us with this problem?

Trying on a GA-Z68MA-D2H-B3 - i7 2600K - GeForce GTX 650, 16 Gb.

Any clues?
Thanks,
Rudolf
 
I still have this problem.
Both with an installation via the Installer and also with UniBeast.
Booting and everything works fine - then remaining time goes down from 19 to 18 minutes (to SSD system), three dots appear, then there is some static one the screen, and I get to the error log screen.
Long log file - would anyone care to look at it? I could attach it...
Thanks,
Rudolf
 
Here my installer log:
Code:
Dec 17 12:48:55 iMac OSInstaller[461]: Preparing disk for OS Install.
Dec 17 12:48:55 iMac OSInstaller[461]: Removing background color for incompatible machine Mac-942B59F58194171B
Dec 17 12:48:55 iMac OSInstaller[461]: Evaluating 1 disks
Dec 17 12:48:55 iMac OSInstaller[461]: Evaluating SKDisk { BSD Name: disk0s2 Mount point: /Volumes/Mavericks Role: kSKDiskRoleLegacyMacSystem Type: kSKDiskTypeHFS }
Dec 17 12:48:55 iMac OSInstaller[461]: Mavericks is a valid target.
Dec 17 12:48:56 iMac storagekitd[463]: Journaling already enabled for disk: <DADisk 0x7ffee8c7c2b0 [0x108dbc440]>{id = /dev/disk0s2}
Dec 17 12:48:56 iMac OSInstaller[461]: Evaluating 1 disks
Dec 17 12:48:56 iMac OSInstaller[461]: Evaluating SKDisk { BSD Name: disk0s2 Mount point: /Volumes/Mavericks Role: kSKDiskRoleLegacyMacSystem Type: kSKDiskTypeHFS }
Dec 17 12:48:56 iMac OSInstaller[461]: Mavericks is a valid target.
Dec 17 12:48:57 iMac OSInstaller[461]: Activated virtual memory backing store at mount point '/Volumes/Mavericks'
Dec 17 12:48:57 iMac OSInstaller[461]: Enabled OS Install core dumps
Dec 17 12:48:57 iMac OSInstaller[461]: V file:///Volumes/Mavericks/: DSDB found.
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.13 - Client: OS X Installer, UID: 0, EUID: 0, GID: 0, EGID: 0
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.13 - ODSessionCreate request, Path: /Volumes/Mavericks//private/var/db/dslocal/nodes/Default/
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.13 - session assigned UUID - 83C6C993-58ED-43EE-9293-F3CAD14021A5
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.13 - ODSessionCreate completed
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.14 - Client: OS X Installer, UID: 0, EUID: 0, GID: 0, EGID: 0
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.14 - ODNodeCreateWithNameAndOptions request, SessionID: 83C6C993-58ED-43EE-9293-F3CAD14021A5, Name: /Configure, Options: 0x0
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.14.15 - Block: nodestate '/Configure'
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.14.15 - nodestate - flagging '/Configure' online
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.14.15 - Block completed
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.14, Node: /Configure - node assigned UUID - 8433CA35-4DE3-48CC-BE05-74896E409DA6
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.16 - Client: OS X Installer, UID: 0, EUID: 0, GID: 0, EGID: 0
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.16 - ODNodeCopyDetails request, NodeID: 8433CA35-4DE3-48CC-BE05-74896E409DA6, Keys: dsAttrTypeStandard:OperatingSystemVersion
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.17 - Client: OS X Installer, UID: 0, EUID: 0, GID: 0, EGID: 0
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.17 - ODNodeRelease request, NodeID: 8433CA35-4DE3-48CC-BE05-74896E409DA6
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.16, Node: /Configure, Module: configure - ODNodeCopyDetails completed, delivered 1 result
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.18 - Client: OS X Installer, UID: 0, EUID: 0, GID: 0, EGID: 0
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.18 - ODNodeCreateWithNameAndOptions request, SessionID: 83C6C993-58ED-43EE-9293-F3CAD14021A5, Name: /Local/Target, Options: 0x0
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.18 - caller is using legacy node name of '/Local/Target', should use '/Local/Default' instead
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.18, Node: /Local/Default, Module: PlistFile - No index configuration, all searches will be unindexed
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.18, Node: /Local/Default, Module: PlistFile - Node is 10.7 or later
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.17, Node: /Configure - ODNodeRelease completed
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.14, Node: /Configure - ODNodeCreateWithNameAndOptions completed
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.18, Node: /Local/Default - node assigned UUID - A96C0361-F717-43A9-8A41-20042CC754B5
Dec 17 12:48:57 iMac OSInstaller[461]: Opened directory services DB (2).
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.19 - Client: OS X Installer, UID: 0, EUID: 0, GID: 0, EGID: 0
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.19 - ODQueryCreateWithNode request, NodeID: A96C0361-F717-43A9-8A41-20042CC754B5, RecordType(s): dsRecTypeStandard:Users, Attribute: dsAttrTypeStandard:RecordName, MatchType: Any, Equality: CaseIgnore, Value(s): dsRecordsAll, Requested Attributes: dsAttributesAll, Max Results: 2147483647
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.18, Node: /Local/Default - ODNodeCreateWithNameAndOptions completed
Dec 17 12:48:57 iMac OSInstaller[461]: entriesAtPath @kDSStdRecordTypeUsers : 87.
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.20 - Client: OS X Installer, UID: 0, EUID: 0, GID: 0, EGID: 0
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.20 - ODQueryCreateWithNode request, NodeID: A96C0361-F717-43A9-8A41-20042CC754B5, RecordType(s): dsRecTypeStandard:Groups, Attribute: dsAttrTypeStandard:RecordName, MatchType: Any, Equality: CaseExact, Value(s): dsRecordsAll, Requested Attributes: dsAttributesAll, Max Results: 2147483647
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.20, Node: /Local/Default, Module: PlistFile - ODQueryCreateWithNode completed, delivered 120 results
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.19, Node: /Local/Default, Module: PlistFile - ODQueryCreateWithNode completed, delivered 87 results
Dec 17 12:48:57 iMac Unknown[444]: 2015-12-17 12:48:57.612 OS X Installer[461:17075] An uncaught exception was raised
Dec 17 12:48:57 iMac Unknown[444]: 2015-12-17 12:48:57.612 OS X Installer[461:17075] *** -[__NSCFString substringFromIndex:]: Index 32 out of bounds; string length 31
Dec 17 12:48:57 iMac Unknown[444]: 2015-12-17 12:48:57.613 OS X Installer[461:17075] (
Dec 17 12:48:57 iMac Unknown[444]: 	0   CoreFoundation                      0x000000010e25dae2 __exceptionPreprocess + 178
Dec 17 12:48:57 iMac Unknown[444]: 	1   libobjc.A.dylib                     0x000000010c7da73c objc_exception_throw + 48
Dec 17 12:48:57 iMac Unknown[444]: 	2   CoreFoundation                      0x000000010e25d98d +[NSException raise:format:] + 205
Dec 17 12:48:57 iMac Unknown[444]: 	3   Foundation                          0x000000010c2081c6 -[NSString substringFromIndex:] + 126
Dec 17 12:48:57 iMac Unknown[444]: 	4   SystemMigration                     0x0000000117dfbaa5 -[SMLocalDiskPathEnumerator nextObject] + 587
Dec 17 12:48:57 iMac Unknown[444]: 	5   SystemMigration                     0x0000000117e085c0 -[SMPathsUserHomeScanner processUserHome] + 505
Dec 17 12:48:57 iMac Unknown[444]: 	6   SystemMigration                     0x0000000117e43488 -[SMPaths processUserHomes] + 471
Dec 17 12:48:57 iMac Unknown[444]: 	7   libdispatch.dylib                   0x000000011150033f _dispatch_client_callout + 8
Dec 17 12:48:57 iMac Unknown[444]: 	8   libdispatch.dylib                   0x0000000111501926 _dispatch_barrier_sync_f_invoke + 74
Dec 17 12:48:57 iMac Unknown[444]: 	9   SystemMigration                     0x0000000117e44c43 -[SMPaths ensureUserHomesAreProcessed] + 110
Dec 17 12:48:57 iMac Unknown[444]: 	10  SystemMigration                     0x0000000117e43a96 -[SMPaths enumerateFilesystem] + 75
Dec 17 12:48:57 iMac Unknown[444]: 	11  libdispatch.dylib                   0x000000011150033f _dispatch_client_callout + 8
Dec 17 12:48:57 iMac Unknown[444]: 	12  libdispatch.dylib                   0x0000000111501926 _dispatch_barrier_sync_f_invoke + 74
Dec 17 12:48:57 iMac Unknown[444]: 	13  SystemMigration                     0x0000000117e449fa -[SMPaths ensureFilesystemIsClassified] + 110
Dec 17 12:48:57 iMac Unknown[444]: 	14  SystemMigration                     0x0000000117e42887 -[SMPaths totalSizeOfReaperPaths] + 37
Dec 17 12:48:57 iMac Unknown[444]: 	15  OSInstaller                         0x000000010be0f2dc -[OSIReapableSpaceChecker _calculateSystemPathsAndSize] + 272
Dec 17 12:48:57 iMac Unknown[444]: 	16  OSInstaller                         0x000000010be0f4d9 -[OSIReapableSpaceChecker reapableFiles] + 83
Dec 17 12:48:57 iMac Unknown[444]: 	17  OSInstaller                         0x000000010be0dfcd -[OSIReapPreviousSystem _pathsToBackup] + 62
Dec 17 12:48:57 iMac Unknown[444]: 	18  OSInstaller                         0x000000010be0e289 -[OSIReapPreviousSystem createRecoveredItems] + 175
Dec 17 12:48:57 iMac Unknown[444]: 	19  OSInstaller                         0x000000010be0c7e2 -[OSIReapPreviousSystem runReturningError:] + 635
Dec 17 12:48:57 iMac Unknown[444]: 	20  OSInstaller                         0x000000010be008f9 __35-[OSInstallController startInstall]_block_invoke + 1612
Dec 17 12:48:57 iMac Unknown[444]: 	21  libdispatch.dylib                   0x000000011150b871 _dispatch_call_block_and_release + 12
Dec 17 12:48:57 iMac Unknown[444]: 	22  libdispatch.dylib                   0x000000011150033f _dispatch_client_callout + 8
Dec 17 12:48:57 iMac Unknown[444]: 	23  libdispatch.dylib                   0x00000001115041cf _dispatch_root_queue_drain + 1890
Dec 17 12:48:57 iMac Unknown[444]: 	24  libdispatch.dylib                   0x0000000111503a34 _dispatch_worker_thread3 + 91
Dec 17 12:48:57 iMac Unknown[444]: 	25  libsystem_pthread.dylib             0x00000001118ae68f _pthread_wqthread + 1129
Dec 17 12:48:57 iMac Unknown[444]: 	26  libsystem_pthread.dylib             0x00000001118ac365 start_wqthread + 13
Dec 17 12:48:57 iMac Unknown[444]: )
Dec 17 12:48:57 iMac Unknown[444]: 2015-12-17 12:48:57.615 OS X Installer[461:17075] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSCFString substringFromIndex:]: Index 32 out of bounds; string length 31'
Dec 17 12:48:57 iMac Unknown[444]: *** First throw call stack:
Dec 17 12:48:57 iMac Unknown[444]: (
Dec 17 12:48:57 iMac Unknown[444]: 	0   CoreFoundation                      0x000000010e25dae2 __exceptionPreprocess + 178
Dec 17 12:48:57 iMac Unknown[444]: 	1   libobjc.A.dylib                     0x000000010c7da73c objc_exception_throw + 48
Dec 17 12:48:57 iMac Unknown[444]: 	2   CoreFoundation                      0x000000010e25d98d +[NSException raise:format:] + 205
Dec 17 12:48:57 iMac Unknown[444]: 	3   Foundation                          0x000000010c2081c6 -[NSString substringFromIndex:] + 126
Dec 17 12:48:57 iMac Unknown[444]: 	4   SystemMigration                     0x0000000117dfbaa5 -[SMLocalDiskPathEnumerator nextObject] + 587
Dec 17 12:48:57 iMac Unknown[444]: 	5   SystemMigration                     0x0000000117e085c0 -[SMPathsUserHomeScanner processUserHome] + 505
Dec 17 12:48:57 iMac Unknown[444]: 	6   SystemMigration                     0x0000000117e43488 -[SMPaths processUserHomes] + 471
Dec 17 12:48:57 iMac Unknown[444]: 	7   libdispatch.dylib                   0x000000011150033f _dispatch_client_callout + 8
Dec 17 12:48:57 iMac Unknown[444]: 	8   libdispatch.dylib                   0x0000000111501926 _dispatch_barrier_sync_f_invoke + 74
Dec 17 12:48:57 iMac Unknown[444]: 	9   SystemMigration                     0x0000000117e44c43 -[SMPaths ensureUserHomesAreProcessed] + 110
Dec 17 12:48:57 iMac Unknown[444]: 	10  SystemMigration                     0x0000000117e43a96 -[SMPaths enumerateFilesystem] + 75
Dec 17 12:48:57 iMac Unknown[444]: 	11  libdispatch.dylib                   0x000000011150033f _dispatch_client_callout + 8
Dec 17 12:48:57 iMac Unknown[444]: 	12  libdispatch.dylib                   0x0000000111501926 _dispatch_barrier_sync_f_invoke + 74
Dec 17 12:48:57 iMac Unknown[444]: 	13  SystemMigration                     0x0000000117e449fa -[SMPaths ensureFilesystemIsClassified] + 110
Dec 17 12:48:57 iMac Unknown[444]: 	14  SystemMigration                     0x0000000117e42887 -[SMPaths totalSizeOfReaperPaths] + 37
Dec 17 12:48:57 iMac Unknown[444]: 	15  OSInstaller                         0x000000010be0f2dc -[OSIReapableSpaceChecker _calculateSystemPathsAndSize] + 272
Dec 17 12:48:57 iMac Unknown[444]: 	16  OSInstaller                         0x000000010be0f4d9 -[OSIReapableSpaceChecker reapableFiles] + 83
Dec 17 12:48:57 iMac Unknown[444]: 	17  OSInstaller                         0x000000010be0dfcd -[OSIReapPreviousSystem _pathsToBackup] + 62
Dec 17 12:48:57 iMac Unknown[444]: 	18  OSInstaller                         0x000000010be0e289 -[OSIReapPreviousSystem createRecoveredItems] + 175
Dec 17 12:48:57 iMac Unknown[444]: 	19  OSInstaller                         0x000000010be0c7e2 -[OSIReapPreviousSystem runReturningError:] + 635
Dec 17 12:48:57 iMac Unknown[444]: 	20  OSInstaller                         0x000000010be008f9 __35-[OSInstallController startInstall]_block_invoke + 1612
Dec 17 12:48:57 iMac Unknown[444]: 	21  libdispatch.dylib                   0x000000011150b871 _dispatch_call_block_and_release + 12
Dec 17 12:48:57 iMac Unknown[444]: 	22  libdispatch.dylib                   0x000000011150033f _dispatch_client_callout + 8
Dec 17 12:48:57 iMac Unknown[444]: 	23  libdispatch.dylib                   0x00000001115041cf _dispatch_root_queue_drain + 1890
Dec 17 12:48:57 iMac Unknown[444]: 	24  libdispatch.dylib                   0x0000000111503a34 _dispatch_worker_thread3 + 91
Dec 17 12:48:57 iMac Unknown[444]: 	25  libsystem_pthread.dylib             0x00000001118ae68f _pthread_wqthread + 1129
Dec 17 12:48:57 iMac Unknown[444]: 	26  libsystem_pthread.dylib             0x00000001118ac365 start_wqthread + 13
Dec 17 12:48:57 iMac Unknown[444]: )
Dec 17 12:48:57 iMac Unknown[444]: libc++abi.dylib: terminating with uncaught exception of type NSException
Dec 17 12:48:57 iMac opendirectoryd[123]: 461 - Client: 'OS X Installer', exited with 2 session(s), 2 node(s) and 0 active request(s)
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.21 - ODNodeRelease request, NodeID: A96C0361-F717-43A9-8A41-20042CC754B5
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.22 - ODNodeRelease request, NodeID: CCA7DDBC-E4B0-419B-A1BC-847D5D2BB76B
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.23 - ODSessionRelease request, SessionID: 4578B546-63EE-4D47-8A7A-DAD293D57FED
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.24 - ODSessionRelease request, SessionID: 83C6C993-58ED-43EE-9293-F3CAD14021A5
Dec 17 12:48:57 iMac Language Chooser[443]: Child process exited 6
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.21, Node: /Local/Default - ODNodeRelease completed
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.22, Node: /Local/Default - ODNodeRelease completed
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.23 - ODSessionRelease completed
Dec 17 12:48:57 iMac opendirectoryd[123]: 461.24 - ODSessionRelease completed
Dec 17 12:48:57 iMac storagekitd[463]: Removing client connection <SKDaemonConnection: 0x7ffee8c190c0>
Dec 17 12:48:57 iMac storagekitd[463]: No more connections, storagekitd will exit...
Dec 17 12:48:57 iMac Unknown[512]: Launching the Installer Crash Log Viewer
Dec 17 12:48:58 iMac Viewer[513]: LSExceptions [0x7fbae943dca0] loaded
Dec 17 12:49:02 iMac Viewer[513]: ISAP: Abort progress UI called.
Dec 17 12:49:09 iMac Viewer[513]: LSExceptions [0x7fbae943dca0] unloaded
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.25 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.25 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Local/Default, Options: 0x0
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.25, Node: /Local/Default - node assigned UUID - E8036179-C17A-4AC1-8B79-F6A194D66A01
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.26 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.26 - ODNodeCopyDetails request, NodeID: E8036179-C17A-4AC1-8B79-F6A194D66A01, Keys: dsAttrTypeStandard:NodePath
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.25, Node: /Local/Default - ODNodeCreateWithNameAndOptions completed
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.27 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.27 - ODNodeRelease request, NodeID: E8036179-C17A-4AC1-8B79-F6A194D66A01
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.26, Node: /Local/Default, Module: PlistFile - ODNodeCopyDetails completed, delivered 1 result
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.28 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.28 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Search, Options: 0x0
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.29 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.29 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Search, Options: 0x0
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.30 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.30 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Local/Default, Options: 0x0
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.30, Node: /Local/Default - node assigned UUID - 8D8C3EAC-94C9-45A2-8F57-B8EAF1CA1AFA
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.31 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.27, Node: /Local/Default - ODNodeRelease completed
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.28 - ODNodeCreateWithNameAndOptions failed with error 'Unknown node name' (2000)
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.29 - ODNodeCreateWithNameAndOptions failed with error 'Unknown node name' (2000)
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.31 - ODQueryCreateWithNode request, NodeID: 8D8C3EAC-94C9-45A2-8F57-B8EAF1CA1AFA, RecordType(s): dsRecTypeStandard:Users, Attribute: dsAttrTypeStandard:RecordName, MatchType: Any, Equality: CaseIgnore, Value(s): dsRecordsAll, Requested Attributes: dsAttrTypeStandard:GeneratedUID,dsAttrTypeNative:LinkedIdentity,dsAttrTypeStandard:RealName,dsAttrTypeStandard:GroupMembership,dsAttrTypeNative:IsHidden,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
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.30, Node: /Local/Default - ODNodeCreateWithNameAndOptions completed
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.32 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.32 - ODNodeRelease request, NodeID: 8D8C3EAC-94C9-45A2-8F57-B8EAF1CA1AFA
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.31, Node: /Local/Default, Module: PlistFile - ODQueryCreateWithNode completed, delivered 86 results
Dec 17 12:49:09 iMac opendirectoryd[123]: 511.32, Node: /Local/Default - ODNodeRelease completed
Dec 17 12:49:09 iMac ReportCrash[511]: Process:               OS X Installer [461]
Dec 17 12:49:09 iMac ReportCrash[511]: Path:                  /Volumes/VOLUME/*/OS X Installer.app/Contents/MacOS/OS X Installer
Dec 17 12:49:09 iMac ReportCrash[511]: Identifier:            com.apple.OS-X-Installer
Dec 17 12:49:09 iMac ReportCrash[511]: Version:               1.0 (733)
Dec 17 12:49:09 iMac ReportCrash[511]: Build Info:            OSInstaller-733000000000000~407
Dec 17 12:49:09 iMac ReportCrash[511]: Code Type:             X86-64 (Native)
Dec 17 12:49:09 iMac ReportCrash[511]: Parent Process:        ??? [443]
Dec 17 12:49:09 iMac ReportCrash[511]: Responsible:           OS X Installer [461]
Dec 17 12:49:09 iMac ReportCrash[511]: User ID:               0
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Date/Time:             2015-12-17 12:48:57.905 -0800
Dec 17 12:49:09 iMac ReportCrash[511]: OS Version:            Mac OS X 10.11.2 (15C50)
Dec 17 12:49:09 iMac ReportCrash[511]: Report Version:        11
Dec 17 12:49:09 iMac ReportCrash[511]: Anonymous UUID:        659BCA28-5B56-4747-BC95-5C359CBF485D
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Time Awake Since Boot: 120 seconds
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: System Integrity Protection: disabled
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Crashed Thread:        1  Dispatch queue: Filesystem Classifier (User Homes)
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Exception Type:        EXC_CRASH (SIGABRT)
Dec 17 12:49:09 iMac ReportCrash[511]: Exception Codes:       0x0000000000000000, 0x0000000000000000
Dec 17 12:49:09 iMac ReportCrash[511]: Exception Note:        EXC_CORPSE_NOTIFY
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Application Specific Information:
Dec 17 12:49:09 iMac ReportCrash[511]: *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSCFString substringFromIndex:]: Index 32 out of bounds; string length 31'
Dec 17 12:49:09 iMac ReportCrash[511]: terminating with uncaught exception of type NSException
Dec 17 12:49:09 iMac ReportCrash[511]: abort() called
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Application Specific Backtrace 1:
Dec 17 12:49:09 iMac ReportCrash[511]: 0   CoreFoundation                      0x000000010e25dae2 __exceptionPreprocess + 178
Dec 17 12:49:09 iMac ReportCrash[511]: 1   libobjc.A.dylib                     0x000000010c7da73c objc_exception_throw + 48
Dec 17 12:49:09 iMac ReportCrash[511]: 2   CoreFoundation                      0x000000010e25d98d +[NSException raise:format:] + 205
Dec 17 12:49:09 iMac ReportCrash[511]: 3   Foundation                          0x000000010c2081c6 -[NSString substringFromIndex:] + 126
Dec 17 12:49:09 iMac ReportCrash[511]: 4   SystemMigration                     0x0000000117dfbaa5 -[SMLocalDiskPathEnumerator nextObject] + 587
Dec 17 12:49:09 iMac ReportCrash[511]: 5   SystemMigration                     0x0000000117e085c0 -[SMPathsUserHomeScanner processUserHome] + 505
Dec 17 12:49:09 iMac ReportCrash[511]: 6   SystemMigration                     0x0000000117e43488 -[SMPaths processUserHomes] + 471
Dec 17 12:49:09 iMac ReportCrash[511]: 7   libdispatch.dylib                   0x000000011150033f _dispatch_client_callout + 8
Dec 17 12:49:09 iMac ReportCrash[511]: 8   libdispatch.dylib                   0x0000000111501926 _dispatch_barrier_sync_f_invoke + 74
Dec 17 12:49:09 iMac ReportCrash[511]: 9   SystemMigration                     0x0000000117e44c43 -[SMPaths ensureUserHomesAreProcessed] + 110
Dec 17 12:49:09 iMac ReportCrash[511]: 10  SystemMigration                     0x0000000117e43a96 -[SMPaths enumerateFilesystem] + 75
Dec 17 12:49:09 iMac ReportCrash[511]: 11  libdispatch.dylib                   0x000000011150033f _dispatch_client_callout + 8
Dec 17 12:49:09 iMac ReportCrash[511]: 12  libdispatch.dylib                   0x0000000111501926 _dispatch_barrier_sync_f_invoke + 74
Dec 17 12:49:09 iMac ReportCrash[511]: 13  SystemMigration                     0x0000000117e449fa -[SMPaths ensureFilesystemIsClassified] + 110
Dec 17 12:49:09 iMac ReportCrash[511]: 14  SystemMigration                     0x0000000117e42887 -[SMPaths totalSizeOfReaperPaths] + 37
Dec 17 12:49:09 iMac ReportCrash[511]: 15  OSInstaller                         0x000000010be0f2dc -[OSIReapableSpaceChecker _calculateSystemPathsAndSize] + 272
Dec 17 12:49:09 iMac ReportCrash[511]: 16  OSInstaller                         0x000000010be0f4d9 -[OSIReapableSpaceChecker reapableFiles] + 83
Dec 17 12:49:09 iMac ReportCrash[511]: 17  OSInstaller                         0x000000010be0dfcd -[OSIReapPreviousSystem _pathsToBackup] + 62
Dec 17 12:49:09 iMac ReportCrash[511]: 18  OSInstaller                         0x000000010be0e289 -[OSIReapPreviousSystem createRecoveredItems] + 175
Dec 17 12:49:09 iMac ReportCrash[511]: 19  OSInstaller                         0x000000010be0c7e2 -[OSIReapPreviousSystem runReturningError:] + 635
Dec 17 12:49:09 iMac ReportCrash[511]: 20  OSInstaller                         0x000000010be008f9 __35-[OSInstallController startInstall]_block_invoke + 1612
Dec 17 12:49:09 iMac ReportCrash[511]: 21  libdispatch.dylib                   0x000000011150b871 _dispatch_call_block_and_release + 12
Dec 17 12:49:09 iMac ReportCrash[511]: 22  libdispatch.dylib                   0x000000011150033f _dispatch_client_callout + 8
Dec 17 12:49:09 iMac ReportCrash[511]: 23  libdispatch.dylib                   0x00000001115041cf _dispatch_root_queue_drain + 1890
Dec 17 12:49:09 iMac ReportCrash[511]: 24  libdispatch.dylib                   0x0000000111503a34 _dispatch_worker_thread3 + 91
Dec 17 12:49:09 iMac ReportCrash[511]: 25  libsystem_pthread.dylib             0x00000001118ae68f _pthread_wqthread + 1129
Dec 17 12:49:09 iMac ReportCrash[511]: 26  libsystem_pthread.dylib             0x00000001118ac365 start_wqthread + 13
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Thread 0:: Dispatch queue: com.apple.main-thread
Dec 17 12:49:09 iMac ReportCrash[511]: 0   libsystem_kernel.dylib        	0x0000000111740386 mach_msg_trap + 10
Dec 17 12:49:09 iMac ReportCrash[511]: 1   libsystem_kernel.dylib        	0x000000011173f7c7 mach_msg + 55
Dec 17 12:49:09 iMac ReportCrash[511]: 2   com.apple.CoreFoundation      	0x000000010e15f624 __CFRunLoopServiceMachPort + 212
Dec 17 12:49:09 iMac ReportCrash[511]: 3   com.apple.CoreFoundation      	0x000000010e15eaec __CFRunLoopRun + 1356
Dec 17 12:49:09 iMac ReportCrash[511]: 4   com.apple.CoreFoundation      	0x000000010e15e338 CFRunLoopRunSpecific + 296
Dec 17 12:49:09 iMac ReportCrash[511]: 5   com.apple.HIToolbox           	0x0000000116213935 RunCurrentEventLoopInMode + 235
Dec 17 12:49:09 iMac ReportCrash[511]: 6   com.apple.HIToolbox           	0x000000011621376f ReceiveNextEventCommon + 432
Dec 17 12:49:09 iMac ReportCrash[511]: 7   com.apple.HIToolbox           	0x00000001162135af _BlockUntilNextEventMatchingListInModeWithFilter + 71
Dec 17 12:49:09 iMac ReportCrash[511]: 8   com.apple.AppKit              	0x000000010cca70ee _DPSNextEvent + 1067
Dec 17 12:49:09 iMac ReportCrash[511]: 9   com.apple.AppKit              	0x000000010d073943 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
Dec 17 12:49:09 iMac ReportCrash[511]: 10  com.apple.AppKit              	0x000000010cc9cfc8 -[NSApplication run] + 682
Dec 17 12:49:09 iMac ReportCrash[511]: 11  com.apple.AppKit              	0x000000010cc1f520 NSApplicationMain + 1176
Dec 17 12:49:09 iMac ReportCrash[511]: 12  com.apple.OS-X-Installer      	0x000000010bd939b3 0x10bd92000 + 6579
Dec 17 12:49:09 iMac ReportCrash[511]: 13  libdyld.dylib                 	0x000000011155f5ad start + 1
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Thread 1 Crashed:: Dispatch queue: Filesystem Classifier (User Homes)
Dec 17 12:49:09 iMac ReportCrash[511]: 0   libsystem_kernel.dylib        	0x0000000111746002 __pthread_kill + 10
Dec 17 12:49:09 iMac ReportCrash[511]: 1   libsystem_pthread.dylib       	0x00000001118b05c5 pthread_kill + 90
Dec 17 12:49:09 iMac ReportCrash[511]: 2   libsystem_c.dylib             	0x0000000111638787 __abort + 145
Dec 17 12:49:09 iMac ReportCrash[511]: 3   libsystem_c.dylib             	0x00000001116386f6 abort + 144
Dec 17 12:49:09 iMac ReportCrash[511]: 4   libc++abi.dylib               	0x00000001113d8f81 abort_message + 257
Dec 17 12:49:09 iMac ReportCrash[511]: 5   libc++abi.dylib               	0x00000001113fea47 default_terminate_handler() + 267
Dec 17 12:49:09 iMac ReportCrash[511]: 6   libobjc.A.dylib               	0x000000010c7de491 _objc_terminate() + 103
Dec 17 12:49:09 iMac ReportCrash[511]: 7   libc++abi.dylib               	0x00000001113fc19e std::__terminate(void (*)()) + 8
Dec 17 12:49:09 iMac ReportCrash[511]: 8   libc++abi.dylib               	0x00000001113fc213 std::terminate() + 51
Dec 17 12:49:09 iMac ReportCrash[511]: 9   libdispatch.dylib             	0x0000000111500353 _dispatch_client_callout + 28
Dec 17 12:49:09 iMac ReportCrash[511]: 10  libdispatch.dylib             	0x0000000111501926 _dispatch_barrier_sync_f_invoke + 74
Dec 17 12:49:09 iMac ReportCrash[511]: 11  com.apple.SystemMigration     	0x0000000117e44c43 -[SMPaths ensureUserHomesAreProcessed] + 110
Dec 17 12:49:09 iMac ReportCrash[511]: 12  com.apple.SystemMigration     	0x0000000117e43a96 -[SMPaths enumerateFilesystem] + 75
Dec 17 12:49:09 iMac ReportCrash[511]: 13  libdispatch.dylib             	0x000000011150033f _dispatch_client_callout + 8
Dec 17 12:49:09 iMac ReportCrash[511]: 14  libdispatch.dylib             	0x0000000111501926 _dispatch_barrier_sync_f_invoke + 74
Dec 17 12:49:09 iMac ReportCrash[511]: 15  com.apple.SystemMigration     	0x0000000117e449fa -[SMPaths ensureFilesystemIsClassified] + 110
Dec 17 12:49:09 iMac ReportCrash[511]: 16  com.apple.SystemMigration     	0x0000000117e42887 -[SMPaths totalSizeOfReaperPaths] + 37
Dec 17 12:49:09 iMac ReportCrash[511]: 17  com.apple.OSInstaller         	0x000000010be0f2dc -[OSIReapableSpaceChecker _calculateSystemPathsAndSize] + 272
Dec 17 12:49:09 iMac ReportCrash[511]: 18  com.apple.OSInstaller         	0x000000010be0f4d9 -[OSIReapableSpaceChecker reapableFiles] + 83
Dec 17 12:49:09 iMac ReportCrash[511]: 19  com.apple.OSInstaller         	0x000000010be0dfcd -[OSIReapPreviousSystem _pathsToBackup] + 62
Dec 17 12:49:09 iMac ReportCrash[511]: 20  com.apple.OSInstaller         	0x000000010be0e289 -[OSIReapPreviousSystem createRecoveredItems] + 175
Dec 17 12:49:09 iMac ReportCrash[511]: 21  com.apple.OSInstaller         	0x000000010be0c7e2 -[OSIReapPreviousSystem runReturningError:] + 635
Dec 17 12:49:09 iMac ReportCrash[511]: 22  com.apple.OSInstaller         	0x000000010be008f9 __35-[OSInstallController startInstall]_block_invoke + 1612
Dec 17 12:49:09 iMac ReportCrash[511]: 23  libdispatch.dylib             	0x000000011150b871 _dispatch_call_block_and_release + 12
Dec 17 12:49:09 iMac ReportCrash[511]: 24  libdispatch.dylib             	0x000000011150033f _dispatch_client_callout + 8
Dec 17 12:49:09 iMac ReportCrash[511]: 25  libdispatch.dylib             	0x00000001115041cf _dispatch_root_queue_drain + 1890
Dec 17 12:49:09 iMac ReportCrash[511]: 26  libdispatch.dylib             	0x0000000111503a34 _dispatch_worker_thread3 + 91
Dec 17 12:49:09 iMac ReportCrash[511]: 27  libsystem_pthread.dylib       	0x00000001118ae68f _pthread_wqthread + 1129
Dec 17 12:49:09 iMac ReportCrash[511]: 28  libsystem_pthread.dylib       	0x00000001118ac365 start_wqthread + 13
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Thread 2:: Dispatch queue: com.apple.libdispatch-manager
Dec 17 12:49:09 iMac ReportCrash[511]: 0   libsystem_kernel.dylib        	0x0000000111746ff6 kevent_qos + 10
Dec 17 12:49:09 iMac ReportCrash[511]: 1   libdispatch.dylib             	0x0000000111506099 _dispatch_mgr_invoke + 216
Dec 17 12:49:09 iMac ReportCrash[511]: 2   libdispatch.dylib             	0x0000000111505d01 _dispatch_mgr_thread + 52
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Thread 3:
Dec 17 12:49:09 iMac ReportCrash[511]: 0   libsystem_kernel.dylib        	0x0000000111746206 __semwait_signal + 10
Dec 17 12:49:09 iMac ReportCrash[511]: 1   libsystem_c.dylib             	0x0000000111659d17 nanosleep + 199
Dec 17 12:49:09 iMac ReportCrash[511]: 2   libsystem_c.dylib             	0x0000000111659b77 sleep + 42
Dec 17 12:49:09 iMac ReportCrash[511]: 3   com.apple.IASUtilities        	0x000000010c19a5f8 do_log_watch + 43
Dec 17 12:49:09 iMac ReportCrash[511]: 4   libsystem_pthread.dylib       	0x00000001118aec13 _pthread_body + 131
Dec 17 12:49:09 iMac ReportCrash[511]: 5   libsystem_pthread.dylib       	0x00000001118aeb90 _pthread_start + 168
Dec 17 12:49:09 iMac ReportCrash[511]: 6   libsystem_pthread.dylib       	0x00000001118ac375 thread_start + 13
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Thread 4:
Dec 17 12:49:09 iMac ReportCrash[511]: 0   libsystem_kernel.dylib        	0x00000001117466de __workq_kernreturn + 10
Dec 17 12:49:09 iMac ReportCrash[511]: 1   libsystem_pthread.dylib       	0x00000001118ae729 _pthread_wqthread + 1283
Dec 17 12:49:09 iMac ReportCrash[511]: 2   libsystem_pthread.dylib       	0x00000001118ac365 start_wqthread + 13
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Thread 5:: com.apple.NSEventThread
Dec 17 12:49:09 iMac ReportCrash[511]: 0   libsystem_kernel.dylib        	0x0000000111740386 mach_msg_trap + 10
Dec 17 12:49:09 iMac ReportCrash[511]: 1   libsystem_kernel.dylib        	0x000000011173f7c7 mach_msg + 55
Dec 17 12:49:09 iMac ReportCrash[511]: 2   com.apple.CoreFoundation      	0x000000010e15f624 __CFRunLoopServiceMachPort + 212
Dec 17 12:49:09 iMac ReportCrash[511]: 3   com.apple.CoreFoundation      	0x000000010e15eaec __CFRunLoopRun + 1356
Dec 17 12:49:09 iMac ReportCrash[511]: 4   com.apple.CoreFoundation      	0x000000010e15e338 CFRunLoopRunSpecific + 296
Dec 17 12:49:09 iMac ReportCrash[511]: 5   com.apple.AppKit              	0x000000010cd66065 _NSEventThread + 149
Dec 17 12:49:09 iMac ReportCrash[511]: 6   libsystem_pthread.dylib       	0x00000001118aec13 _pthread_body + 131
Dec 17 12:49:09 iMac ReportCrash[511]: 7   libsystem_pthread.dylib       	0x00000001118aeb90 _pthread_start + 168
Dec 17 12:49:09 iMac ReportCrash[511]: 8   libsystem_pthread.dylib       	0x00000001118ac375 thread_start + 13
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Thread 6:: com.apple.NSURLConnectionLoader
Dec 17 12:49:09 iMac ReportCrash[511]: 0   libsystem_kernel.dylib        	0x0000000111740386 mach_msg_trap + 10
Dec 17 12:49:09 iMac ReportCrash[511]: 1   libsystem_kernel.dylib        	0x000000011173f7c7 mach_msg + 55
Dec 17 12:49:09 iMac ReportCrash[511]: 2   com.apple.CoreFoundation      	0x000000010e15f624 __CFRunLoopServiceMachPort + 212
Dec 17 12:49:09 iMac ReportCrash[511]: 3   com.apple.CoreFoundation      	0x000000010e15eaec __CFRunLoopRun + 1356
Dec 17 12:49:09 iMac ReportCrash[511]: 4   com.apple.CoreFoundation      	0x000000010e15e338 CFRunLoopRunSpecific + 296
Dec 17 12:49:09 iMac ReportCrash[511]: 5   com.apple.CFNetwork           	0x00000001109f66e9 +[NSURLConnection(Loader) _resourceLoadLoop:] + 412
Dec 17 12:49:09 iMac ReportCrash[511]: 6   com.apple.Foundation          	0x000000010c3bcc6f __NSThread__start__ + 1351
Dec 17 12:49:09 iMac ReportCrash[511]: 7   libsystem_pthread.dylib       	0x00000001118aec13 _pthread_body + 131
Dec 17 12:49:09 iMac ReportCrash[511]: 8   libsystem_pthread.dylib       	0x00000001118aeb90 _pthread_start + 168
Dec 17 12:49:09 iMac ReportCrash[511]: 9   libsystem_pthread.dylib       	0x00000001118ac375 thread_start + 13
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Thread 7:
Dec 17 12:49:09 iMac ReportCrash[511]: 0   libsystem_kernel.dylib        	0x00000001117466de __workq_kernreturn + 10
Dec 17 12:49:09 iMac ReportCrash[511]: 1   libsystem_pthread.dylib       	0x00000001118ae729 _pthread_wqthread + 1283
Dec 17 12:49:09 iMac ReportCrash[511]: 2   libsystem_pthread.dylib       	0x00000001118ac365 start_wqthread + 13
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Thread 8:
Dec 17 12:49:09 iMac ReportCrash[511]: 0   libsystem_kernel.dylib        	0x00000001117466de __workq_kernreturn + 10
Dec 17 12:49:09 iMac ReportCrash[511]: 1   libsystem_pthread.dylib       	0x00000001118ae729 _pthread_wqthread + 1283
Dec 17 12:49:09 iMac ReportCrash[511]: 2   libsystem_pthread.dylib       	0x00000001118ac365 start_wqthread + 13
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Thread 9:
Dec 17 12:49:09 iMac ReportCrash[511]: 0   libsystem_kernel.dylib        	0x00000001117466de __workq_kernreturn + 10
Dec 17 12:49:09 iMac ReportCrash[511]: 1   libsystem_pthread.dylib       	0x00000001118ae729 _pthread_wqthread + 1283
Dec 17 12:49:09 iMac ReportCrash[511]: 2   libsystem_pthread.dylib       	0x00000001118ac365 start_wqthread + 13
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Thread 10:
Dec 17 12:49:09 iMac ReportCrash[511]: 0   libsystem_kernel.dylib        	0x00000001117466de __workq_kernreturn + 10
Dec 17 12:49:09 iMac ReportCrash[511]: 1   libsystem_pthread.dylib       	0x00000001118ae729 _pthread_wqthread + 1283
Dec 17 12:49:09 iMac ReportCrash[511]: 2   libsystem_pthread.dylib       	0x00000001118ac365 start_wqthread + 13
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Thread 11:
Dec 17 12:49:09 iMac ReportCrash[511]: 0   libsystem_kernel.dylib        	0x0000000111746206 __semwait_signal + 10
Dec 17 12:49:09 iMac ReportCrash[511]: 1   libsystem_c.dylib             	0x0000000111659d17 nanosleep + 199
Dec 17 12:49:09 iMac ReportCrash[511]: 2   libc++.1.dylib                	0x000000011136b020 std::__1::this_thread::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > const&) + 75
Dec 17 12:49:09 iMac ReportCrash[511]: 3   com.apple.JavaScriptCore      	0x0000000110271b87 bmalloc::Heap::scavenge(std::__1::unique_lock<bmalloc::StaticMutex>&, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >) + 375
Dec 17 12:49:09 iMac ReportCrash[511]: 4   com.apple.JavaScriptCore      	0x0000000110271704 bmalloc::Heap::concurrentScavenge() + 68
Dec 17 12:49:09 iMac ReportCrash[511]: 5   com.apple.JavaScriptCore      	0x0000000110273c8a bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::entryPoint() + 90
Dec 17 12:49:09 iMac ReportCrash[511]: 6   com.apple.JavaScriptCore      	0x0000000110273c29 bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::pthreadEntryPoint(void*) + 9
Dec 17 12:49:09 iMac ReportCrash[511]: 7   libsystem_pthread.dylib       	0x00000001118aec13 _pthread_body + 131
Dec 17 12:49:09 iMac ReportCrash[511]: 8   libsystem_pthread.dylib       	0x00000001118aeb90 _pthread_start + 168
Dec 17 12:49:09 iMac ReportCrash[511]: 9   libsystem_pthread.dylib       	0x00000001118ac375 thread_start + 13
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Thread 1 crashed with X86 Thread State (64-bit):
Dec 17 12:49:09 iMac ReportCrash[511]:   rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x000070000007fcc8  rdx: 0x0000000000000000
Dec 17 12:49:09 iMac ReportCrash[511]:   rdi: 0x0000000000000f03  rsi: 0x0000000000000006  rbp: 0x000070000007fcf0  rsp: 0x000070000007fcc8
Dec 17 12:49:09 iMac ReportCrash[511]:    r8: 0x0000000000000000   r9: 0x0000000000989680  r10: 0x000000000c000000  r11: 0x0000000000000206
Dec 17 12:49:09 iMac ReportCrash[511]:   r12: 0x000070000007fe80  r13: 0x00007fa54294f650  r14: 0x0000700000081000  r15: 0x000070000007fd60
Dec 17 12:49:09 iMac ReportCrash[511]:   rip: 0x0000000111746002  rfl: 0x0000000000000206  cr2: 0x00007000004a7ff8
Dec 17 12:49:09 iMac ReportCrash[511]:   
Dec 17 12:49:09 iMac ReportCrash[511]: Logical CPU:     0
Dec 17 12:49:09 iMac ReportCrash[511]: Error Code:      0x0200014e
Dec 17 12:49:09 iMac ReportCrash[511]: Trap Number:     133
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: Binary Images:
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10bd92000 -        0x10bda6fff  com.apple.OS-X-Installer (1.0 - 733) <9EF0D2AB-397E-301B-B398-311DCE7401FD> /Volumes/VOLUME/*/OS X Installer.app/Contents/MacOS/OS X Installer
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10bdba000 -        0x10bdd7fff  com.apple.DistributionKit (700 - 1000) <0EA29EBF-2FDE-3FA3-8C2B-9C4D8E14F3F2> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit.framework/Versions/A/DistributionKit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10bdf8000 -        0x10be37fff  com.apple.OSInstaller (1.0 - 733) <A9FC594D-A1AD-3943-8B25-D9DF4D036092> /System/Library/PrivateFrameworks/OSInstaller.framework/Versions/A/OSInstaller
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10be5c000 -        0x10be84fff  com.apple.StorageKit (1.0 - 158) <43659A3F-D39A-3A22-9DCE-E0067E71E996> /System/Library/PrivateFrameworks/StorageKit.framework/Versions/A/StorageKit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10beab000 -        0x10bec6fff  com.apple.PackageKit.PackageUIKit (3.0 - 546) <B11A8993-4DA1-33A6-818E-96E5790D3958> /System/Library/PrivateFrameworks/PackageKit.framework/Frameworks/PackageUIKit.framework/Versions/A/PackageUIKit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10bee5000 -        0x10bee5fff  com.apple.quartzframework (1.5 - 21) <5DC3D0D9-9E3F-3AA5-92F1-F229907A49B9> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10bee9000 -        0x10bf53ff7  com.apple.framework.CoreWLAN (11.0 - 1101.20) <6A535459-6A8A-3D60-986B-EE7ED833A9C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10bfa1000 -        0x10c015fff  com.apple.framework.IOKit (2.0.2 - 1179.20.6) <BA27E459-85E8-3393-BEAA-BF67FE74F5F4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10c052000 -        0x10c10ffef  com.apple.PackageKit (3.0 - 546) <3C1DA0E5-BAEE-34DA-BDDF-36EA11EA0B39> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10c194000 -        0x10c1b4ff7  com.apple.IASUtilities (1.0 - 229.3) <73F73F02-C7EE-3643-9349-7ECED6DD72CA> /System/Library/PrivateFrameworks/IASUtilities.framework/Versions/A/IASUtilities
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10c1da000 -        0x10c1dafff  com.apple.Cocoa (6.11 - 22) <0A634D46-B468-3CBC-B2A0-16C381C11BF2> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10c1e5000 -        0x10c539ff7  com.apple.Foundation (6.9 - 1256.1) <66106CC9-9D97-3846-88D8-4BF6BB508296> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10c7c8000 -        0x10cb33657  libobjc.A.dylib (680) <58CB8CFC-7DBD-3A53-BD72-A42FF799B21E> /usr/lib/libobjc.A.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10cc15000 -        0x10cc16ffb  libSystem.B.dylib (1226.10.1) <54388DF0-3813-33E4-BE8D-7743A81ACF4D> /usr/lib/libSystem.B.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10cc1d000 -        0x10d840ff7  com.apple.AppKit (6.9 - 1404.34) <FB9C0E8D-8E07-35CD-91D8-7A3869B8EB03> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10e0ef000 -        0x10e565fff  com.apple.CoreFoundation (6.9 - 1256.14) <068D1BA9-3859-34C7-986A-97EDF739C5C8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10e7e5000 -        0x10fa50ff3  com.apple.CoreGraphics (1.600.0 - 948) <08CF6D47-D0DC-3FF2-8E9E-4394F0358252> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10fb89000 -        0x10fb97fff  com.apple.opengl (12.0.40 - 12.0.40) <4D469B19-F5B3-3A2F-93D5-31E3AA3B14BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10fba3000 -        0x10fba8fff  com.apple.DiskArbitration (2.7 - 2.7) <B7FAE647-156A-30C8-BA8B-69D188D02602> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10fbb3000 -        0x10fbb3fe1 +cl_kernels (???) <5779FF2A-F42D-405E-90C0-7DA706FF268B> cl_kernels
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10fbb5000 -        0x10fc05ff7  com.apple.DiskManagement (8.1 - 952) <4B4F4846-2CD0-3461-8A99-DA3685C55DDA> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
Dec 17 12:49:09 iMac ReportCrash[511]:        0x10fc33000 -        0x1102d9ffb  com.apple.JavaScriptCore (11601 - 11601.3.7) <F9351983-16A7-312D-9202-02873CBC1D9D> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11047a000 -        0x1104c9ff7  com.apple.opencl (2.6.9 - 2.6.9) <DFB196DD-1863-3E1F-A2CB-41559E898F50> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1104e4000 -        0x1104e4fff  com.apple.ApplicationServices (48 - 48) <DD9C4070-C0FC-3984-BCED-72E6E99838FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1104ec000 -        0x1104ecfff  com.apple.CoreServices (728.6 - 728.6) <1FC9300C-6D3D-330C-829C-C8F094BC38C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1104f5000 -        0x11053bff7  libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x110557000 -        0x110573ff7  libextension.dylib (78) <589FA312-F17C-3A8D-986F-FD995D0065D5> /usr/lib/libextension.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x110599000 -        0x1105c4ffb  libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1105cf000 -        0x1105d0fff  libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1105da000 -        0x1107e7ffb  libicucore.A.dylib (551.41) <CFFD7342-A7D6-323A-AC14-B9EECF6EFFED> /usr/lib/libicucore.A.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1108af000 -        0x11099efff  libxml2.2.dylib (29.2) <F70308DF-313F-334F-8F0E-82E79821583D> /usr/lib/libxml2.2.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1109d7000 -        0x1109e8ff7  libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1109ef000 -        0x110c75ff7  com.apple.CFNetwork (760.2.6 - 760.2.6) <DDE325B9-7F6F-3933-8F86-8D031E400DD5> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
Dec 17 12:49:09 iMac ReportCrash[511]:        0x110e66000 -        0x110ec4fff  com.apple.SystemConfiguration (1.14 - 1.14) <A6ABDEA0-88BB-3EA2-8C97-FC1A33ABB1D7> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
Dec 17 12:49:09 iMac ReportCrash[511]:        0x110f00000 -        0x111180ff3  com.apple.security (7.0 - 57337.20.44) <6D1EFB27-3B0F-39EE-B491-6A697A12E98A> /System/Library/Frameworks/Security.framework/Versions/A/Security
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1112f1000 -        0x1112f2fff  liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1112fb000 -        0x111316ff7  libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111325000 -        0x111378ff7  libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1113d8000 -        0x111401fff  libc++abi.dylib (125) <DCCC8177-3D09-35BC-9784-2A04FEC4C71B> /usr/lib/libc++abi.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111417000 -        0x11141bfff  libcache.dylib (75) <6B245C0A-F3EA-383B-A542-5B0D0456A41B> /usr/lib/system/libcache.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111423000 -        0x11142eff7  libcommonCrypto.dylib (60075.20.1) <766BC3F5-41F3-3315-BABC-72718A98EA92> /usr/lib/system/libcommonCrypto.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111443000 -        0x11144aff7  libcompiler_rt.dylib (62) <D3C4AB40-23B4-3BC6-8C38-5B8758D14E80> /usr/lib/system/libcompiler_rt.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11145d000 -        0x111465fff  libcopyfile.dylib (127) <F5133269-0B22-388C-A57C-079667B6291E> /usr/lib/system/libcopyfile.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11146e000 -        0x1114e5fe7  libcorecrypto.dylib (335.20.1) <C6BD205F-4ECE-37EE-BCAB-A76F39CDCFFA> /usr/lib/system/libcorecrypto.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1114fe000 -        0x11152bfff  libdispatch.dylib (501.20.1) <324C9189-2AF3-3356-847F-6F4CE1C6E901> /usr/lib/system/libdispatch.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11155c000 -        0x11155fffb  libdyld.dylib (360.18) <5F3777A7-F07E-3D5F-BFA3-A920FF4170ED> /usr/lib/system/libdyld.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111568000 -        0x111568ff7  libkeymgr.dylib (28) <09397E01-6066-3179-A50C-2CE666FDA929> /usr/lib/system/libkeymgr.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11156f000 -        0x11156fff7  liblaunch.dylib (756.20.4) <EDF719D6-D2BB-38DD-8C94-4272BEFDA2CD> /usr/lib/system/liblaunch.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11157a000 -        0x11157fff7  libmacho.dylib (875.1) <CB745E1F-4885-3F96-B38B-2093DF488FD5> /usr/lib/system/libmacho.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11158d000 -        0x11158fff7  libquarantine.dylib (80) <163CF63A-7455-3D1F-AE57-8C4475A9204C> /usr/lib/system/libquarantine.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111599000 -        0x11159affb  libremovefile.dylib (41) <B8D1A5FC-CFD5-3AAB-8A10-14DDC129710A> /usr/lib/system/libremovefile.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1115a6000 -        0x1115bdfff  libsystem_asl.dylib (322) <3C2D3ACD-0DD1-337A-8247-44A910D67A65> /usr/lib/system/libsystem_asl.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1115d1000 -        0x1115d2fff  libsystem_blocks.dylib (65) <49D42329-7DE9-3413-92C3-A473A7E9CF35> /usr/lib/system/libsystem_blocks.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1115da000 -        0x111667fff  libsystem_c.dylib (1082.20.4) <EAB38A6C-8671-3B13-B500-90EC1B912063> /usr/lib/system/libsystem_c.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111696000 -        0x111698ff7  libsystem_configuration.dylib (802.20.7) <5FD79070-36CC-3D02-BEA7-BB5D2AE97D5D> /usr/lib/system/libsystem_configuration.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1116a6000 -        0x1116a8fff  libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1116b4000 -        0x1116caff7  libsystem_coretls.dylib (83.20.8) <30AF7134-6CA7-3582-B9D3-507D6ED19A88> /usr/lib/system/libsystem_coretls.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1116d8000 -        0x1116e0ffb  libsystem_dnssd.dylib (625.20.4) <945B5FB1-DA91-3D45-A961-A8FAD53C1E7E> /usr/lib/system/libsystem_dnssd.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1116ee000 -        0x111717fff  libsystem_info.dylib (477.20.1) <6513635B-4ADE-3B45-BF63-ED7AC565B0C9> /usr/lib/system/libsystem_info.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11172f000 -        0x11174dfff  libsystem_kernel.dylib (3248.20.55) <0E688457-4915-36DD-8798-5C2EDEE3F1A3> /usr/lib/system/libsystem_kernel.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111765000 -        0x111794ffb  libsystem_m.dylib (3105) <26655445-CA97-321E-B221-801CB378D1AA> /usr/lib/system/libsystem_m.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1117a8000 -        0x1117c4ff7  libsystem_malloc.dylib (67) <9EECAB18-F025-34C4-8E32-7EFFA6720EFC> /usr/lib/system/libsystem_malloc.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1117ce000 -        0x11182fff7  libsystem_network.dylib (583.20.10) <1C0410F3-F66E-3B0D-B8AD-0D49AB15A529> /usr/lib/system/libsystem_network.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111866000 -        0x11186efff  libsystem_networkextension.dylib (385.20.6) <DC8A102A-BF02-31A4-8914-65C34DF6B592> /usr/lib/system/libsystem_networkextension.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111880000 -        0x111889ff3  libsystem_notify.dylib (150.20.3) <243FADE1-255A-3B78-8033-F336CD64B817> /usr/lib/system/libsystem_notify.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111899000 -        0x1118a1fe7  libsystem_platform.dylib (74.10.3) <D3A27E10-7F08-3603-ACC8-7A92B2C04BAB> /usr/lib/system/libsystem_platform.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1118ab000 -        0x1118b4ff7  libsystem_pthread.dylib (138.10.4) <327CECD0-B881-3153-8FCC-4FD4818B7F16> /usr/lib/system/libsystem_pthread.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1118c6000 -        0x1118c9ff7  libsystem_sandbox.dylib (460.20.9) <1C891336-1B25-365D-B43E-96D5B3BE66B0> /usr/lib/system/libsystem_sandbox.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1118d0000 -        0x1118d1fff  libsystem_secinit.dylib (20) <FD6ECF2C-1489-32CA-981B-9045B5EB1FAA> /usr/lib/system/libsystem_secinit.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1118d9000 -        0x1118eaff7  libsystem_trace.dylib (201.10.3) <F0B7622B-FB6B-31E1-8703-38F57BE84553> /usr/lib/system/libsystem_trace.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1118fc000 -        0x1118fcff7  libunc.dylib (29) <1D0F8265-F026-3CBD-93D3-F8DF14FFCE68> /usr/lib/system/libunc.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111906000 -        0x11190bff3  libunwind.dylib (35.3) <124E0F05-2350-3774-A32C-7F5BF38EDE73> /usr/lib/system/libunwind.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111914000 -        0x11193dfff  libxpc.dylib (756.20.4) <61AB4610-9304-354C-9E9B-D57198AE9866> /usr/lib/system/libxpc.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11195d000 -        0x11195dfff  libenergytrace.dylib (10) <A4AE7CBD-CF0A-3A74-8098-B642CE496611> /usr/lib/libenergytrace.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111964000 -        0x111974fff  libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111984000 -        0x11198ffff  libkxld.dylib (3248.20.55) <3B8A19A8-7B41-3322-BDEC-9A2461E76423> /usr/lib/system/libkxld.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11199a000 -        0x1119a8fff  libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1119b2000 -        0x111acffff  libsqlite3.dylib (216.4) <DC3D59E7-91A3-374F-957C-6699729CD82B> /usr/lib/libsqlite3.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111aef000 -        0x111af3fff  libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111afb000 -        0x111afbfff  libOpenScriptingUtil.dylib (169) <5CE2080C-398C-34C2-8D65-B9C627AACA19> /usr/lib/libOpenScriptingUtil.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111b07000 -        0x111b15ff7  libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111b21000 -        0x111b3bff3  liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111b48000 -        0x111b50fff  com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111b5a000 -        0x111e3fff3  com.apple.CoreServices.CarbonCore (1136 - 1136) <FFBDE3BF-0BB3-37A2-8A44-6E25284CC348> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111ebe000 -        0x111f5eff7  com.apple.Metadata (10.7.0 - 972.16) <98CA1355-3E2C-364C-9C4F-3CA286DB08A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
Dec 17 12:49:09 iMac ReportCrash[511]:        0x111fcd000 -        0x11202afff  com.apple.CoreServices.OSServices (728.6 - 728.6) <E86385ED-70AA-3371-8E58-8FFDEF81C854> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11207b000 -        0x1120eafff  com.apple.SearchKit (1.4.0 - 1.4.0) <CA50106F-F45A-36AC-AD2B-C3B19F5DD52F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11212e000 -        0x112183ff7  com.apple.AE (701 - 701) <FB22BE84-9CB8-36BF-8061-F93D716C0A84> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1121b5000 -        0x1122daff7  com.apple.LaunchServices (728.6 - 728.6) <8658230B-5894-3244-BDBA-A6C9DD347219> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
Dec 17 12:49:09 iMac ReportCrash[511]:        0x112398000 -        0x1123c6ff7  com.apple.DictionaryServices (1.2 - 250) <D9AB6B92-CAF5-3EC2-8D07-639B42DA1CB9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1123f1000 -        0x112436ff7  com.apple.coreservices.SharedFileList (24.4 - 24.5) <72156BE7-0804-3F90-9AF9-14C4739430C2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11246e000 -        0x112476fff  com.apple.NetFS (6.0 - 4.0) <BDD59EC5-D399-31EA-9B2A-60E3A859FC42> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
Dec 17 12:49:09 iMac ReportCrash[511]:        0x112480000 -        0x11248afff  com.apple.NetAuth (6.0 - 6.0) <19E44307-6F9F-3DEC-8C1A-4685BC252A35> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
Dec 17 12:49:09 iMac ReportCrash[511]:        0x112497000 -        0x112499fff  com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1124a2000 -        0x1124a7fff  com.apple.TCC (1.0 - 1) <C53628CA-0C75-34B6-AE6E-8BCF8A3ED099> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1124b4000 -        0x11274afff  libmecabra.dylib (696.4) <0A1574F0-3222-3856-A1C6-D8BE20DC4C48> /usr/lib/libmecabra.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1127a8000 -        0x1128d4ff7  com.apple.CoreText (352.0 - 494.10) <9FD834B1-FF8E-3EB0-BB11-6E9120969086> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
Dec 17 12:49:09 iMac ReportCrash[511]:        0x112988000 -        0x112b51ff7  com.apple.ImageIO.framework (3.3.0 - 1442) <2C8AF87E-080E-3FD8-824D-332B43DF4B61> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
Dec 17 12:49:09 iMac ReportCrash[511]:        0x112bf3000 -        0x112c61ff7  com.apple.ApplicationServices.ATS (377 - 394.3) <66E581EE-67E2-39E9-97A7-0614F334B9B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
Dec 17 12:49:09 iMac ReportCrash[511]:        0x112c95000 -        0x112d2bfff  com.apple.ColorSync (4.9.0 - 4.9.0) <8BB8DF19-C24F-39F8-8B90-AD186D74587C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
Dec 17 12:49:09 iMac ReportCrash[511]:        0x112d78000 -        0x112dc4ff3  com.apple.HIServices (1.22 - 549) <14FB5BB6-8456-39F9-A694-8A1C12426880> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
Dec 17 12:49:09 iMac ReportCrash[511]:        0x112dfe000 -        0x112e0dffb  com.apple.LangAnalysis (1.7.0 - 1.7.0) <0D1BCC13-76B9-3C19-85AA-D8DD8299F007> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
Dec 17 12:49:09 iMac ReportCrash[511]:        0x112e1d000 -        0x112e69fff  com.apple.print.framework.PrintCore (11.2 - 472.2) <449D8AB5-7891-32D0-9DC5-C90FE10DC0BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
Dec 17 12:49:09 iMac ReportCrash[511]:        0x112e97000 -        0x112ed1fff  com.apple.QD (3.12 - 302) <3F36A108-C557-353A-A3F7-80DDCB82BB37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
Dec 17 12:49:09 iMac ReportCrash[511]:        0x112ef7000 -        0x112f03ff7  com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <E507D438-517D-32AE-8609-02ACD2F0D692> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
Dec 17 12:49:09 iMac ReportCrash[511]:        0x112f19000 -        0x112f1cfff  com.apple.IOSurface (108.0.1 - 108.0.1) <7B05B27A-5CC4-30D4-8A10-ED444A2807A2> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
Dec 17 12:49:09 iMac ReportCrash[511]:        0x112f28000 -        0x112f28fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <97B71D88-9C93-3943-B09E-642183B4E1AC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
Dec 17 12:49:09 iMac ReportCrash[511]:        0x112f2c000 -        0x112f50fff  com.apple.MultitouchSupport.framework (304.10 - 304.10) <CE5E8A54-180B-39FD-B57A-97E02B599B69> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
Dec 17 12:49:09 iMac ReportCrash[511]:        0x112f6a000 -        0x112facff7  Metal (55.2.8) <4EC5571C-8A19-3774-BDA0-CB15DB04D06A> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
Dec 17 12:49:09 iMac ReportCrash[511]:        0x113030000 -        0x1134eefcf  com.apple.vImage (8.0 - 8.0) <85FB412E-EB30-3433-A79B-B3970FC83580> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11354e000 -        0x11354efff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <E0D5C411-052F-3B71-9562-C1098FB2F86D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x113552000 -        0x113664fef  libvDSP.dylib (563.4) <C069B6A3-D7CD-3B72-918C-15514066A2F3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x113671000 -        0x11372aff7  libvMisc.dylib (563.4) <3114F9E9-2B0D-3371-93A1-04BB55CE8DBD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x113739000 -        0x113b3bfff  libLAPACK.dylib (1159) <A333AA38-9C2C-329C-AB92-94774C8264C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x113b99000 -        0x113d59feb  libBLAS.dylib (1159) <943445A4-F6CA-3923-882C-154D7D4AEFE0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x113d7f000 -        0x113d95ff7  libLinearAlgebra.dylib (1159) <FA316609-9851-3C5C-AF46-685A25768D45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x113da5000 -        0x113db5fff  libSparseBLAS.dylib (1159) <81330B45-9CA3-34AC-891C-6E770C3DFC24> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x113dbe000 -        0x113dc1ff7  libCoreFSCache.dylib (119.5) <C7008E64-0AFB-3446-929E-BC3F76DEF049> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x113dca000 -        0x113dd0fff  IOAccelerator (203.14) <D632883D-7A42-38C4-BF31-BD597BD31FAA> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
Dec 17 12:49:09 iMac ReportCrash[511]:        0x113ddf000 -        0x113edbff7  libFontParser.dylib (158.4) <BF7F82EB-7820-364A-865E-442F42BFDFA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x113f60000 -        0x113fa5ff3  libFontRegistry.dylib (155.1) <593CC743-3785-3CC5-A229-D3846C51E054> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x113fcc000 -        0x113fe9ff7  com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <25691042-E51E-3A47-A908-E2F6D35451FC> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
Dec 17 12:49:09 iMac ReportCrash[511]:        0x113ffa000 -        0x114087dd7  com.apple.AppleJPEG (1.0 - 1) <9F0E8564-FCC4-33BE-9C6A-2BA926A33F6F> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1140ea000 -        0x11410eff7  libJPEG.dylib (1442) <0F9069AB-D830-37DD-8813-B635D1ECB3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x114119000 -        0x114174ff7  libTIFF.dylib (1442) <FC2ADE78-3710-31E7-9CE7-44CD61F4B8DC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x114187000 -        0x1141acff7  libPng.dylib (1442) <E8391CE4-9B83-3895-A406-D987FC826D4A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1141ba000 -        0x1141befff  libGIF.dylib (1442) <2F7DA684-3510-38C2-B48F-9D33194860A1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1141ca000 -        0x1142bcff7  libJP2.dylib (1442) <3B374049-CCA4-3B4D-9517-583F2BF6B77D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1142eb000 -        0x1142edff7  libRadiance.dylib (1442) <9E9084DC-C0DF-30DF-BD6B-7AED3799A129> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1142f4000 -        0x114328ff7  com.apple.CoreVideo (1.8 - 191.2) <88D903C8-E608-320E-8ACD-11E5B3003C18> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
Dec 17 12:49:09 iMac ReportCrash[511]:        0x114353000 -        0x114394ff7  libGLU.dylib (12.0.40.6) <D51C3497-7EC6-37F4-9E8D-B9BFED23974D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1143a7000 -        0x1143affff  libGFXShared.dylib (12.0.40.6) <05770D51-DB02-3ACD-86EF-D3A475A83D4D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1143b8000 -        0x1143c3fff  libGL.dylib (12.0.40.6) <3F719CC4-8024-33B5-A49D-15FAE1955A12> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1143de000 -        0x11441cff7  libGLImage.dylib (12.0.40.6) <7A41B04A-8282-3530-809F-FAC4AC953CD2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11442b000 -        0x11442dfff  libCVMSPluginSupport.dylib (12.0.40.6) <8E97A929-0E60-3F6D-ACF7-67F700BE2530> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11443a000 -        0x114443fff  libCoreVMClient.dylib (119.5) <EB7801C1-985D-3280-8E30-CC2713535896> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11444d000 -        0x114d81f17  libLLVMContainer.dylib (119.5) <DBA0BD9E-5F32-3506-B47C-207B954CF43B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libLLVMContainer.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11501c000 -        0x11506cfff  libcups.2.dylib (435) <28A05475-9DBF-35EA-B218-3432B69EA18B> /usr/lib/libcups.2.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x115088000 -        0x1150a2fff  com.apple.Kerberos (3.0 - 1) <836358DE-2731-3ACD-98E3-E5FA48917728> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1150bd000 -        0x1150eefff  com.apple.GSS (4.0 - 2.0) <25DECD44-0905-3E53-9480-DE7BEB84DB83> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11510f000 -        0x11512bff3  libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x115138000 -        0x11522aff7  libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11523a000 -        0x1152aefff  com.apple.Heimdal (4.0 - 2.0) <009F223D-B89B-376B-94F5-6D982CBEF771> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1152e5000 -        0x1152eaff7  libheimdal-asn1.dylib (453.20.2) <EE3DD8E9-E543-3849-ADC9-EDBF2379C97C> /usr/lib/libheimdal-asn1.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1152f3000 -        0x1152ffff7  com.apple.OpenDirectory (10.11 - 194) <5409AC27-3B83-3F35-8EB5-51228B4604AE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
Dec 17 12:49:09 iMac ReportCrash[511]:        0x115316000 -        0x11531fff7  com.apple.CommonAuth (4.0 - 2.0) <B2CEE6B5-9464-35F2-9339-9F52001C8A27> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
Dec 17 12:49:09 iMac ReportCrash[511]:        0x115327000 -        0x115340fff  com.apple.CFOpenDirectory (10.11 - 194) <C21F33AA-CD06-3163-A1F3-1D116F788A11> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
Dec 17 12:49:09 iMac ReportCrash[511]:        0x115366000 -        0x1153daff3  com.apple.securityfoundation (6.0 - 55126) <943934A2-EC53-330F-BEB9-8A718A18F9FC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11541a000 -        0x11546bff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <BB7C0F61-E39B-382C-AF03-1650C054BFE1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
Dec 17 12:49:09 iMac ReportCrash[511]:        0x115497000 -        0x11563dff7  com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <F912765D-88ED-3324-B512-3778A8CE878B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
Dec 17 12:49:09 iMac ReportCrash[511]:        0x115734000 -        0x1157dbfff  com.apple.LanguageModeling (1.0 - 1) <E1E4091D-6CAB-36E0-A206-AAADE69791DC> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1157fa000 -        0x115811fff  libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11581f000 -        0x11582aff7  libChineseTokenizer.dylib (16) <998637AB-DC37-3A7C-A85C-F10FD98CAAD7> /usr/lib/libChineseTokenizer.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11583b000 -        0x11584cfff  libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x115857000 -        0x115afdff7  com.apple.CoreData (120 - 641.3) <A29A5491-6169-372B-828F-84EE0CFD4BC4> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
Dec 17 12:49:09 iMac ReportCrash[511]:        0x115c4c000 -        0x115c65fef  libcompression.dylib (25) <C8546222-B022-39EA-9896-0387BA1D5C51> /usr/lib/libcompression.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x115c74000 -        0x115c76ff7  com.apple.xpc.ServiceManagement (1.0 - 1) <3777FD15-B6F3-32A2-A8E3-3E8CE3B8D5E7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
Dec 17 12:49:09 iMac ReportCrash[511]:        0x115c7e000 -        0x115ca7ff7  libxslt.1.dylib (14) <CF5C6F5F-75D6-3C00-B6B2-1032D2799FBC> /usr/lib/libxslt.1.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x115cba000 -        0x115cf2fff  com.apple.RemoteViewServices (2.0 - 99) <596153FD-3CB9-3FED-9D63-1B73B01AC6DB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
Dec 17 12:49:09 iMac ReportCrash[511]:        0x115d2d000 -        0x115eabfff  com.apple.UIFoundation (1.0 - 436.1) <8C254BB0-1DED-36A2-AAAF-786EB19CCE39> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
Dec 17 12:49:09 iMac ReportCrash[511]:        0x115f73000 -        0x115f76ffb  libScreenReader.dylib (425.102) <BDC46586-4925-38F2-85D3-BD23DB6E6D43> /usr/lib/libScreenReader.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x115f85000 -        0x115f85fff  com.apple.audio.units.AudioUnit (1.13 - 1.13) <D2E8EA94-3828-3D7C-87E2-97E4CD00269D> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x115f91000 -        0x116000fff  com.apple.datadetectorscore (7.0 - 460) <CDBB7D7D-B189-37B0-AA4B-DC79090D0D71> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11604a000 -        0x116158ff3  com.apple.desktopservices (1.10 - 1.10) <0BAED9FA-EFA5-3DA0-8715-043FD2400B77> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1161e3000 -        0x1164d8fff  com.apple.HIToolbox (2.1.1 - 807.2) <D9338BEF-CA84-3085-B6CB-4E93B3B9A2E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11665a000 -        0x116828ffb  com.apple.QuartzCore (1.11 - 410.14) <DB552FA2-D2D1-37F9-A1D4-C77D7EA82ECD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
Dec 17 12:49:09 iMac ReportCrash[511]:        0x116914000 -        0x11691aff7  com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <FA5CB89A-2BFE-38CC-B1A3-E48792CD898C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
Dec 17 12:49:09 iMac ReportCrash[511]:        0x116928000 -        0x116a72fc7  com.apple.coreui (2.1 - 365.2) <727C55D3-503A-3EC4-8A23-C984E320F65F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
Dec 17 12:49:09 iMac ReportCrash[511]:        0x116bb8000 -        0x116c41ff7  com.apple.PerformanceAnalysis (1.0 - 1) <67DE6CD9-AA72-3664-9594-0161D03D4919> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
Dec 17 12:49:09 iMac ReportCrash[511]:        0x116cc8000 -        0x116ce4fff  com.apple.GenerationalStorage (2.0 - 239) <EE667C63-3ADF-34D3-A8A7-316B66C7E290> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
Dec 17 12:49:09 iMac ReportCrash[511]:        0x116cfc000 -        0x116d1dfff  Sharing (442.9.1) <672DE6DF-98E0-30A4-BA25-44BDE188D0BE> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
Dec 17 12:49:09 iMac ReportCrash[511]:        0x116d4d000 -        0x116f5aff7  com.apple.CoreImage (11.2.0 - 366.2.7) <344F1067-5F52-3626-8F6C-2B678DEB80A1> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1170b6000 -        0x117166fff  com.apple.backup.framework (1.7.2 - 1.7.2) <890AF1EE-CFC9-3DAB-B236-88E203B4ADBC> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1171fe000 -        0x117293fff  com.apple.ink.framework (10.9 - 214) <6B573126-A6E9-357F-B36A-AA5BDC0BEAF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1172c7000 -        0x1174d2fff  libFosl_dynamic.dylib (16.24) <363B7CEE-B662-32F3-9D7B-245E64927C35> /usr/lib/libFosl_dynamic.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11767d000 -        0x117688fff  com.apple.CrashReporterSupport (10.11 - 717) <474544AD-1199-3ECC-90E5-071847BA72C6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117699000 -        0x1176bbfff  com.apple.IconServices (68.1 - 68.1) <3ECAA762-1193-3D76-A25F-7680DB3A957E> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1176e4000 -        0x117703ff7  com.apple.framework.Apple80211 (11.0 - 1110.33) <EC583C00-9073-39C3-B613-96D5BA0FDD32> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117716000 -        0x1177bafff  com.apple.Bluetooth (4.4.3 - 4.4.3f4) <FF130A90-AB16-33C8-B0D6-1FFE38BFFD30> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117840000 -        0x117853fff  com.apple.CoreBluetooth (1.0 - 1) <BF5F87E3-6AAA-3B1F-9979-7A03D77937C8> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11786b000 -        0x117892fff  com.apple.ChunkingLibrary (167 - 167) <508861C9-F5E6-343B-8DD0-D71DFE49ECFD> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1178a4000 -        0x1178deff7  com.apple.DebugSymbols (132 - 132) <BDF57386-2881-35BD-9310-36904C764E93> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1178fe000 -        0x117986fff  com.apple.CoreSymbolication (3.1 - 58048.1) <2DFAF855-0528-370D-B4B0-EE0236766D9D> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11799e000 -        0x1179eeff7  com.apple.Symbolication (1.4 - 58044) <2EC9F04A-4370-39C8-8549-FC6411D87463> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117a29000 -        0x117ab8ff7  libCoreStorage.dylib (517.20.1) <EC540EAA-089C-36D9-BBAA-0684EDE098AB> /usr/lib/libCoreStorage.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117ae1000 -        0x117aecfff  libcsfde.dylib (517.20.1) <42376761-F1B3-3086-AFBC-231507582BBE> /usr/lib/libcsfde.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117afa000 -        0x117b2dff7  com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117b47000 -        0x117c01fff  com.apple.DiscRecording (9.0.1 - 9010.4.3) <C4EC1EA7-E2AA-30F7-83CC-79171CDD50AA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117c70000 -        0x117c72fff  com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117c7f000 -        0x117c81ffb  libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117c87000 -        0x117c90fff  com.apple.icloud.FindMyDevice (1.0 - 1) <BB049D2D-9789-39E8-A09D-D300E7AA94D2> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117ca3000 -        0x117ccafff  com.apple.ProtectedCloudStorage (1.0 - 1) <F9E1BDE2-16AF-34B5-B7FE-127D511BDC9E> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117cee000 -        0x117d2bff3  com.apple.bom (14.0 - 193.7) <9B8AE30B-24A3-37AB-B04E-4CE67AED4775> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117d40000 -        0x117d4ffe7  com.apple.AppleFSCompression (81.20.2 - 1.0) <735A903C-EB3A-32EB-BA6B-C55644C59C5C> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117d5f000 -        0x117d62fff  libIASUnifiedProgress.dylib (229.3) <217C5540-7A96-3D0D-B012-A15C345E6C84> /usr/lib/libIASUnifiedProgress.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117d70000 -        0x117d7efff  libIASAuthReboot.dylib (1010) <768DE739-01F0-3E31-9EC7-B213E383C714> /usr/lib/libIASAuthReboot.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117d8a000 -        0x117ed5fff  com.apple.SystemMigration (975.11 - 975.11) <1975DA9F-C7D6-33BE-AF1A-93FCCA2F7C79> /System/Library/PrivateFrameworks/SystemMigration.framework/Versions/A/SystemMigration
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117fb9000 -        0x117fbdfff  com.apple.ServerInformation (2.0 - 1) <A937773C-6635-3BBC-BA7E-352706328DD6> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/ServerInformation
Dec 17 12:49:09 iMac ReportCrash[511]:        0x117fc7000 -        0x11809dff7  com.apple.DiskImagesFramework (10.11.2 - 417.1) <4A510EE1-893E-38A8-AD09-5ACC9F2BE86F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118100000 -        0x11812cfff  SystemAdministration (633) <FDCA9F2D-E06A-3DEC-8E1A-7535BAE68B62> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11815d000 -        0x118168fff  com.apple.DirectoryService.Framework (10.11 - 194) <159606E0-F3AF-36B0-9744-4BFE1DA3EC74> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118178000 -        0x11817cfff  com.apple.LoginUICore (3.2 - 3.2) <5524E4BC-4700-39F4-AF06-E53322712EE0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118189000 -        0x11818aff7  libodfde.dylib (23) <5475AB3E-8C9A-3279-8294-E565293F7EF1> /usr/lib/libodfde.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118192000 -        0x1181e0fff  libcurl.4.dylib (90) <FF42FAA6-E71B-3D0D-B5C9-B05BD2460C9A> /usr/lib/libcurl.4.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1181f6000 -        0x11822dff7  com.apple.LDAPFramework (2.4.28 - 194.5) <79D981F2-F70C-3E47-B124-DC0C90D45563> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118241000 -        0x118253fff  libsasl2.2.dylib (209) <02BF4226-23E9-34EC-A727-CF0E205395F8> /usr/lib/libsasl2.2.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11825d000 -        0x118265fff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <D44F75E7-C679-3C21-AD76-8FA8A2B898F1> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118279000 -        0x118360ff7  libcrypto.0.9.8.dylib (59) <ED1C2A26-8FFC-30FF-8726-FF952EF94ADF> /usr/lib/libcrypto.0.9.8.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1183ca000 -        0x1183d2fff  com.apple.AppleSRP (5.0 - 1) <25775E90-1DBB-3BFA-B4B4-F8F262B9EC1F> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1183da000 -        0x1183dbfff  com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1183e8000 -        0x1183eefff  com.apple.BezelServicesFW (255.10 - 255.10) <3C173C06-5C93-3C07-A2E8-A3A4F611843E> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1183fb000 -        0x118404ff7  com.apple.DisplayServicesFW (3.0 - 378) <E459962E-90C6-36CE-BA30-BC9E29E6C14A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118415000 -        0x11841afff  com.apple.installandsetup.SystemMigrationUtils (1.0 - 1) <D4A6333B-5212-3A44-A22B-06B3FB39DB3C> /System/Library/PrivateFrameworks/SystemMigration.framework/Frameworks/SystemMigrationUtils.framework/Versions/A/SystemMigrationUtils
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118429000 -        0x118429fff  com.apple.Carbon (154 - 157) <34263101-328D-3FE4-B212-14BD3CFF6965> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11842e000 -        0x1186c8fff  com.apple.AOSKit (1.06 - 232) <22712D9C-A1A6-3FA2-9C44-06F6CCDE36F1> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1186f9000 -        0x11872bfff  com.apple.CommerceKit (1.2.0 - 459) <9F78AC93-35A3-3074-BD8B-CE30A73D14AF> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118761000 -        0x118765fff  com.apple.CommonPanels (1.2.6 - 96) <61E9D84F-435A-3C7B-A065-047B80775777> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11876f000 -        0x118772ff7  com.apple.help (1.3.3 - 46) <62056D9B-A87C-3E4D-B4E2-7E1CDB74CE68> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11877e000 -        0x118783fff  com.apple.ImageCapture (9.0 - 9.0) <33F7822F-1124-3D73-AF66-515EA32A4A47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118794000 -        0x1187adffb  com.apple.openscripting (1.7 - 169) <DB62452B-3C83-3B7A-8349-7536F4E1532B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1187c2000 -        0x1187c3ff3  com.apple.print.framework.Print (10.0 - 266) <BF573614-5666-3D16-9D45-4690911F030A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1187ca000 -        0x1187ccff7  com.apple.securityhi (9.0 - 55006) <516B018C-177A-3FAD-8487-97B50FB67DD1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1187d8000 -        0x1187d8fff  com.apple.AOSMigrate (1.0 - 1) <1A523140-6820-382B-82AE-F7404D968B69> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1187e3000 -        0x1187fefff  com.apple.aps.framework (4.0 - 4.0) <894B1FD6-6EBE-302B-947B-D5813DABEDF0> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11881c000 -        0x118827fff  com.apple.CommerceCore (1.0 - 459) <82EB2F45-0C56-3FA7-B8B2-2B4C7DB127C4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11883b000 -        0x1188a2ff7  com.apple.StoreFoundation (1.0 - 459) <50A491F2-C20D-36DE-B820-7377958BD80E> /System/Library/PrivateFrameworks/StoreFoundation.framework/Versions/A/StoreFoundation
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118906000 -        0x1189a0ff7  SoftwareUpdate (790) <A4C2E56E-4554-3B6A-ACAC-5A969BC3F0FD> /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareUpdate
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118a2a000 -        0x118a4cff7  com.apple.framework.familycontrols (4.1 - 410) <50F14127-3FCC-39A2-9158-5C2581B0FAE3> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118a6a000 -        0x118a7ffff  com.apple.AppContainer (4.0 - 261.20.7) <30414623-E68F-31A1-9794-1C052391E900> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118a97000 -        0x118a99fff  com.apple.SecCodeWrapper (4.0 - 261.20.7) <E3E10533-B295-39EB-B0A3-42BD238E8C85> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118aa6000 -        0x118d14fff  com.apple.AuthKit (1.0 - 1) <D9E0BEE5-69E7-3A39-BCBB-275A7735ADE0> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118d3e000 -        0x118d79fff  com.apple.AuthKitUI (1.0 - 1) <E735BF08-D07E-3940-8404-BD6D719228F7> /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118dbf000 -        0x118dd7fff  com.apple.login (3.0 - 3.0) <E02F6100-10F5-3574-9F9F-11709CC4D1C8> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118dea000 -        0x118e07fff  com.apple.pluginkit.framework (1.0 - 1) <AE3DFBE5-A012-345F-8A77-520686B6FBFF> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x118e26000 -        0x119163ff3  com.apple.WebKit (11601 - 11601.3.9) <5B562B26-2D3A-3F0F-B374-0FE43BFB0872> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1194da000 -        0x1199fcfff  com.apple.QuartzComposer (5.1 - 334) <0A407B05-5CF5-3084-93EF-F4619BDEEF8B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
Dec 17 12:49:09 iMac ReportCrash[511]:        0x119d1e000 -        0x119dc9fff  com.apple.PDFKit (3.1 - 3.1) <4F470085-BBE3-3A75-AB79-430426F72CE4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x119e54000 -        0x119e78fff  com.apple.quartzfilters (1.10.0 - 1.10.0) <58FAFE0C-A2D8-3746-AC8F-BF553A7CDED7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
Dec 17 12:49:09 iMac ReportCrash[511]:        0x119eaf000 -        0x11a11cfff  com.apple.imageKit (2.6 - 932) <6738F065-3D55-3165-8D3E-33AA18D6E3EA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11a384000 -        0x11a46fff7  com.apple.QuickLookUIFramework (5.0 - 696.3) <8416C721-85D3-3F4A-9916-2CB4640BB0CB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11a546000 -        0x11a68bfff  com.apple.QTKit (7.7.3 - 2943) <1477C5F3-63B2-386D-A911-481BEFAFEB58> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11a7a3000 -        0x11a7a6ff7  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <2B3F04CE-3C7D-3F51-99F3-C7847D1E4277> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11a7b1000 -        0x11a88afff  com.apple.CoreMedia (1.0 - 1731.15.33) <6109D83B-4E0B-3DE2-9856-9FD80EA51CE0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11a8ee000 -        0x11ae45fff  MediaToolbox (1731.15.33) <16374746-DF5E-3103-994B-74CF151BD06A> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11af39000 -        0x11b2b4ffb  VideoToolbox (1731.15.33) <33AED54A-87AE-330F-BAAD-FB8389C3E686> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11b309000 -        0x11b31ffff  com.apple.CoreMediaAuthoring (2.2 - 953) <D74307B6-EC7E-3E5F-B2CF-7CE7A183F0F0> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11b33b000 -        0x11b386ff7  com.apple.CoreMediaIO (703.0 - 4791) <7D342CFF-D074-3CAB-B76C-E1F878740AA6> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11b3b4000 -        0x11b3b7fff  libspindump.dylib (197.1) <78CD77B4-3653-35B7-B8E6-3F76BDD7F8B6> /usr/lib/libspindump.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11b3c3000 -        0x11b3c8fff  com.apple.MediaAccessibility (1.0 - 79) <CCF71DC1-BB6A-3227-BD1B-AFD172592A63> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11b3d9000 -        0x11b7b1fef  com.apple.CoreAUC (214.0.0 - 214.0.0) <B43C7811-38A4-3F9A-9417-FD8F4B55EA82> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11b7c1000 -        0x11b813fff  com.apple.AppleVAFramework (5.0.32 - 5.0.32) <082B5F3A-6FB2-3444-9B84-F8675BFCE517> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11b81f000 -        0x11b825fff  com.apple.XPCService (2.0 - 1) <9A305622-14E1-3D9A-BE47-6524419BA58D> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11b834000 -        0x11b83ffff  com.apple.AppSandbox (4.0 - 261.20.7) <0CA08EB7-D574-3E2F-A3AE-FEA80FF3F304> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11b852000 -        0x11b882ff7  libsandbox.1.dylib (460.20.9) <F0002EB6-27DF-38D5-AA6F-DE2A27C9C0A3> /usr/lib/libsandbox.1.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11b89c000 -        0x11b8a4fff  libMatch.1.dylib (27) <3AC0BFB8-7E69-3DBE-A175-7F3946FC4554> /usr/lib/libMatch.1.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11b8ae000 -        0x11b93dfff  com.apple.CorePDF (4.0 - 4) <6147B89F-46D8-38B2-A7D0-C5AABCE35BC6> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11b99e000 -        0x11b9fefff  com.apple.QuickLookFramework (5.0 - 696.3) <D20C8962-7BB8-3A2C-BB80-5B61259B50F2> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11ba4d000 -        0x11ba9ffff  com.apple.ImageCaptureCore (7.0 - 7.0) <68537DDB-383F-3D4D-8125-789053333B13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11baeb000 -        0x11baedff7  com.apple.SafariServices.framework (11601 - 11601.3.9) <86B9C242-287E-3A40-9F3A-AABAE3538C17> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11baf6000 -        0x11bc51ffb  com.apple.WebKitLegacy (11601 - 11601.3.9) <C961A4F8-4947-31DA-9E91-FFB006BF1734> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11bd59000 -        0x11ce18fff  com.apple.WebCore (11601 - 11601.3.8) <39580B20-B884-3D6C-8DE0-3FF7AD12A6CA> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11de58000 -        0x11de5afff  libCGXType.A.dylib (948) <C3D473CF-7261-3E0D-A161-E9B642B75D6A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11dec0000 -        0x11dee9ffb  libRIP.A.dylib (948) <96E8F983-A8BA-3B0F-9035-E09642A63F6E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11df04000 -        0x11df32ff7  com.apple.CoreServicesInternal (248.2 - 248.2) <7D0D2C65-C4C4-3FBD-89A7-12302EA444AA> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11dfa8000 -        0x11dfbdff3  libCGInterfaces.dylib (317.9) <473434E1-5269-3077-A047-D05E024AE631> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x11dfc8000 -        0x11dfe3ff7  com.apple.menuextra.airport (11.0 - 1110.33) <7A41577A-E0A7-3A97-9195-1CB38D5BFB35> /System/Library/CoreServices/Menu Extras/AirPort.menu/Contents/MacOS/AirPort
Dec 17 12:49:09 iMac ReportCrash[511]:        0x125047000 -        0x125091ff7  com.apple.framework.corewlankit (11.0 - 1101.20) <68086092-29A0-302C-8428-3577E004AA04> /System/Library/PrivateFrameworks/CoreWLANKit.framework/Versions/A/CoreWLANKit
Dec 17 12:49:09 iMac ReportCrash[511]:        0x1250cb000 -        0x1250faff7  com.apple.securityinterface (10.0 - 55065.20.1) <EDBD990A-0960-3DBB-BB42-43A36F49477F> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
Dec 17 12:49:09 iMac ReportCrash[511]:        0x12543e000 -        0x125446ff7  libcldcpuengine.dylib (2.6.4.1) <A065D1E1-ECCE-3AD0-9B90-7515318FA4CF> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x125c4d000 -        0x125c6bfff  libCLVMCPUPlugin.dylib (2.6.4.1) <C9F3893C-238C-32B8-B5C0-E370D1448D65> /System/Library/Frameworks/OpenCL.framework/Libraries/libCLVMCPUPlugin.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x125c76000 -        0x1262befff  libcl2module.dylib (2.4.1) <93EE4EF0-D6B7-305F-B2C4-E062AE48DC69> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcl2module.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x12674d000 -        0x1267bcfff  Vectorizer.dylib (12.0.2) <82083F0D-BCAF-3AA5-9CDC-DE2DBB85E94F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/Vectorizer.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x126957000 -        0x126a3dfef  unorm8_bgra.dylib (2.6.4.1) <F2A325FF-D55F-3091-88E2-5EBF3648274A> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x126ab4000 -        0x126b94ff7  unorm8_rgba.dylib (2.6.4.1) <6970FC46-0D13-3614-929D-9504AB54C740> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
Dec 17 12:49:09 iMac ReportCrash[511]:        0x126bd7000 -        0x126bdeffb  com.apple.TIMCore (1.2.1 - 1.2.1) <B2C3595E-B843-3268-8570-2D62F9B23398> /System/Library/CoreServices/Menu Extras/TextInput.menu/Contents/SharedSupport/TIMCore.bundle/Contents/MacOS/TIMCore
Dec 17 12:49:09 iMac ReportCrash[511]:        0x126be8000 -        0x126bf7ff7  com.apple.TextInputUI (1.1 - 1.1) <CA36DC5E-87EC-328E-AE47-4FCB9861141F> /System/Library/CoreServices/Menu Extras/TextInput.menu/Contents/SharedFrameworks/TextInputUI.framework/Versions/A/TextInputUI
Dec 17 12:49:09 iMac ReportCrash[511]:        0x126c13000 -        0x126c40ff3  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <CCAC2BDF-FA69-38EE-A777-93AD571C0941> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
Dec 17 12:49:09 iMac ReportCrash[511]:     0x7fff6c818000 -     0x7fff6c84efa7  dyld (360.18) <1A7F8274-FC32-3B86-9979-66B8F2B7B5E2> /usr/lib/dyld
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: External Modification Summary:
Dec 17 12:49:09 iMac ReportCrash[511]:   Calls made by other processes targeting this process:
Dec 17 12:49:09 iMac ReportCrash[511]:     task_for_pid: 1
Dec 17 12:49:09 iMac ReportCrash[511]:     thread_create: 0
Dec 17 12:49:09 iMac ReportCrash[511]:     thread_set_state: 0
Dec 17 12:49:09 iMac ReportCrash[511]:   Calls made by this process:
Dec 17 12:49:09 iMac ReportCrash[511]:     task_for_pid: 0
Dec 17 12:49:09 iMac ReportCrash[511]:     thread_create: 0
Dec 17 12:49:09 iMac ReportCrash[511]:     thread_set_state: 0
Dec 17 12:49:09 iMac ReportCrash[511]:   Calls made by all processes on this machine:
Dec 17 12:49:09 iMac ReportCrash[511]:     task_for_pid: 20
Dec 17 12:49:09 iMac ReportCrash[511]:     thread_create: 0
Dec 17 12:49:09 iMac ReportCrash[511]:     thread_set_state: 0
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]: VM Region Summary:
Dec 17 12:49:09 iMac ReportCrash[511]: ReadOnly portion of Libraries: Total=266.3M resident=0K(0%) swapped_out_or_unallocated=266.3M(100%)
Dec 17 12:49:09 iMac ReportCrash[511]: Writable regions: Total=1.1G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.1G(100%)
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]:                                   VIRTUAL   REGION 
Dec 17 12:49:09 iMac ReportCrash[511]: REGION TYPE                          SIZE    COUNT (non-coalesced) 
Dec 17 12:49:09 iMac ReportCrash[511]: ===========                       =======  ======= 
Dec 17 12:49:09 iMac ReportCrash[511]: Activity Tracing                    2048K        2 
Dec 17 12:49:09 iMac ReportCrash[511]: CG backing stores                   2060K        6 
Dec 17 12:49:09 iMac ReportCrash[511]: CG image                             660K       53 
Dec 17 12:49:09 iMac ReportCrash[511]: CG shared images                     304K        9 
Dec 17 12:49:09 iMac ReportCrash[511]: CoreAnimation                         28K        7 
Dec 17 12:49:09 iMac ReportCrash[511]: CoreServices                         816K        2 
Dec 17 12:49:09 iMac ReportCrash[511]: CoreUI image data                    472K        7 
Dec 17 12:49:09 iMac ReportCrash[511]: CoreUI image file                    224K        5 
Dec 17 12:49:09 iMac ReportCrash[511]: Dispatch continuations              16.0M        2 
Dec 17 12:49:09 iMac ReportCrash[511]: Image IO                             296K       12 
Dec 17 12:49:09 iMac ReportCrash[511]: JS JIT generated code              256.0M        5 
Dec 17 12:49:09 iMac ReportCrash[511]: JS JIT generated code (reserved)   768.0M        2         reserved VM address space (unallocated)
Dec 17 12:49:09 iMac ReportCrash[511]: Kernel Alloc Once                      8K        3 
Dec 17 12:49:09 iMac ReportCrash[511]: MALLOC                              41.7M       43 
Dec 17 12:49:09 iMac ReportCrash[511]: MALLOC guard page                     32K        7 
Dec 17 12:49:09 iMac ReportCrash[511]: Memory Tag 242                        12K        2 
Dec 17 12:49:09 iMac ReportCrash[511]: Memory Tag 249                       240K        5 
Dec 17 12:49:09 iMac ReportCrash[511]: OpenCL                                 8K        2 
Dec 17 12:49:09 iMac ReportCrash[511]: Process Corpse Info                 2048K        2 
Dec 17 12:49:09 iMac ReportCrash[511]: STACK GUARD                         56.0M       13 
Dec 17 12:49:09 iMac ReportCrash[511]: Stack                               13.1M       13 
Dec 17 12:49:09 iMac ReportCrash[511]: VM_ALLOCATE                         8324K       13 
Dec 17 12:49:09 iMac ReportCrash[511]: WebKit Malloc                       8556K       32 
Dec 17 12:49:09 iMac ReportCrash[511]: __DATA                              24.1M      343 
Dec 17 12:49:09 iMac ReportCrash[511]: __IMAGE                              528K        2 
Dec 17 12:49:09 iMac ReportCrash[511]: __LINKEDIT                          62.2M      279 
Dec 17 12:49:09 iMac ReportCrash[511]: __TEXT                             204.1M      279 
Dec 17 12:49:09 iMac ReportCrash[511]: __UNICODE                            552K        2 
Dec 17 12:49:09 iMac ReportCrash[511]: mapped file                         43.5M       14 
Dec 17 12:49:09 iMac ReportCrash[511]: shared memory                       80.3M       10 
Dec 17 12:49:09 iMac ReportCrash[511]: ===========                       =======  ======= 
Dec 17 12:49:09 iMac ReportCrash[511]: TOTAL                                1.6G     1146 
Dec 17 12:49:09 iMac ReportCrash[511]: TOTAL, minus reserved VM space     823.7M     1146 
Dec 17 12:49:09 iMac ReportCrash[511]:  
Dec 17 12:49:09 iMac ReportCrash[511]:
 
rudz, next time, please save the log as a text file and attach it to your post. You have exceeded the allowable line length for a post. TIA.
 
rudz, next time, please save the log as a text file and attach it to your post. You have exceeded the allowable line length for a post. TIA.

Sorry, tried that, and it said the file was too big.
Could have thought that pasting it like that is even worse then...
Sorry!
Rudolf
 
Status
Not open for further replies.
Back
Top