[ZODB-Dev] ZODB3-3.1.1 Segmentation fault
Jeremy Hylton
jeremy@zope.com
03 Apr 2003 11:12:10 -0500
On Wed, 2003-04-02 at 18:51, Nick Pavlica wrote:
> All,
> When trying to install ZODB3-3.1.1 on my RH8 workstation(Python 2.2.1), I
> received a segmentation fault. Is there something specific I need to do?
>
> Step followed:
>
> 1) [root@localhost ZODB3-3.1.1]# python setup.py build
> "Build Info .... "
>
> 2) [root@localhost ZODB3-3.1.1]# python test.py
> Segmentation fault
>
> Note: I do have the python development rpm installed.
You need to upgrade to Python 2.2.2. There is a bug in 2.2.1 that ZODB
provokes.
Jeremy