Bug 2013245
Summary: | After update to RHEL 8.5 gnome-shell on wayland crashes once in an hour | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Michael Mráka <mmraka> |
Component: | mutter | Assignee: | Jonas Ådahl <jadahl> |
Status: | CLOSED DUPLICATE | QA Contact: | Desktop QE <desktop-qa-list> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 8.5 | CC: | fmuellner, jadahl, jkoten, jwboyer, lmiksik, pekopec, sbarcomb, stransky, tlestach, tpelka, tpopela |
Target Milestone: | rc | Keywords: | Regression, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-10-14 11:17:24 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Michael Mráka
2021-10-12 12:45:27 UTC
Reproducer: Moving tabs in tabs in firefox (firefox-91.2.0-4.el8_4.x86_64) with 'Tree Style Tab' extension causes the crash nearly in 100% cases. Downgrade to gnome-shell-3.32.2-30.el8.x86_64 does not fix the issue. Reproducer update: 1. install firefox (firefox-91.2.0-4.el8_4.x86_64) 2. create new firefox profile (fresh, clean, without any extension) 3. open 2 tabs, move the last tab before the first tab (to the right) 4. whole desktop crashes Can you please check with https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=1750609 it is a build created in 8.5 buildroot not 8.4 like the one you are using. Based on: "Oct 12 14:11:55 magni org.gnome.Shell.desktop[2840]: mutter:ERROR:../src/wayland/meta-wayland-surface.c:791:meta_wayland_surface_apply_pending_state: assertion failed: (wl_list_empty (&pending->frame_callback_list": and as Firefox is involved, let me add Martin to the CC as he has done some drag and drop fixes in Firefox recently. What's actually your Firefox version? Wasn't Firefox updated at the same time from 78.x to 91.x? > Can you please check with https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=1750609 it is > a build created in 8.5 buildroot not 8.4 like the one you are using. This build does not make any change. > What's actually your Firefox version? Wasn't Firefox updated at the same time from 78.x to 91.x? firefox.x86_64 91.2.0-4.el8_4 The issue is reproducible even with firefox.x86_64 78.14.0-1.el8_4. Firefox has been upgraded before the RHEL 8.5 beta upgrade. -- Actually I was able to track the issue down to mutter. After downgrade to mutter-3.32.2-57.el8.x86_64 tabs in firefox don't cause crash anymore. On the other hand it causes a different issue when firefox window is not refreshed. E.g. when you scroll down mouse wheel the window still displays old content not scrolled one. After leaving window and moving back content is refreshed. This actually makes firefox on 8.5 Beta unusable and I'm marking the bug as blocker. (In reply to Michael Mráka from comment #5) > > Can you please check with https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=1750609 it is > > a build created in 8.5 buildroot not 8.4 like the one you are using. > > This build does not make any change. > > > What's actually your Firefox version? Wasn't Firefox updated at the same time from 78.x to 91.x? > > firefox.x86_64 91.2.0-4.el8_4 > The issue is reproducible even with firefox.x86_64 78.14.0-1.el8_4. > Firefox has been upgraded before the RHEL 8.5 beta upgrade. > > -- > > Actually I was able to track the issue down to mutter. > After downgrade to mutter-3.32.2-57.el8.x86_64 tabs in firefox don't cause > crash anymore. Just to be sure - installing https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=1654047 aka mutter-3.32.2-58.el8 (this particular build and not any newer one) breaks it again? * Mon Jul 05 2021 Jonas Ådahl <jadahl> - 3.32.2-58 - Backport xauth and xhost patches Resolves: #1949176 Current situation is following: mutter-3.32.2-57.el8.x86_64 (RHEL 8.4) - no crash but firefox doesn't refresh window mutter-3.32.2-58.el8.x86_64 (brew) - no crash but firefox doesn't refresh window mutter-3.32.2-59.el8.x86_64 (RHEL 8.5 Beta) - moving tabs in firefox crashes whole desktop |