GNOME Bugzilla – Bug 731674
gsettings chrash / doesn't warn about invalid schema extends
Last modified: 2015-10-12 18:12:22 UTC
create a new schema with int values and set range min="1" but do not set max; instead of throwing an error while compiling the schema, it will compile the schema but trying to open it in dconf editor or with gsetting get will result in a crash
Try this schema: http://pastie.org/9291490
Created attachment 300779 [details] [review] patch dconf-editor: Don't crash when encountering open ranges Ranges can have either min or max unset. Handle this case properly.
this is a dconf-editor patch. move the bug to the right product
Thanks! I pushed this patch (with little adaptations) to the “gnome-3-18” development branch, the correction is visible in the 3.18.1 release. On the “master” development branch, the problem is solved another way (as many changes happened); just hoping not to reintroduce the bug there at one point…