[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 17:54:06 PST 2018


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

--- Comment #18 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to Michael Catanzaro from comment #17)
> I can only reproduce when I build without -DDEVELOPER_MODE=ON. That's a bad
> sign.

And indeed, there are two different instances of the function JSC::Options::Initialize in the process address space, according to some simple debugging:

// Above the RELEASE_ASSERT
WTFLogAlways("%s: pid=%u Options::Initialize=%p", __PRETTY_FUNCTION__, getpid(), &Options::initialize);


Output snippet:

void JSC::VM::updateStackLimits(): pid=10373 Options::Initialize=0x7fe2b2387af6
void JSC::VM::updateStackLimits(): pid=10373 Options::Initialize=0x7fe2ad41091e

^ note the address of the function has changed....

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


More information about the webkit-unassigned mailing list