<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 --- - lldb 3.8, 3.9 and 4.0 hang on Debian"
   href="https://llvm.org/bugs/show_bug.cgi?id=31571">31571</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>lldb 3.8, 3.9 and 4.0 hang on Debian
          </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>Linux
          </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@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>sylvestre@debian.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>labath@google.com, llvm-bugs@lists.llvm.org, pablo@sifflez.org, sylvestre@debian.org
          </td>
        </tr>

        <tr>
          <th>Depends on</th>
          <td>28127
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Since recently, all recent versions of lldb are hanging on a simple hello world
test case.

With libstdc++ 6.2.1-5, I am getting:
$ cat bar.c 
int main() {
    int a=0;
    return a;
}
$ clang-4.0 -g -o bar bar.c
$ lldb-4.0 --debug bar
(lldb) target create "bar"
Current executable set to 'bar' (x86_64).
(lldb) b main
Breakpoint 1: where = bar`main + 11 at bar.c:2, address = 0x00000000004004ab
(lldb) run

strace blames:
$ lldb-server-4.0
: CommandLine Error: Option 'print-summary-global-ids' registered more than
once!
LLVM ERROR: inconsistency in registered CommandLine options

(same with 3.8)

So, it seems that it is not really fixed on 4.0 :/</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>