Closed
Bug 670272
Opened 15 years ago
Closed 15 years ago
hang when closing a tab (includes code pointer)
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 585813
People
(Reporter: blizzard, Unassigned)
Details
I got a hang when closing a tab earlier today on Aurora / Firefox 7. Eventually I got the busy script warning for some chrome:// content:
chrome://browser/content/tabbrowser.xml:1617
if (aCloseWindow) {
this._windowIsClosing = true;
while (this._removingTabs.length) <-- this line
this._endRemoveTab(this._removingTabs[0]);
} else if (!this._windowIsClosing) {
if (aNewTab)
focusAndSelectUrlBar();
Haven't reproduced it.
Comment 1•15 years ago
|
||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•