================
@@ -955,9 +955,7 @@ class IOHandlerProcessSTDIOWindows : public IOHandler {
                   IOHandler::Type::ProcessIO),
         m_process(process),
         m_read_file(GetInputFD(), File::eOpenOptionReadOnly, false),
-        m_write_file(conpty_input) {
-    m_pipe.CreateNew();
-  }
+        m_write_file(conpty_input), m_interrupt_event(INVALID_HANDLE_VALUE) {}
----------------
Nerixyz wrote:

The event is never created, so it's always `INVALID_HANDLE_VALUE`. It's also 
never destroyed.

https://github.com/llvm/llvm-project/pull/175812
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to