[Spambayes] [ spambayes-Bugs-699063 ] pop3proxy.py crashes

SourceForge.net noreply at sourceforge.net
Thu Mar 13 13:28:14 EST 2003


Bugs item #699063, was opened at 2003-03-06 17:11
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=699063&group_id=61702

Category: pop3proxy
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: D. R. Evans (n7dr)
>Assigned to: Tim Stone (timstone4)
Summary: pop3proxy.py crashes

Initial Comment:
pop3proxy.py worked fine for a couple of weeks.

I then rebooted my Linux box (Mandrake 8.1), and since then pop3proxy.py produces the following output 
on the console:

Loading database...
Traceback (most recent call last):
  File "./pop3proxy.py", line 1577, in ?
    run()
  File "./pop3proxy.py", line 1551, in run
    state.createWorkers()
  File "./pop3proxy.py", line 1161, in createWorkers
    self.bayes = storage.DBDictClassifier(filename)
  File "./spambayes/storage.py", line 140, in __init__
    self.load()
  File "./spambayes/storage.py", line 152, in load
    t = self.db[self.statekey]
  File "/usr/local/lib/python2.2/shelve.py", line 71, in __getitem__
    return Unpickler(f).load()
EOFError

The database files are attached.

  Doc


----------------------------------------------------------------------

>Comment By: Tim Stone (timstone4)
Date: 2003-03-13 15:28

Message:
Logged In: YES 
user_id=645698

We currently have no way of recovering from this kind of error should it 
occur.  We believe, however, that the defect is actually a bsddb defect 
that has been corrected in a subsequent release of bsddb.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=699063&group_id=61702



More information about the Spambayes mailing list