From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11993 invoked by alias); 18 Jul 2013 16:24:40 -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 11966 invoked by uid 89); 18 Jul 2013 16:24:40 -0000 X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=ham version=3.3.1 Received: from Unknown (HELO mail-ie0-f173.google.com) (209.85.223.173) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 18 Jul 2013 16:24:39 +0000 Received: by mail-ie0-f173.google.com with SMTP id k13so7523689iea.32 for ; Thu, 18 Jul 2013 09:24:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=zTnCZaLQB6Ten4Io4cn4ekolYz0xgESBV3PPPFsbxbA=; b=Ejf25wgNWPV863tmManiBPCm3uEE1Eb0UX6ZobVEcpP1u/1pghhWpSfJ6M6P9ApBNq Vu6gyhUM2+eVG6cNHaQhf9gItgO3DMm2GDGD/NtLYlGmntwyJx+Y52XcXKG16DORzO3Z A7YV1wN1BKz8gTxheBl2xa3347DD2lZ4mvnCAVu+jfm3veUlxfrPKQDws+J0HDI9t/o2 O6B6E3hFxu6Gvi/QSyjMvqJHq5EEYVMBiyIGsbW6bLjwtl9uyLyx1fdz47FmSRVvJ5nw Y9ALRwsB6O9/iJ7kFhv12jq6HLRqJEZq8KJQGBckY9iHLJLNy2sGOrEs8pJnwRN6Ix+I z3Dg== MIME-Version: 1.0 X-Received: by 10.50.126.99 with SMTP id mx3mr12430642igb.48.1374164674790; Thu, 18 Jul 2013 09:24:34 -0700 (PDT) Received: by 10.64.62.67 with HTTP; Thu, 18 Jul 2013 09:24:34 -0700 (PDT) In-Reply-To: <20130718105435.GA26949@host2.jankratochvil.net> References: <20130718105435.GA26949@host2.jankratochvil.net> Date: Thu, 18 Jul 2013 16:24:00 -0000 Message-ID: Subject: Re: Runtime regression for gdb.base/reread.exp & co. [Re: [RFA] Remove target_section.bfd] From: Doug Evans To: Jan Kratochvil Cc: gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnl8/jqyADvedmniMF+H9HNaxY1k8ecwnXd9YLZ6+fQ7jAkB+0dkjRa5A6ZtDM8eBdj6rp8n9VE6kjuUM3iAhMTiULPgxpTFuiABj/ZUESo1jEvVzJZIHZXtdyJFbwPsJF1SIq14xOvRd0XMUueJXV4GzfxgGWX4fVBZ243fYTS4d4UiFYvbYPE9W7rqilkeHnwdeS02IJhZoBulASVLTQ30ygnuQ== X-SW-Source: 2013-07/txt/msg00454.txt.bz2 On Thu, Jul 18, 2013 at 3:54 AM, Jan Kratochvil wrote: > On Tue, 16 Jul 2013 00:42:33 +0200, Doug Evans wrote: >> 2013-07-15 Doug Evans >> >> * target.h (struct target_section): Delete member bfd. >> All users updated to use the_bfd_section->owner instead. >> * exec.c (add_to_section_table): Assert bfd is expected value. >> Remove initialization of target_section.bfd. >> (remove_target_sections): Update. >> (section_table_available_memory): Update. >> (section_table_xfer_memory_partial): Update. >> (print_section_info): Update. >> (exec_set_section_address): Update. >> * record-full.c (record_full_core_xfer_partial): Update. >> * solib-svr4.c (svr4_relocate_section_addresses): Update. >> * solib-target.c (solib_target_relocate_section_addresses): Update. >> * symfile.c (build_section_addr_info_from_section_table): Update. >> * target.c (memory_xfer_live_readonly_partial): Update. >> (memory_xfer_partial_1): Update. > > Running gdb/testsuite/gdb.base/reread.exp ... > -PASS: gdb.base/reread.exp: second pass: breakpoint foo in first file > +FAIL: gdb.base/reread.exp: second pass: breakpoint foo in first file > -PASS: gdb.base/reread.exp: second pass: run to foo() second time > +FAIL: gdb.base/reread.exp: second pass: run to foo() second time (timeout) > > This happens on all tested platforms like Fedora 19 or also on CentOS-6 etc. > Everything for x86_64/x86_64-m32/i686. I do not have it tested for CentOS-5. > > Occasional gdb.ada/exec_changed.exp and gdb.base/chng-syms.exp FAILs are also > related I guess but we will see after a fix. Blech, I can't recreate this on an ubuntu or fc17 system.