GNOME Bugzilla – Bug 791597
[3.27.3] crashes on startup
Last modified: 2017-12-15 04:30:43 UTC
Seen by openSUSE's openQA, based on the 'GNOME Next' live images: https://openqa.opensuse.org/tests/559207#step/dconf_editor/26 dconf-editor segfaults upon startup A stacktrace looks like this: (gdb) bt
+ Trace 238257
Thanks for the bug report. My understanding of traces are quite bad, but I have the feeling it’s the same problem as bug 790692, caused by a well-defined commit[1] (that enables checking the SettingsBackend). I just tried something[2] not to remove the ckeck, considering `dconf-editor` as a specialized application that must deal with this kind of things, but I might change my mind until stable release and just remove all. But for now, does that work better? Regards, Arnaud [1] https://git.gnome.org/browse/dconf-editor/commit/?id=ef79c635bb24cbe4e2a2383740fa56be77dd7f6f [2] https://git.gnome.org/browse/dconf-editor/commit/?id=e45a5762e3c6af22ff5e689db712206dbbd3a7bf
Tested with commit https://git.gnome.org/browse/dconf-editor/commit/?id=e45a5762e3c6af22ff5e689db712206dbbd3a7bf applied on top of my source rtree - the crash remains
Ad definitively related to [1]: when disabling the test_backend call in startup() dconf-editor starts up just fine. [1] https://git.gnome.org/browse/dconf-editor/commit/?id=ef79c635bb24cbe4e2a2383740fa56be77dd7f6f
I just disabled the SettingsBackend stuff, so that’s fixed. The current cycle is big enough not to add this kind of broken stuff. I just don’t understand what I’m doing wrong. It’s certainly my fault, but I don’t understand. Anyway, thanks for the bug report!
*** Bug 790692 has been marked as a duplicate of this bug. ***