From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23172 invoked by alias); 14 Jul 2017 17:10:35 -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 23158 invoked by uid 89); 14 Jul 2017 17:10:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Evans, evans, H*r:sk:static. X-HELO: mail-io0-f196.google.com Received: from mail-io0-f196.google.com (HELO mail-io0-f196.google.com) (209.85.223.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 14 Jul 2017 17:10:33 +0000 Received: by mail-io0-f196.google.com with SMTP id z62so2737867ioi.0 for ; Fri, 14 Jul 2017 10:10:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=Y0DDjskz67diSFD1U+7QY5A9rrdxTLxBGacWSOAsBEQ=; b=rhBocAXFOyDpGD6SWPgTW4FE33BozBrRMYeVX4oBvATiV2iVuMDTJ1mozjeKk85qSa Cwn5tWbi1Yd6LdVDSiJQ1nijqhCOvDGc7yjlVI4MNJnjBwB93YtG7w8Fvk6+YI33gC28 /3zxS1BY7Ge+qtAEd9DzROd6FpyuWo+N4PXcMYbS48B+0Yxe31Nzk+8WTWIsCQesU5DB BY07fkEugo+tCWkyBadU6bxQduH79hKO4rR8zg1YHRFPyyDctyFW7UHYBPKsxUSDkDUE 2Tsm50Bhw2EcRRvy48XHpKb6Ub0MubG3sjcgZ39GNyLoytql0sD3m76AGiihe+Z6FvbI UtgA== X-Gm-Message-State: AIVw111ivb+X1yvgF7ZPY4uI9IRVvlFEPDyQ28qFBo7J4OroRLxY687Y One1+6C+RsxjJA== X-Received: by 10.107.138.148 with SMTP id c20mr10001289ioj.135.1500052231414; Fri, 14 Jul 2017 10:10:31 -0700 (PDT) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id c190sm1562395itc.24.2017.07.14.10.10.29 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 14 Jul 2017 10:10:30 -0700 (PDT) From: Yao Qi To: Doug Evans Cc: David Blaikie , gdb-patches , Pedro Alves Subject: Re: [PATCH] Fission support for multiple CUs per DWO file References: <94eb2c14fcd6985e8c055020a838@google.com> Date: Fri, 14 Jul 2017 17:10:00 -0000 In-Reply-To: (Doug Evans via gdb-patches's message of "Tue, 27 Jun 2017 17:55:52 -0700") Message-ID: <86fudzosfw.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00193.txt.bz2 "Doug Evans via gdb-patches" writes: Hi David, This patch causes some regressions, found by buildbot, https://sourceware.org/ml/gdb-testers/2017-q3/msg00186.html I can reproduce the fail on my machine too. (gdb) file /home/yao.qi/SourceCode/gnu/build/gdb/testsuite/outputs/gdb.dwar= f2/fission-reread/fission-reread^M Reading symbols from /home/yao.qi/SourceCode/gnu/build/gdb/testsuite/output= s/gdb.dwarf2/fission-reread/fission-reread...Dwarf Error: bad offset (0x0) = in compilation unit header (offset 0x0 + 6) [in module /home/yao.qi/SourceC= ode/gnu/build/gdb/testsuite/outputs/gdb.dwarf2/fission-reread/fission-rerea= d.dwo]^M (no debugging symbols found)...done.^M (gdb) break main^M Breakpoint 1 at 0x4004d6^M (gdb) PASS: gdb.dwarf2/fission-reread.exp: break main ptype baz^M type =3D ^M (gdb) FAIL: gdb.dwarf2/fission-reread.exp: ptype baz --=20 Yao (=E9=BD=90=E5=B0=A7)