[Dovecot] pop3 proxying error
Timo Sirainen
tss at iki.fi
Wed Aug 8 16:41:06 EEST 2012
On 8.8.2012, at 9.42, tonio at starbridge.org wrote:
> I've just tried this patch, so far pop-login error doesnt shows up , but now I've got this one: (imap-login this time)
>
> Aug 8 08:19:36 eol1 dovecot: imap-login: Fatal: master: service(imap-login): child 31887 killed with signal 6 (core dumped)
..
> #6 0xb779678d in hash_table_remove (table=0x83596b8, key=0x8833fe0)
> at hash.c:317
> node = <optimized out>
> hash = 1839751767
> #7 0xb778adda in setting_entry_detach (entry=0x8833fd0, cache=0x8057648)
> at master-service-settings-cache.c:167
I don't see how this could happen by looking at the code. I also can't reproduce this myself. Can you easily reproduce this? Could you run imap-login via valgrind (it slows things down):
service imap-login {
executable = /usr/bin/valgrind -q --vgdb=no /usr/local/libexec/dovecot/imap-login
}
(you may not have/need --vgdb=no, depends on your valgrind version)
More information about the dovecot
mailing list