Closed
Bug 413185
Opened 17 years ago
Closed 17 years ago
Crash [@ nsBlockFrame::CheckFloats] [@ nsFrameManager::CaptureFrameStateFor] with MathML, float
Categories
(Core :: MathML, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, crash, testcase, Whiteboard: [sg:critical?])
Crash Data
Attachments
(1 file)
509 bytes,
application/xhtml+xml
|
Details |
Loading the testcase triggers:
###!!! ASSERTION: Float frame has wrong parent: 'floatFrame->GetParent() == mBlock', file /Users/jruderman/trunk/mozilla/layout/generic/nsBlockReflowState.cpp, line 748
###!!! ASSERTION: not in child list: 'found', file /Users/jruderman/trunk/mozilla/layout/base/nsCSSFrameConstructor.cpp, line 1815
Crash at one of:
* nsBlockFrame::CheckFloats dereferencing 0xddddddfd
* nsFrameManager::CaptureFrameStateFor dereferencing 0x00000000.
Note that bug 399676 also has a testcase that triggers the first assertion. Maybe it's related.
Reporter | ||
Updated•17 years ago
|
Flags: blocking1.9?
Whiteboard: [sg:critical?]
Comment 1•17 years ago
|
||
No crash on branch.
Flags: blocking1.9? → blocking1.9+
Priority: -- → P2
Comment 2•17 years ago
|
||
For me, if the testcase is downloaded and opened locally, there is no crash (at least in those couple of test launches I did), but the one from bugzilla crashes reliably. body.onload timing?
Comment 3•17 years ago
|
||
Nevermind, saved the file with ".xml" extension instead of ".xhtml".
Priority: P2 → P3
Comment 4•17 years ago
|
||
This doesn't crash for me in a newly-updated trunk build. I bet it was fixed with bug 399676.
Comment 5•17 years ago
|
||
Yeah, I can see that patch fixing this, since now we have our frame tree all sane.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•13 years ago
|
Crash Signature: [@ nsBlockFrame::CheckFloats]
[@ nsFrameManager::CaptureFrameStateFor]
Updated•10 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•