[Webkit-unassigned] [Bug 155537] [ARM] REGRESSION(r198235): 12000 JSC stress tests started to crash on ARMv7 Thumb2 Linux platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 10:26:45 PDT 2016


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

--- Comment #8 from Oliver Hunt <oliver at apple.com> ---
Hmmm. Ossy, do you have build access for that configuration atm?

I'd be interested in knowing what happens in 
#else // ENABLE(EXECUTABLE_ALLOCATOR_FIXED)
static inline void* writeToExecutableRegion(void *dst, const void *src, size_t n)
{
    return memcpy(dst, src, n);
}
#endif

if you put an
ASSERT(((intptr_t)dst) & 1);

before the memcpy

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160316/9f302364/attachment.html>


More information about the webkit-unassigned mailing list