Hi! Zope suddenly dies with dumping core.. It seems that problem in Garbage Collecting.. Is there any way to understand that is it my fault or python bug? Python 2.1.2 and Zope-2.5.0 with hard use of External Methods and CoreSession Best regards, Andrew P.S. Core file in attachment
Hi, Can you try setting the environment variable "ZOPE_SECURITY_POLICY=PYTHON" ? If you notice that the crashes reduce with that enviroment variable set, this might be a bug related to access control. If so, there is an experimental patch available. (You'll need to rerun "python wo_pcgi.py" to recompile Zope after applying this patch.) Patch: http://lists.zope.org/pipermail/zope-dev/2002-February/015109.html Another thing to try is to reduce the number of Zope threads to one (via the -t 1 startup option). - C ----- Original Message ----- From: "Андрей Пучин" <nash@garant.ru> To: <zope@zope.org> Sent: Wednesday, February 06, 2002 2:42 AM Subject: [Zope] Core dumped
Hi!
Zope suddenly dies with dumping core.. It seems that problem in Garbage Collecting.. Is there any way to understand that is it my fault or python bug?
Python 2.1.2 and Zope-2.5.0 with hard use of External Methods and CoreSession
Best regards, Andrew
P.S. Core file in attachment
participants (2)
-
Chris McDonough -
Андрей Пучин