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 637944 - Crash when going in /desktop/gnome/interface
Crash when going in /desktop/gnome/interface
Status: RESOLVED FIXED
Product: dconf-editor
Classification: Other
Component: general
git master
Other Linux
: Normal critical
: ---
Assigned To: dconf-editor maintainer(s)
dconf-editor maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2010-12-24 11:29 UTC by Vincent Untz
Modified: 2015-02-22 12:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2010-12-24 11:29:30 UTC
Whenever I try to open /desktop/gnome/interface in dconf-editor, I get this crash:


Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
(gdb) bt
  • #0 ??
  • #1 key_value_renderer_real_get_size
    at dconf-view.c line 345
  • #2 gtk_cell_renderer_real_get_preferred_size
    at gtkcellrenderer.c line 1178
  • #3 gtk_cell_renderer_get_preferred_width
    at gtkcellrenderer.c line 1401
  • #4 gtk_cell_area_request_renderer
    at gtkcellarea.c line 3588
  • #5 compute_size
    at gtkcellareabox.c line 1529
  • #6 gtk_cell_area_box_get_preferred_width
    at gtkcellareabox.c line 1818
  • #7 gtk_cell_area_get_preferred_width
    at gtkcellarea.c line 2080
  • #8 gtk_tree_view_column_cell_get_size
    at gtktreeviewcolumn.c line 2782
  • #9 validate_row
    at gtktreeview.c line 6157
  • #10 validate_visible_area
    at gtktreeview.c line 6481
  • #11 do_presize_handler
    at gtktreeview.c line 6820
  • #12 presize_handler_callback
    at gtktreeview.c line 6843
  • #13 gdk_threads_dispatch
    at gdk.c line 716
  • #14 g_idle_dispatch
    at gmain.c line 4536
  • #15 g_main_dispatch
    at gmain.c line 2440
  • #16 g_main_context_dispatch
    at gmain.c line 3013
  • #17 g_main_context_iterate
    at gmain.c line 3091
  • #18 g_main_loop_run
    at gmain.c line 3299
  • #19 gtk_main
    at gtkmain.c line 1267
  • #20 configuration_editor_main
    at dconf-editor.c line 772
  • #21 main
    at dconf-editor.c line 780

Comment 1 Matthias Clasen 2010-12-24 20:27:00 UTC
Looks like a gtk bug to me, from the stacktrace.
Comment 2 Vincent Untz 2010-12-25 10:09:26 UTC
I filed it against dconf because the last function is key_value_renderer_real_get_size() from dconf-view.c
Comment 3 Matthias Clasen 2010-12-27 05:04:46 UTC
Oh, hadn't seen that.
Comment 4 Maciej (Matthew) Piechotka 2011-01-06 23:32:57 UTC
(In reply to comment #0)
> Whenever I try to open /desktop/gnome/interface in dconf-editor, I get this
> crash:
> 

I reproduce it for path.
Comment 5 Robert Ancell 2011-01-14 19:14:46 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment 6 André Klapper 2015-02-22 12:23:19 UTC
[moving dconf>editor tickets to dconf-editor product. See bug 744791]