From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61307 invoked by alias); 15 May 2019 13:53:01 -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 61289 invoked by uid 89); 15 May 2019 13:53:01 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=translating X-HELO: gateway30.websitewelcome.com Received: from gateway30.websitewelcome.com (HELO gateway30.websitewelcome.com) (192.185.144.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 15 May 2019 13:52:59 +0000 Received: from cm16.websitewelcome.com (cm16.websitewelcome.com [100.42.49.19]) by gateway30.websitewelcome.com (Postfix) with ESMTP id 8E45413AF6 for ; Wed, 15 May 2019 08:52:57 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id QuL3hWvCY4FKpQuL3huoqp; Wed, 15 May 2019 08:52:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=NIjjqXOqJmiZCMidzV7KvLmYE3mFGmc9G0IoKDVzl+I=; b=ezR5pADUbO052lGLUVKjzx1da4 y3WMHXIkcJ4aCyMs8roUCU7auqA1g8iJNDtvT2OJ1NpraNqymApArj2jBg75A6WoB0DUUugcWdY1+ Yjq/m1J4k+iB+4im+NfE+Kye3; Received: from 97-122-168-123.hlrn.qwest.net ([97.122.168.123]:59008 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1hQuL3-001pUP-7x; Wed, 15 May 2019 08:52:57 -0500 From: Tom Tromey To: Andreas Schwab Cc: Sergio Durigan Junior , Tom Tromey , GDB Patches Subject: Re: [PATCH] Don't crash if dwarf_decode_macro_bytes's 'body' is NULL References: <871s124foc.fsf@tromey.com> <20190514205458.28796-1-sergiodj@redhat.com> <871s108z6j.fsf@tromey.com> <87wois4nhr.fsf@redhat.com> Date: Wed, 15 May 2019 13:53:00 -0000 In-Reply-To: (Andreas Schwab's message of "Wed, 15 May 2019 10:49:17 +0200") Message-ID: <877ear7rk7.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-05/txt/msg00348.txt.bz2 >>>>> "Andreas" == Andreas Schwab writes: Andreas> On Mai 14 2019, Sergio Durigan Junior wrote: >> complaint (_("debug info gives %s invalid macro definition " >> "without body (corrupted?) at line %d" >> "on file %s"), >> at_commandline ? _("command-line") >> : _("in-file"), >> line, current_file->filename); Andreas> Note that this is difficult to translate. True. However, there are other similar ones nearby; and it is just a complaint (turned off by default); and nobody seems very serious about translating gdb anyhow -- there are no translations in-tree. Tom