Bug 146270
Summary: | [Harfbuzz] ERROR: Shaper couldn't shape text run in WebCore::FontCascade::floatWidthForComplexTest | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro, mrobinson, zalan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=177364 |
Michael Catanzaro
This error:
ERROR: Shaper couldn't shape text run.
../../Source/WebCore/platform/graphics/cairo/FontCairoHarfbuzzNG.cpp(93) : float WebCore::FontCascade::floatWidthForComplexText(const WebCore::TextRun &, HashSet<const WebCore::Font *> *, WebCore::GlyphOverflow *) const
Prints very many times in my terminal when loading https://pulse.cio.gov/https/agencies/
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
I see
// FIXME: This should mimic Mac port.
was added to this function in r168528.
Michael Catanzaro
It also prints many times when running running TestWebViewEditor, which loads a very simple HTML page.
Michael Catanzaro
Probably fixed by bug #167956.
Michael Catanzaro
Probably fixed.