Timo,
In regards to the conversation below, does this item in release notes for 1.0.alpha4 mean that you found the problem?
- epoll was broken with 64bit systems
With 1.0.alpha3, I'm still seeing an "Out of memory" error with one Apple Mail user (but the user says everything works just fine), so we're planning to upgrade to 1.0.alpha4 and take it from there. Thank you! Sergey.
Timo Sirainen wrote:
On Fri, 2005-10-14 at 00:47 -0400, Sergey A. Lipnevich wrote:
Hi All,
I have Dovecot 1.0 Alpha3 running on x86_64 Linux 2.6 multi-CPU box using Maildir folders. Moving messages from one folder to another in Thunderbird 1.0.7, regardless of their size (usually small), produced error 83, "Out of memory", when both of these parameters were unset (default): mail_read_mmaped, mmap_disable. The log line before the error was pool_system_malloc(): Out of memory.
This is a bug in Dovecot. It looks like it happens only with 64bit systems. Would you mind getting a gdb backtrace from that, it would help in fixing it? Works basically like:
- Open the mailbox in thunderbird
- gdb attach pid-of-the-imap-process-that's-going-to-move-the-messages
- Give "cont" command
- Move the messages and wait for crash
- Give "bt" command
- mail the reply to me