mgorny added a comment.

Well, I found another problem with these series, specifically starting at this 
commit. Any use of `script` in LLDB ends up with:

  (lldb) script True
  True
  close failed in file object destructor:
  IOError: [Errno 9] Bad file descriptor

I'd suspect the same fd is using in more than one file but that's only a guess.

The curious part is that I've tried `ktruss`-ing the process and I don't see 
any failed `close()` syscalls.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68737



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

Reply via email to