[Webkit-unassigned] [Bug 144931] New: If JSC cannot get executable memory, it shouldn't call madvise

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 12 14:58:07 PDT 2015


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

            Bug ID: 144931
           Summary: If JSC cannot get executable memory, it shouldn't call
                    madvise
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: msaboff at apple.com

If the mmap in OSAllocator::reserveAndCommit() fails, we shouldn't madvise(0, ...) in OSAllocator::reserveUncommitted().  This will likely adversely affect the application.

rdar://problem/19611967
rdar://problem/20733907

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150512/8aab998b/attachment-0001.html>


More information about the webkit-unassigned mailing list