JVM returns error 143

前端 未结 3 2104
耶瑟儿~
耶瑟儿~ 2020-12-20 16:45

A Java application running as an scheduled task on Windows 2003 crashed with no logs or anything that would help to find out what happened. The only information available, i

3条回答
  •  攒了一身酷
    2020-12-20 16:59

    143 often means that the application was terminated due to a SIGTERM command. See also https://unix.stackexchange.com/questions/10231/when-does-the-system-send-a-sigterm-to-a-process

    However, please note that an application might use 143 for its own custom result.

提交回复
热议问题