From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27754 invoked by alias); 14 Nov 2016 17:35:47 -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 27713 invoked by uid 89); 14 Nov 2016 17:35:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Received:10.200.47.229, iot, IOT X-HELO: mail-qt0-f173.google.com Received: from mail-qt0-f173.google.com (HELO mail-qt0-f173.google.com) (209.85.216.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Nov 2016 17:35:45 +0000 Received: by mail-qt0-f173.google.com with SMTP id w33so51429695qtc.3 for ; Mon, 14 Nov 2016 09:35:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=T0sl6XTkMzvYUvI4mc89PQajl9eLxgS8B9ScTtFt7vo=; b=ZbL3UaTceu9WTTr4ZeVJt2U8R5ogrItci8/FUVXZ23fxR+X0HxyUqXMBW3Gtph7iAU P9GcWJ0RTMh6/q43yhSnehfA61+3eJLQRweRIJEj/Aum8oiNKOijn0ljw/7cVdpeVPcW dN2KoeEp8yaIEMwAWHhK4msZrw//q3xVzWfGH6sntBz4+UCMINvY0ae7/CWwqqdKXaJy KIdkH2ZQ1FOSb8wKRRrFMkzYCjNMtnXrzE8MMtG9JS9W8t7Vd8brblOQOyLxmLoMLvZ0 qynavJMl2vUSuAzJJwjJd7VLT+3pCm+rSSpM/eoULZla07rm5zln9HJoV18Og73Zluxi FDaQ== X-Gm-Message-State: ABUngvdd6L0EbXL/1s9Ktp/i3W2keolQOisOM2PqtxRNqoaaEJc72mKRqDmGORLe86RVdMM1ntbs0JC3aSqg2A== X-Received: by 10.200.47.229 with SMTP id m34mr7419716qta.218.1479144944070; Mon, 14 Nov 2016 09:35:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.163.1 with HTTP; Mon, 14 Nov 2016 09:35:43 -0800 (PST) In-Reply-To: References: From: David Edelsohn Date: Mon, 14 Nov 2016 17:35:00 -0000 Message-ID: Subject: Re: GDB on AIX To: Pedro Alves Cc: Yao Qi , GDB , Sergio Durigan Junior Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-11/txt/msg00026.txt.bz2 On Mon, Nov 14, 2016 at 12:18 PM, Pedro Alves wrote: > On 11/14/2016 03:51 PM, Yao Qi wrote: >> Hi David and Sergio, >> >> GDB mainline is broken on aix (gcc119.fsffrance.org), > >> (gdb) kill >> terminate called after throwing an instance of 'gdb_exception_RETURN_MASK_ERROR' >> IOT/Abort trap (core dumped) > > If you debug gdb and put a breakpoint on throw_it, what does the > backtrace look like? Would be exception be crossing > some C library that doesn't understand C++ exceptions, > other than readline? Does the code assume that it can through an exception through a system library? - David