<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 --- - Some lldb-server tests become zombies"
   href="https://llvm.org/bugs/show_bug.cgi?id=23181">23181</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Some lldb-server tests become zombies
          </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>MacOS X
          </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>ki.stfu@gmail.com
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>There are 3 lldb-server tests which become zombies:
*
TestGdbRemote_vCont.test_single_step_only_steps_one_instruction_with_Hc_vCont_s_debugserver_dsym
*
TestGdbRemote_vCont.test_single_step_only_steps_one_instruction_with_vCont_s_thread_debugserver_dsym
*
TestGdbRemoteSingleStep.test_single_step_only_steps_one_instruction_with_s_debugserver_dsym

Test plan:
```
$ ps | grep a.out | wc -l
      18
$ ./dotest.py --executable $BUILDDIR/bin/lldb -f
TestGdbRemote_vCont.test_single_step_only_steps_one_instruction_with_Hc_vCont_s_debugserver_dsym
-f
TestGdbRemote_vCont.test_single_step_only_steps_one_instruction_with_vCont_s_thread_debugserver_dsym
-f
TestGdbRemoteSingleStep.test_single_step_only_steps_one_instruction_with_s_debugserver_dsym
LLDB library dir: /Users/IliaK/p/llvm/build_ninja/bin
LLDB import library dir: /Users/IliaK/p/llvm/build_ninja/bin
lldb-340.99.0
lldb.pre_flight: None
lldb.post_flight: None

Session logs for test failures/errors/unexpected successes will go into
directory '2015-04-10-01_09_06'
Command invoked: ./dotest.py --executable
/Users/IliaK/p/llvm/build_ninja/bin/lldb -f
TestGdbRemote_vCont.test_single_step_only_steps_one_instruction_with_Hc_vCont_s_debugserver_dsym
-f
TestGdbRemote_vCont.test_single_step_only_steps_one_instruction_with_vCont_s_thread_debugserver_dsym
-f
TestGdbRemoteSingleStep.test_single_step_only_steps_one_instruction_with_s_debugserver_dsym
compilers=['clang']

Configuration: arch=x86_64 compiler=clang
----------------------------------------------------------------------
Collected 3 tests

.=success F=fail E=error s=skipped x=expected-fail u=unexpected-success

...
----------------------------------------------------------------------
Ran 3 tests in 4.601s

OK
$ ps | grep a.out | wc -l
      21
```</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>