<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Win] Stack overflow at RefPtr::release"
   href="https://bugs.webkit.org/show_bug.cgi?id=158687">158687</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[Win] Stack overflow at RefPtr::release
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Web Template Framework
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>Hironori.Fujii&#64;sony.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>[Win] Stack overflow at RefPtr::release

trunk&#64;201986 AppleWin Debug (CMake) build

When starting MiniBrowser, following dialog will be shown:

<span class="quote">&gt; Unhandled exception at 0x100694E0 (WebKit.dll) in MiniBrowser.exe: 0xC00000FD: Stack overflow (parameters: 0x00000001, 0x00092FFC).</span >

Callstack:

<span class="quote">&gt;         WebKit.dll!WTF::RefPtr&lt;WTF::StringImpl&gt;::RefPtr&lt;WTF::StringImpl&gt;(WTF::StringImpl * ptr, WTF::RefPtr&lt;WTF::StringImpl&gt;::AdoptTag __formal) Line 108        C++
&gt;          WebKit.dll!WTF::adoptRef&lt;WTF::StringImpl&gt;(WTF::StringImpl * p) Line 243        C++
&gt;          WebKit.dll!WTF::RefPtr&lt;WTF::StringImpl&gt;::release() Line 69        C++
&gt;          WebKit.dll!WTF::RefPtr&lt;WTF::StringImpl&gt;::RefPtr&lt;WTF::StringImpl&gt;(WTF::RefPtr&lt;WTF::StringImpl&gt; &amp;&amp; o) Line 52        C++
&gt;          WebKit.dll!WTF::RefPtr&lt;WTF::StringImpl&gt;::release() Line 69        C++
&gt;          WebKit.dll!WTF::RefPtr&lt;WTF::StringImpl&gt;::RefPtr&lt;WTF::StringImpl&gt;(WTF::RefPtr&lt;WTF::StringImpl&gt; &amp;&amp; o) Line 52        C++
&gt;          WebKit.dll!WTF::RefPtr&lt;WTF::StringImpl&gt;::release() Line 69        C++
&gt;          WebKit.dll!WTF::RefPtr&lt;WTF::StringImpl&gt;::RefPtr&lt;WTF::StringImpl&gt;(WTF::RefPtr&lt;WTF::StringImpl&gt; &amp;&amp; o) Line 52        C++
&gt;          WebKit.dll!WTF::RefPtr&lt;WTF::StringImpl&gt;::release() Line 69        C++
&gt;          WebKit.dll!WTF::RefPtr&lt;WTF::StringImpl&gt;::RefPtr&lt;WTF::StringImpl&gt;(WTF::RefPtr&lt;WTF::StringImpl&gt; &amp;&amp; o) Line 52        C++</span >
(...)
<span class="quote">&gt;          WebKit.dll!WTF::RefPtr&lt;WTF::StringImpl&gt;::release() Line 69        C++
&gt;          WebKit.dll!WTF::RefPtr&lt;WTF::StringImpl&gt;::RefPtr&lt;WTF::StringImpl&gt;(WTF::RefPtr&lt;WTF::StringImpl&gt; &amp;&amp; o) Line 52        C++
&gt;          WebKit.dll!WTF::RefPtr&lt;WTF::StringImpl&gt;::release() Line 69        C++
&gt;          WebKit.dll!WTF::RefPtr&lt;WTF::StringImpl&gt;::RefPtr&lt;WTF::StringImpl&gt;(WTF::RefPtr&lt;WTF::StringImpl&gt; &amp;&amp; o) Line 52        C++
&gt;          WebKit.dll!WTF::RefPtr&lt;WTF::StringImpl&gt;::release() Line 69        C++
&gt;          WebKit.dll!WTF::RefPtr&lt;WTF::StringImpl&gt;::RefPtr&lt;WTF::StringImpl&gt;(WTF::RefPtr&lt;WTF::StringImpl&gt; &amp;&amp; o) Line 52        C++
&gt;          WebKit.dll!WTF::RefPtr&lt;WTF::StringImpl&gt;::release() Line 69        C++
&gt;          WebKit.dll!WTF::RefPtr&lt;WTF::StringImpl&gt;::RefPtr&lt;WTF::StringImpl&gt;(WTF::RefPtr&lt;WTF::StringImpl&gt; &amp;&amp; o) Line 52        C++
&gt;          The maximum number of stack frames supported by Visual Studio has been exceeded.</span ></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>