fullscreenworkspace-satran.in icon indicating copy to clipboard operation
fullscreenworkspace-satran.in copied to clipboard

Gnome Shell crash when exiting full screen app

Open kem-a opened this issue 2 years ago • 6 comments

There is gnome shell crash when app is exiting full screen.

To reproduce error use an app that triggers workspace switch in full screen, example, remmina or lutris.

$ gnome-shell --version
GNOME Shell 42.4
$ uname -r
5.19.8-200.fc36.x86_64

OS: Fedora 36 Window session: Wayland

I didn't get meaningful logs.

kem-a avatar Sep 13 '22 14:09 kem-a

I'm also experiencing this on Ubuntu 22.04 (GNOME Shell 42.4-0ubuntu0.22.04.1). Here's the contents of syslog from my system:

Sep 11 02:57:34 Akane10510 gnome-shell[693369]: Window manager warning: META_CURRENT_TIME used to choose focus window; focus window may not be correct.
Sep 11 02:57:34 Akane10510 gnome-shell[693369]: **
Sep 11 02:57:34 Akane10510 gnome-shell[693369]: libmutter:ERROR:../src/core/workspace.c:323:assert_workspace_empty: assertion failed: (window->on_all_workspaces)
Sep 11 02:57:34 Akane10510 gnome-shell[693369]: Bail out! libmutter:ERROR:../src/core/workspace.c:323:assert_workspace_empty: assertion failed: (window->on_all_workspaces)
Sep 11 02:57:34 Akane10510 gnome-shell[693369]: GNOME Shell crashed with signal 6
Sep 11 02:57:34 Akane10510 gnome-shell[693369]: == Stack trace for context 0x557440c74170 ==
Sep 11 02:57:34 Akane10510 gnome-shell[693369]: #0   557441a87278 i   /home/sadie/.local/share/gnome-shell/extensions/[email protected]/extension.js:43 (1e4a0915b6f0 @ 313)
Sep 11 02:57:34 Akane10510 gnome-shell[693369]: #1   557441a871f0 i   /home/sadie/.local/share/gnome-shell/extensions/[email protected]/extension.js:63 (1e4a0915b7e0 @ 15)
Sep 11 02:57:34 Akane10510 systemd[2634]: [email protected]: Main process exited, code=killed, status=6/ABRT
Sep 11 02:57:34 Akane10510 systemd[2634]: [email protected]: Failed with result 'signal'.
Sep 11 02:57:34 Akane10510 systemd[2634]: [email protected]: Consumed 5min 25.695s CPU time.
Sep 11 02:57:34 Akane10510 systemd[2634]: [email protected]: Scheduled restart job, restart counter is at 7.
Sep 11 02:57:34 Akane10510 systemd[2634]: Stopped GNOME Shell on X11.
Sep 11 02:57:34 Akane10510 systemd[2634]: [email protected]: Consumed 5min 25.695s CPU time.
Sep 11 02:57:34 Akane10510 systemd[2634]: Starting GNOME Shell on X11...

SadieCat avatar Sep 14 '22 01:09 SadieCat

I am also having this issue, running on Arch Linux and using wayland exclusively.

dipunm avatar Sep 14 '22 01:09 dipunm

Same Problem on Ubuntu 22.04 with X11

Erater avatar Sep 15 '22 07:09 Erater

This got super annoying so I commented out line 43 of extension.js. The file can be found in

/home/<username>/.local/share/gnome-shell/extensions/[email protected]/extension.js

It seems to have done the trick, I think gnome is auto closing empty windows and I am guessing this is why this keeps failing.

dipunm avatar Sep 19 '22 23:09 dipunm

I'm also experiencing this on Fedora 36 GNOME Shell 42.5 Xorg. the app do not crash, but close on fullscreen cause it to take a second to close, and tham gnome go back to the app grid.

jorgelukas avatar Oct 14 '22 17:10 jorgelukas

This got super annoying so I commented out line 43 of extension.js. The file can be found in

/home/<username>/.local/share/gnome-shell/extensions/[email protected]/extension.js

It seems to have done the trick, I think gnome is auto closing empty windows and I am guessing this is why this keeps failing.

Thank you, it worked

nkcong206 avatar Jun 07 '23 06:06 nkcong206