[Dovecot] dovecot -n segfault

2007-06-20 Thread Luca Corti
# uname -a Linux ns2 2.6.18-4-sparc64 #1 Mon Mar 26 11:16:07 UTC 2007 sparc64 GNU/Linux # dovecot -n # 1.0.1: /usr/local/etc/dovecot.conf Segmentation fault uhu? ciao Luca

Re: [Dovecot] dovecot -n segfault

2007-06-20 Thread Timo Sirainen
On 21.6.2007, at 1.23, Luca Corti wrote: # uname -a Linux ns2 2.6.18-4-sparc64 #1 Mon Mar 26 11:16:07 UTC 2007 sparc64 GNU/Linux # dovecot -n # 1.0.1: /usr/local/etc/dovecot.conf Segmentation fault gdb dovecot r -n bt full PGP.sig Description: This is a digitally signed message part

Re: [Dovecot] dovecot -n segfault

2007-06-21 Thread Luca Corti
On Thu, 2007-06-21 at 01:25 +0300, Timo Sirainen wrote: > gdb dovecot > r -n > bt full (gdb) r -n Starting program: /usr/local/sbin/dovecot -n # 1.0.1: /usr/local/etc/dovecot.conf Program received signal SIGSEGV, Segmentation fault. 0xf7e1f51c in strcmp () from /lib/libc.so.6 (gdb) bt full #0 0x

Re: [Dovecot] dovecot -n segfault

2007-06-26 Thread Uldis Pakuls
Luca Corti wrote: On Thu, 2007-06-21 at 01:25 +0300, Timo Sirainen wrote: gdb dovecot r -n bt full #1 0x000190b4 in settings_dump (def=0x65766500, sets=0x2d980, set_names=0x1010101, count=2155905152, nondefaults=false, indent=1869873152) at master-settings.c:1531 Do you need a gdb run

Re: [Dovecot] dovecot -n segfault

2007-06-26 Thread Luca Corti
On Tue, 2007-06-26 at 22:46 +0300, Uldis Pakuls wrote: > > Luca > Are you applied "managesieve" patch? There is bug in > "master_settings_dump" causing segfault with "dovecot -n" > look for old posts; few month ago I posted patch here. Forgot about patching managesieve into dovecot... > @@ -15