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 683569 - dconf[17917] trap int3 ip:f74b8f81 sp:ff9b1d30 error:0
dconf[17917] trap int3 ip:f74b8f81 sp:ff9b1d30 error:0
Status: RESOLVED NOTABUG
Product: dconf
Classification: Core
Component: dconf
0.12.x
Other Linux
: Normal major
: ---
Assigned To: dconf-maint
dconf-maint
Depends on:
Blocks:
 
 
Reported: 2012-09-07 12:11 UTC by Paul Menzel
Modified: 2012-09-08 17:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paul Menzel 2012-09-07 12:11:57 UTC
With dconf-tools 0.12.1-2 from Debian Sid/unstable the following happened.

    $ DCONF_PROFILE=gdm dconf read /org/gnome/desktop/session/session-name

    ** (dconf:17917): ERROR **: Error loading dconf profile 'gdm': open '/etc/dconf/profile/gdm': Datei oder Verzeichnis nicht gefunden

    Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)

Please tell me what information you need.
Comment 1 Allison Karlitskaya (desrt) 2012-09-08 17:33:15 UTC
As the error message suggests, the profile that you are attempting to use doesn't exist.

In any case, the current git version no longer aborts in this case -- but it will still issue a warning.

If you set DCONF_PROFILE=gdm then you should have an existing /etc/dconf/profile/gdm.  Please see https://live.gnome.org/dconf/SystemAdministrators for more information on how this works.