[Dovecot] Dovecot-2.1.14 - pop3 processes always hangs forever - another follow-up
Timo Sirainen
tss at iki.fi
Sun Feb 17 06:47:56 EET 2013
On 17.2.2013, at 0.43, Axel Luttgens <AxelLuttgens at swing.be> wrote:
>> b) get gdb backtrace:
>>
>> gdb -p <pid of pop3 process>
>> bt full
>
> I thus tried an eigth run, still with flocking off.
>
> Output is in Pop3HangsGdb.txt.zip.
#21 0x00007fff8f57b086 in gethostbyname ()
#22 0x000000010b75571c in my_hostdomain () at hostpid.c:39
Where the code is:
hent = gethostbyname(my_hostname);
The gethostbyname() call is used to figure out the current system's domain. Why it would be hanging there, I don't really know. That call anyway isn't fully required, you could just replace it with "hent = NULL;"
More information about the dovecot
mailing list