Page MenuHomePhabricator

bug in mailman version 2.1.5
Closed, ResolvedPublic

Description

Author: dig.mediazilla

Description:
While canceling the subscription to mediawiki-l, I've had this error message in
my browser:

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 "/home/mailman/scripts/driver", line 87, in run_main
  main()
File "/home/mailman/Mailman/Cgi/confirm.py", line 114, in main
  subscription_cancel(mlist, doc, cookie)
File "/home/mailman/Mailman/Cgi/confirm.py", line 312, in subscription_cancel
  userdesc = mlist.pend_confirm(cookie)[1]
File "/home/mailman/Mailman/Pending.py", line 141, in pend_confirm
  assert self.Locked()

AssertionError

Python information:

Variable Value
sys.version 2.2.2 (#1, Feb 24 2003, 19:13:11) [GCC 3.2.2 20030222 (Red Hat Linux
3.2.2-4)]
sys.executable /usr/local/bin/python
sys.prefix /usr
sys.exec_prefix /usr
sys.path /usr
sys.platform linux2

Environment variables:

Variable Value
PATH_INFO /mediawiki-l
HTTP_ACCEPT
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
CONTENT_TYPE application/x-www-form-urlencoded
HTTP_REFERER
http://mail.wikipedia.org/mailman/confirm/mediawiki-l/36dc485aa464030c9a7000a249d2358d95b1b217
SERVER_SOFTWARE Apache/1.3.29 (Unix) PHP/4.3.10
PYTHONPATH /home/mailman
SCRIPT_FILENAME /home/mailman/cgi-bin/confirm
SERVER_ADMIN brion@zwinger.wikimedia.org
SCRIPT_NAME /mailman/confirm
SERVER_SIGNATURE
Apache/1.3.29 Server at mail.wikimedia.org Port 80
REQUEST_METHOD POST
HTTP_HOST mail.wikipedia.org
HTTP_KEEP_ALIVE 300
SERVER_PROTOCOL HTTP/1.1
QUERY_STRING
REQUEST_URI /mailman/confirm/mediawiki-l
CONTENT_LENGTH 120
HTTP_ACCEPT_CHARSET KOI8-R,utf-8;q=0.7,*;q=0.7
HTTP_USER_AGENT Mozilla/5.0 (X11; U; Slackware-X.0+; GNU/Linux i686; Windows
2000 BC; en-US; rv:1.7) Gecko/2004-XX-XX Galeon/1.3.X
HTTP_CONNECTION keep-alive
SERVER_NAME mail.wikimedia.org
REMOTE_PORT 60369
REMOTE_ADDR 0.0.0.0
HTTP_ACCEPT_LANGUAGE en,ru;q=0.7,fr;q=0.3
PATH_TRANSLATED /home/wikipedia/htdocs/mail/mediawiki-l
SERVER_PORT 80
GATEWAY_INTERFACE CGI/1.1
HTTP_ACCEPT_ENCODING gzip,deflate
SERVER_ADDR 207.142.131.207
DOCUMENT_ROOT /home/wikipedia/htdocs/mail


Version: unspecified
Severity: normal
OS: Linux
Platform: PC

Details

Reference
bz1466
TitleReferenceAuthorSource BranchDest Branch
build: add .sdkmanrc to document the use of OpenJDK 8repos/maven/wmf-maven-tool-configs!9gehelsdkmanmain
d/changelog: bump to 0.103.3repos/cloud/toolforge/tools-webservice!27dcarobump_to_0.103.3main
builds-builder: bump to 0.0.76-20231012133802-65e5029crepos/cloud/toolforge/toolforge-deploy!116sstefanovabump_builds-buildermain
inject-buildpacks: inject nodejs buildpackrepos/cloud/toolforge/builds-builder!15sstefanovaslavina/inject-nodejsmain
cli: Warn when --mount is not set on buildservice toolsrepos/cloud/toolforge/tools-webservice!19taavitaavi/warn-buildservice-mountsmain
volume-admission: bump versionrepos/cloud/toolforge/toolforge-deploy!94taavitaavi/volume-admissionmain
Add label to specify whether to mount volumes or notrepos/cloud/toolforge/volume-admission!6taavitaavi/nfs-mounts-9c03main
Add an option to disable NFS accessrepos/cloud/toolforge/tools-webservice!2raymond-ndibetavi_allow_disabling_nfs_accessmain
Customize query in GitLab

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:11 PM
bzimport set Reference to bz1466.
bzimport added a subscriber: Unknown Object (MLST).

robchur wrote:

Going to stab this one down as fixed, as I have a feeling it was a one-off. No
follow-up for almost a year, and the chances are our version of mailman's been
tweaked/upgraded since.