Too-much-recursion crash with filter, abs pos
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: crash, testcase)
Attachments
(4 files)
Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Updated•9 years ago
|
Updated•2 years ago
|
Comment 6•2 years ago
|
||
The attached testcase doesn't crash at this point, FWIW. Tracking down a fix range...
Comment 7•2 years ago
|
||
Fix range: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=c5b90c003be8&tochange=993eb76a8bd6
Likely fixed by bug 1125750 (whose commit messages mention avoiding unnecessary reflow w/ overflow styles), given that the testcase had overflow-y:scroll
and given that the bad-result was a recursive reflow spiral.
I'll file a new bug for the crash signature that was associated with this bug (which is still getting a low level of crashes), and I think we can call this one "fixed" by bug 1125750, as-filed. (And I'll land a crashtest.)
Comment 8•2 years ago
|
||
(RE the crash signatures: nsFont::nsFont
and nsFontCache::GetMetricsFor
are the two associated signatures that have a nonzero number of crash reports from the past 6 months, where we have unexpired crash data. It's not obvious to me that those signatures are actually connected to each other, so I'll file two different bugs for them.)
Comment 9•2 years ago
|
||
Spun off bug 1794695 on nsFont::nsFont
and bug 1794699 on nsFontCache::GetMetricsFor
.
Closing this bug as dupe of bug 1125750 per comment 7.
Comment 10•2 years ago
|
||
Comment 11•2 years ago
|
||
Comment 12•2 years ago
|
||
bugherder |
Comment 13•2 years ago
|
||
A patch has been attached on this bug, which was already closed. Filing a separate bug will ensure better tracking. If this was not by mistake and further action is needed, please alert the appropriate party. (Or: if the patch doesn't change behavior -- e.g. landing a test case, or fixing a typo -- then feel free to disregard this message)
Description
•