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.bugs Subject: bug#47170: 28.0.50; [feature/native-comp] Native compilation sometimes crashes Date: Tue, 06 Apr 2021 15:23:40 +0300 Message-ID: <83r1jnbnzn.fsf@gnu.org> References: <8335wwfhef.fsf@gnu.org> <83zgz4e0t9.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28563"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 47170-done@debbugs.gnu.org To: Andrea Corallo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Apr 06 14:25:37 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1lTkm0-0007LY-V1 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 06 Apr 2021 14:25:36 +0200 Original-Received: from localhost ([::1]:54184 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lTklz-0003KU-SO for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 06 Apr 2021 08:25:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36612) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lTkkV-0002QN-1Y for bug-gnu-emacs@gnu.org; Tue, 06 Apr 2021 08:24:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56124) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lTkkU-00049t-LO for bug-gnu-emacs@gnu.org; Tue, 06 Apr 2021 08:24:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lTkkU-0003Zu-I0 for bug-gnu-emacs@gnu.org; Tue, 06 Apr 2021 08:24:02 -0400 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Tue, 06 Apr 2021 12:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 47170 X-GNU-PR-Package: emacs Mail-Followup-To: 47170@debbugs.gnu.org, eliz@gnu.org, eliz@gnu.org Original-Received: via spool by 47170-done@debbugs.gnu.org id=D47170.161771183313731 (code D ref 47170); Tue, 06 Apr 2021 12:24:02 +0000 Original-Received: (at 47170-done) by debbugs.gnu.org; 6 Apr 2021 12:23:53 +0000 Original-Received: from localhost ([127.0.0.1]:39436 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lTkkK-0003ZP-Ma for submit@debbugs.gnu.org; Tue, 06 Apr 2021 08:23:52 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:43474) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lTkkG-0003Z8-R4 for 47170-done@debbugs.gnu.org; Tue, 06 Apr 2021 08:23:51 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49178) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lTkkB-000411-K4; Tue, 06 Apr 2021 08:23:43 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4257 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lTkkA-0006zd-Nm; Tue, 06 Apr 2021 08:23:43 -0400 In-Reply-To: (message from Andrea Corallo on Tue, 06 Apr 2021 08:27:52 +0000) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:203624 Archived-At: > From: Andrea Corallo > Cc: 47170@debbugs.gnu.org > Date: Tue, 06 Apr 2021 08:27:52 +0000 > > > I think this is somehow related to the situation that an Emacs which > > has a native-compiled preloaded files in its pdumper file (and thus > > loads them at startup) is used to native-compile those preloaded files > > (in the case above, faces.el and frame.el). This needs to overwrite > > the .eln files loaded into the running process, and I think this > > causes some trouble on Windows. I will have to try to recreate this > > and see what happens with the old and the new .eln files in such > > cases. > > > > For now, I just removed all the *.eln files and emacs.exe, and then > > recompiled the *.el files and redumped Emacs. As result, Emacs no > > longer crashes on startup. > > Hi Eli, have you experienced any other of this kind crashes? Not recently, no. So I'm going to assume the problem was fixed, and close the bug. Thanks.