[ZODB-Dev] George Bailey'd objects cause failure in FileStorage._loadBack

Toby Dickenson tdickenson@geminidataloggers.com
Thu, 31 Oct 2002 15:13:55 +0000


On Thursday 31 October 2002 2:40 pm, Magnus Lycka wrote:
> At 11:37 2002-10-31 +0000, Toby Dickenson wrote:
> >Can you post a simple way to reproduce this?
>
> Sure. It would be great if someoone took a look
> at this before I post a bug report, in case I did
> something wrong...

For what its worth, with FileStorage on python 2.1 I get a different trac=
eback=20
at the same place:

    return self._load(oid, version, self._index, self._file)
  File "...../ZODB/FileStorage.py", line 605, in _load
    return _loadBack(file, oid, pnv)
  File "...ZODB/FileStorage.py", line 2117, in _loadBack
    file.seek(old)
OverflowError: long int too large to convert