[Zope-dev] Zope 2.4.4b1 dumps core
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Sat, 16 Feb 2002 00:11:07 +0100
    
    
  
Jeremy Hylton writes:
 > ... memory corruption ...
 > Does the community have any Zen about how to narrow down bugs like
 > this?
I once used "purify" to analyse this type of problem.
I was not easy: "purify" slowed Zope down by one to two
magnitudes. It has been only feasible because the mean time
between two crashes have been only a few minutes (which turned
into some half hours when run under purify).
Dieter