DavidSpickett wrote: https://github.com/llvm/llvm-project/issues/144077 for the terminal closing. It's not related to this change.
I had to disable two of the tests that try to read a closed file descriptor. MS CRT validates the fd before it reads it and this leads to a software breakpoint / crash. https://github.com/llvm/llvm-project/commit/82911f188be7ce7cb0a04b7fd648ea8b4aad2e59 If this is a feature you actually rely on, we should check the fd is valid before we use it. https://github.com/llvm/llvm-project/pull/143946 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits