Why "service exit with abnormal code: 3" is occurred

I have wondering what the message means that is "service exit with abnormal code: 3".


The error is written in my mac's system log file. It's plist id is one of the third party program's processes launched by launchd.


I wanna to know about abnormal code "3". It is hard for me to find the code.


Please, let me know about it.

Replies

Standard exit codes are defined in the

sysexits
man page. There is no standard interpretation for 3, which means it’s something custom and thus only the program’s author can tell you what it means.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"