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 113106 - gnome-ui-properties text+icons crash
gnome-ui-properties text+icons crash
Status: RESOLVED DUPLICATE of bug 104979
Product: gnome-control-center
Classification: Core
Component: Other Preferences
2.3.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-16 09:45 UTC by Volker Braun
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Volker Braun 2003-05-16 09:45:59 UTC
Steps to reproduce: 

1. Open "Menu and Toolbar Preferences" (gnome-ui-properties)
2. Choose Button Labels: Text Beside Icons
3. Every app with toolbar crashes.
Comment 1 Andrew Sobala 2003-05-16 17:58:51 UTC
Thanks for the bug report. Without a stack trace from the crash it's
very hard to determine what caused the crash.  Please see
http://bugzilla.gnome.org/getting-traces.cgi for more information
about getting a useful stack trace.
Comment 2 Volker Braun 2003-05-18 11:43:36 UTC
Recompiled without optimization (to get useful stack trace), 
works now. 
Comment 3 Volker Braun 2003-05-20 08:32:25 UTC
I compiled the wrong tree %-). Sorry for the screwup. Everything still
crashes even without optimizations.

Here is the strace of gedit (As I said, any program with toolbar will
crash):

(gdb) thread apply all bt
 

Thread 1 (Thread 16384 (LWP 32428))

  • #0 g_ascii_strcasecmp
    at gstrfuncs.c line 1735
  • #1 gconf_string_to_enum
    at gconf.c line 3462
  • #2 bonobo_ui_preferences_get_toolbar_style
    at bonobo-ui-preferences.c line 169
  • #3 parse_look
    at bonobo-ui-sync-toolbar.c line 475
  • #4 impl_bonobo_ui_sync_toolbar_update_root
    at bonobo-ui-sync-toolbar.c line 764
  • #5 bonobo_ui_sync_update_root
    at bonobo-ui-sync.c line 318
  • #6 do_sync
    at bonobo-ui-engine.c line 2380
  • #7 bonobo_ui_engine_update_node
    at bonobo-ui-engine.c line 2449
  • #8 bonobo_ui_engine_update
    at bonobo-ui-engine.c line 2589
  • #9 bonobo_ui_engine_dirty_tree
    at bonobo-ui-engine.c line 3189
  • #10 update_engines_idle_callback
    at bonobo-ui-preferences.c line 51
  • #11 g_idle_dispatch
    at gmain.c line 3164
  • #12 g_main_dispatch
    at gmain.c line 1653
  • #13 g_main_context_dispatch
    at gmain.c line 2197
  • #14 g_main_context_iterate
    at gmain.c line 2278
  • #15 g_main_loop_run
    at gmain.c line 2498
  • #16 gtk_main
    at gtkmain.c line 1092
  • #17 main
    at gedit2.c line 397
  • #18 __libc_start_main
    from /lib/libc.so.6

Comment 4 Andrew Sobala 2003-05-20 14:08:55 UTC

*** This bug has been marked as a duplicate of 113182 ***
Comment 5 Andrew Sobala 2003-05-20 14:09:51 UTC
Thanks; this is a known problem.

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