[ZODB-Dev] Yet more ZEo weird error messagism :-S

Chris Withers chrisw@nipltd.com
Wed, 03 Oct 2001 12:25:29 +0100


My code:
    app._p_jar.db()._storage.pack(time(),referencesf, wait=1)

the result:
  File "/usr/local/zope/2.4.0_base/lib/python/ZEO/ClientStorage.py", line 391,
in pack
    try: return self._call('pack', t, wait)
  File "/usr/local/zope/2.4.0_base/lib/python/ZEO/zrpc.py", line 228, in
__call__
    if type(r) is TupleType: raise r[0], r[1]
MemoryError

Any ideas?

Running out of memory woudl seem to be the one that springs to mind;-)
(am I right?)

cheers,

Chris