[zope2-tracker] [Bug 587760] Re: Zope 2.12.6 fails to run on Fedora 13
Robin Lee
cheeseli at hotmail.com
Wed Jun 2 03:39:31 EDT 2010
When manually importing the extensions, the same error message will
show.
[cheese at cheese-laptop my_zope]$ bin/python
Python 2.6.4 (r264:75706, Apr 1 2010, 02:56:02)
[GCC 4.4.3 20100226 (Red Hat 4.4.3-8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import AccessControl
python: Objects/typeobject.c:1741: extra_ivars: Assertion `t_size >= b_size' failed.
Aborted
>>> import DocumentTemplate
python: Objects/typeobject.c:1741: extra_ivars: Assertion `t_size >= b_size' failed.
Aborted
>>> import Acquisition
python: Objects/typeobject.c:1741: extra_ivars: Assertion `t_size >= b_size' failed.
Aborted
>>> import ExtensionClass
python: Objects/typeobject.c:1741: extra_ivars: Assertion `t_size >= b_size' failed.
Aborted
>>> import Products.ZCTextIndex
python: Objects/typeobject.c:1741: extra_ivars: Assertion `t_size >= b_size' failed.
Aborted
So the issue seems in the code of the ExtensionClass extension.
--
Zope 2.12.6 fails to run on Fedora 13
https://bugs.launchpad.net/bugs/587760
You received this bug notification because you are a member of Zope 2
Developers, which is subscribed to Zope 2.
More information about the zope2-tracker
mailing list