From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#35961: 27.0.50; Sometimes frame freezes and stops updating (almost entirely) Date: Tue, 28 May 2019 21:41:15 +0300 Message-ID: <83tvdezak4.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="235079"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 35961@debbugs.gnu.org To: Dmitry Gutov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue May 28 20:42:35 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hVh3T-000z1q-Km for geb-bug-gnu-emacs@m.gmane.org; Tue, 28 May 2019 20:42:35 +0200 Original-Received: from localhost ([127.0.0.1]:40990 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVh3S-0006pN-Ic for geb-bug-gnu-emacs@m.gmane.org; Tue, 28 May 2019 14:42:34 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:55862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVh3J-0006mg-GP for bug-gnu-emacs@gnu.org; Tue, 28 May 2019 14:42:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVh37-0006d0-ES for bug-gnu-emacs@gnu.org; Tue, 28 May 2019 14:42:16 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43567) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hVh2w-0006Th-Cm for bug-gnu-emacs@gnu.org; Tue, 28 May 2019 14:42:06 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hVh2w-0002iU-AI for bug-gnu-emacs@gnu.org; Tue, 28 May 2019 14:42:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 28 May 2019 18:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35961 X-GNU-PR-Package: emacs Original-Received: via spool by 35961-submit@debbugs.gnu.org id=B35961.155906887610356 (code B ref 35961); Tue, 28 May 2019 18:42:02 +0000 Original-Received: (at 35961) by debbugs.gnu.org; 28 May 2019 18:41:16 +0000 Original-Received: from localhost ([127.0.0.1]:57103 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVh2C-0002gy-Id for submit@debbugs.gnu.org; Tue, 28 May 2019 14:41:16 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:41211) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVh2A-0002gh-LA for 35961@debbugs.gnu.org; Tue, 28 May 2019 14:41:14 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVh25-0005gT-BQ; Tue, 28 May 2019 14:41:09 -0400 Original-Received: from [176.228.60.248] (port=4296 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hVh24-0003Wy-PL; Tue, 28 May 2019 14:41:09 -0400 In-reply-to: (message from Dmitry Gutov on Tue, 28 May 2019 18:06:44 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 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.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:159858 Archived-At: > From: Dmitry Gutov > Date: Tue, 28 May 2019 18:06:44 +0300 > > - Creating a new frame with 'C-x 5 2'. The result is a responsive frame, >   all the while the previous one is in that weird state. This bit almost certainly means that it's not an Emacs problem, but something related to the other software on your system. Emacs's display engine updates all the frames one after the other, in a single thread, so the situation where one frame is updated, but another isn't, is simply impossible, as far as the Emacs code is concerned. Did you try looking at your system's logs for the times when these freezes happen? Or search the Internet for similar reports, not necessarily related to Emacs?