<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ARM] REGRESSION(r198235): 12000 JSC stress tests started to crash on ARMv7 Thumb2 Linux platforms"
   href="https://bugs.webkit.org/show_bug.cgi?id=155537#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ARM] REGRESSION(r198235): 12000 JSC stress tests started to crash on ARMv7 Thumb2 Linux platforms"
   href="https://bugs.webkit.org/show_bug.cgi?id=155537">bug 155537</a>
              from <span class="vcard"><a class="email" href="mailto:oliver&#64;apple.com" title="Oliver Hunt &lt;oliver&#64;apple.com&gt;"> <span class="fn">Oliver Hunt</span></a>
</span></b>
        <pre>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) &amp; 1);

before the memcpy</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>