[Zope-Coders] Zope2.6 with python2.2.1 spinning

Jeremy Hylton jeremy@zope.com
Thu, 24 Oct 2002 11:20:51 -0400


>>>>> "MH" == Magnus Heino <magnus.heino@pleon.sigma.se>
writes:

  MH> Hi.

  MH> I checked out a fresh copy of Zope-2_6-branch,
compiled and
  MH> started it with python2.2.1 by misstake, and noticed
this;

  MH> 2002-10-24T13:11:30 ERROR(200) zdaemon Process 2004
terminated
  MH> by signal SIGSEGV (11)

  MH> It looped printing that over and over again...

  MH> Although 2.2 isnt supported, I thoght there were no
know issues?

  MH> This is with RH8.0

There is a bug in Python 2.2.1, fixed in Python 2.2.2, that
could
cause ExtensionClass to dump core.  On some boxes, the
crashes
happened every time.  On other boxes, by luck, Python never
crashed.
Fixed in 2.2.2, regardless.

Jeremy