Closed
Bug 267039
Opened 20 years ago
Closed 20 years ago
Crash [@ nsFrameList::DestroyFrames] on page teardown when float inserted into legend via DOM
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 267037
People
(Reporter: bzbarsky, Unassigned)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
561 bytes,
text/html
|
Details |
If I insert a float as a child of a legend via the DOM, we crash when tearing down the page in a currentish (pulled at "Wed Oct 27 11:38:32 CDT 2004") debug build and in a 2004-10-31 nightly.
| Reporter | ||
Comment 1•20 years ago
|
||
The problem is that when we go to destroy the frames in the legend frame's float list, they are already 0xdddddddd. I'm not quite sure where it gets destroyed, but presumably it ends up in two different float lists or something silly like that....
Comment 2•20 years ago
|
||
Attachment also crashes current Firefox 1.0 PR on Windows XP: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Changed OS to all. Talkback TB1638737Q
OS: Linux → All
Updated•20 years ago
|
Summary: Crash on page teardown when float inserted into legend via DOM → Crash [@ nsFrameList::DestroyFrames] on page teardown when float inserted into legend via DOM
This is fixed by my patch in bug 267037 *** This bug has been marked as a duplicate of 267037 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•13 years ago
|
Crash Signature: [@ nsFrameList::DestroyFrames]
You need to log in
before you can comment on or make changes to this bug.
Description
•