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 725639 - gnome-shell crashed with SIGABRT in g_thread_abort()
gnome-shell crashed with SIGABRT in g_thread_abort()
Status: RESOLVED DUPLICATE of bug 724929
Product: dconf
Classification: Core
Component: gsettings backend
git master
Other Linux
: Normal critical
: ---
Assigned To: dconf-maint
dconf-maint
Depends on:
Blocks:
 
 
Reported: 2014-03-04 06:00 UTC by Cristian Aravena Romero
Modified: 2015-02-15 18:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Cristian Aravena Romero 2014-03-04 06:00:51 UTC
Open bug in Launchpad.net:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1284017

"gnome-shell crashed on system restart."

  • #0 __GI_raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 56
  • #1 __GI_abort
    at abort.c line 89
  • #2 g_thread_abort
    at /build/buildd/glib2.0-2.39.90/./glib/gthread-posix.c line 74
  • #3 g_mutex_lock
    at /build/buildd/glib2.0-2.39.90/./glib/gthread-posix.c line 209
  • #4 dconf_engine_acquire_sources
    at dconf-engine.c line 200
  • #5 dconf_engine_get_state
    at dconf-engine.c line 314
  • #6 dconf_engine_watch_established
    at dconf-engine.c line 778
  • #7 dconf_gdbus_method_call_done
    at dconf-gdbus-thread.c line 231
  • #8 g_simple_async_result_complete
    at /build/buildd/glib2.0-2.39.90/./gio/gsimpleasyncresult.c line 763
  • #9 g_dbus_connection_call_done
    at /build/buildd/glib2.0-2.39.90/./gio/gdbusconnection.c line 5498
  • #10 g_simple_async_result_complete
    at /build/buildd/glib2.0-2.39.90/./gio/gsimpleasyncresult.c line 763
  • #11 complete_in_idle_cb
    at /build/buildd/glib2.0-2.39.90/./gio/gsimpleasyncresult.c line 775
  • #12 g_main_dispatch
    at /build/buildd/glib2.0-2.39.90/./glib/gmain.c line 3066
  • #13 g_main_context_dispatch
    at /build/buildd/glib2.0-2.39.90/./glib/gmain.c line 3641
  • #14 g_main_context_iterate
    at /build/buildd/glib2.0-2.39.90/./glib/gmain.c line 3712
  • #15 g_main_context_iteration
    at /build/buildd/glib2.0-2.39.90/./glib/gmain.c line 3773
  • #16 dconf_gdbus_worker_thread
    at dconf-gdbus-thread.c line 82
  • #17 g_thread_proxy
    at /build/buildd/glib2.0-2.39.90/./glib/gthread.c line 764
  • #18 start_thread
    at pthread_create.c line 312
  • #19 clone
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S line 111

Comment 1 Giovanni Campagna 2014-03-04 13:54:02 UTC
This seems to be a locking problem in dconf (probably a deadlock caught with error checking mutexes), reassigning.
Comment 2 Allison Karlitskaya (desrt) 2015-02-15 18:42:42 UTC
Pretty sure this one was fixed a year ago...

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