<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION: Crashes in StringImpl destructor during GC"
   href="https://bugs.webkit.org/show_bug.cgi?id=164433#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION: Crashes in StringImpl destructor during GC"
   href="https://bugs.webkit.org/show_bug.cgi?id=164433">bug 164433</a>
              from <span class="vcard"><a class="email" href="mailto:fpizlo&#64;apple.com" title="Filip Pizlo &lt;fpizlo&#64;apple.com&gt;"> <span class="fn">Filip Pizlo</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=164433#c4">comment #4</a>)
<span class="quote">&gt; First occurrence that I see was on 2016-11-02 16:21:01.
&gt; 
&gt; Filip, could this be caused by threaded GC (r208306)?</span >

Yup, that's the patch at fault.  Should be really easy to fix.  Basically, we just need to move anything in the GC that touches strings off the GC thread.  It's usually easy to do this.  Here we see the collector calling some HasOwnPropertyCache thing, which it shouldn't be doing.</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>