From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52877 invoked by alias); 22 Sep 2016 10:29:06 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 52860 invoked by uid 89); 22 Sep 2016 10:29:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=U*brobecker, sk:brobeck, D*adacore.com, brobeckeradacorecom X-HELO: mail-oi0-f47.google.com Received: from mail-oi0-f47.google.com (HELO mail-oi0-f47.google.com) (209.85.218.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Sep 2016 10:28:54 +0000 Received: by mail-oi0-f47.google.com with SMTP id a62so92405595oib.1 for ; Thu, 22 Sep 2016 03:28:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=JFIEXRAVNPvQu7PU42FQRoTuaVrDtYUEZbKUotp8Eio=; b=UmpnAhnx0qf6qNmrgxBB6Cl+dpzUv4dvT7GmEXHDcXjY7/pSjWmbPGBFOcao27EeKq JCPYWNLBlRll7FVVOKCUW2kdtov42XQoiYAkBg2pZN9s/RUMpEa3oaL+RjIs5wbTEufj UXuz7ChYJ+z0CmYTrD3s4+Iut5Pd56dHn8iq0ccoXFHkXPpHG4eSEwJ+y8gL1EPWv7so j8fKqof/NfC1yYBLQEFSZNuL9y4R8NKSWBXjM997Y4cfXWUCLbbkv5/bK0WjsFTjqcjZ CvIekKfnDhe4ecDc7UJzbziau+bu5tclNHiwhzXYKUbQ2Y3Rs2itnhIzxQqel4NqO9Qs aksw== X-Gm-Message-State: AE9vXwPW0h0tpfpSgpk+8wvvE1BkOaa0LWaY+xqZxqHPGnEikUZ+25EeExTG3AuOu0ex4s2N0lPaYH4yQ1AU7A== X-Received: by 10.202.192.5 with SMTP id q5mr1299292oif.71.1474540133159; Thu, 22 Sep 2016 03:28:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.237.20 with HTTP; Thu, 22 Sep 2016 03:28:52 -0700 (PDT) In-Reply-To: <20160921171639.GB3842@adacore.com> References: <20160921171639.GB3842@adacore.com> From: Yao Qi Date: Thu, 22 Sep 2016 10:40:00 -0000 Message-ID: Subject: Re: GDB 7.12 release - 2016-09-21 update? To: Joel Brobecker Cc: "gdb-patches@sourceware.org" , t@adacore.com, Don Breazeal , Pedro Alves , Yao Qi , Antoine Tremblay Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00274.txt.bz2 On Wed, Sep 21, 2016 at 6:16 PM, Joel Brobecker wro= te: > > PR 20627: GDBserver can not be closed > > Assigned to: *** UNASSIGNED *** > Status: ??? > > Not sure if this is a regression or not, and whether it is > actually critical for 7.12. If there is no data loss, perhaps > we can just document the workaround. > > Yao? > There is no such problem on 7.11.1. Since the GDBserver can not be closed, GDB can not quit until it gets packet error. (I start GDB in one window and start GDBserver in the other.) (gdb) quit A debugging session is active. Inferior 1 [process 14736] will be killed. Quit anyway? (y or n) y Ignoring packet error, continuing... In my real remote testing, GDB can quit and GDBserver process leaves on the target machine. There are a lot of GDBserver processes left after running GDB testsuite. I am looking into this bug... --=20 Yao (=E9=BD=90=E5=B0=A7)