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 324429 - gdm2, metactiry and other programs crash upon startup
gdm2, metactiry and other programs crash upon startup
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other All
: Normal critical
: ---
Assigned To: gtk-bugs
gtk-bugs
: 324461 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-12-18 23:04 UTC by Diego González
Modified: 2005-12-19 05:36 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
patch that fixes the bug (490 bytes, patch)
2005-12-18 23:06 UTC, Diego González
none Details | Review

Description Diego González 2005-12-18 23:04:47 UTC
Steps to reproduce:
1. 
2. 
3. 


Stack trace:


Other information:
This is due to a bug in that was introduced with the last commit to
gtksettings.c, where it tries to access a structure pointed to by a null
pointer. Patch attached.
Comment 1 Diego González 2005-12-18 23:06:50 UTC
Created attachment 56128 [details] [review]
patch that fixes the bug
Comment 2 Matthias Clasen 2005-12-19 05:29:04 UTC
2005-12-17  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtksettings.c (get_color_hash): Don't crash if
        there is no color scheme.  (#324429, Diego Gonzalez)

Comment 3 Matthias Clasen 2005-12-19 05:36:46 UTC
*** Bug 324461 has been marked as a duplicate of this bug. ***