[ZCM] [ZC] 946/ 2 Resolve "Integer overflow packing 3,3GB ZODB file"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin@zope.org
Tue, 24 Jun 2003 17:03:24 -0400


Issue #946 Update (Resolve) "Integer overflow packing 3,3GB ZODB file"
 Status Resolved, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/946

==============================================================
= Resolve - Entry #2 by jeremy on Jun 24, 2003 5:03 pm

 Status: Pending => Resolved

I think this is fixed in revision 1.5.4.4 of lib/python/ZODB/fspack.py.  Can you test it?



________________________________________
= Request - Entry #1 by Anonymous User on Jun 18, 2003 7:51 am

When trying to pack a 3GB ZODB-file, the following error occurs on Red Hat 8.0: 


>2003-06-18T11:57:36 ERROR(200) ZODB packing
>Traceback (innermost last):
>  File
>/web/server/cvs/zope/Zope-2.6.2b2-linux2-x86/lib/python/ZODB/DB.py, line
>502, in pack   File
>/web/server/cvs/zope/Zope-2.6.2b2-linux2-x86/lib/python/ZODB/FileStorage.
>py, line 1503, in pack     (Object:
>/web/server/cvs/zope/Zope-2.6.2b2-linux2-x86/var/Data.fs)   File
>/web/server/cvs/zope/Zope-2.6.2b2-linux2-x86/lib/python/ZODB/fspack.py,
>line 675, in pack   File
>/web/server/cvs/zope/Zope-2.6.2b2-linux2-x86/lib/python/ZODB/fspack.py,
>line 459, in findReachable   File
>/web/server/cvs/zope/Zope-2.6.2b2-linux2-x86/lib/python/ZODB/fspack.py,
>line 476, in buildPackIndex OverflowError: integer addition
>
>

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