Hi, there!
In my the following environment, My task (shell script) is not executed by launchd at the specified time. The task was executed by launchd correctly at least about one month ago.
Model: iMac 27-inch 2017
Processor: Intel Core i5
Memory: 8 GB
Graphics: Radeon Pro 570
OS: macOS Big Sur Version 11.1
As checked system log (/var/log/system.log), I saw the following lines. This means that launchd daemon was killed at almost every second by the SIGKILL message from mds. MDS seems to be related to indexing for Spotlight as searched this forum by using the following result.
Jan 31 21:02:12 iMac syslogd[55]: ASL Sender Statistics
Jan 31 21:03:30 iMac com.apple.xpc.launchd[1] (com.apple.mdworker.shared.09000000-0500-0000-0000-000000000000[5075]): Service exited due to SIGKILL | sent by mds[86]
Jan 31 21:05:03 iMac com.apple.xpc.launchd[1] (com.apple.mdworker.shared.09000000-0600-0000-0000-000000000000[5116]): Service exited due to SIGKILL | sent by mds[86]
Jan 31 21:05:44 iMac com.apple.xpc.launchd[1] (com.apple.mdworker.shared.09000000-0700-0000-0000-000000000000[5133]): Service exited due to SIGKILL | sent by mds[86]
Jan 31 21:06:43 iMac com.apple.xpc.launchd[1] (com.apple.mdworker.shared.09000000-0000-0000-0000-000000000000[5158]): Service exited due to SIGKILL | sent by mds[86]
However, I cannot find any useful workaround or solution for this issue. Can you help me?
Post
Replies
Boosts
Views
Activity
Hi all,I'm new to iOS app developing. In my sub-view, There is a vertical gap between view's top boundary and safe area's top boundary like this. I just added new view to a view controller in story board. So I have no idea to clear this gap. I'm sory for small amount of information about my work. What information is needed for understanding my codition? Or How should I do to remove the galp?