From thunarx.override: GHashTable * _pyobject_to_ghashtable (PyObject *py_dict, GHashTable *hashtable) { [...] g_return_if_fail (py_dict != NULL); Please use either g_return_val_if_fail with value to indicate the failed assertion or make it fatal.
Thanks for the tip, this has been fixed.