RESOLVED FIXED Bug 146194
ASSERTION FAILED: typesettingFeatures & (Kerning | Ligatures) in WebCore::applyFontTransforms
https://bugs.webkit.org/show_bug.cgi?id=146194
Summary ASSERTION FAILED: typesettingFeatures & (Kerning | Ligatures) in WebCore::app...
Michael Catanzaro
Reported 2015-06-21 08:45:26 PDT
Created attachment 255326 [details] backtrace ASSERTION FAILED: typesettingFeatures & (Kerning | Ligatures) In WebCore::applyFontTransforms, at ../../Source/WebCore/platform/graphics/WidthIterator.cpp:102, loading www.vox.com on a debug build of master, GTK port. Seems to happen 100%. Backtrace attached.
Attachments
backtrace (264.94 KB, text/plain)
2015-06-21 08:45 PDT, Michael Catanzaro
no flags
Patch (7.50 KB, patch)
2015-09-09 13:49 PDT, Myles C. Maxfield
no flags
Patch (9.50 KB, patch)
2015-09-09 14:40 PDT, Myles C. Maxfield
dino: review+
Carlos Alberto Lopez Perez
Comment 1 2015-09-04 10:29:25 PDT
This also happens on https://www.scaleway.com/pricing/ (Uploaded copy of the site, just in case it changes to http://people.igalia.com/clopez/wkbug/146194/ )
Myles C. Maxfield
Comment 2 2015-09-09 13:23:27 PDT
Unfortunately http://people.igalia.com/clopez/wkbug/146194/ doesn't cause an assert in a debug build on Yosemite as of r189543 :(
Myles C. Maxfield
Comment 3 2015-09-09 13:25:08 PDT
I'm also not getting an assert on http://www.vox.com/ :(
Myles C. Maxfield
Comment 4 2015-09-09 13:32:55 PDT
From inspection, it must be that the following is true glyphBuffer && glyphBuffer->size() == lastGlyphCount + 1 && isSoftBankEmoji(previousCharacter) but there are no m_typesettingFeatures.
Myles C. Maxfield
Comment 5 2015-09-09 13:33:42 PDT
This is a case where the assert is wrong.
Myles C. Maxfield
Comment 6 2015-09-09 13:49:34 PDT
Myles C. Maxfield
Comment 7 2015-09-09 14:05:32 PDT
Comment on attachment 260871 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=260871&action=review > Source/WebCore/ChangeLog:10 > + No new tests because there is no behavior change. This isn't quite true. I should still create a test.
Myles C. Maxfield
Comment 8 2015-09-09 14:40:44 PDT
Dean Jackson
Comment 9 2015-09-09 14:46:55 PDT
Comment on attachment 260874 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=260874&action=review > Source/WebCore/platform/graphics/WidthIterator.cpp:105 > + if (glyphBuffer && glyphBuffer->size() == lastGlyphCount + 1 && isSoftBankEmoji(previousCharacter)) Could you put () around lastGlyphCount + 1?
Myles C. Maxfield
Comment 10 2015-09-09 15:42:59 PDT
Carlos Garcia Campos
Comment 11 2015-10-29 02:09:16 PDT
*** Bug 150638 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.