mgorny added a comment.

@labath, this is the part where I ask for help ;-).

  An exception happened when receiving the response from the gdb server. 
Closing the client...
  Traceback (most recent call last):
    File 
"/home/mgorny/git/llvm-project/lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py",
 line 405, in _run
      data = seven.bitcast_to_string(self._client.recv(4096))
    File 
"/home/mgorny/git/llvm-project/lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py",
 line 538, in recv
      return self.read(size)
  OSError: [Errno 5] Input/output error
  PASS: LLDB (/home/mgorny/git/llvm-project/build/bin/clang-x86_64) :: 
test_process_connect_sync_dwarf (TestPty.TestPty)

I think it's getting in the 'controlling terminal' magic and getting EIO when 
lldb finishes or sth like that. Any suggestion how to avoid this exception?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110878/new/

https://reviews.llvm.org/D110878

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to