Hi, we just went only with www.europython.org yesterday, and after going online Zope crashes running at most 15 minutes. The only thing we see is this: python: ZODB/cPickleCache.c:587: cc_oid_unreferenced: Assertion `v->ob_refcnt == 0' failed on the root-console, nothing in the stupid.log this is with Zope-2.6.2 and 2.6.4, Zope Version (Zope 2.6.2 (source release, python 2.1, linux2), python 2.1.3, linux2) Python Version 2.1.3 (#1, Apr 22 2002, 21:06:23) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] Any hints are welcome. -- Mit freundlichen Grüßen Joachim Schmitz ...................................................................... AixtraWare eK ..Joachim Schmitz ..www.aixtraware.de ..t: +49-2464-8851 Hüsgenstr. 33a .....d-52457 Aldenhoven .............f: +49-2464-905163
Is it under load or is it just idling there? Try installing 2.7.0 with Python 2.3.3 and see if that is more stable. Most Zope crashes I have seen come about with inconsistencies between python, zope and modules (PIL had me crashing for about 5 months). Jake ____________________ http://www.ZopeZone.com "Zoping for the rest of us" On Mar 20, 2004, at 8:53 AM, Joachim Schmitz wrote:
Hi,
we just went only with www.europython.org yesterday, and after going online Zope crashes running at most 15 minutes. The only thing we see is this:
python: ZODB/cPickleCache.c:587: cc_oid_unreferenced: Assertion `v->ob_refcnt == 0' failed
on the root-console, nothing in the stupid.log
this is with Zope-2.6.2 and 2.6.4,
Zope Version
(Zope 2.6.2 (source release, python 2.1, linux2), python 2.1.3, linux2) Python Version
2.1.3 (#1, Apr 22 2002, 21:06:23) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)]
Any hints are welcome.
-- Mit freundlichen Grüßen Joachim Schmitz ...................................................................... AixtraWare eK ..Joachim Schmitz ..www.aixtraware.de ..t: +49-2464-8851 Hüsgenstr. 33a .....d-52457 Aldenhoven .............f: +49-2464-905163
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Joachim Schmitz wrote at 2004-3-20 14:53 +0100:
we just went only with www.europython.org yesterday, and after going online Zope crashes running at most 15 minutes. The only thing we see is this:
python: ZODB/cPickleCache.c:587: cc_oid_unreferenced: Assertion `v->ob_refcnt == 0' failed
Some component in your system does something bad with the ZODB cache. When I upgraded to Zope 2.7, I got lots of ZODB/ZODB-Cache error messages. It turned out that these were persistency bugs in serveral of my products. They were unnoticed in earlier Zope versions but may have had bad effects in some cases. The stricter checks in Zope 2.7 revealed them. Maybe, you problem is also more easily revealed in Zope 2.7? -- Dieter
participants (3)
-
Dieter Maurer -
Jake -
Joachim Schmitz