GNOME Bugzilla – Bug 789560
Segfault when resizing on 100% scale monitor (alongside 200% scale monitor)
Last modified: 2017-10-30 22:30:08 UTC
I'm running a 2 monitor setup: external monitor at 100% scale and laptop at 200% scale. Whenever I launch gnome-font-viewer on the laptop screen it runs just fine. If I launch it on the external monitor it crashes immediately (see bug 789511). But if I launch it on the laptop screen, then drag it to the monitor and resize, it segfaults again: (gdb) r Starting program: /usr/bin/gnome-font-viewer [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffebb5e700 (LWP 3639)] [New Thread 0x7fffeb35d700 (LWP 3640)] [New Thread 0x7fffea94f700 (LWP 3641)] (gnome-font-viewer:3635): Gtk-WARNING **: Theme parsing error: gtk.css:7:48: Junk at end of value for background-color (gnome-font-viewer:3635): Gtk-WARNING **: Theme parsing error: gtk.css:8:0: 'trans' is not a valid property name [New Thread 0x7fffe895e700 (LWP 3642)] (gnome-font-viewer:3635): Gtk-CRITICAL **: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed Thread 1 "gnome-font-view" received signal SIGSEGV, Segmentation fault. g_type_check_instance_cast (type_instance=0x555555851d10, iface_type=93825004293632) at ../../../../gobject/gtype.c:4057 4057 ../../../../gobject/gtype.c: No such file or directory. (gdb) bt
+ Trace 238123
This is actually the same issue of bug 789511. Closing as duplicate. *** This bug has been marked as a duplicate of bug 789511 ***