After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 783171 - segfault in gnome-session-failed
segfault in gnome-session-failed
Status: RESOLVED DUPLICATE of bug 778382
Product: gtk+
Classification: Platform
Component: .General
3.22.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2017-05-28 12:42 UTC by vitalik_p
Modified: 2017-05-28 15:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description vitalik_p 2017-05-28 12:42:58 UTC
https://git.gnome.org/browse/gtk+/tree/gtk/gtkcssstaticstyle.c?h=gtk-3-22#n163

maybe better check "settings" variable before call gtk_css_static_style_new_compute function ?

(gdb) bt full
  • #0 _gtk_style_provider_private_get_settings
    at gtkstyleproviderprivate.c line 123
  • #1 gtk_css_value_initial_compute
    at gtkcssinitialvalue.c line 52
  • #2 gtk_css_static_style_compute_value
    at gtkcssstaticstyle.c line 237
  • #3 _gtk_css_lookup_resolve
    at gtkcsslookup.c line 122
  • #4 gtk_css_static_style_new_compute
    at gtkcssstaticstyle.c line 195
  • #5 gtk_css_static_style_get_default
    at gtkcssstaticstyle.c line 164
  • #6 gtk_css_node_init
    at gtkcssnode.c line 663
  • #7 g_type_create_instance
    at gtype.c line 1860
  • #8 g_object_new_internal
    at gobject.c line 1783
  • #9 g_object_newv
    at gobject.c line 1930
  • #10 g_object_new
    at gobject.c line 1623
  • #11 gtk_css_widget_node_new
    at gtkcsswidgetnode.c line 301
  • #12 gtk_widget_init
    at gtkwidget.c line 4414
  • #13 g_type_create_instance
    at gtype.c line 1860
  • #14 g_object_new_internal
    at gobject.c line 1783
  • #15 g_object_newv
    at gobject.c line 1930
  • #16 g_object_new
    at gobject.c line 1623

Comment 1 Timm Bäder 2017-05-28 15:37:45 UTC
Duplicate of https://bugzilla.gnome.org/show_bug.cgi?id=778382

*** This bug has been marked as a duplicate of bug 778382 ***