From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7733 invoked by alias); 12 Apr 2010 14:54:06 -0000 Received: (qmail 7720 invoked by uid 22791); 12 Apr 2010 14:54:05 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_MSGID_LONG45 X-Spam-Check-By: sourceware.org Received: from mail-vw0-f41.google.com (HELO mail-vw0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Apr 2010 14:53:59 +0000 Received: by vws14 with SMTP id 14so198706vws.0 for ; Mon, 12 Apr 2010 07:53:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.44.198 with HTTP; Mon, 12 Apr 2010 07:53:57 -0700 (PDT) In-Reply-To: References: Date: Mon, 12 Apr 2010 14:54:00 -0000 Received: by 10.220.125.25 with SMTP id w25mr2015576vcr.212.1271084037537; Mon, 12 Apr 2010 07:53:57 -0700 (PDT) Message-ID: Subject: Re: New gdbserver failures From: "H.J. Lu" To: GDB , Pedro Alves Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 X-SW-Source: 2010-04/txt/msg00353.txt.bz2 On Mon, Apr 12, 2010 at 7:48 AM, H.J. Lu wrote: > On Linux/x86-64, I saw > > FAIL: gdb.server/ext-attach.exp: attach to remote program 2 > FAIL: gdb.server/ext-attach.exp: backtrace 2 > > They weren't there on April 11, 2010. I got > > gnu-18:pts/4[18]> ./gdbserver-old --multi gnu-18:10000 > Listening on port 10000 > Remote debugging from host 172.25.70.137 > readchar: Got EOF > Remote side has terminated connection. =A0GDBserver will reopen the conne= ction. > Listening on port 10000 > Remote debugging from host 172.25.70.137 > Process 64 created; pid =3D 25716 > Detaching from process 25716 > 1.100000 > Cannot attach to lwp 25716: Operation not permitted (1) > > > -- > H.J. > It is caused by http://sourceware.org/ml/gdb-patches/2010-04/msg00330.html --=20 H.J.