[Zope-dev] logging crash

Dieter Maurer dieter@handshake.de
Wed, 30 Jan 2002 21:43:10 +0100


Terry Kerr writes:
 > ...
 > 2002-01-30T02:02:02 ERROR(200) ZServer uncaptured python exception, closing 
 > channel <zhttp_channel connected 24.237.103.242:4496 at 8a2b88c channel#: 5927 
 > requests:> (exceptions.AttributeError:'None' object has no attribute 'split' 
I use ZopeCVS (similar to Zope 2.5.0) still under Python 2.1.1.
I often see that objects suddenly become "None" objects.
Maybe, that's also your problem.

All know that there are serious memory corruption problems with
Python 2.1.1 and Zope 2.4.x (x <= 3).

I will upgrade in some minutes to Python 2.1.2 and see whether
my problems disappear. If not, then there is probably
another memory corruption problem in Zope. We tacitly expect
it in the new "cAccessControl". It can be disabled in favor
of the Python implented access control module...


Dieter