Issuing "service uwsgi reload" creates zombie uwsgi processes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
uwsgi (Debian) |
New
|
Undecided
|
Unassigned | ||
uwsgi (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
I'm using uwsgi, uwsgi-core, and uwsgi-plugin-python (all are version 1.0.3+dfsg-
Steps to reproduce:
apt-get install uwsgi uwsgi-plugin-python
# Set up at least one uwsgi python app
service uwsgi start
service uwsgi reload
service uwsgi stop
Expected result: No uwsgi processes running.
Actual result: several uwsgi-core processes remain running and can only be stopped with SIGKILL.
Other reports: Another user asked about this same problem at http://
description: | updated |
I have the same problem - uwsgi decided to be zombified, and when I mistakenly decided to reboot the VPS, it got stuck because uwsgi was still zombified.