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 727641 - /usr/bin/gsettings crashed
/usr/bin/gsettings crashed
Status: RESOLVED DUPLICATE of bug 710367
Product: glib
Classification: Platform
Component: gsettings
2.38.x
Other Linux
: Normal normal
: ---
Assigned To: Allison Karlitskaya (desrt)
gtkdev
Depends on:
Blocks:
 
 
Reported: 2014-04-05 07:58 UTC by Pacho Ramos
Modified: 2014-04-05 09:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2014-04-05 07:58:52 UTC
I got:

Thread 1 (Thread 0x7f4853535700 (LWP 31490))

  • #0 g_settings_backend_dispatch_signal
    at /var/tmp/portage/dev-libs/glib-2.38.2-r1/work/glib-2.38.2/gio/gsettingsbackend.c line 340
  • #1 g_settings_backend_changed
    at /var/tmp/portage/dev-libs/glib-2.38.2-r1/work/glib-2.38.2/gio/gsettingsbackend.c line 400
  • #2 dconf_engine_change_notify
    at dconfsettingsbackend.c line 250
  • #3 dconf_engine_emit_changes
    at dconf-engine.c line 871
  • #4 dconf_engine_change_completed
    at dconf-engine.c line 948
  • #5 dconf_gdbus_method_call
    at dconf-gdbus-thread.c line 250
  • #6 g_main_dispatch
    at /var/tmp/portage/dev-libs/glib-2.38.2-r1/work/glib-2.38.2/glib/gmain.c line 3066
  • #7 g_main_context_dispatch
    at /var/tmp/portage/dev-libs/glib-2.38.2-r1/work/glib-2.38.2/glib/gmain.c line 3642
  • #8 g_main_context_iterate
    at /var/tmp/portage/dev-libs/glib-2.38.2-r1/work/glib-2.38.2/glib/gmain.c line 3713
  • #9 g_main_context_iteration
    at /var/tmp/portage/dev-libs/glib-2.38.2-r1/work/glib-2.38.2/glib/gmain.c line 3774
  • #10 dconf_gdbus_worker_thread
    at dconf-gdbus-thread.c line 81
  • #11 g_thread_proxy
    at /var/tmp/portage/dev-libs/glib-2.38.2-r1/work/glib-2.38.2/glib/gthread.c line 798
  • #12 start_thread
    from /lib64/libpthread.so.0
  • #13 clone
    from /lib64/libc.so.6

Comment 1 Allison Karlitskaya (desrt) 2014-04-05 08:41:27 UTC
Thanks for the report.

This is (fixed) bug 710367.

I have backported the changes to the glib-2-38 branch (since that appears to be what you are using).  We will probably do a new stable release at some point, but if you want to apply the changes in the meantime, it's these ones:

  https://git.gnome.org/browse/glib/commit/?h=glib-2-38&id=512a1a63be56c1fde8533f092ff36028a134716a

  https://git.gnome.org/browse/glib/commit/?h=glib-2-38&id=d5e172f8944fbca6b7df0aee0a4e7ef8d7912be8

*** This bug has been marked as a duplicate of bug 710367 ***
Comment 2 Pacho Ramos 2014-04-05 09:32:52 UTC
Thanks a lot for taking care :)