[ZCM] [ZC] 1335/ 2 Wontfix "The SIGUSR2 (logrotate) handler kill FCGIServer and PCGIServer"
"Collector: Zope Bugs, Features, and Patches ..." <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel.collector-monitor |
|---|---|
| Message-ID | <[email protected]> |
Issue #1335 Update (Wontfix) "The SIGUSR2 (logrotate) handler kill FCGIServer and PCGIServer" Status Wontfix, ZServer/bug medium To followup, visit: http://www.zope.org/Collectors/Zope/1335 ============================================================== = Wontfix - Entry #2 by tseaver on Dec 19, 2006 2:23 pm Status: Pending => Wontfix FCGI / PCGI are effectively unmaintained: nobody working on the Zope core runs them, and therefore they don't get exercised. Also, from the report it looks as though the servers themselves might not actually be gone, but only their open connections to Apache. Since Apache should be re-opening them when needed, the bug may not even be really affecting the user. ________________________________________ = Request - Entry #1 by Anonymous User on May 17, 2004 5:01 am Whenever the command : kill -SIGUSR2 [pid of Zope server] is issued, FastCgi and PCGI handlers die. I started Zope in Debug mode and here is an excerpt, immediatly after the kill command : ------ 2004-05-17T10:59:02 INFO(0) Z2 Caught signal SIGUSR2 ------ 2004-05-17T10:59:02 INFO(0) Z2 Reopening log files ------ 2004-05-17T10:59:02 INFO(0) Z2 Log files reopened successfully ------ 2004-05-17T10:59:02 ERROR(200) ZServer uncaptured python exception, closing channel <ZServer.PCGIServer.PCGIServer listening '/var/run/zope/default/pcgi.sock' at 0x992afac> (exceptions.TypeError:unpack non-sequence [/usr/lib/zope/ZServer/medusa/asyncore.py|poll|94] [/usr/lib/zope/ZServer/medusa/asyncore.py|handle_read_event|389] [/usr/lib/zope/ZServer/PCGIServer.py|handle_accept|319]) ------ 2004-05-17T10:59:02 ERROR(200) ZServer uncaptured python exception, closing channel <ZServer.FCGIServer.FCGIServer listening :8889 at 0x992b20c> (exceptions.TypeError:unpack non-sequence [/usr/lib/zope/ZServer/medusa/asyncore.py|poll|94] [/usr/lib/zope/ZServer/medusa/asyncore.py|handle_read_event|389] [/usr/lib/zope/ZServer/FCGIServer.py|handle_accept|637]) ==============================================================