From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Herbert J. Skuhra" Newsgroups: gmane.emacs.devel Subject: Re: [emacs-master] Frequent freezes on macOS Date: Tue, 19 Jan 2021 10:28:34 +0100 Message-ID: References: <010001771963787a-0fcd3ba3-764a-4f66-b59c-c1828b2503e8-000000@email.amazonses.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2818"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jan 19 10:34:45 2021 Return-path: 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 ) id 1l1nPR-0000cw-5e for ged-emacs-devel@m.gmane-mx.org; Tue, 19 Jan 2021 10:34:45 +0100 Original-Received: from localhost ([::1]:35334 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l1nPP-0003SR-P5 for ged-emacs-devel@m.gmane-mx.org; Tue, 19 Jan 2021 04:34:44 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47280) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l1nJp-0001ke-Hy for emacs-devel@gnu.org; Tue, 19 Jan 2021 04:28:57 -0500 Original-Received: from mail.bsd4all.net ([94.130.200.20]:62237) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l1nJn-00030B-7e for emacs-devel@gnu.org; Tue, 19 Jan 2021 04:28:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1611048514; bh=JXigMOEgY1vNdr6T3q1JezNkTiRLW3QCm5K73sYhcgs=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=GpdYYe9JTpWrrD0xwhCKO+Q3+PFWUtygb+kCl8KiBoaO/NU6tIBoZdUpS3H/cX81A L2NTkrIeiuOhfZ44opWGrLiMp5leJIXDSStIe98aXEE8J7m+3aYTVaGoDzn2YOb4SH UIKXD34A2G1DTrxi/+3GlAb/bMsnNzmhJ7KyQdFCwGkLV8JUVLFL/dzjlsEwrj/bim eaIqvx3vPs9h9GN1ffQvh21k6pR2rxVTF2JCAimu7pH/5jOHelHLvkSfBSIlJqxjG3 UVKzE7uljodQryI4TEAfK0CdBicNhnqY/Nr+BBjzhkAOeHM8Taobp+lIFuOMssr+eR ajijXDszVZXag== Content-Disposition: inline In-Reply-To: <010001771963787a-0fcd3ba3-764a-4f66-b59c-c1828b2503e8-000000@email.amazonses.com> Received-SPF: pass client-ip=94.130.200.20; envelope-from=herbert@gojira.at; helo=mail.bsd4all.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:263165 Archived-At: On Tue, Jan 19, 2021 at 06:44:45AM +0000, Pankaj Jangid wrote: > Emacs (master branch) is frequently going into freezes since last 4-5 > days. It is happening at random. So, I don’t have a recipe as of > now. Sometimes in python-mode sometimes when I press ‘g’ inside Gnus > group buffer to fetch new news. I have the same issue. I think it started with the following commit: commit 8f0ce42d3eb9b212424a4a25a376287ffc94a73e Author: Philipp Stephani Date: Sun Jan 10 16:31:12 2021 +0100 > but there is no bootstrap-emacs on my system. How this is built? (g)make bootstrap ? Can you try: git checkout 8f0ce42d3eb9b212424a4a25a376287ffc94a73e gmake bootstrap If Emacs still freezes: git checkout master git checkout 66756df286bea6efd3f9a8290e38e8d77bdf0264 gmake bootstrap Does Emacs no longer freeze? -- Herbert