[Webkit-unassigned] [Bug 181438] [GTK] RELEASE_ASSERT(reservedZoneSize >= minimumReservedZoneSize) in JSC::VM::updateStackLimits

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 11 18:26:51 PST 2018


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

--- Comment #22 from Oliver Hunt <oliver at apple.com> ---
> How do we solve such a problem in macOS?

on osx JavaScriptCore is not included in WebKit, so there's only one.

The problem is that (I would guess) webkitgtk can't simply depend on a distinct jsc package due the the (non-api) binary dependencies between webkit and jsc.

Because webkitgtk and javascriptcoregtk are separately packaged they can be updated out of sync, and so webkitgtk must contain its own JSC. This means that you encounter a problem if you have an application that uses webkitgtk and javacrbiptcoregtk at the same time.

On osx we just ensure that webkit and javascriptcore releases are built in lock step, and if there is ever an update to only (strictly speaking) requires JSC to update we still rebuild and update the entire dependency chain.

-- 
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/20180112/eac642d8/attachment.html>


More information about the webkit-unassigned mailing list