GNOME Bugzilla – Bug 765134
Crash (SIGSEGV) in gtk_css_gadget_get_visible
Last modified: 2016-04-19 19:06:31 UTC
Created attachment 326150 [details] A backtrace from gdb attached to exaile Affected versions: 3.20.0, 3.20.1 (Fedora builds) python-2.7.11-4.fc24.x86_64 glib2-2.48.0-1.fc24.x86_64 Steps to reproduce: 1. get exaile (git master, from https://github.com/exaile/exaile) 2. run it 3. in "Edit" → "Preferences" → "Plugins", enable "Main menu button" 4. press the button that appeared instead of main menu button What happens: Crash. Full backtrace is attached. It happens deep in Gtk+ code, not in python (exaile is written in python only) so I guess gtk+ is to blame (not sure though). truncated backtrace:
+ Trace 236184
What should happen: No crash (obviously). If something is wrong with the python code or GtkBuilder XML files, gtk+ should tell me. Additional info: This might be a duplicate of https://bugzilla.gnome.org/show_bug.cgi?id=765018
This probably is a regression from 3.18.x where I didn't run into this problem. And I'm not the only one (see downstream bug report https://github.com/exaile/exaile/issues/257) This issue is present on both X11 and Wayland backends.
May I ask where this was fixed? I don't see any related commit in Gtk+ git master after 3.20.3, which is reported to be broken downstream.
(In reply to Christian Stadelmann from comment #2) > May I ask where this was fixed? See commit https://git.gnome.org/browse/gtk+/commit/gtk?id=96f0ed9ec5b5b071efabb15b03c37f40df7ae3b1 Can you please backport this to Gtk+ 3.20? Reopening until this is done.