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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 10 21:13:20 PST 2018


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

--- Comment #10 from Mark Lam <mark.lam at apple.com> ---
(In reply to Michael Catanzaro from comment #7)
> It's hitting a release assert:
> 
>     // We should have already ensured that Options::reservedZoneSize() >=
> minimumReserveZoneSize at
>     // options initialization time, and the option value should not have
> been changed thereafter.
>     // We don't have the ability to assert here that it hasn't changed, but
> we can at least assert
>     // that the value is sane.
>     RELEASE_ASSERT(reservedZoneSize >= minimumReservedZoneSize);

Options::reservedZoneSize() is initialized in recomputeDependentOptions(), which is called from Options::initialize().  Options::initialize() is called from initializeThreading().

The only way this assertion can fail is if initializeThreading() was not called in the initialization 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/20180111/971e5b6e/attachment-0001.html>


More information about the webkit-unassigned mailing list