[Mailman-Users] Mailman no longer working or working very slowly

Steven Jones Steven.Jones at vuw.ac.nz
Thu Feb 18 01:04:05 CET 2010


8><-------


Yes, that. Something is really hosed. 

=======
LOL..........
=======


Have you tried just restarting
Mailman?

=========
Yes and a reboot.....no difference...
=========

What's at the start of that traceback leading up to the first call to
deepcopy?

=========
Feb 16 15:05:45 2010 (2632) Traceback (most recent call last):
  File "/var/mailman/Mailman/Queue/Runner.py", line 111, in _oneloop
    self._onefile(msg, msgdata)
  File "/var/mailman/Mailman/Queue/Runner.py", line 167, in _onefile
    keepqueued = self._dispose(mlist, msg, msgdata)
  File "/var/mailman/Mailman/Queue/IncomingRunner.py", line 130, in _dispose
    more = self._dopipeline(mlist, msg, msgdata, pipeline)
  File "/var/mailman/Mailman/Queue/IncomingRunner.py", line 153, in _dopipeline
    sys.modules[modname].process(mlist, msg, msgdata)
  File "/var/mailman/Mailman/Handlers/ToDigest.py", line 91, in process
    send_digests(mlist, mboxfp)
  File "/var/mailman/Mailman/Handlers/ToDigest.py", line 132, in send_digests
    send_i18n_digests(mlist, mboxfp)
  File "/var/mailman/Mailman/Handlers/ToDigest.py", line 297, in send_i18n_digests
    mimedigest.attach(MIMEMessage(copy.deepcopy(msg)))
  File "/usr/lib64/python2.2/copy.py", line 186, in deepcopy
    y = copierfunction(x, memo)
  File "/usr/lib64/python2.2/copy.py", line 283, in _deepcopy_inst
    state = deepcopy(state, memo)
  File "/usr/lib64/python2.2/copy.py", line 186, in deepcopy
    y = copierfunction(x, memo)
  File "/usr/lib64/python2.2/copy.py", line 246, in _deepcopy_dict
    y[deepcopy(key, memo)] = deepcopy(x[key], memo)
=========

This could also be a some kind of list object corruption leading to a
circular reference. Hard to say without more information.

huh?




More information about the Mailman-Users mailing list