From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64616 invoked by alias); 26 Sep 2017 23:12:09 -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 64605 invoked by uid 89); 26 Sep 2017 23:12:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=U*nathan, H*c:alternative, morning X-HELO: mail-vk0-f54.google.com Received: from mail-vk0-f54.google.com (HELO mail-vk0-f54.google.com) (209.85.213.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 26 Sep 2017 23:12:07 +0000 Received: by mail-vk0-f54.google.com with SMTP id 78so6216281vkc.3 for ; Tue, 26 Sep 2017 16:12:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=GB2QpPb82S2umCYE6oqVU5kRxmBrJSNHzfEYF3IXr64=; b=cvXsUSMYnmL1RdK390xr10kRzC2cN+IgvmEKDPMaC6QvfcqXynRdigUvZJlGObBYyK DGbpKsf+TClI7eIvF3H7zFAx9QzmNdCzRJOACujGhqZ64iJPaHh3sAiPfAShNjQxkhKn B/T2xf5ywhp7VshF+AB9F7XxaBN2Es9XFSYJHxrVunZOomVc7WoVjzTeyD02aMMwA4of Se2QlRT0OunNECXbbHDXXXra1wgAXsmTp2XeRVNYTo0BAhpNBC1YD9DhXwah8s066Rst 7UfNJDvfgbbSeaGDtUu41hjt/DQy26sqOacnJQC2VR9nsEaPc44RhPIn9lk1CPiUZIgp yTCw== X-Gm-Message-State: AHPjjUgR5yjRzQfO0meHF9b7fT1TeB3ZIY7zaCafHuT21bW8pTPrxn3q 6mRW1S9MA2Vjs5WNmGSJE6jen7rNEQ9Yb7yAQIE= X-Google-Smtp-Source: AOwi7QAXUED/iDWdtCuqTUX7KU2ePoAMp2rAqxw/OW/uCiXBv3ywPUZq2dW/90pry6zf+ENrDm8T5umVXf7vhfz3yNo= X-Received: by 10.31.165.11 with SMTP id o11mr9986022vke.103.1506467525350; Tue, 26 Sep 2017 16:12:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.159.50.193 with HTTP; Tue, 26 Sep 2017 16:12:05 -0700 (PDT) In-Reply-To: References: <02efda56-3678-f4f6-849d-df474214e82f@acm.org> From: Alexander Shaposhnikov Date: Tue, 26 Sep 2017 23:12:00 -0000 Message-ID: Subject: Re: [gdb patch] seg fault on missing dwarf To: Nathan Sidwell , Doug Evans Cc: Pedro Alves , gdb-patches Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-09/txt/msg00818.txt.bz2 Many thanks to everyone for looking at my patch, i sent the final version (updated following Doug Evans suggestion) this morning https://sourceware.org/ml/gdb-patches/2017-09/msg00814.html - so yeah, i would be very grateful if smb could commit this for me. Regarding the separate issue with the dependence on the order of sections (unrelated to this patch) - i'm currently preparing a bug report - will file it to bugzilla soon. Kind regards, Alexander Shaposhnikov On Tue, Sep 26, 2017 at 4:05 PM, Nathan Sidwell wrote: > On 09/26/2017 07:27 AM, Pedro Alves wrote: > >> Hi Nathan, >> >> On 09/25/2017 09:33 PM, Nathan Sidwell wrote: >> >>> Pedro, >>> this is Alex's patch of >>> https://sourceware.org/ml/gdb-patches/2017-09/msg00745.html cleaned up >>> with changelog formatting. Alex is a fellow FaceBooker. >>> >> >> FYI, Doug reviewed Alex's patch: >> https://sourceware.org/ml/gdb-patches/2017-09/msg00779.html >> > > Ah, I see the state changed between me checking and actually sending email > :) Alex, do you need me to commit this on your behalf? > > nathan > > -- > Nathan Sidwell >