<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 --- - TestThreadStates.test_state_after_continue_with_dwarf cause python crash on OSX" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D23669&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=DDUMf06MYELAe1Nlv7KChiwJLLHbYha4jtK_AOiWqwQ&m=5LgBnFGPoFreUJwTfHJLKKCKrb1gsy-mWO_dIcyfI4c&s=nfCzyUTxTgNaU_1xeCNtuyeZg8GK8nC9FzZb5IlqTiM&e=">23669</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>TestThreadStates.test_state_after_continue_with_dwarf cause python crash on OSX
          </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>chying@google.com
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=14393" name="attach_14393" title="core dump on OSX">attachment 14393</a> <a href="attachment.cgi?id=14393&action=edit" title="core dump on OSX">[details]</a></span>
core dump on OSX

Based on a rough observation, this happens 30% of the time.
Python crashes when this happened.
Attached core dumps from OSX.

Command invoked: ./dotest.py -m --executable
/Users/lldb_build/testSlave/buildDir/lldb.src/build/Debug/lldb --framework
/Users/lldb_build/testSlave/buildDir/lldb.src/build/Debug/LLDB.framework -A
x86_64 -C clang -s -p TestThreadStates.py
compilers=['clang']

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

 1: test_process_interrupt_with_dsym (TestThreadStates.ThreadStateTestCase)
    Test process interrupt. ... expected failure
 2: test_process_interrupt_with_dwarf (TestThreadStates.ThreadStateTestCase)
    Test process interrupt. ... expected failure
 3: test_process_state_with_dsym (TestThreadStates.ThreadStateTestCase)
    Test thread states (comprehensive). ... expected failure
 4: test_process_state_with_dwarf (TestThreadStates.ThreadStateTestCase)
    Test thread states (comprehensive). ... expected failure
 5: test_state_after_breakpoint_with_dsym
(TestThreadStates.ThreadStateTestCase)
    Test thread state after breakpoint. ... expected failure
 6: test_state_after_breakpoint_with_dwarf
(TestThreadStates.ThreadStateTestCase)
    Test thread state after breakpoint. ... expected failure
 7: test_state_after_continue_with_dsym (TestThreadStates.ThreadStateTestCase)
    Test thread state after continue. ... ok
 8: test_state_after_continue_with_dwarf (TestThreadStates.ThreadStateTestCase)
    Test thread state after continue. ... Segmentation fault: 11</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>