Bernhard Schmidt berni@birkenwald.de wrote:
And managesieve segfaults immediately at TCP connect, but I have not managed to get a backtrace yet (it always says "core not dumped" regardless of ulimit -c setting. I also added -D to the executable, but no core file yet)
Feb 28 17:18:07 mail dovecot: master: service(managesieve-login): child 1168 killed with signal 11 (core not dumped)
(gdb) bt #0 setting_copy (type=SET_STR, src=0x0, dest=0x24f6620, pool=0x24f4d20) at settings-parser.c:1237 #1 0x00007f47bc2e860a in settings_dup (info=<value optimized out>, set=<value optimized out>, pool=0x24f4d20) at settings-parser.c:1285 #2 0x00007f47bc54d196 in login_settings_read (pool=0x24f4d20, local_ip=<value optimized out>, remote_ip=<value optimized out>, local_host=<value optimized out>, other_settings_r=<value optimized out>) at login-settings.c:219 #3 0x00007f47bc54d7b6 in client_connected_finish (conn=0x7fff7b6bc270) at main.c:112 #4 0x00007f47bc3008fd in master_service_listen (l=0x24d0188) at master-service.c:712 #5 0x00007f47bc3110e5 in io_loop_handler_run (ioloop=<value optimized out>) at ioloop-epoll.c:208
Bernhard