I've implemented a VPN app (using Packet Tunnel Provider) for macOS, and one of my users reported a problem -
sometimes his app crashes. It's not always reproduces for him, and it might happen mainly after the Mac awakes from sleep.
I didn't find any problems so I've asked the Console logs, and there I saw some related prints - this is probably the related log:
How can I solve this?
sometimes his app crashes. It's not always reproduces for him, and it might happen mainly after the Mac awakes from sleep.
I didn't find any problems so I've asked the Console logs, and there I saw some related prints - this is probably the related log:
"Extension remained dirty for too long after trying to exit. Killing."
"com.apple.xpc.launchd[1] (com.apple.mdworker.single.07000000-0300-0000-0000-000000000000[56993]): Service exited due to SIGKILL"
"BUG in libdispatch client: vnode, monitored resource vanished before the source cancel handler was invoked { 0x7fe30d92c160[source], ident: 5 / 0x5, handler: 0x10413dbfd }"
"com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.user.501): Service "com.apple.xpc.launchd.unmanaged.loginwindow.204" tried to register for endpoint "com.apple.tsm.uiserver" already registered by owner: com.apple.TextInputMenuAgent"
How can I solve this?