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: Building the igc branch on MS-Windows Date: Thu, 25 Apr 2024 08:30:37 +0300 Message-ID: <86zfti101u.fsf@gnu.org> References: <86il063imh.fsf@gnu.org> <87ttjqghyd.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14329"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Helmut Eller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 25 07:31:16 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 1rzrhT-0003T3-VX for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Apr 2024 07:31:16 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rzrh4-0006pp-F3; Thu, 25 Apr 2024 01:30:50 -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 1rzrh2-0006pI-3S for emacs-devel@gnu.org; Thu, 25 Apr 2024 01:30:48 -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 1rzrgw-0007qu-Pg; Thu, 25 Apr 2024 01:30:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=hT2z8R2KI1+domEN3NcgAzsPYJA2RXnhBBp6z6iCotQ=; b=p2bprZ8QRqQC SxlmjA7/cHO+AH2VrIbWPcJn48pCAFLJVYX2uxJdo9bB7Iy74+oiIGVRP3HQUu6BwXAg2iwHD+B31 IIiGkHnyQ1+bcjhG47PIqT5QNLaqeGxSgre/LFRJo+yj43PjDTB/A1PCgDA1kmAMK4Uy/IKG0BMAs ecopJIxz3jpXi/80/nsarAtT2B6iT2d4vsx/wIERLfmzz6Tz3jzQTsSOtAkf0rweWS6rGTNL9FFPG np4ddUTXaVpnSQEe1w7CK4BRGVB7PAcToSyjxBeWSLqTswG5V7QWXBiXz1H7F0AKOm6nXNSaRf2A+ 3TI/F7Coxq5BuXFidN0JkQ==; In-Reply-To: <87ttjqghyd.fsf@gmail.com> (message from Helmut Eller on Thu, 25 Apr 2024 06:54:50 +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:318055 Archived-At: > From: Helmut Eller > Date: Thu, 25 Apr 2024 06:54:50 +0200 > > > Did someone try a 32-bit build on GNU/Linux? Maybe the above isn't > > Windows-specific, but has something to do with 32-bit builds? > > I did a 32-bit build. The build completed (curiously), but the > resulting Emacs fails on the first GC cycle. The backtrace is attached. Thanks. The assertion violation is identical to what I get. So I think we have now confirmed that the problem is due to something that is wrong in a 32-bit build of Emacs, and not specific to MS-Windows.