From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts Date: Tue, 23 Jul 2024 18:43:11 +0300 Message-ID: <86ttgg867k.fsf@gnu.org> References: <861q3k9sfb.fsf@gnu.org> <86zfq889re.fsf@gnu.org> <86y15s893y.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25050"; mail-complaints-to="usenet@ciao.gmane.io" Cc: pipcet@protonmail.com, eller.helmut@gmail.com, emacs-devel@gnu.org To: Gerd =?utf-8?Q?M=C3=B6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jul 23 17:44:02 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sWHgI-0006MG-Gi for ged-emacs-devel@m.gmane-mx.org; Tue, 23 Jul 2024 17:44:02 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sWHfa-00062E-HS; Tue, 23 Jul 2024 11:43:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sWHfZ-0005yT-Dq for emacs-devel@gnu.org; Tue, 23 Jul 2024 11:43:17 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sWHfX-00081K-17; Tue, 23 Jul 2024 11:43:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=R8oKoTYUV+5L1aMHDPrcmomR0IMgL9dsOTx6ugWWXTo=; b=Nsf03Ng7CebyM7PVa0DL VFD4zEy/CNZvRP4DSFBGTH49O+133COLnXWw+l4eJvp/s90JxJdyy8hsuxA51rYErmhkZPzfi6+eW L7pxOuhuWmSUy+VhBFmyXI5XPHcuQIfQcjxLttUPBBC7AiSW9MYikzUJDydkdtBodwuyUzFGA9fbx 6GRo82AlysIkC31zqPJgVNmPLxj2VNo2Xqi7yKO1q9tPGZp2x9Hxcca+gCxvTEczAS539hTUV62Rk rVG6lyGOKcJheBUAJpGFV5adWXp6FoN8q9QhpS9DaNVw8KZeFnzWXLsMVcG5FxPfJP80M2HMuiwoV 9VTOERWdvPQiNQ==; In-Reply-To: (message from Gerd =?utf-8?Q?M=C3=B6llmann?= on Tue, 23 Jul 2024 16:52:42 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:321995 Archived-At: > From: Gerd Möllmann > Cc: pipcet@protonmail.com, eller.helmut@gmail.com, emacs-devel@gnu.org > Date: Tue, 23 Jul 2024 16:52:42 +0200 > > Could you do > > p header_type(start) > > please, that should show the IGC_OBJ_xy type of the offending header > > p header_nwords(start) > > is the, presumably wrong, size in words, but I think we have already > seen it's too large. Compliance! (gdb) p header_type(start) $7 = 58 (gdb) p (enum igc_obj_type)header_type(start) $8 = 58 (gdb) p IGC_OBJ_NUM_TYPES+0 $9 = 31 (gdb) p header_nwords(start) $10 = 200437507