[Dovecot] dovecot-1.2.6: Panic: pool_data_stack_realloc(): stack frame changed

2009-11-02 Thread Mike Abbott
When playing with large numbers of IMAP keywords on dovecot-1.2.6 imap crashed: Panic: pool_data_stack_realloc(): stack frame changed Looks like either maildir_file_do() shouldn't T_BEGIN/T_END or the keywords array should start larger. 0 libSystem.B.dylib

Re: [Dovecot] dovecot-1.2.6: Panic: pool_data_stack_realloc(): stack frame changed

2009-11-02 Thread Timo Sirainen
On Mon, 2009-11-02 at 16:35 -0600, Mike Abbott wrote: When playing with large numbers of IMAP keywords on dovecot-1.2.6 imap crashed: Panic: pool_data_stack_realloc(): stack frame changed Looks like either maildir_file_do() shouldn't T_BEGIN/T_END or the keywords array should start

Re: [Dovecot] dovecot-1.2.6: Panic: pool_data_stack_realloc(): stack frame changed

2009-11-02 Thread Mike Abbott
Or 3) don't use data stack for them at all: http://hg.dovecot.org/dovecot-1.2/rev/939edf3ed09b Yeah, that works too :). Thanks.