[Lldb-commits] [lldb] [lldb] fix fd leak during lldb testsuite (PR #118093)

via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 29 07:06:59 PST 2024


dlav-sc wrote:

> It leaks the fds if `dumpSessionInfo` is never called

Yeah, `dumpSessionInfo` closes session log file, but looks like `dumpSessionInfo` isn't called anywhere. Honestly, I don't understand the necessity of the function in that case, maybe we can remove it.

https://github.com/llvm/llvm-project/pull/118093


More information about the lldb-commits mailing list