[ZODB-Dev] weird error while packing

Adam GROSZER agroszer at gmail.com
Sun Aug 29 11:14:47 EDT 2010


Hello,

This exception came up while packing a filestorage:

2010-08-29T05:05:23 ERROR ZODB.DB packing
Traceback (most recent call last):
  File "D:\home\.buildout\eggs\ZODB3-3.9.5-py2.5-win32.egg\ZODB\DB.py", line 826, in pack
    self.storage.pack(t, self.references)
  File "D:\home\.buildout\eggs\ZODB3-3.9.5-py2.5-win32.egg\ZODB\FileStorage\FileStorage.py", line
1126, in pack
    pack_result = self.packer(self, referencesf, stop, gc)
  File "D:\home\.buildout\eggs\ZODB3-3.9.5-py2.5-win32.egg\ZODB\FileStorage\FileStorage.py", line
1079, in packer
    opos = p.pack()
  File "D:\home\.buildout\eggs\ZODB3-3.9.5-py2.5-win32.egg\ZODB\FileStorage\fspack.py", line 398,
in pack
    self.gc.findReachable()
  File "D:\home\.buildout\eggs\ZODB3-3.9.5-py2.5-win32.egg\ZODB\FileStorage\fspack.py", line 191,
in findReachable
    self.findReachableAtPacktime([z64])
  File "D:\home\.buildout\eggs\ZODB3-3.9.5-py2.5-win32.egg\ZODB\FileStorage\fspack.py", line 276,
in findReachableAtPacktime
    for oid in self.findrefs(pos):
SystemExit

Any pointers appreciated.

-- 
Best regards,
 Adam GROSZER                          mailto:agroszer at gmail.com
--
Quote of the day:
When we walk to the edge of all the light we have and take the step into the darkness of the unknown, we must believe that one of two things will happen. There will be something solid for us to stand on or we will be taught to fly. 
- Patrick Overton 



More information about the ZODB-Dev mailing list