[Mailman-Users] Hit a bug but no error in logs

Brian Cohen brian at intercarve.net
Fri Jul 14 16:48:45 CEST 2006


Ok, cool. Here's the traceback:

Traceback:

Traceback (most recent call last):
   File "/var/lib/mailman/scripts/driver", line 250, in ?
     run_main()
   File "/var/lib/mailman/scripts/driver", line 120, in run_main
     print_traceback(logger)
   File "/var/lib/mailman/scripts/driver", line 147, in print_traceback
     traceback.print_exc(file=logfp)
   File "/usr/lib/python2.3/traceback.py", line 210, in print_exc
     print_exception(etype, value, tb, limit, file)
   File "/usr/lib/python2.3/traceback.py", line 123, in print_exception
     print_tb(tb, limit, file)
   File "/usr/lib/python2.3/traceback.py", line 68, in print_tb
     line = linecache.getline(filename, lineno)
   File "/usr/lib/python2.3/linecache.py", line 14, in getline
     lines = getlines(filename)
   File "/usr/lib/python2.3/linecache.py", line 40, in getlines
     return updatecache(filename)
   File "/usr/lib/python2.3/linecache.py", line 93, in updatecache
     lines = fp.readlines()
MemoryError


Thanks,

-Brian

Mark Sapiro wrote:
> Brian Cohen wrote:
>> Everything else works: listinfo, admindb, mail processing and requests. 
>>  Just admin triggers a bug.
> 
> 
> And only for one list? And there's nothing in the 'error' log? This is
> strange.
> 
> Edit the file mailman/scripts/driver. About 30 lines into the file you
> will see
> 
> STEALTH_MODE = 1
> 
> change this to
> 
> STEALTH_MODE = 0
> 
> You don't have to restart Mailman. That's only required after changes
> affecting the queue runners, not the web interface.
> 
> After making this change, the error information should display on the
> web page. Please report this information, and we can help further.
> 
> Once you get the error information and traceback, you can set
> STEALTH_MODE back to 1 if you don't want this info displayed in
> general.
> 




More information about the Mailman-Users mailing list