[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 06:43:24 CET 2018


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

--- Comment #13 from Martin Väth <claws-mail at mvath.de> ---
By systematic inserting of fprintf(stderr, ...) I finally binsected the problem
(claws-mail-3.16.0):

1. The crash finally occurs in the call of gtk_main() in prefs_account.c

2. The warning/error messages (which do not occur with --enable-dbus) are
printed in the 5th iteration of the loop prefswindow_build_all_pages(). More
precisely, they are printed then in prefswindow_build_page() in the call
page->create_widget(page, GTK_WINDOW(prefswindow->window), prefswindow->data);

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


More information about the Users mailing list