Closed
Bug 350460
Opened 18 years ago
Closed 18 years ago
Crash [@ DoDeletingFrameSubtree] after reloading a xul page a few times with display: -moz-popup and menuitem
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 372576
People
(Reporter: martijn.martijn, Assigned: martijn.martijn)
References
(Depends on 1 open bug)
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(1 file)
(deleted),
application/vnd.mozilla.xul+xml
|
Details |
See upcoming testcase, which crashes current 1.8.0.7 builds and current trunk builds when reloading the page a few times.
Basically, the page consists of this:
<menuitem style="display: -moz-popup;">
<box style="display: -moz-popup;">
<box style="display: -moz-popup;"/>
</box>
</menuitem>
Talkback ID: TB22599290Y
DoDeletingFrameSubtree DeletingFrameSubtree nsCSSFrameConstructor::RemoveMappingsForFrameSubtree nsPopupSetFrame::Destroy nsFrameList::DestroyFrames nsFrameList::DestroyFrames nsFrameList::DestroyFrames nsFrameManager::Destroy DocumentViewerImpl::Destroy DocumentViewerImpl::Show nsPresContext::EnsureVisible PresShell::UnsuppressAndInvalidate PresShell::UnsuppressPainting
Assignee | ||
Comment 1•18 years ago
|
||
When reloading this page a few times, I crash consistently.
Assignee | ||
Updated•18 years ago
|
Comment 2•18 years ago
|
||
I debugged this crash and it's the same as bug 372576.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Comment 3•18 years ago
|
||
Perhaps we could tweak the testcase so that it crashes on load and
include it in the test suite?
Flags: in-testsuite?
Updated•18 years ago
|
Group: security
Updated•13 years ago
|
Crash Signature: [@ DoDeletingFrameSubtree]
Comment 4•12 years ago
|
||
Flags: in-testsuite? → in-testsuite+
Comment 5•12 years ago
|
||
Assignee: nobody → martijn.martijn
You need to log in
before you can comment on or make changes to this bug.
Description
•