[Users] [Bug 3949] opening account preferences window crashes when compiled with ./configure --disable-dbus

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Tue Jan 16 17:04:50 CET 2018


http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3949

--- Comment #16 from Martin Väth <claws-mail at mvath.de> ---
I found now the offending library call:

enchant_broker_list_dicts(broker, list_dict_cb, &list);

(in the file src/gtk/gtkaspell.c in function gtkaspell_get_dictionary_list).

When I comment it out, there are no warnings/errors and no crash.

Note that the above call happens twice when opening the account preferences
window: In the first call there is no warning/error printed, but in the second
call it is. Maybe for some reason the enchant_broker_list_dicts() function must
be called only once?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Users mailing list