From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#43536: 28.0.50; [feature/native-comp] Recursive infinite hook call when normal elisp didn't Date: Fri, 25 Sep 2020 20:30:38 +0000 Message-ID: References: Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36137"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: 43536@debbugs.gnu.org To: Kadir Can =?UTF-8?Q?=C3=87etin?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Sep 25 22:31:57 2020 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 1kLuNo-0009DT-RK for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 25 Sep 2020 22:31:56 +0200 Original-Received: from localhost ([::1]:35214 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kLuNn-00014w-UU for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 25 Sep 2020 16:31:55 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45946) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kLuMw-0000fL-Di for bug-gnu-emacs@gnu.org; Fri, 25 Sep 2020 16:31:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:33887) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kLuMw-0004UF-3U for bug-gnu-emacs@gnu.org; Fri, 25 Sep 2020 16:31:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kLuMw-0000eF-0P for bug-gnu-emacs@gnu.org; Fri, 25 Sep 2020 16:31:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 25 Sep 2020 20:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43536 X-GNU-PR-Package: emacs Original-Received: via spool by 43536-submit@debbugs.gnu.org id=B43536.16010658422467 (code B ref 43536); Fri, 25 Sep 2020 20:31:01 +0000 Original-Received: (at 43536) by debbugs.gnu.org; 25 Sep 2020 20:30:42 +0000 Original-Received: from localhost ([127.0.0.1]:45433 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLuMb-0000di-W9 for submit@debbugs.gnu.org; Fri, 25 Sep 2020 16:30:42 -0400 Original-Received: from mab.sdf.org ([205.166.94.33]:40878 helo=ma.sdf.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLuMZ-0000dY-Fp for 43536@debbugs.gnu.org; Fri, 25 Sep 2020 16:30:40 -0400 Original-Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1kLuMY-0007Tc-C5; Fri, 25 Sep 2020 20:30:38 +0000 In-Reply-To: ("Kadir Can =?UTF-8?Q?=C3=87etin?="'s message of "Sun, 20 Sep 2020 13:41:13 +0300") 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:188994 Archived-At: Kadir Can =C3=87etin writes: > * Reproduce Bug > - start emacs with corresponding init.el > - after async native compile has done, close emacs > - start emacs again > - run 'org-roam-db-build-cache' Hi Kadir, I tried your reproducer but I could not reproduce it with the current branch. I see roam is advicing some primitive functions, this would have not worked without the recent development of this week. It may be this or some other fix we did, but unless I'm doing something different from what you have done I guess the bug should be fixed. Please let me know if you like to double check or we are fine to close it. Thanks! Andrea