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#46972: 28.0.50; [feature/native-comp] Emacs locks itself during native compilation because of permission denied Date: Sat, 06 Mar 2021 20:34:23 +0200 Message-ID: <83lfb0uo5s.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35994"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 46972@debbugs.gnu.org To: Matt M Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Mar 06 19:35:10 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 1lIble-0009FB-Gg for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 06 Mar 2021 19:35:10 +0100 Original-Received: from localhost ([::1]:45760 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lIbld-0005NH-DY for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 06 Mar 2021 13:35:09 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60094) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIblW-0005LP-3m for bug-gnu-emacs@gnu.org; Sat, 06 Mar 2021 13:35:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54981) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lIblV-0002nS-SE for bug-gnu-emacs@gnu.org; Sat, 06 Mar 2021 13:35:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lIblV-0004lf-Po for bug-gnu-emacs@gnu.org; Sat, 06 Mar 2021 13:35:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 06 Mar 2021 18:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46972 X-GNU-PR-Package: emacs Original-Received: via spool by 46972-submit@debbugs.gnu.org id=B46972.161505568418302 (code B ref 46972); Sat, 06 Mar 2021 18:35:01 +0000 Original-Received: (at 46972) by debbugs.gnu.org; 6 Mar 2021 18:34:44 +0000 Original-Received: from localhost ([127.0.0.1]:38294 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIblE-0004l7-6w for submit@debbugs.gnu.org; Sat, 06 Mar 2021 13:34:44 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:42160) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIblD-0004kv-1m for 46972@debbugs.gnu.org; Sat, 06 Mar 2021 13:34:43 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44076) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lIbl7-0002hU-7m; Sat, 06 Mar 2021 13:34:37 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4004 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lIbl3-0003wl-KI; Sat, 06 Mar 2021 13:34:35 -0500 In-Reply-To: (message from Matt M on Sat, 6 Mar 2021 17:23:34 +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:201658 Archived-At: > From: Matt M > Date: Sat, 6 Mar 2021 17:23:34 +0000 > > I'm on windows using latest native compilation. I noticed that when doing > doom sync (I use Doom emacs) it would hang on the native compilation > step. I looked at the opened emacs processes in the task manager > during this bug to try to find a file with which I could make the bug > trigger again. In the task manager I see that about 10 emacs processes > are stuck on 10 files. > > Using this file: https://pastebin.com/z4wLheXa as > emacs-async-comp-ox-ascii.el, I call the following command: > > emacs -Q --batch -l c:/Users/Matt/emacs-async-comp-ox-ascii.el > > Compiling c:/Users/Matt/.emacs.d/.local/straight/build-28.0.50/org-mode/ox-ascii.el... > > It never finishes. Does it really "never" finish, or does it just take a very long time? How long did you wait for it to finish?