From unknown Sun Jun 15 08:36:29 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#51889 <51889@debbugs.gnu.org> To: bug#51889 <51889@debbugs.gnu.org> Subject: Status: changing focus to Chromium can crash Sway entirely Reply-To: bug#51889 <51889@debbugs.gnu.org> Date: Sun, 15 Jun 2025 15:36:29 +0000 retitle 51889 changing focus to Chromium can crash Sway entirely reassign 51889 guix submitter 51889 "bdju" severity 51889 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 16 05:16:43 2021 Received: (at submit) by debbugs.gnu.org; 16 Nov 2021 10:16:43 +0000 Received: from localhost ([127.0.0.1]:57311 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmvW7-0003Xf-AE for submit@debbugs.gnu.org; Tue, 16 Nov 2021 05:16:43 -0500 Received: from lists.gnu.org ([209.51.188.17]:41860) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mmvW5-0003XV-7G for submit@debbugs.gnu.org; Tue, 16 Nov 2021 05:16:41 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50134) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmvW2-0004Dc-Br for bug-guix@gnu.org; Tue, 16 Nov 2021 05:16:39 -0500 Received: from [2607:5300:60:4f58::248] (port=34576 helo=tilde.team) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mmvW0-0007ZT-NE for bug-guix@gnu.org; Tue, 16 Nov 2021 05:16:38 -0500 Received: from localhost (unknown [63.228.59.248]) by tilde.team (Postfix) with ESMTPSA id 503664C8A37 for ; Tue, 16 Nov 2021 10:16:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tilde.team; s=mail; t=1637057794; bh=z0GZKcQDZCF3/srHQPG9OweNkHKfwBep/LQhMcaUDMI=; h=Subject:From:To:Date:From; b=ELyRjWA2l7hxpyu1WscVI7wcy0/byT8oq9TK2eXkmjSCCRkBlvuGT+8vrA4X5L43j sgBs3LtC82G+UjY/Z599Pai39sxqw+plWmDdCtYxl2UFM7t2xuqYSxjrShiZT/F+Pw c9BlCov+P+odijL0FR3ivoVxwaher1YeQlnT9DQQ= Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Subject: changing focus to Chromium can crash Sway entirely From: "bdju" To: Date: Tue, 16 Nov 2021 04:14:33 -0600 Message-Id: X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:5300:60:4f58::248 (failed) Received-SPF: pass client-ip=2607:5300:60:4f58::248; envelope-from=bdju@tilde.team; helo=tilde.team X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 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, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) guix (GNU Guix) 33a80e111096b05af3d60576dfcb2d67099dc60e Guix System For the second time now, when focusing the chromium window, Sway has entirely crashed. I'm using ungoogled-chromium-wayland. I have the following lines in my Sway config: ``` # focus browser (chromium) bindsym ctrl+Shift+$mod+b [app_id=3D"chromium-browser"] focus ``` So, I pressed those keys to jump right to it, then my monitors went black and everything disappeared. I believe last time this happened, I hadn't made that keybind yet, but I was similarly using a script to focus chromium by its app_id with a swaymsg command before. Chromium had some coursera tabs open. The first time there was likely a paused video. I don't think I had a video up this time. (I am using Chromium exclusively for coursera stuff recently because audio is broken in qutebrowser and if I watch the lectures in mpv+youtube-dl I lose the feature of being able to click part of the transcipt to jump to that part of the video. Also, I have to let the video play in a browser anyway so the task gets marked as complete.) I'm not sure if this will be at all easy to reproduce. I jumped to the Chromium window dozens of times without crashing all of Sway before, so some special situation must have to happen. I had another video open in mpv, some chat programs open, and qutebrowser at the time. I wasn't in danger of running out of RAM the last time I'd looked. I think CPU usage was normal.