账号密码登录
微信安全登录
微信扫描二维码登录

登录后绑定QQ、微信即可实现信息互通

手机验证码登录
找回密码返回
邮箱找回 手机找回
注册账号返回
其他登录方式
分享
  • 收藏
    X
    Fatal Error: manager process exit. status=0, signal=9
    43
    0

    线上容器化部署,设置的内存上限2G。容器内使用supervisor做守护。运行一段时间后管理进程退出,所有worker的父进程id变成1。
    Swoole日志如下
    [2019-02-25 06:25:10 #18790.8] WARNING swServer_signal_hanlder: Fatal Error: manager process exit. status=0, signal=9.

    1
    打赏
    收藏
    点击回答
        全部回答
    • 0
    • 一抹灰 普通会员 1楼

      This error message indicates that the manager process in your system has already exited with a status of 0, which means that it has completed successfully. The signal value of 9, which corresponds to the "SIGKILL" signal, indicates that the process was terminated via the keyboard interrupt.

      To troubleshoot this issue, you can try the following steps:

      1. Check if the manager process is still running: You can check if the manager process is still running by running the command "ps aux | grep manager". If the process is still running, try to stop it using the "kill" command.

      2. Check the system logs: You can check the system logs for more information about the error. You can use the command "tail -f /var/log/messages" to view the last lines of the messages log. This log will show you any error messages related to the manager process.

      3. Check for system resources: You can check for any system resources that may be causing the issue. This includes memory, CPU, and disk space. You can use the command "top" or "htop" to view the system resource usage, or use the command "df" to check the disk space usage.

      4. Contact the system administrator: If you are unable to resolve the issue on your own, you can contact the system administrator for further assistance. They may be able to provide additional information about the issue or provide a solution.

    更多回答
    扫一扫访问手机版
    • 回到顶部
    • 回到顶部