V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
tihiro
V2EX  ›  Python

django 用 pyinstaller 打包之后运行产生僵尸进程

  •  
  •   tihiro · 2020-09-23 17:00:46 +08:00 · 1568 次点击
    这是一个创建于 1282 天前的主题,其中的信息可能已经有所发展或是发生改变。

    一个 django web 的项目,用 pyinstaller 打包之后,运行起来就会产生僵尸进程,请各位大佬指点一下原因。

    root 3729 22704 0 16:48 pts/11 00:00:00 ./manage runserver 0.0.0.0:8000 root 3730 3729 4 16:48 pts/11 00:00:00 ./manage runserver 0.0.0.0:8000 root 3731 3730 0 16:48 pts/11 00:00:00 /opt/safetyplatform/sensitivex86-1.0/sens_app/manage runserver 0.0.0.0:8000 root 3732 3731 30 16:48 pts/11 00:00:03 /opt/safetyplatform/sensitivex86-1.0/sens_app/manage runserver 0.0.0.0:8000 root 3736 3732 0 16:48 pts/11 00:00:00 [manage] <defunct> root 3800 3623 0 16:48 pts/6 00:00:00 grep --color=auto manage

    1 条回复    2020-09-23 17:58:46 +08:00
    BigBrother1024
        1
    BigBrother1024  
       2020-09-23 17:58:46 +08:00 via Android
    僵死进程说明父进程终止了,看看为什么终止
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   4907 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 09:51 · PVG 17:51 · LAX 02:51 · JFK 05:51
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.