<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 --- - TestInferiorAssert tests fail on FreeBSD after r190812 (Fixes symbol resolution for a function with a tail call)"
   href="http://llvm.org/bugs/show_bug.cgi?id=17276">17276</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>TestInferiorAssert tests fail on FreeBSD after r190812 (Fixes symbol resolution for a function with a tail call)
          </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>After SVN r190812 three TestInferiorAssert tests fail locally for me on
FreeBSD.  I haven't yet done any investigation beyond bisecting.

test_inferior_asserting_step (TestInferiorAssert.AssertingInferiorTestCase)
Failing case after r190812:

runCmd: thread backtrace all
output: * thread #1: tid = 43106, 0x000000080091f6fc libc.so.7`kill + 12 at
kill.S:3, stop reason = signal SIGABRT
    frame #0: 0x000000080091f6fc libc.so.7`kill + 12 at kill.S:3
    frame #1: 0x000000080091e39c libc.so.7`abort + 76 at abort.c:65


Expecting sub string: stop reason = signal SIGABRT
Matched

Expecting sub string: main
Not matched

FAILURE


backtrace prior to r190812:
output: * thread #1: tid = 40006, 0x000000080091f6fc libc.so.7`kill + 12 at
kill.S:3, stop reason = signal SIGABRT
    frame #0: 0x000000080091f6fc libc.so.7`kill + 12 at kill.S:3
    frame #1: 0x000000080091e3e9 libc.so.7`abort + 153 at abort.c:77
    frame #2: 0x0000000800901991 libc.so.7`__assert(func=<unavailable>,
file=<unavailable>, line=<unavailable>, failedexpr=<unavailable>) + 81 at
assert.c:54
    frame #3: 0x00000000004006a0 a.out`main(argc=1, argv=0x00007fffffffd2d0) +
112 at main.c:18
    frame #4: 0x00000000004005b1 a.out`_start(ap=<unavailable>,
cleanup=<unavailable>) + 145 at crt1.c:97</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>