[Webkit-unassigned] [Bug 79109] New: [Chromium] isMainThread() causes FPS counter to crash with multithreaded compositor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 08:13:21 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=79109

           Summary: [Chromium] isMainThread() causes FPS counter to crash
                    with multithreaded compositor
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pkotwicz at chromium.org


A couple places in text rendering code call ASSERT(isMainThread()).
FontFallbackList::primarySimpleFontData
Font::setShouldUseSmoothing
Font::glyphDataAndPageForCharacter

Because FPS counter uses text rendering on the impl thread, the FPS counter will crash once the multithreaded compositor is turned on.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list