https://llvm.org/bugs/show_bug.cgi?id=22964

            Bug ID: 22964
           Summary: LLDB hangs if remote lldb-gdbserver died after attach
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev@cs.uiuc.edu
          Reporter: tbergham...@google.com
    Classification: Unclassified

Repro:
* Remote debugging from Linux to Linux (most likely wrong in other platforms
also)
* Select platform and connect to it
* Attach to a remote running application
* Kill lldb-gdbserver and lldb-platfrom (both are lldb-server instances)
manually from the OS
* Try to exit from lldb (exit command or Ctrl+D)

Expected result:
* LLDB exits cleanly

Actual result:
* LLDB hangs on exit

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to