From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33814 invoked by alias); 13 Feb 2019 03:01:06 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 33805 invoked by uid 89); 13 Feb 2019 03:01:06 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:317, H*i:sk:d7bd445, H*f:sk:d7bd445 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 13 Feb 2019 03:01:05 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 53D6D5606D; Tue, 12 Feb 2019 22:01:03 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id KRxxmcymw7y6; Tue, 12 Feb 2019 22:01:03 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A926456018; Tue, 12 Feb 2019 22:01:02 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 26300838BA; Wed, 13 Feb 2019 07:00:55 +0400 (+04) Date: Wed, 13 Feb 2019 03:01:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Brian Vandenberg , gdb@sourceware.org Subject: Re: GDB is broken on systems with readline built without -fexceptions Message-ID: <20190213030055.GH17730@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-02/txt/msg00016.txt.bz2 > I'd suspect that this happens because GDB is built/linked with > "-static-libstdc++ -static-libgcc", and that doesn't work > correctly on Solaris. ISTR that we observed that on other > ports as well. Indeed. It was on AIX, I believe. -- Joel