From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34139 invoked by alias); 11 Apr 2017 15:39:47 -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 33553 invoked by uid 89); 11 Apr 2017 15:39:46 -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=answering X-HELO: mail-wm0-f54.google.com Received: from mail-wm0-f54.google.com (HELO mail-wm0-f54.google.com) (74.125.82.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Apr 2017 15:39:45 +0000 Received: by mail-wm0-f54.google.com with SMTP id o81so66774515wmb.1 for ; Tue, 11 Apr 2017 08:39:46 -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=gxybdKinfJ3jDH79vvymX6L1SkQ9YQWhhWDpX+Ku314=; b=JrM4YUxDKEI7wOYFr/z6RtGDVW38kbf5CwpMgAGjzoxL6fZHxsMdcrHAph3PE/Sm4F nVmbGdTXuZQW1ROMd80id11jBDhhbiOI58Zu6+I7eGQIOeUQxtT+176DUROqZlWMvdhP CiI7gOxbaWPOgzASnoyk1aDt/X/g1cnnskqSg9E3HNFR2we3OPpsro3sZXS9E16zrqTS B8Mm21bxUCMQVTn/lMWbh9CSJY1iIJq1zIBCUceFpNVqEdmxgLe8lumjSFtRNQZCKti6 v0PgtFK/geSrvKaZBPOGlckPy3Lx1JqK0lZk8jdlZ0T3Po5eV0xRqZK3FfO0FFBT5Uwa h9Tg== X-Gm-Message-State: AN3rC/5LBlkiI/SPB5LMiJR0KiZIgmmRSXD6otZRjiGf/HVCc/E5aDAmv6ItawBJHrP3iA== X-Received: by 10.28.62.212 with SMTP id l203mr16110580wma.110.1491925184776; Tue, 11 Apr 2017 08:39:44 -0700 (PDT) Received: from E107787-LIN ([194.214.185.158]) by smtp.gmail.com with ESMTPSA id w16sm1468305wmd.0.2017.04.11.08.39.43 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 11 Apr 2017 08:39:44 -0700 (PDT) From: Yao Qi To: Andreas Arnez Cc: Joel Brobecker , gdb-patches@sourceware.org, Sergio Durigan Junior , antoine.tremblay@ericsson.com, mishra.nitish.88@gmail.com Subject: Re: GDB 8.0 release / imminent branching? (2017-04-10) References: <20170411011802.s24zz4pygnt2qoyg@adacore.com> Date: Tue, 11 Apr 2017 15:39:00 -0000 In-Reply-To: (Andreas Arnez's message of "Tue, 11 Apr 2017 16:21:27 +0200") Message-ID: <86tw5vuf5u.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-04/txt/msg00288.txt.bz2 Andreas Arnez writes: > Maybe not be relevant for answering your question, but the issue doesn't > seem to be restricted to AIX. It occurs on Windows with mingw as well, > see gdb/21078 ("gdb compiled with mingw32 crashes on Windows7 when > entering any invalid command"). and Darwin host too, https://sourceware.org/bugzilla/show_bug.cgi?id=3D21240 --=20 Yao (=E9=BD=90=E5=B0=A7)