Closed
Bug 1225005
Opened 9 years ago
Closed 9 years ago
"Assertion failure: containingBlockWidth >= 0" with huge padding, columns, abs pos
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla47
People
(Reporter: jruderman, Assigned: MatsPalmgren_bugz)
References
Details
(Keywords: assertion, testcase)
Attachments
(4 files)
Assertion failure: containingBlockWidth >= 0, at layout/generic/nsFrame.cpp:4620
Reporter | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
fyi, Bughunter sees this on http://www.kasa.cz/udirna-rulyt-zahradni-mala-nahradni-obal-silne-deformovany-obal-2000014126/
Comment 3•9 years ago
|
||
Comment 4•9 years ago
|
||
david is this something for you, or do you know who could take a look at this ?
Flags: needinfo?(dbaron)
Comment 5•9 years ago
|
||
example url from bughunter was http://altapress.ru/story/168911?photo=6#gallery
Comment 6•9 years ago
|
||
Perhaps Mats (who added the assertion) can look. (Though I was going to suggest Mats even before checking that he added it...)
Blocks: 1223232
Flags: needinfo?(dbaron) → needinfo?(mats)
Assignee | ||
Comment 7•9 years ago
|
||
Attachment #8725350 -
Flags: review?(roc) → review+
Comment 9•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
Comment 10•9 years ago
|
||
The crashtest here appears to be permafailing on Aurora since the uplift today.
https://treeherder.mozilla.org/logviewer.html#?job_id=2096724&repo=mozilla-aurora
The two we're hitting are:
###!!! ASSERTION: Can't solve for both start and end: 'NS_AUTOOFFSET != offsets.IEnd(outerWM)', file /builds/slave/m-aurora-and-api-15-d-00000000/build/src/layout/generic/nsAbsoluteContainingBlock.cpp, line 448
###!!! ASSERTION: unexpected max block size: 'aBSize >= 0', file /builds/slave/m-aurora-and-api-15-d-00000000/build/src/layout/generic/nsFloatManager.cpp, line 128
Mats, is this safe to annotate away or did you want to take a look?
Flags: needinfo?(mats)
Assignee | ||
Comment 11•9 years ago
|
||
The code after those assertions looks safe regardless of values, so please annotate. Thanks.
Flags: needinfo?(mats)
I've updated the expectations on aurora with https://hg.mozilla.org/releases/mozilla-aurora/rev/9a446438d3a4
I imagine we'll want to land something similar to trunk so we don't hit this every merge going forward, but it's still asserting four times on trunk. Would we want to change it to (Android,2-4) (!Android,4) to cover everything?
Flags: needinfo?(mats)
Landed https://hg.mozilla.org/integration/mozilla-inbound/rev/6312f4020b6d to inbound to fix this going forward.
Comment 15•9 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•