From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15312 invoked by alias); 13 Dec 2014 22:26:50 -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 15303 invoked by uid 89); 13 Dec 2014 22:26:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f43.google.com Received: from mail-wg0-f43.google.com (HELO mail-wg0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 13 Dec 2014 22:26:48 +0000 Received: by mail-wg0-f43.google.com with SMTP id l18so11840721wgh.16 for ; Sat, 13 Dec 2014 14:26:45 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.180.109.45 with SMTP id hp13mr18792600wib.4.1418509605756; Sat, 13 Dec 2014 14:26:45 -0800 (PST) Received: by 10.27.132.70 with HTTP; Sat, 13 Dec 2014 14:26:45 -0800 (PST) In-Reply-To: <20141213222317.GN5457@adacore.com> References: <20141213222317.GN5457@adacore.com> Date: Sat, 13 Dec 2014 22:26:00 -0000 Message-ID: Subject: Re: [COMMITTED PATCH] Fix off-by-one error in make_hex_string. From: Doug Evans To: Joel Brobecker Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00339.txt.bz2 On Sat, Dec 13, 2014 at 2:23 PM, Joel Brobecker wrote: >> python print (objfile.build_id) >> ../../to-push/gdb/common/common-utils.c:139: internal-error: xsnprintf: Assertion `ret < size' failed. > > Grrr, thank you! I don't understand why I didn't get that error, > though, as I ran the testsuite. That's weird... I can imagine it's because the toolchain you used didn't add a build id. Just a guess though.