[launchd-dev] "Bug: launchd_core_logic.c:8873 (24108):35"
John Maisey
john at nhoj.co.uk
Mon Aug 9 15:33:40 PDT 2010
Hi,
My application uses a launchd job. One of my users has the following appearing in his Console output.
localhost com.apple.launchd.peruser.501[240] (ZZZ.ZZZ):
Bug: launchd_core_logic.c:8873 (24108):35
Can someone let me know what it relates to?
If it's useful, the launchd plist file looks something like this (some items changed):
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Disabled</key>
<true/>
<key>Label</key>
<string>ZZZ.ZZZZ</string>
<key>LowPriorityIO</key>
<true/>
<key>Nice</key>
<integer>10</integer>
<key>OnDemand</key>
<true/>
<key>Program</key>
<string>/Path/to/exec.sh</string>
<key>WatchPaths</key>
<array>
<string>/Path/to/watched/folder/</string>
</array>
<key>StartCalendarInterval</key>
<dict>
<key>Weekday</key>
<integer>1</integer>
<key>Hour</key>
<integer>1</integer>
<key>Minute</key>
<integer>45</integer>
</dict>
<key>ExitTimeOut</key>
<integer>0</integer>
<key>ThrottleInterval</key>
<integer>30</integer>
</dict>
</plist>
Thanks
John Maisey
----
www.nhoj.co.uk
Best wishes
John Maisey
----
www.nhoj.co.uk
www.twitter.com/johnmaisey
www.facebook.com/pages/nhojcouk/123720832915
More information about the launchd-dev
mailing list