Displaying 2 results from an estimated 2 matches for "settings_type_root".
2007 Sep 15
1
v1.1.alpha5 crashes with segmentation fault
...c:505
505 if (*set->protocols == '\0') {
(gdb) bt full
#0 settings_is_active (set=0x0) at master-settings.c:505
No locals.
#1 0x080535d5 in master_settings_read (path=<value optimized out>, nochecks=false, nofixes=false) at master-settings.c:1397
ctx = {type = SETTINGS_TYPE_ROOT, parent_type = SETTINGS_TYPE_ROOT, protocol = MAIL_PROTOCOL_ANY, root = 0x80721d0, server = 0x80721d0,
auth = 0x80727c8, socket = 0x807293c, auth_socket = 0x8072930, auth_passdb = 0x8072878, auth_userdb = 0x80728e0, namespace = 0x0, level = 0}
server = <value optimized out>...
2007 Sep 16
3
v1.1.alpha6 released
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha6.tar.gz
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha6.tar.gz.sig
Most importantly doesn't crash anymore if both pop3 and imap aren't
used. :) I'm hoping people won't find anything too bad from this release
anymore, so I'll release v1.1.beta1 in a week or so.
I also finally did some larger API changes and code