<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mark.lam&#64;apple.com" title="Mark Lam &lt;mark.lam&#64;apple.com&gt;"> <span class="fn">Mark Lam</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Possible fix for JSC api test failures in debug mode after r187020."
   href="https://bugs.webkit.org/show_bug.cgi?id=147110">bug 147110</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Possible fix for JSC api test failures in debug mode after r187020."
   href="https://bugs.webkit.org/show_bug.cgi?id=147110#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Possible fix for JSC api test failures in debug mode after r187020."
   href="https://bugs.webkit.org/show_bug.cgi?id=147110">bug 147110</a>
              from <span class="vcard"><a class="email" href="mailto:mark.lam&#64;apple.com" title="Mark Lam &lt;mark.lam&#64;apple.com&gt;"> <span class="fn">Mark Lam</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=147110#c10">comment #10</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=147110#c9">comment #9</a>)
&gt; &gt; Is this a possible scenario for the assert?
&gt; &gt; 
&gt; &gt; A thread not created with WTF::createThread() calls WTF::currentThread(),
&gt; &gt; and then exits.
&gt; &gt; Next a thread created with WTF::createThread reuses the pthread_t handle,
&gt; &gt; and then asserts.
&gt; 
&gt; Yes, it looks like this is what's happening.  I'm currently debugging the
&gt; issue on Mavericks.</span >

The real problem has to do with a thread destructor bug in Mavericks too.  All this brings to light that we should be using std::thread::id on every port except on Windows.  I'll closed this bug as resolved since we rolled out the offending patches.  I will work on a fix for <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - JavaScriptCore performance is very bad on Windows"
   href="show_bug.cgi?id=146448">bug 146448</a> that still allows Macs to use std::thread::id.</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>