I'm using:
[root@gwydion root]# rpm -q squirrelmail dovecot squirrelmail-1.4.3-0.f1.1 dovecot-0.99.12-2.1.fc1.rf [root@gwydion root]#
It works very good (a bit slow I would say, but ok)...
until I enable MySQL auth mechanism. When I do that, dovecot-auth crashes when squirrelmail try to login. I keep getting:
Jan 7 01:28:31 gwydion dovecot: child 22782 (auth) killed with signal 11
Also, i often get a "stuck" dovecot-auth in R state, looping in a malloc() (if needed I should have a backtrace).
This is the bt:
Program received signal SIGSEGV, Segmentation fault. 0x004f4096 in _int_free () from /lib/tls/libc.so.6 (gdb) bt #0 0x004f4096 in _int_free () from /lib/tls/libc.so.6 #1 0x004f301b in free () from /lib/tls/libc.so.6 #2 0x0805b73f in pool_alloconly_destroy () #3 0x08051b11 in mech_plain_auth_free () #4 0x0805135b in mech_request_free () #5 0x080509dd in master_handle_request () #6 0x08050a93 in master_input () #7 0x08065854 in master_pos () #8 0x0000000c in ?? () #9 0x086b2a58 in ?? () #10 0xbfec27c4 in ?? () #11 0xbfec27cc in ?? () #12 0xbfec2718 in ?? () #13 0x0805aa98 in io_loop_handler_run () #14 0x0000000e in ?? () (gdb) select 2 (gdb) quit
Is there an easy way to enable -g2 in the Makefile, using configure script?
Thanks.