[Webkit-unassigned] [Bug 26743] New: [CHROMIUM] Multiple ASSERT_NOT_REACHED reached in Chromium font code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 25 17:16:29 PDT 2009


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

           Summary: [CHROMIUM] Multiple ASSERT_NOT_REACHED reached in
                    Chromium font code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nsylvain at chromium.org


This is a follow up for bug 26484

The problem fixed in bug 26484 appears at multiple other places in the
codebase.

Short description: Chromium may not be able to load fonts when the browser
process is going down because of the sandbox restrictions (and the lack of help
from the browser process). We have some asserts in this case. But since it
happens often during shutdown, we want to replace these asserts for LOG
messages.

I will submit a patch for review.


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



More information about the webkit-unassigned mailing list