[Webkit-unassigned] [Bug 203956] [GTK] WebKitGTK 2.26.x fails to build with ENABLE_WEBGL=OFF

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 17 08:16:38 PST 2019


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

--- Comment #3 from Haelwenn (lanodan) Monnier <contact+bugs.webkit.org at hacktivis.me> ---
Oh okay, didn't notice it was a private one, will use the runtime flag for controlling it (which is better anyway).

Building with bubblewrap disabled is controlled via ebuild USE flag so it's not hardcoded and yeah I should make it use bmalloc.

IIRC I have -DUSE_SYSTEM_MALLOC=ON because otherwise would be very prone to calling abort() (ouch! librairies shouldn't do that) when memory allocation would fail with `vm.overcommit_memory = 2` (ended up going back to `vm.overcommit_memory = 0`).

-- 
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/20191217/e923112f/attachment.htm>


More information about the webkit-unassigned mailing list