From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Linus Heckemann Newsgroups: gmane.emacs.bugs Subject: bug#60356: 30.0.50; individual frame loses keyboard focus, focus cannot be restored Date: Tue, 03 Jan 2023 14:11:32 +0100 Message-ID: References: <83edsk23kp.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="15968"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 60356@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jan 04 00:57:29 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 1pCr9t-0003yy-7v for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 04 Jan 2023 00:57:29 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pCr9a-0008Nf-GN; Tue, 03 Jan 2023 18:57:10 -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 1pCr9V-0008MR-2g for bug-gnu-emacs@gnu.org; Tue, 03 Jan 2023 18:57:05 -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 1pCr9S-00074p-SD for bug-gnu-emacs@gnu.org; Tue, 03 Jan 2023 18:57:04 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pCr9S-0006dY-O9 for bug-gnu-emacs@gnu.org; Tue, 03 Jan 2023 18:57:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Linus Heckemann Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 03 Jan 2023 23:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60356 X-GNU-PR-Package: emacs Original-Received: via spool by 60356-submit@debbugs.gnu.org id=B60356.167279020125429 (code B ref 60356); Tue, 03 Jan 2023 23:57:02 +0000 Original-Received: (at 60356) by debbugs.gnu.org; 3 Jan 2023 23:56:41 +0000 Original-Received: from localhost ([127.0.0.1]:47087 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCr96-0006c2-F3 for submit@debbugs.gnu.org; Tue, 03 Jan 2023 18:56:41 -0500 Original-Received: from sosiego.soundray.org ([116.203.207.114]:38484) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCh4q-00056C-SW for 60356@debbugs.gnu.org; Tue, 03 Jan 2023 08:11:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sphalerite.org; s=sosiego; t=1672751495; bh=lmGAQ8VjysoxN57jhUhVRs0vN0ZQfMTDmv0vPumuCN8=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=1HB+5gbA2phN9Y1nVQPg746xR73dX0HGhQNJM4KYAcFKNqNbQoh77jbXyRK78dwRA uCbp6VXMWkisV/JbX9zdjg7V8u8F6H6q8SKSTE6Yg9VMBaTpoWyyJvFw29EaYk2N2b 1299FXSt1CTxemwb7j96NnAcL6zF7L9FCCQnzA8M= In-Reply-To: <83edsk23kp.fsf@gnu.org> X-Mailman-Approved-At: Tue, 03 Jan 2023 18:56:39 -0500 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:252441 Archived-At: Eli Zaretskii writes: >> From: git@sphalerite.org >> Date: Tue, 27 Dec 2022 13:19:44 +0100 >> >> >> The exact action leading to this bug is not clear to me. It seems to be >> related to lsp-mode though -- I've not observed it happening without >> lsp-mode. >> >> The symptom is that a single frame will no longer accept keyboard input, >> and will visually indicate that it is not focused (outline rectangular >> cursor where I'd usually expect a solid rectangular cursor). Mouse input >> still works, and other frames still accept keyboard input as normal. >> >> I'd be glad if anyone could point out ways to further debug this issue. >> I'm also in #emacs:matrix.org (@linus:schreibt.jetzt) in case >> fast-turnaround communication would be helpful :) > > If you attach a debugger to Emacs in that state, and type > > (gdb) thread apply all bt > > what do you get? Please post here everything that GDB prints when you > do that. > > Thanks. 0x00007f923c305151 in pselect () from /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib/libc.so.6 (gdb) thread apply all bt Thread 3 (Thread 0x7f9223fff640 (LWP 19853) "gdbus"): #0 0x00007f923c3026c9 in poll () from /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib/libc.so.6 #1 0x00007f923ee61c26 in g_main_context_iterate.constprop () from /nix/store/lrvvvkyakljgq3zvpzdwd20cm5hvwy3a-glib-2.74.1/lib/libglib-2.0.so.0 #2 0x00007f923ee61f73 in g_main_loop_run () from /nix/store/lrvvvkyakljgq3zvpzdwd20cm5hvwy3a-glib-2.74.1/lib/libglib-2.0.so.0 #3 0x00007f923f0c7216 in gdbus_shared_thread_func () from /nix/store/lrvvvkyakljgq3zvpzdwd20cm5hvwy3a-glib-2.74.1/lib/libgio-2.0.so.0 #4 0x00007f923ee8c8cd in g_thread_proxy () from /nix/store/lrvvvkyakljgq3zvpzdwd20cm5hvwy3a-glib-2.74.1/lib/libglib-2.0.so.0 #5 0x00007f923c288e86 in start_thread () from /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib/libc.so.6 #6 0x00007f923c30fc60 in clone3 () from /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib/libc.so.6 Thread 2 (Thread 0x7f922970b640 (LWP 19851) "gmain"): #0 0x00007f923c3026c9 in poll () from /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib/libc.so.6 #1 0x00007f923ee61c26 in g_main_context_iterate.constprop () from /nix/store/lrvvvkyakljgq3zvpzdwd20cm5hvwy3a-glib-2.74.1/lib/libglib-2.0.so.0 #2 0x00007f923ee61d3f in g_main_context_iteration () from /nix/store/lrvvvkyakljgq3zvpzdwd20cm5hvwy3a-glib-2.74.1/lib/libglib-2.0.so.0 #3 0x00007f923ee61d91 in glib_worker_main () from /nix/store/lrvvvkyakljgq3zvpzdwd20cm5hvwy3a-glib-2.74.1/lib/libglib-2.0.so.0 #4 0x00007f923ee8c8cd in g_thread_proxy () from /nix/store/lrvvvkyakljgq3zvpzdwd20cm5hvwy3a-glib-2.74.1/lib/libglib-2.0.so.0 #5 0x00007f923c288e86 in start_thread () from /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib/libc.so.6 #6 0x00007f923c30fc60 in clone3 () from /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib/libc.so.6 Thread 1 (Thread 0x7f923ad21000 (LWP 19849) "emacs"): #0 0x00007f923c305151 in pselect () from /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib/libc.so.6 #1 0x0000000000626b92 in really_call_select () #2 0x000000000062731f in thread_select () #3 0x0000000000649a51 in xg_select () #4 0x00000000006005d3 in wait_reading_process_output () #5 0x0000000000435846 in sit_for () #6 0x0000000000524532 in read_char () #7 0x0000000000524b30 in read_key_sequence () #8 0x00000000005268b1 in command_loop_1 () #9 0x000000000059f98f in internal_condition_case () #10 0x0000000000511d86 in command_loop_2 () #11 0x000000000059f8f3 in internal_catch () #12 0x0000000000511d19 in command_loop () #13 0x00000000005165ba in recursive_edit_1 () #14 0x0000000000516937 in Frecursive_edit () #15 0x000000000042abda in main () (gdb) c Continuing.