[Webkit-unassigned] [Bug 182605] New: Silence MAP_JIT warning for Network Process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 8 08:29:53 PST 2018


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

            Bug ID: 182605
           Summary: Silence MAP_JIT warning for Network Process
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

The Network process periodically invokes JavaScriptCore to process Proxy Auto-Config (PAC) files. We don't support JIT compilation in the Network Process, which triggers spurious warnings when JavaScriptCore attempts to invoke the JIT. The warning messages are harmless, but they create log spam that makes it difficult to notice actual problems.

This patch silences this expected warning in the Network Process.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180208/0f0c33f4/attachment.html>


More information about the webkit-unassigned mailing list