[ZCM] [ZC] 1398/ 4 Defer "BTree raise SystemError on FreeBSD"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Fri Jul 30 06:47:48 EDT 2004


Issue #1398 Update (Defer) "BTree raise SystemError on FreeBSD"
 Status Deferred, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/1398

==============================================================
= Defer - Entry #4 by ajung on Jul 30, 2004 6:47 am

 Status: Pending => Deferred

Please report back if the problem persists otherwise we will clos e it the next bug
________________________________________
= Comment - Entry #3 by morphex on Jul 3, 2004 3:04 am

It happened around the same time I got these error messages in the event.log:

2004-07-02T15:30:09 ERROR(200) Types Tool _queryFactoryMethod raised an exception
Traceback (most recent call last):
  File "/home/shared/zope271/instance/Products/CMFCore/TypesTool.py", line 349, in _queryFactoryMethod
    p = container.manage_addProduct[self.product]
  File "/home/shared/zope271/lib/python/App/FactoryDispatcher.py", line 26, in __getitem__
    return self.__bobo_traverse__(None, name)
  File "/home/shared/zope271/lib/python/App/FactoryDispatcher.py", line 29, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
  File "/home/shared/zope271/lib/python/App/Product.py", line 67, in _product
    def _product(self, name): return getattr(self, name)
AttributeError: CMFPhoto
------
2004-07-02T15:30:09 ERROR(200) Types Tool _queryFactoryMethod raised an exception
Traceback (most recent call last):
  File "/home/shared/zope271/instance/Products/CMFCore/TypesTool.py", line 349, in _queryFactoryMethod
    p = container.manage_addProduct[self.product]
  File "/home/shared/zope271/lib/python/App/FactoryDispatcher.py", line 26, in __getitem__
    return self.__bobo_traverse__(None, name)
  File "/home/shared/zope271/lib/python/App/FactoryDispatcher.py", line 29, in __bobo_traverse__
    product=self.aq_acquire('_getProducts')()._product(name)
  File "/home/shared/zope271/lib/python/App/Product.py", line 67, in _product
    def _product(self, name): return getattr(self, name)
AttributeError: CMFPhotoAlbum

After installing CMFPhoto* I haven't had any issues related to BTrees, interestingly.  :)
________________________________________
= Comment - Entry #2 by ajung on Jul 3, 2004 2:54 am

Please provide a testcase how to reproduce that.
________________________________________
= Request - Entry #1 by morphex on Jul 2, 2004 1:16 pm



Traceback (innermost last):

    * Module ZPublisher.Publish, line 107, in publish
    * Module Zope.App.startup, line 222, in commit
    * Module ZODB.Transaction, line 236, in commit
    * Module ZODB.Transaction, line 351, in _commit_objects
    * Module ZODB.Connection, line 411, in commit
      __traceback_info__: (('BTrees.IOBTree', 'IOBTree'), '\x00\x00\x00\x00\x00\x00\x00\x05', '')

SystemError: NULL object passed to Py_BuildValue


==============================================================



More information about the Zope-Collector-Monitor mailing list