thread '<unnamed>' panicked at 'assertion failed: inherited_styles.is_none() || ptr::eq(inherited_styles.unwrap(), &**styles.primary())', servo/ports/geckolib/glue.rs:2461:13
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
People
(Reporter: jkratzer, Assigned: emilio)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: assertion, testcase)
Attachments
(2 files, 1 obsolete file)
Comment 1•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 2•7 years ago
|
||
Updated•7 years ago
|
Comment 4•5 years ago
•
|
||
We are seeing this much more frequently lately. Perhaps recently fixed fuzz-blockers have unblocked this?
A Pernosco session is available here: https://pernos.co/debug/rA9V4yQIHB1tzpH87Tu3aQ/index.html
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
We do not expose it nor ever style it. Just use the parent style all the
time. This avoids problematic style resolution calls during reflow.
Updated•5 years ago
|
Assignee | ||
Comment 7•5 years ago
|
||
(In reply to Tyson Smith [:tsmith] from comment #4)
We are seeing this much more frequently lately. Perhaps recently fixed fuzz-blockers have unblocked this?
A Pernosco session is available here: https://pernos.co/debug/rA9V4yQIHB1tzpH87Tu3aQ/index.html
This was still a problem, but I realized that all this code is basically useless given I hid this from content in bug 1439837. So we should be good to remove it, and MathML should become a bit faster as well, which is nice.
Comment 9•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Description
•