[Spambayes] spambayes crashing on save
Michael Toth
michael at virtualpianist.com
Sat Oct 25 12:01:46 EDT 2003
Python is returning a stack trace whenever I save with the following messages:
500 Server error
Traceback (most recent call last):
File "D:\Python23\Lib\site-packages\spambayes\Dibbler.py", line 453, in found_terminator
getattr(plugin, name)(**params)
File "D:\Python23\Lib\site-packages\spambayes\UserInterface.py", line 477, in onSave
self._doSave()
File "D:\Python23\Lib\site-packages\spambayes\UserInterface.py", line 470, in _doSave
classifier.store()
File "D:\Python23\Lib\site-packages\spambayes\storage.py", line 214, in store
self.db[key] = val.__getstate__()
File "D:\Python23\lib\shelve.py", line 130, in __setitem__
self.dict[key] = f.getvalue()
File "D:\Python23\lib\bsddb\__init__.py", line 120, in __setitem__
self.db[key] = value
DBRunRecoveryError: (-30982, 'DB_RUNRECOVERY: Fatal error, run database recovery -- fatal region error detected; run recovery')
I am running spambayes 1.0a6 and this problem seems to have started without any
noticable changes to the system on my part.
Any help out there?
Thanks,
Michael Toth (michael at virtualpianist.com)
More information about the Spambayes
mailing list