<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#c10">Comment # 10</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:ossy&#64;webkit.org" title="Csaba Osztrogonác &lt;ossy&#64;webkit.org&gt;"> <span class="fn">Csaba Osztrogonác</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=155537#c8">comment #8</a>)
<span class="quote">&gt; Hmmm. Ossy, do you have build access for that configuration atm?
&gt; 
&gt; I'd be interested in knowing what happens in 
&gt; #else // ENABLE(EXECUTABLE_ALLOCATOR_FIXED)
&gt; static inline void* writeToExecutableRegion(void *dst, const void *src,
&gt; size_t n)
&gt; {
&gt;     return memcpy(dst, src, n);
&gt; }
&gt; #endif
&gt; 
&gt; if you put an
&gt; ASSERT(((intptr_t)dst) &amp; 1);
&gt; 
&gt; before the memcpy</span >

I think you meant the negated condition. It wasn't easy, because
there are many assertions on ARMv7 due to <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ARM] ASSERTION FAILED: !(reinterpret_cast&lt;intptr_t&gt;(to) &amp; 1) on Linux"
   href="show_bug.cgi?id=154857">bug154857</a>. But I managed
to use release assert instead of, but it didn't hit on the tests
which crashed due to this bug.</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>