From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17470 invoked by alias); 14 Nov 2011 22:08:34 -0000 Received: (qmail 17415 invoked by uid 22791); 14 Nov 2011 22:08:34 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 Nov 2011 22:08:20 +0000 From: "keiths at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug remote/12853] Unable to quit GDB if remote TCP connection is lost Date: Mon, 14 Nov 2011 22:08:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: remote X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: keiths at redhat dot com X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: keiths at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status CC AssignedTo Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2011-q4/txt/msg00323.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=12853 Keith Seitz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING CC| |keiths at redhat dot com AssignedTo|unassigned at sourceware |keiths at redhat dot com |dot org | --- Comment #1 from Keith Seitz 2011-11-14 22:08:14 UTC --- I cannot reproduce with the 7.3 branch (7.3.1-20111104-cvs) or CVS HEAD. I've tried this on cygwin, too (Windows 2008 Server): SHELL A: $ gdbserver :1234 foo Process foo created; pid = 1936 Listening on port 1234 SHELL B: $ gdb -nx -q foo (gdb) b main Breakpoint 1 at 0x401196: file foo.c, line 6. (gdb) tar remote :1234 Remote debugging using :1243 warning: Can not parse target XML description; XML support was disabled at compile time warning: Can not parser XML library list; XML support was disabled at compile time 0x775e0005 in ?? () (gdb) c Breakpoint 1, main () at foo.c:6 6 return 0; (gdb) SHELL C: $ ps waux | grep gdbserver | kill `awk '{print $1}'` SHELL B: (gdb) quit A debugging session is active. Inferior 1 [Remote target] will be killed. Quit anyway? (y or n) y qTStatus: remote connection closed $ Can you verify any of this or provide me with a test that demonstrates the problem better? -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.