Adding some additional information. It seems like Family, imagent and searchpartyuseragent each do eight (8) tries to interface via XPC (CoreData: XPC: sendMessage: failed #5 up to #7 starting from #0) and then giving up and initiating a round of Diagnostic reporter after that.
Example of a failure:
default 23:23:45.419364+0100 Family [0x130e0eb70] activating connection: mach=true listener=false peer=false name=com.apple.contactsd.persistence
error 23:23:45.419593+0100 kernel Sandbox: Family(1316) deny(1) mach-lookup com.apple.contactsd.persistence
default 23:23:45.419765+0100 Family [0x130e0eb70] failed to do a bootstrap look-up: xpc_error=[159: Unknown error: 159]
default 23:23:45.419812+0100 Family [0x130e0eb70] invalidated after a failed init
error 23:23:45.419970+0100 Family Persistent store service connection invalidated: failed at lookup with error 159 - Sandbox restriction
error 23:23:45.420160+0100 Family Error communicating with persistent store service proxy: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.contactsd.persistence was invalidated: failed at lookup with error 159 - Sandbox restriction." UserInfo={NSDebugDescription=The connection to service named com.apple.contactsd.persistence was invalidated: failed at lookup with error 159 - Sandbox restriction.}
error 23:23:45.420211+0100 Family Error connecting to remote endpoint: (null)
error 23:23:45.420267+0100 Family fault: Unable to create token NSXPCConnection. NSXPCStoreServerEndpointFactory 0x130e0b5f0 -newEndpoint returned nil
fault 23:23:45.420356+0100 Family CoreData: Unable to create token NSXPCConnection. NSXPCStoreServerEndpointFactory 0x130e0b5f0 -newEndpoint returned nil
error 23:23:45.420476+0100 Family error: Failed to create NSXPCConnection
default 23:23:45.420572+0100 Family [0x132123fb0] activating connection: mach=true listener=false peer=false name=com.apple.contactsd.persistence
default 23:23:45.420708+0100 Family [0x132123fb0] failed to do a bootstrap look-up: xpc_error=[159: Unknown error: 159]
default 23:23:45.420743+0100 Family [0x132123fb0] invalidated after a failed init
error 23:23:45.420789+0100 Family Persistent store service connection invalidated: failed at lookup with error 159 - Sandbox restriction
error 23:23:45.420895+0100 Family Error communicating with persistent store service proxy: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.contactsd.persistence was invalidated: failed at lookup with error 159 - Sandbox restriction." UserInfo={NSDebugDescription=The connection to service named com.apple.contactsd.persistence was invalidated: failed at lookup with error 159 - Sandbox restriction.}
error 23:23:45.420938+0100 Family Error connecting to remote endpoint: (null)
error 23:23:45.420979+0100 Family fault: Unable to create token NSXPCConnection. NSXPCStoreServerEndpointFactory 0x130e0b5f0 -newEndpoint returned nil
fault 23:23:45.421076+0100 Family CoreData: Unable to create token NSXPCConnection. NSXPCStoreServerEndpointFactory 0x130e0b5f0 -newEndpoint returned nil
error 23:23:45.421154+0100 Family error: Failed to create NSXPCConnection
default 23:23:45.421214+0100 Family CoreData: XPC: sendMessage: failed #5
Example of given up after eight (8) tries:
error 23:23:54.433727+0100 Family error: Failed to create NSXPCConnection
error 23:23:54.434130+0100 Family error: addPersistentStoreWithType:configuration:URL:options:error: returned error NSCocoaErrorDomain (134060)
error 23:23:54.434160+0100 Family error: userInfo:
error 23:23:54.434185+0100 Family error: Problem : Unable to send to server; failed after 8 attempts.
error 23:23:54.434300+0100 Family error: storeType: NSXPCStore
error 23:23:54.434323+0100 Family error: configuration: (null)
error 23:23:54.434345+0100 Family error: URL: file:///Users/<USER>/Library/Application%20Support/AddressBook/Sources/<UUID>/AddressBook-v22.abcddb
default 23:23:54.434366+0100 Family annotation: options:
default 23:23:54.434400+0100 Family annotation: NSReadOnlyPersistentStoreOption : 0
default 23:23:54.434422+0100 Family annotation: NSXPCStoreServerEndpointFactory : <CNCDRemotePersistentStoreEndpointFactory: 0x130e0b5f0>
default 23:23:54.434443+0100 Family annotation: skipModelCheck : 1
default 23:23:54.434463+0100 Family annotation: NSPersistentHistoryTrackingKey : 1
error 23:23:54.434545+0100 Family Unable to open XPC store: Error Domain=NSCocoaErrorDomain Code=134060 "A Core Data error occurred." UserInfo={Problem=Unable to send to server; failed after 8 attempts.} {
Problem = "Unable to send to server; failed after 8 attempts.";
}
default 23:23:54.434570+0100 Family Did add prepared store without migration (path: file:///Users/<USER>/Library/Application%20Support/AddressBook/Sources/<UUID>/AddressBook-v22.abcddb)
default 23:23:54.434601+0100 Family Will add unprepared store without migration (path: file:///Users/<USER>/Library/Application%20Support/AddressBook/Sources/<UUID>/AddressBook-v22.abcddb)
default 23:23:54.434715+0100 Family Will add XPC store with options: <private> <private>
After this the Diagnostics Reporter runs, which hogs a lot of resources. My current issue is that these continuous Diagnostics Reporter runs severely bogs down my machines. Currently hogging 2 CPUs each on a M1 Macbook pro (13-inch) and M2 Macbook pro (14-inch).
Topic:
Privacy & Security
SubTopic:
General
Tags: