[Lldb-commits] [PATCH] D68737: SBFile::GetFile: convert SBFile back into python native files.
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 25 23:34:38 PDT 2019
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
More information about the lldb-commits
mailing list