Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up'wrench show reftests/text/diacritics.yaml' panics with Pathfinder enabled #2749
Comments
|
cc @pcwalton |
|
I'm seeing |
|
I'm seeing something remarkably similar in a project of mine when I enable the
|
|
This looks like WR device is asserting on shutdown that a GL texture resource has not been cleaned up. cc @pcwalton |
|
I think the first bug is FreeType-specific, as it works on Mac. |
|
@pekim Please file a separate issue. That is a separate bug. |
pcwalton
added a commit
to pcwalton/webrender
that referenced
this issue
May 30, 2018
fetched from the font. Closes servo#2749. We should fix the problem in Pathfinder in the first place, but we need to be resilient here anyhow.
bors-servo
added a commit
that referenced
this issue
May 30, 2018
Write `Blank` into the glyph key cache if glyph dimensions can't be fetched from the font. Closes #2749. We should fix the problem in Pathfinder in the first place, but we need to be resilient here anyhow. r? @glennw <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/2790) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Linux, after adding
"pathfinder"to the list of features inwrench/Cargo.toml, the commandpanics, complaining "Didn't find a cached resource with that ID!", as shown below. Note that
reftests/text/diacritics-ref.yaml, which is identical except for the absence of the U+302 COMBINING CIRCUMFLEX ACCENT character following the'x', displays without a problem.Full output: