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 324461 - tests/testgtk cvs HEAD crashes
tests/testgtk cvs HEAD crashes
Status: RESOLVED DUPLICATE of bug 324429
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal critical
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-12-19 05:06 UTC by Soren Sandmann Pedersen
Modified: 2005-12-19 05:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Soren Sandmann Pedersen 2005-12-19 05:06:40 UTC
Steps to reproduce:
1. run tests/testgtk
2. 
3. 


Stack trace:

Program received signal SIGSEGV, Segmentation fault.
0x00ab02c3 in gtk_settings_get_property (object=0x9b5c440, property_id=28,
    value=0xbfd1eeb8, pspec=0x9b72478) at gtksettings.c:599
599           g_value_set_boxed (value, get_color_hash (settings));
(gdb) bt
  • #0 gtk_settings_get_property
    at gtksettings.c line 599
  • #1 IA__g_object_get_valist
    at gobject.c line 655
  • #2 IA__g_object_get
    at gobject.c line 1194
  • #3 gtk_rc_context_get
    at gtkrc.c line 606
  • #4 IA__gtk_rc_reparse_all_for_settings
    at gtkrc.c line 1511
  • #5 IA__gtk_settings_get_for_screen
    at gtksettings.c line 542
  • #6 IA__gtk_settings_get_default
    at gtksettings.c line 570
  • #7 gtk_style_init
    at gtkstyle.c line 433
  • #8 IA__g_type_create_instance
    at gtype.c line 1567
  • #9 g_object_constructor
    at gobject.c line 1013
  • #10 IA__g_object_newv
    at gobject.c line 910
  • #11 IA__g_object_new_valist
    at gobject.c line 953
  • #12 IA__g_object_new
    at gobject.c line 791
  • #13 IA__gtk_style_new
    at gtkstyle.c line 700
  • #14 IA__gtk_widget_get_default_style
    at gtkwidget.c line 5139
  • #15 gtk_widget_init
    at gtkwidget.c line 1708
  • #16 IA__g_type_create_instance
    at gtype.c line 1559
  • #17 g_object_constructor



Other information:
Comment 1 Matthias Clasen 2005-12-19 05:36:46 UTC

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