<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </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 --- - (Windows) LLDB hangs if debuggee raises an exception during startup" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D23896&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=DDUMf06MYELAe1Nlv7KChiwJLLHbYha4jtK_AOiWqwQ&m=3ljTvbN5WuisMbgt1dWL_cvQvxSGg8j7EGhOcjYK7tc&s=WtrhrfyBZmVWONmNJlTYetMPgiCqjm-m1DrfjRoGpJI&e=">23896</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>(Windows) LLDB hangs if debuggee raises an exception during startup
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>chega_@yahoo.com
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Start debugging executable that depends on some dll, but make sure that the dll
cannot be found.  This will cause SEH exception 0xc0000135 to be raised by the
image loader.  LLDB's debug loop thread receives the debug event, notifies the
main thread and waits...  Meanwhile the main thread is blocked (in
ProcessWindows::WaitForDebuggerConnection) waiting for debug launch to
complete. Whoops.

LLDB version: tip of the master as of 6/18/15
(d9ffb60cd3b567e38bd92a55d0c5c5cee8a1b914)</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>