Closed
Bug 350460
Opened 17 years ago
Closed 16 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)
362 bytes,
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•17 years ago
|
||
When reloading this page a few times, I crash consistently.
Assignee | ||
Updated•17 years ago
|
Comment 2•16 years ago
|
||
I debugged this crash and it's the same as bug 372576.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Comment 3•16 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•16 years ago
|
Group: security
Updated•12 years ago
|
Crash Signature: [@ DoDeletingFrameSubtree]
Comment 4•10 years ago
|
||
Crash test: https://hg.mozilla.org/integration/mozilla-inbound/rev/a0b0b899cf1e
Flags: in-testsuite? → in-testsuite+
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a0b0b899cf1e
Assignee: nobody → martijn.martijn
You need to log in
before you can comment on or make changes to this bug.
Description
•