<html>
    <head>
      <base href="http://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 --- - ExitDuringStepTestCase hanging on buildbot and local runs on FreeBSD"
   href="http://llvm.org/bugs/show_bug.cgi?id=21411">21411</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>ExitDuringStepTestCase hanging on buildbot and local runs on FreeBSD
          </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>FreeBSD
          </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>emaste@freebsd.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Unfortunately the buildbot output is not useful: the test runs ninja check-lldb
but is killed by timeout after 1200s and none of the output is displayed.

Running the suite locally on FreeBSD 10.1-RC3 I see that the test suite is
executing the exit_during_step test and making no progress.



Example output:

<a href="http://llvm-amd64.freebsd.your.org/b/builders/lldb-amd64-freebsd/builds/2784/steps/check-lldb.1/logs/stdio">http://llvm-amd64.freebsd.your.org/b/builders/lldb-amd64-freebsd/builds/2784/steps/check-lldb.1/logs/stdio</a>

ninja check-lldb
 in dir /data/buildslave/lldb-amd64-freebsd/obj/llvm (timeout 1200 secs)
 watching logfiles {}
 argv: ['ninja', 'check-lldb']
 environment:
  HOME=/home/buildbot
  LOGNAME=buildbot
  MALLOC_CONF=abort:true,junk:true
 
PATH=/home/buildbot/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
  PWD=/data/buildslave/lldb-amd64-freebsd/obj/llvm
  SHELL=/bin/sh
  USER=buildbot
 using PTY: False
[1/1] Testing LLDB (with a separate subprocess per test)

command timed out: 1200 seconds without output running ['ninja', 'check-lldb'],
attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=1200.280414</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>