[Mailman-Developers] AssertionError in 2.1.5

Tom G. Christensen tgc at statsbiblioteket.dk
Fri Jul 9 09:48:24 CEST 2004


Hi,

I just hit a bug in 2.1.5 in the 'Confirm subscription request' page.

If you press 'Cancel my subscription request' you just get a crash like the 
one below.

Just as an experiment I tried the same thing with my subscription to 
mailman-developers and the Mailman 2.1.5 at mail.python.org promptly crashed 
with the same Traceback.

Bug in Mailman version 2.1.5

We're sorry, we hit a bug!

If you would like to help us identify the problem, please email a copy of 
this page to the webmaster for this site with a description of what 
happened. Thanks!
Traceback:

Traceback (most recent call last):
   File "/export/home/mailman/scripts/driver", line 87, in run_main
     main()
   File "/export/home/mailman/Mailman/Cgi/confirm.py", line 114, in main
     subscription_cancel(mlist, doc, cookie)
   File "/export/home/mailman/Mailman/Cgi/confirm.py", line 312, in 
subscription_cancel
     userdesc = mlist.pend_confirm(cookie)[1]
   File "/export/home/mailman/Mailman/Pending.py", line 141, in pend_confirm
     assert self.Locked()
AssertionError



Python information:

Variable	Value
sys.version	2.3.4 (#1, Jun 2 2004, 10:42:24) [GCC 3.3.2]
sys.executable	/usr/local/bin/python2.3
sys.prefix	/usr/local
sys.exec_prefix	/usr/local
sys.path	/usr/local
sys.platform	sunos5

<environment snipped>

-tgc


More information about the Mailman-Developers mailing list