Closed
Bug 353568
Opened 19 years ago
Closed 19 years ago
Got error "Tables already locked" when trying to change several bugs
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 314109
People
(Reporter: hjtoi-bugzilla, Unassigned)
Details
Attachments
(1 file)
32.79 KB,
text/plain
|
Details |
I did a query to find all open bugs that contained the word 'flawfinder' in the summary. I chose to change several bugs, selected all of them, added a comment, changed resolution to WORKSFORME.
I got:
Internal Error
Bugzilla has suffered an internal error. Please save this page and send it to bugzilla-admin@mozilla.org with details of what you were doing at the time this message appeared.
URL: https://bugzilla.mozilla.org/process_bug.cgi
Attempted to lock a table without releasing previous lock first:
Tables already locked:
bugs WRITE, bugs_activity WRITE, cc WRITE, cc AS selectVisible_cc WRITE, profiles WRITE, dependencies WRITE, votes WRITE, products READ, components READ, keywords WRITE, longdescs WRITE, fielddefs WRITE, bug_group_map WRITE, flags WRITE, duplicates WRITE, user_group_map WRITE, group_group_map READ, flagtypes READ, flaginclusions AS i READ, flagexclusions AS e READ, keyworddefs READ, groups READ, attachments READ, group_control_map AS oldcontrolmap READ, group_control_map AS newcontrolmap READ, group_control_map READ, email_setting READ
Tables requesting locking:
profiles WRITE, user_group_map WRITE, group_group_map READ, groups READ
Reporter | ||
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
What version of Bugzilla are you using, exactly? Have you customized it at all?
![]() |
||
Comment 3•19 years ago
|
||
I'm pretty sure this has been fixed in 2.22.
![]() |
||
Comment 4•19 years ago
|
||
(In reply to comment #2)
> What version of Bugzilla are you using, exactly? Have you customized it at all?
>
Max, the attachment shows that's it's b.m.o. So 2.20+ and hacked a lot. :)
OS: Linux → All
Hardware: PC → All
Version: unspecified → 2.20
Comment 5•19 years ago
|
||
Okay. I think this is a dup of some bug we fixed in 2.20.1, also, but I'm not sure which one.
It's definitely fixed in 2.22, since this is an attempt to derive groups in the middle of process_bug, and 2.22 doesn't derive groups anymore.
Whiteboard: DUPME
![]() |
||
Comment 6•19 years ago
|
||
*** This bug has been marked as a duplicate of 314109 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPME
You need to log in
before you can comment on or make changes to this bug.
Description
•