[spambayes-bugs] [ spambayes-Bugs-832070 ] bsddb.error: (22, 'Invalid argument')

SourceForge.net noreply at sourceforge.net
Tue Nov 25 19:59:18 EST 2003


Bugs item #832070, was opened at 2003-10-29 13:28
Message generated for change (Comment added) made by anadelonbrin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=832070&group_id=61702

Category: pop3proxy
Group: Source code 1.0a6
Status: Open
Resolution: None
Priority: 5
Submitted By: Stephen Boulet (spboulet)
Assigned to: Nobody/Anonymous (nobody)
Summary: bsddb.error: (22, 'Invalid argument')

Initial Comment:
I'm not able to start sb_server any more from its
directory (though it will start from an empty directory):

$ Traceback (most recent call last):
  File "/usr/bin/sb_server.py", line 101, in ?
    import spambayes.message
  File
"/usr/lib/python2.2/site-packages/spambayes/message.py",
line 149, in ?
    msginfoDB = MessageInfoDB(message_info_db_name)
  File
"/usr/lib/python2.2/site-packages/spambayes/message.py",
line 114, in __init__
    self.dbm = dbmstorage.open(self.db_name, self.mode)
  File
"/usr/lib/python2.2/site-packages/spambayes/dbmstorage.py",
line 53, in open
    return f(*args)
  File
"/usr/lib/python2.2/site-packages/spambayes/dbmstorage.py",
line 36, in open_best
    return f(*args)
  File
"/usr/lib/python2.2/site-packages/spambayes/dbmstorage.py",
line 18, in open_dbhash
    return bsddb.hashopen(*args)
bsddb.error: (22, 'Invalid argument')

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

>Comment By: Tony Meyer (anadelonbrin)
Date: 2003-11-26 13:59

Message:
Logged In: YES 
user_id=552329

My wife's system (Win98) gets this now, too.  I think it may 
be related to the change in the storage.open_storage code, 
although I'm not certain.  It does appear to be a bug, 
though.  I'll look into this more as soon as I get a chance.

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

Comment By: Stephen Boulet (spboulet)
Date: 2003-11-01 08:51

Message:
Logged In: YES 
user_id=6988

This is a wild guess, but I wonder if my problem could be
related to changing my linux headers version to 2.4.21 from
2.4.19, recompiling glibc, but not recompiling python.

Stephen

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

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



More information about the Spambayes-bugs mailing list