From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii <eliz@gnu.org> Newsgroups: gmane.emacs.devel Subject: Re: Strange hangs when visiting .el and .html files Date: Wed, 07 Feb 2024 21:33:43 +0200 Message-ID: <86plx8xe5k.fsf@gnu.org> References: <20240207192829.C61B818A1F07@snark.thyrsus.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21255"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "Eric S. Raymond" <esr@thyrsus.com> Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Feb 07 20:34:59 2024 Return-path: <emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org> 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 <emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org>) id 1rXnhC-0005ET-5M for ged-emacs-devel@m.gmane-mx.org; Wed, 07 Feb 2024 20:34:58 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from <emacs-devel-bounces@gnu.org>) id 1rXngT-0008U9-09; Wed, 07 Feb 2024 14:34:13 -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 <eliz@gnu.org>) id 1rXngO-0008T5-Vv for emacs-devel@gnu.org; Wed, 07 Feb 2024 14:34:09 -0500 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 <eliz@gnu.org>) id 1rXngO-0005lH-Lf; Wed, 07 Feb 2024 14:34:08 -0500 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=lD12cVy6gdnDtWqDdN8wl28i17873qi6pPuhXqtTlcA=; b=evJEzo5LGqxx 4VjbTg7FS5UQa3a3G4mdKMmsduZWQVyA7/oiX4X1uRYKty0iaXWhvFlAxXAtlIjvKxTi9XiU23E83 5U54fTgKmAYruaO0ELHzW+LS2xvRMIGy6Tvn8LKFWGIv4BzJTmnhZ5a1SMKvw/puzm+tSdVfnpWhj 3Ikifn7DJjpT5qD0gw0yexUKIFmbVNB7whZ4hKGnBL0SHQMPUVAjXCxKD7kcPD3EUQdoyZM5cWezZ Ln4gSXVHz5jOyAI9yQjPJ11H7Fry4lBab64o1awczqyulTWqNrSOpC3iaEeQO0JjjNfvdRm511RMP ierW+jDjQTmWeUWbiQVl2Q==; In-Reply-To: <20240207192829.C61B818A1F07@snark.thyrsus.com> (esr@thyrsus.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." <emacs-devel.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-devel>, <mailto:emacs-devel-request@gnu.org?subject=unsubscribe> List-Archive: <https://lists.gnu.org/archive/html/emacs-devel> List-Post: <mailto:emacs-devel@gnu.org> List-Help: <mailto:emacs-devel-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-devel>, <mailto:emacs-devel-request@gnu.org?subject=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:315993 Archived-At: <http://permalink.gmane.org/gmane.emacs.devel/315993> > From: "Eric S. Raymond" <esr@thyrsus.com> > Date: Wed, 7 Feb 2024 14:28:29 -0500 (EST) > > About a week ago I noticed that my Emacs was hanging when I attempted > to visit my init.el file. Then I saw the same hang when visiting an > HTML file. Other modes, such as text and C modes, are working normally. > > I have seen this problem under a released 1.27 and a repository head > version (30.0.50 build 11) built about 20 minutes ago. What's "1.27"? did you mean Emacs 27.1? or something else? If it's indeed Emacs 27, then the first suspect is something you've changed on your system recently that is not Emacs, but maybe some library or driver. > Running emacs with -q does not evade the hang. > > OS is Pop!_OS 22.04 LTS, not that I think that matters. > > Any suggestions on how to troubleshoot this? Attach the debugger to a hung Emacs and produce a backtrace from all the threads? Btw, it is netter to discuss this on the bug tracker, so please use "M-x report-emacs-bug" to submit a report with all the details. Thanks.