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 were some sort of non deterministic
and did not depend on load etc.

Unfortunately I don't know any details anymore.. I might test
this again sometime and give you a note.
(maybe there also some old mails from me in the archive explaining
some more details but as I am on a text terminal right now I haven't
looked..)

greetings!

Christian

On Tue, Nov 06, 2001 at 12:00:40PM -0800, Mark Mitchell wrote:
 
 
 --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 version?
 
 From the control panel:
 
 Zope version: (Zope 2.4.2 (binary release, python 2.1, linux2-x86), python 
 2.1.0, linux2)
 Python version: 2.1 (#2, Jun 22 2001, 10:20:42) [GCC 2.7.2.3]
 System Platform: linux2
 
 The system is SuSE Linux 6.4 with their most recent kernel patch, i.e,
 the 2.2.19 kernel.
 
 -- 
 Mark Mitchell[EMAIL PROTECTED]
 CodeSourcery, LLChttp://www.codesourcery.com
 
 ___
 Zope-Dev maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists - 
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope )

-- 
COM.lounge  http://comlounge.net/
communication  design [EMAIL PROTECTED]

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Zope crash in select_trigger

2001-11-06 Thread Chris McDonough

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 version?


- Original Message -
From: Mark Mitchell [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [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/ZServer/PubCore/ZServerPublisher.py, line
97,
 in __init__
 response._finish()
   File /usr/local/Zope/ZServer/HTTPResponse.py, line 277, in
_finish
 stdout.close()
   File /usr/local/Zope/ZServer/HTTPResponse.py, line 334, in close
 Wakeup()
   File /usr/local/Zope/ZServer/medusa/thread/select_trigger.py,
line
 74, in pull_trigger
 os.write (self.trigger, 'x')
 OSError: [Errno 32] Broken pipe

 I see some other similar reports in the archives, but no fixes.
Does
 anybody have ideas about what
 is causing this problem?

 --
 Mark Mitchell   [EMAIL PROTECTED]
 CodeSourcery, LLC   http://www.codesourcery.com




 ___
 Zope-Dev maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope )



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/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 version?

From the control panel:

Zope version: (Zope 2.4.2 (binary release, python 2.1, linux2-x86), python 
2.1.0, linux2)
Python version: 2.1 (#2, Jun 22 2001, 10:20:42) [GCC 2.7.2.3]
System Platform: linux2

The system is SuSE Linux 6.4 with their most recent kernel patch, i.e,
the 2.2.19 kernel.

-- 
Mark Mitchell[EMAIL PROTECTED]
CodeSourcery, LLChttp://www.codesourcery.com

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/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,
 
  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 version?
 
 From the control panel:
 
 Zope version: (Zope 2.4.2 (binary release, python 2.1, linux2-x86), python 
 2.1.0, linux2)
 Python version: 2.1 (#2, Jun 22 2001, 10:20:42) [GCC 2.7.2.3]
 System Platform: linux2
 
 The system is SuSE Linux 6.4 with their most recent kernel patch, i.e,
 the 2.2.19 kernel.
 
 -- 
 Mark Mitchell[EMAIL PROTECTED]
 CodeSourcery, LLChttp://www.codesourcery.com
 
 ___
 Zope-Dev maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists - 
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope )
-- 

Tom Jenkins
Development InfoStructure
http://www.devis.com



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



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 from
Zope?  I downloaded the Zope binary release, which seemed to come
with its own binary Python.  Or are you suggesting that the binary
Python packaged with Zope is broken?

Thanks very much,

-- 
Mark Mitchell[EMAIL PROTECTED]
CodeSourcery, LLChttp://www.codesourcery.com

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )