From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4446 invoked by alias); 12 Apr 2010 14:48:09 -0000 Received: (qmail 4435 invoked by uid 22791); 12 Apr 2010 14:48:09 -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:48:05 +0000 Received: by vws14 with SMTP id 14so195577vws.0 for ; Mon, 12 Apr 2010 07:48:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.44.198 with HTTP; Mon, 12 Apr 2010 07:48:03 -0700 (PDT) Date: Mon, 12 Apr 2010 14:48:00 -0000 Received: by 10.220.121.229 with SMTP id i37mr2062280vcr.117.1271083683847; Mon, 12 Apr 2010 07:48:03 -0700 (PDT) Message-ID: Subject: New gdbserver failures From: "H.J. Lu" To: GDB , Pedro Alves Content-Type: text/plain; charset=ISO-8859-1 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/msg00351.txt.bz2 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. GDBserver will reopen the connection. Listening on port 10000 Remote debugging from host 172.25.70.137 Process 64 created; pid = 25716 Detaching from process 25716 1.100000 Cannot attach to lwp 25716: Operation not permitted (1) -- H.J.