Re: What does status code 255 mean?
Daniel Mikusa
It is the exit status of your application. In other words, your app exited
toggle quoted message
Show quoted text
and returned this number. http://tldp.org/LDP/abs/html/exit-status.html It may be an application specific number or it could be one of the exit codes with a special meaning. http://tldp.org/LDP/abs/html/exitcodes.html In this case, it's 255 which is kind of a generic number. Do you see anything in the logs prior to the application exiting? If not, try turning up the logging in your application to see if you can figure out what it is doing prior to exiting. Dan On Mon, May 2, 2016 at 4:33 AM, Sam Dai <sam.dai(a)servicemax.com> wrote:
Hello, |
|