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 703098 - crash in g_settings_backend_dispatch_signal
crash in g_settings_backend_dispatch_signal
Status: RESOLVED DUPLICATE of bug 710367
Product: glib
Classification: Platform
Component: gsettings
2.36.x
Other Linux
: Normal normal
: ---
Assigned To: Allison Karlitskaya (desrt)
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-06-26 07:51 UTC by Christian Kirbach
Modified: 2018-02-02 13:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
full stack trace (23.78 KB, text/plain)
2013-06-26 07:51 UTC, Christian Kirbach
Details

Description Christian Kirbach 2013-06-26 07:51:07 UTC
Created attachment 247794 [details]
full stack trace

Hello

I just had this crash in evolution just after logging into my GNOME session.
Evolution 3.8.2


Thread 1 (Thread 0x7fb16abf7700 (LWP 2701))

  • #0 g_settings_backend_dispatch_signal
    at /build/buildd/glib2.0-2.36.3/./gio/gsettingsbackend.c line 340
  • #1 g_settings_backend_path_changed
    at /build/buildd/glib2.0-2.36.3/./gio/gsettingsbackend.c line 496
  • #2 ??
    from /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
  • #3 ??
    from /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
  • #4 g_simple_async_result_complete
    at /build/buildd/glib2.0-2.36.3/./gio/gsimpleasyncresult.c line 777
  • #5 g_dbus_connection_call_done
    at /build/buildd/glib2.0-2.36.3/./gio/gdbusconnection.c line 5339
  • #6 g_simple_async_result_complete
    at /build/buildd/glib2.0-2.36.3/./gio/gsimpleasyncresult.c line 777
  • #7 complete_in_idle_cb
    at /build/buildd/glib2.0-2.36.3/./gio/gsimpleasyncresult.c line 789
  • #8 g_main_dispatch
    at /build/buildd/glib2.0-2.36.3/./glib/gmain.c line 3054
  • #9 g_main_context_dispatch
    at /build/buildd/glib2.0-2.36.3/./glib/gmain.c line 3630
  • #10 g_main_context_iterate
    at /build/buildd/glib2.0-2.36.3/./glib/gmain.c line 3701
  • #11 g_main_context_iteration
    at /build/buildd/glib2.0-2.36.3/./glib/gmain.c line 3762
  • #12 ??
    from /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
  • #13 g_thread_proxy
    at /build/buildd/glib2.0-2.36.3/./glib/gthread.c line 798
  • #14 start_thread
    at pthread_create.c line 311
  • #15 clone
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S line 113

Comment 1 Matthew Barnes 2013-06-26 10:35:37 UTC
No Evolution calls in the crashed thread -> reassigning.
Comment 2 Philip Withnall 2018-02-02 13:53:07 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed in the code repository.

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