That is interesting. I am using Python 2.3.4 (#1, Jul 10 2004, 04:04:12). I will check out 2.4 and see if I can get 2.7.3/CMF1.4/Plone 2.0.4 up and running on it. Jake -- http://www.ZopeZone.com Dieter Maurer said:
Jake wrote at 2004-12-17 08:14 -0500:
First of all I am currently running 2.7b3, Plone 2.0R3 and CMF 1.4.2.
This happens to me now and again. Basically, Zope just hangs and nothing from /bin/runzope to /zopectl will work to get it back up. I need to kill the threads (that are left, sometime it looks like one thread dies) and restart Zope. I would say over the last year, this has happened maybe 3 times.
This is a Python bug together with LinuxThreads triggered by a fatal signal.
Your options:
* The Python bug tracker contains a patch for Python 2.3.x (I do not know the number).
* The bug is fixed in Python 2.4
* You can switch to Linux 2.6 and "PosixThreads"
* You can try to find out why you get the fatal signal (and avoid it) You will want to do this anyway...
-- Dieter