Closed
Bug 354489
Opened 15 years ago
Closed 15 years ago
[FIX]Crash [@ nsBlockBandData::Init] with mathml:mtable in xul
Categories
(Core :: Layout, defect, P2)
Core
Layout
Tracking
()
VERIFIED
FIXED
mozilla1.9alpha1
People
(Reporter: martijn.martijn, Assigned: bzbarsky)
Details
(4 keywords)
Crash Data
Attachments
(3 files)
310 bytes,
application/vnd.mozilla.xul+xml
|
Details | |
1.37 KB,
patch
|
rbs
:
review+
rbs
:
superreview+
mconnor
:
approval1.8.0.9+
mconnor
:
approval1.8.1.1+
|
Details | Diff | Splinter Review |
1.45 KB,
patch
|
Details | Diff | Splinter Review |
After removing the following rule in mathml.css: /* MathML doesn't permit positioning */ *, * > *|* { position: static !important; } and then loading the testcase that I'll attach, Mozilla crashes. Talkback ID: TB23813261X nsBlockBandData::Init [mozilla\layout\generic\nsblockbanddata.cpp, line 72] nsBlockFrame::Reflow [mozilla\layout\generic\nsblockframe.cpp, line 803]
Reporter | ||
Comment 1•15 years ago
|
||
![]() |
Assignee | |
Comment 2•15 years ago
|
||
No need for positioning or removing the rule. Just having an mtable in XUL crashes; no surprise. :(
Summary: Crash [@ nsBlockBandData::Init] with position mathml:mtable in xul when mathml.css rule removed → Crash [@ nsBlockBandData::Init] with mathml:mtable in xul
![]() |
Assignee | |
Comment 3•15 years ago
|
||
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Attachment #240392 -
Flags: superreview?(rbs)
Attachment #240392 -
Flags: review?(rbs)
![]() |
Assignee | |
Updated•15 years ago
|
OS: Windows XP → All
Priority: -- → P2
Hardware: PC → All
Summary: Crash [@ nsBlockBandData::Init] with mathml:mtable in xul → [FIX]Crash [@ nsBlockBandData::Init] with mathml:mtable in xul
Comment on attachment 240392 [details] [diff] [review] Fix r+sr=rbs
Attachment #240392 -
Flags: superreview?(rbs)
Attachment #240392 -
Flags: superreview+
Attachment #240392 -
Flags: review?(rbs)
Attachment #240392 -
Flags: review+
![]() |
Assignee | |
Comment 5•15 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: blocking1.8.1.1?
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9alpha
![]() |
Assignee | |
Updated•15 years ago
|
Attachment #240392 -
Flags: approval1.8.0.9?
Reporter | ||
Comment 6•15 years ago
|
||
Verified fixed, using: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060928 Minefield/3.0a1
Status: RESOLVED → VERIFIED
![]() |
Assignee | |
Updated•15 years ago
|
Flags: blocking1.8.0.9?
Updated•14 years ago
|
Flags: blocking1.8.1.1?
Flags: blocking1.8.1.1+
Flags: blocking1.8.0.9?
Flags: blocking1.8.0.9+
![]() |
Assignee | |
Updated•14 years ago
|
Attachment #240392 -
Flags: approval1.8.1.1?
Comment 7•14 years ago
|
||
Comment on attachment 240392 [details] [diff] [review] Fix a=mconnor on behalf of drivers for 1.8.0.9 and 1.8.1.1 checkin
Attachment #240392 -
Flags: approval1.8.1.1?
Attachment #240392 -
Flags: approval1.8.1.1+
Attachment #240392 -
Flags: approval1.8.0.9?
Attachment #240392 -
Flags: approval1.8.0.9+
![]() |
Assignee | |
Comment 8•14 years ago
|
||
Reporter | ||
Comment 11•14 years ago
|
||
Verified fixed on 1.8.1 and 1.8.0.x branches by testing builds before and after the patch went in.
Updated•10 years ago
|
Crash Signature: [@ nsBlockBandData::Init]
You need to log in
before you can comment on or make changes to this bug.
Description
•