mailman-coders@python.org
[Top] [All Lists]

[ mailman-Bugs-1656289 ] Unable to process the "in" folder: out of memor

Subject: [ mailman-Bugs-1656289 ] Unable to process the "in" folder: out of memory
From: "SourceForge.net"
Date: Fri, 09 Feb 2007 10:14:48 -0800
Bugs item #1656289, was opened at 2007-02-09 13:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1656289&group_id=103

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: mail delivery
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Paul Laudanski (zhenxjell)
Assigned to: Nobody/Anonymous (nobody)
Summary: Unable to process the "in" folder: out of memory

Initial Comment:
The files in mailman/qfiles/in are not being processed.  Rather the following 
errors are displaying in the error log file.  Its the same error over and over 
in version 2.1.9.  Does this error effect the processing of the "in" folder?  
Currently 161 files are in there.  The retry and out folders are empty.

Feb 08 11:13:03 2007 (16016) Uncaught runner exception: out of memory
Feb 08 11:13:06 2007 (16016) Traceback (most recent call last):
  File "/usr/local/mailman/Mailman/Queue/Runner.py", line 112, in _oneloop
    self._onefile(msg, msgdata)
  File "/usr/local/mailman/Mailman/Queue/Runner.py", line 170, in _onefile
    keepqueued = self._dispose(mlist, msg, msgdata)
  File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 130, in 
_dispose
    more = self._dopipeline(mlist, msg, msgdata, pipeline)
  File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 153, in 
_dopipeline
    sys.modules[modname].process(mlist, msg, msgdata)
  File "/usr/local/mailman/Mailman/Handlers/SpamDetect.py", line 111, in process
    g.flatten(p)
  File "/usr/local/mailman/pythonlib/email/Generator.py", line 101, in flatten
    self._write(msg)
  File "/usr/local/mailman/pythonlib/email/Generator.py", line 129, in _write
    self._dispatch(msg)
  File "/usr/local/mailman/pythonlib/email/Generator.py", line 155, in _dispatch
    meth(msg)
  File "/usr/local/mailman/pythonlib/email/Generator.py", line 258, in 
_handle_multipart
    print >> self._fp, '\n--' + boundary + '--',
MemoryError: out of memory

Feb 08 11:13:07 2007 qrunner(16016): Traceback (most recent call last):
Feb 08 11:13:07 2007 qrunner(16016):   File "/usr/local/mailman/bin/qrunner", 
line 278, in ?
Feb 08 11:13:07 2007 qrunner(16016):      main()
Feb 08 11:13:07 2007 qrunner(16016):   File "/usr/local/mailman/bin/qrunner", 
line 238, in main
Feb 08 11:13:07 2007 qrunner(16016):      qrunner.run()
Feb 08 11:13:07 2007 qrunner(16016):   File 
"/usr/local/mailman/Mailman/Queue/Runner.py", line 71, in run
Feb 08 11:13:07 2007 qrunner(16016):      filecnt = self._oneloop()
Feb 08 11:13:07 2007 qrunner(16016):   File 
"/usr/local/mailman/Mailman/Queue/Runner.py", line 124, in _oneloop
Feb 08 11:13:07 2007 qrunner(16016):      new_filebase = 
self._shunt.enqueue(msg, msgdata)
Feb 08 11:13:08 2007 qrunner(16016):   File 
"/usr/local/mailman/Mailman/Queue/Switchboard.py", line 106, in enqueue
Feb 08 11:13:08 2007 qrunner(16016):      msgsave = cPickle.dumps(_msg, 
protocol)
Feb 08 11:13:08 2007 qrunner(16016): MemoryError :  out of memory


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1656289&group_id=103
_______________________________________________
Mailman-coders mailing list
Mailman-coders@xxxxxxxxxx
http://mail.python.org/mailman/listinfo/mailman-coders

<Prev in Thread] Current Thread [Next in Thread>