GNOME Bugzilla – Bug 423003
Calls into gconf crash when no gconf directory structures /daemons are running
Last modified: 2018-08-17 14:00:16 UTC
Steps to reproduce: 1. Compile attached program 2. Create new user 3. Run attached program Stack trace: Program received signal SIGSEGV, Segmentation fault.
+ Trace 122362
Thread NaN (LWP 7422)
Other information: Vuntz wanted this to be assigned to him.
Created attachment 85322 [details] The quick example to trip over the bug Maybe I'm doing something completely wrong.. who knows.
Maybe the problem is unrefing the book before it's even opened?
And you had logged in as the new user? Or did you run it via su - $user -c ./test?
bug 603517 filed against evolution 2.28.x looks same
GConf has been deprecated since 2011. GConf is not under active development anymore. Its codebase has been archived: https://gitlab.gnome.org/Archive/gconf/commits/master dconf and gsettings are its successors. See https://developer.gnome.org/gio/stable/ch34.html and https://developer.gnome.org/GSettings/ for porting info. Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Feel free to open a task in GNOME Gitlab if the issue described in this task still applies to a recent + supported version of dconf/gsettings. Thanks!