Re: [Zope-dev] Zope crash in select_trigger

2001-11-06 Thread Christian Scholz
Hi! I once had similar problems and as far as I remember also with SuSE 6.4. I think it stopped when using SuSE 7.1 (and 7.0 had the problems, too I think). I was using python 1.5.2 and various Zope versions.. so maybe the pymalloc hint would have worked for me then, too. Actually the crashes

[Zope-dev] Zope crash in select_trigger

2001-11-06 Thread Mark Mitchell
Over the past few days, our Zope server has started crashing repeatedly, but unpredictably, with: Traceback (most recent call last): File /usr/local/Zope/ZServer/PubCore/ZServerPublisher.py, line 97, in __init__ response._finish() File /usr/local/Zope/ZServer/HTTPResponse.py, line 277,

Re: [Zope-dev] Zope crash in select_trigger

2001-11-06 Thread Chris McDonough
]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, November 06, 2001 2:33 PM Subject: [Zope-dev] Zope crash in select_trigger Over the past few days, our Zope server has started crashing repeatedly, but unpredictably, with: Traceback (most recent call last): File /usr/local/Zope

Re: [Zope-dev] Zope crash in select_trigger

2001-11-06 Thread Mark Mitchell
--On Tuesday, November 06, 2001 02:58:11 PM -0500 Chris McDonough [EMAIL PROTECTED] wrote: Hi mark, Which OS, and which Zope version? I dont have an answer at all right now, but I'd like to start collecting info. If anybody else has this problem, can they also provide platform and Zope

Re: [Zope-dev] Zope crash in select_trigger

2001-11-06 Thread Tom Jenkins
Mark, Try recompiling python2.1 with the --without-pymalloc flag. we had terrible problems in zope when using default python binaries. On Tue, 2001-11-06 at 15:00, Mark Mitchell wrote: --On Tuesday, November 06, 2001 02:58:11 PM -0500 Chris McDonough [EMAIL PROTECTED] wrote: Hi mark,

Re: [Zope-dev] Zope crash in select_trigger

2001-11-06 Thread Mark Mitchell
--On Tuesday, November 06, 2001 04:14:28 PM -0500 Tom Jenkins [EMAIL PROTECTED] wrote: Mark, Try recompiling python2.1 with the --without-pymalloc flag. we had terrible problems in zope when using default python binaries. Interesting hint. But here, aren't I using precompiled binaries