From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#60220: 29.0.60; macOS 13.1 crash shortly after starting Emacs Date: Wed, 04 Jan 2023 15:51:17 +0000 Message-ID: References: <24A595DF-81D8-47E7-90BC-FCDDB27315E8@gmail.com> <83ilhz2r14.fsf@gnu.org> <83r0wl0z6g.fsf@gnu.org> <83h6xd70mh.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39987"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: gerd.moellmann@gmail.com, eggert@cs.ucla.edu, 60220@debbugs.gnu.org, Aaron Jensen To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jan 04 16:52:14 2023 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 1pD63q-000ACB-LK for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 04 Jan 2023 16:52:14 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pD63h-0004qu-KB; Wed, 04 Jan 2023 10:52:05 -0500 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 1pD63e-0004qi-Hm for bug-gnu-emacs@gnu.org; Wed, 04 Jan 2023 10:52:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pD63e-0004kB-3n for bug-gnu-emacs@gnu.org; Wed, 04 Jan 2023 10:52:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pD63d-0007wi-Mj for bug-gnu-emacs@gnu.org; Wed, 04 Jan 2023 10:52:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 04 Jan 2023 15:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60220 X-GNU-PR-Package: emacs Original-Received: via spool by 60220-submit@debbugs.gnu.org id=B60220.167284749330505 (code B ref 60220); Wed, 04 Jan 2023 15:52:01 +0000 Original-Received: (at 60220) by debbugs.gnu.org; 4 Jan 2023 15:51:33 +0000 Original-Received: from localhost ([127.0.0.1]:49381 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pD63B-0007vx-CF for submit@debbugs.gnu.org; Wed, 04 Jan 2023 10:51:33 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:59243) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pD639-0007vn-8b for 60220@debbugs.gnu.org; Wed, 04 Jan 2023 10:51:32 -0500 Original-Received: from ma.sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 304FpHeS009634 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Wed, 4 Jan 2023 15:51:17 GMT In-Reply-To: <83h6xd70mh.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 30 Dec 2022 10:32:22 +0200") 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:252498 Archived-At: Eli Zaretskii writes: >> From: Aaron Jensen >> Date: Thu, 29 Dec 2022 19:03:47 -0500 >> Cc: Eli Zaretskii , gerd.moellmann@gmail.com, 60220@debbugs.gnu.org >> >> > > Could it by that the dynamic linker is being invoked recursively? That >> > > is, while something is being dynamically linked, a SIGALRM or equivalent >> > > arrives, some idle timer code is run, and the dynamic linker is invoked >> > > before the outer linker finishes? I imagine that might put some dynamic >> > > linkers into a tizzy. >> > >> > >> > I have no idea, would we see that in the trace at all? Here are two >> > more crashes: https://gist.github.com/aaronjensen/f7c46857ea93c858f46a639d8880f290 >> > >> > I have been able to reproduce it just now pretty easily, but I still >> > can't reproduce it with the debugger attached. >> >> Would it make sense to use block_atimers while loading native lisp? If >> that's a workable thing and you can send me a patch I can try it out. > > Andrea, can you suggest a patch along these lines for Aaron to try? > > Thanks. Hi Eli, sorry I'm traveling with sporadic access to the PC till next week. If the issue is still present I'll work on it next week. Best Regards Andrea