Closed
Bug 399946
Opened 17 years ago
Closed 17 years ago
Crash [@ nsIView::GetViewManager] with MathML, frameset, XBL
Categories
(Core :: MathML, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: roc)
References
Details
(Keywords: assertion, crash, testcase, Whiteboard: [depends on 399940][dbaron-1.9:Rs])
Crash Data
Attachments
(1 file)
(deleted),
application/xhtml+xml
|
Details |
Loading the testcase triggers:
###!!! ASSERTION: Shouldn't happen: 'aPresContext->GetPresShell()->GetPrimaryFrameFor(mContent) == this', file /Users/jruderman/trunk/mozilla/layout/generic/nsFrameFrame.cpp, line 382
###!!! ASSERTION: null window: 'mWindow', file /Users/jruderman/trunk/mozilla/layout/base/nsDocumentViewer.cpp, line 1892
###!!! ASSERTION: What's going on?: 'mInnerView', file /Users/jruderman/trunk/mozilla/layout/generic/nsFrameFrame.cpp, line 711
Null-dereference crash [@ nsIView::GetViewManager] called by nsSubDocumentFrame::Reflow.
Nominating for blocking1.9 because bz and dbaron decided bug 375562 was blocking1.9.
Flags: blocking1.9?
Comment 1•17 years ago
|
||
Hopefully the patch in bug 399940 will fix this. We're double-constructing the frames for the ancestor of the mtd... I assume this is a regression from bug 397518?
This crashes on Windows Vista too.
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9a9pre) Gecko/2007101605 Minefield/3.0a9pre ID:2007101605
Reporter | ||
Updated•17 years ago
|
OS: Mac OS X → All
Assignee | ||
Comment 3•17 years ago
|
||
The patch in bug 399940 does fix this.
Assignee | ||
Updated•17 years ago
|
Flags: blocking1.9? → blocking1.9+
Assignee | ||
Updated•17 years ago
|
Assignee: rbs → roc
Whiteboard: [depends on 399940]
Updated•17 years ago
|
Whiteboard: [depends on 399940] → [depends on 399940][dbaron-1.9:Rs]
Assignee | ||
Updated•17 years ago
|
Priority: -- → P3
Reporter | ||
Comment 4•17 years ago
|
||
No assertions or crash for me on trunk. FIXED by bug 399940 landing.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•17 years ago
|
Flags: in-testsuite?
Updated•13 years ago
|
Crash Signature: [@ nsIView::GetViewManager]
You need to log in
before you can comment on or make changes to this bug.
Description
•