
codesite-noreply at google
Oct 9, 2009, 11:03 AM
Post #1 of 3
(104 views)
Permalink
|
|
Issue 598 in cherokee: Killing an SCGI process panics Cherokee
|
|
Status: New Owner: ---- New issue 598 by brian.gregor: Killing an SCGI process panics Cherokee http://code.google.com/p/cherokee/issues/detail?id=598 What steps will reproduce the problem? 1. I am using Django. Cherokee launches Django as an SCGI information source: /usr/bin/python /dir/manage.py runfcgi method=threaded host=127.0.0.1 port=3333 protocol=scgi errlog=/tmp/django_err.log outlog=/tmp/django_out.log pidfile=/tmp/django.pid 2. Use a URL that calls into Django system. Kill the django process: 'kill pid' 3. Do #2 several times, eventually it will work What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Cherokee 0.99.24 Please provide any additional information below. PID 25188: launched '/bin/sh -c exec /usr/bin/python /dir/manage.py runfcgi method=threaded host=127.0.0.1 port=3333 protocol=scgi errlog=/tmp/django_err.log outlog=/tmp/django_out.log pidfile=/tmp/django.pid' with uid=5948, gid=100, env=inherited Server is exiting.. PID 25184: exited re=0 PID 25171: exited re=0 PID 25172: exited re=0 PID 25173: exited re=0 PID 25174: exited re=0 PID 25175: exited re=0 PID 25176: exited re=0 PID 25177: exited re=0 PID 25178: exited re=0 PID 25179: exited re=0 PID 25180: exited re=0 PID 25181: exited re=0 PID 25182: exited re=0 PID 25183: exited re=0 PID 25185: exited re=0 PID 25186: exited re=0 PID 25187: exited re=0 PID 25189: exited re=0 PID 25188: exited re=0 Cherokee feels panic! -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev[at]lists.octality.com http://lists.octality.com/listinfo/cherokee-dev
|