[Webkit-unassigned] [Bug 232317] [ Windows EWS ] js/function-apply-aliased.html is a flaky crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 28 12:42:54 PDT 2021


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

--- Comment #3 from Mark Lam <mark.lam at apple.com> ---
We're crashing here:

void* CompleteSubspace::allocateSlow(VM& vm, size_t size, GCDeferralContext* deferralContext, AllocationFailureMode failureMode)
{
    void* result = tryAllocateSlow(vm, size, deferralContext);
    if (failureMode == AllocationFailureMode::Assert)
        RELEASE_ASSERT(result);    // <========= line 116
    return result;
}

i.e. we're just running out fo memory / the system is low on memory.  This is not a security issue.

-- 
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/20211028/a2e82037/attachment.htm>


More information about the webkit-unassigned mailing list