[Webkit-unassigned] [Bug 140143] Source/WTF/wtf/OSAllocatorPosix.cpp fails to build on OS X Leopard due to madvise() extensions not being available

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 6 13:29:57 PST 2015


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

--- Comment #1 from Jeremy Huddleston Sequoia <jeremyhu at apple.com> ---
It looks like the code is guarded:

#elif HAVE(MADV_FREE_REUSE)
    while (madvise(address, bytes, MADV_FREE_REUSABLE) == -1 && errno == EAGAIN) { }

so the issue is that HAVE(MADV_FREE_REUSE) is not working right.

-- 
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/20150106/cfb893dc/attachment-0002.html>


More information about the webkit-unassigned mailing list