Bug 146270 - [Harfbuzz] ERROR: Shaper couldn't shape text run in WebCore::FontCascade::floatWidthForComplexTest
Summary: [Harfbuzz] ERROR: Shaper couldn't shape text run in WebCore::FontCascade::flo...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-23 18:02 PDT by Michael Catanzaro
Modified: 2017-10-04 09:17 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2015-06-23 18:02:47 PDT
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/
Comment 1 Michael Catanzaro 2015-06-23 18:08:09 PDT
I see

// FIXME: This should mimic Mac port.

was added to this function in r168528.
Comment 2 Michael Catanzaro 2017-09-28 06:46:47 PDT
It also prints many times when running running TestWebViewEditor, which loads a very simple HTML page.
Comment 3 Michael Catanzaro 2017-10-02 04:37:26 PDT
Probably fixed by bug #167956.
Comment 4 Michael Catanzaro 2017-10-04 09:17:59 PDT
Probably fixed.