[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 23 06:31:10 PDT 2016


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

--- Comment #10 from Csaba Osztrogonác <ossy at webkit.org> ---
(In reply to comment #8)
> 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

I think you meant the negated condition. It wasn't easy, because
there are many assertions on ARMv7 due to bug154857. But I managed
to use release assert instead of, but it didn't hit on the tests
which crashed due to this bug.

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


More information about the webkit-unassigned mailing list