To reproduce:
- create or edit a style
- upon use of the Select All or Select None buttons, the dialog mostly
stops working (except for the cancel button). Further interactions with
the dialog either do nothing, or cause a SEGV.
When not busy crashing, the console was spammed upon every click with:
(darktable:2119646): Gtk-CRITICAL **: 21:15:36.135: gtk_tree_view_get_model: assertion 'GTK_IS_TREE_VIEW (tree_view)' failed
(darktable:2119646): Gtk-CRITICAL **: 21:15:36.135: gtk_tree_model_get_iter: assertion 'GTK_IS_TREE_MODEL (tree_model)' failed
(darktable:2119646): Gtk-CRITICAL **: 21:15:36.135: gtk_tree_model_get: assertion 'GTK_IS_TREE_MODEL (tree_model)' failed
(darktable:2119646): Gtk-CRITICAL **: 21:15:36.135: gtk_list_store_set_valist: assertion 'GTK_IS_LIST_STORE (list_store)' failed
(darktable:2119646): Gtk-CRITICAL **: 21:15:36.135: gtk_list_store_set_valist: assertion 'GTK_IS_LIST_STORE (list_store)' failed
The resulting /tmp/darktable_bt_RVYQR2.txt is attached (after making sure
every dependency was the trixie version, and installing a bunch of dbgsym
packages).