Bug 2124341
Summary: | gnome-shell crashes when closing pidgin | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Pablo Greco <pablo> | ||||||
Component: | gnome-shell | Assignee: | Florian Müllner <fmuellner> | ||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 37 | CC: | adscvr, fmuellner, gnome-sig, jadahl, kparal, mironov.ivan, otaylor, philip.wyett | ||||||
Target Milestone: | --- | ||||||||
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: | 2023-02-26 20:18:46 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: | |||||||||
Attachments: |
|
Description
Pablo Greco
2022-09-05 18:16:02 UTC
Can you attach a debug backtrace? Do so by running sudo dnf install gdb sudo dnf debuginfo-install mutter gnome-shell glib2 gjs coredumpctl gdb -r gnome-shell then in the (gdb) prompt run backtrace full then attach the output as a file here. Created attachment 1909769 [details]
backtrace
This backtrace is from yesterday's crash, let me know if that's ok or if you want me to generate it again
Looks like https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5832. Can you see if you can find the journal logs from gnome-shell from when the crash happened? If you look up the pid from coredumpctl, it might be available if you do journalctl _PID=pid-of-gnome-shell Created attachment 1909772 [details]
journalctl from the pid
Indeed it looks like the same thing
Clutter:ERROR:../clutter/clutter/clutter-actor.c:11749:clutter_actor_destroy_all_children: assertion failed: (self->priv->n_children < prev_n_children)
Jonas, I have a feeling (but absolutely no evidence) that this might be related https://github.com/ubuntu/gnome-shell-extension-appindicator/issues/294 , since pidgin is also what triggers that problem for me. (In reply to Pablo Greco from comment #5) > Jonas, I have a feeling (but absolutely no evidence) that this might be > related > https://github.com/ubuntu/gnome-shell-extension-appindicator/issues/294 , > since pidgin is also what triggers that problem for me. I have no idea, but if this is something you can reproduce, there seems to be a potential fix available if you install the extension from one of the commenters. Just confirmed that updating gnome-shell-extension-appindicator to the code in the "ubuntu/jammy" branch makes the crash disappear Possibly related? https://bugzilla.redhat.com/show_bug.cgi?id=2127826 (In reply to Kamil Páral from comment #8) > Possibly related? https://bugzilla.redhat.com/show_bug.cgi?id=2127826 Probably the same. Fixed a long time ago, closing *** This bug has been marked as a duplicate of bug 2127826 *** |