<html>
    <head>
      <base href="https://bugs.webkit.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Win] Crashes in JSC::JITCode::execute while using WebInspector"
   href="https://bugs.webkit.org/show_bug.cgi?id=171266#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Win] Crashes in JSC::JITCode::execute while using WebInspector"
   href="https://bugs.webkit.org/show_bug.cgi?id=171266">bug 171266</a>
              from <span class="vcard"><a class="email" href="mailto:Hironori.Fujii@sony.com" title="Fujii Hironori <Hironori.Fujii@sony.com>"> <span class="fn">Fujii Hironori</span></a>
</span></b>
        <pre>current RIP was 00007FFF08523EC8.

<span class="quote">> 00007FFF08523EC8  mov         qword ptr [rsi],rax</span >

rsi pointed to a invalid address.
rsi should point to a address to where the return value (JSValue) will be stored.

rsi is a callee saved registers.
It seems that one of the functions called from JITCode::execute destructed rsi.</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>