![](https://secure.gravatar.com/avatar/6c7a9b0c70179b3e9f5a5a7717e097cb.jpg?s=120&d=mm&r=g)
Howdy!
I'm experiencing similar errors to those described by Stephen Gran early in December as well as these:
Dec 30 23:46:13 2003 (97949) Delivery exception: EOF read where object expected Dec 30 23:46:13 2003 (97949) Traceback (most recent call last): File "/usr/local/mailman/Mailman/Handlers/HandlerAPI.py", line 83, in do_pipeline func(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Handlers/Hold.py", line 183, in process hold_for_approval(mlist, msg, msgdata, ImplicitDestination) File "/usr/local/mailman/Mailman/Handlers/Hold.py", line 219, in hold_for_approval mlist.HoldMessage(msg, reason, msgdata) File "/usr/local/mailman/Mailman/ListAdmin.py", line 145, in HoldMessage self.__opendb() File "/usr/local/mailman/Mailman/ListAdmin.py", line 69, in __opendb self.__db = marshal.load(fp) EOFError: EOF read where object expected
I'm fumbling a bit, really, making my question simple - how can I debug this problem further? What seems to be the problem?
--lars
![](https://secure.gravatar.com/avatar/89411bf14aa03c07877c1991a8748f79.jpg?s=120&d=mm&r=g)
:: I'm experiencing similar errors to those described by Stephen Gran early :: in December as well as these:
[...snip error messages...]
:: I'm fumbling a bit, really, making my question simple - how can I debug :: this problem further? What seems to be the problem?
Lars, not sure if you found the problem yet, but I posted a solution to this in December. Basically, you want to find all instances of .db files that Python could be loading and figure out which one is causing the problem. This includes all list configs, as well as pending requests in the mailman queue.
Cheers - Erick
![](https://secure.gravatar.com/avatar/89411bf14aa03c07877c1991a8748f79.jpg?s=120&d=mm&r=g)
:: I'm experiencing similar errors to those described by Stephen Gran early :: in December as well as these:
[...snip error messages...]
:: I'm fumbling a bit, really, making my question simple - how can I debug :: this problem further? What seems to be the problem?
Lars, not sure if you found the problem yet, but I posted a solution to this in December. Basically, you want to find all instances of .db files that Python could be loading and figure out which one is causing the problem. This includes all list configs, as well as pending requests in the mailman queue.
Cheers - Erick
participants (2)
-
Erick Mechler
-
Lars Bungum