Description
FastCgi Process Crashes or ocupies almost all of the CPU.
Steps to reproduce
After creating WikiInstance (like in a documentation):
- /usr/bin/spawn-fcgi -u www -p 1081 -f ./moin.fcg -P moin.pid
- spawn-fcgi.c.190: child spawned successfully: PID: 14620
After one day, process crashes silently (if max_threads = 1 ) or ocupies almost all of the CPU (max_threads > 1). Even if not handling any requests (lighttpd is not configured to send any requests to that porcess/port:1081).
Example
Component selection
general (FastCgi process)
Details
MoinMoin Version |
1.5.6 |
OS and Version |
Slackware 11 Linux SMP kernel |
Python Version |
2.4.3 (ucs2) |
Server Setup |
n/a |
Server Details |
lighttpd 1.4.13 |
Language you are using the wiki in (set in the browser/UserPreferences) |
|
Workaround
Discussion
apache2 fcgi does work well so may be it is to lighttpd related -- ReimarBauer 2006-12-19 21:55:59
it may be related to spawn-fcgi from lighttpd, as it is responsible for the FastCgi enviroment -- JakubGustak 2006-12-20 14:00:09
using unix socket in spawn-fcgi has the same effect -- JakubGustak 2007-01-07 15:00:09
it may be related to thread on SMP box (any ideas), i'll try to test it on single cpu machine with similar configuration -- JakubGustak
in moin 1.5.7 the problem seems to be resolved -- JakubGustak
Plan
- Priority:
- Assigned to:
- Status: see above