Hi, we had a segfault of imapd today. Here is the gdb output from the core file: Core was generated by `imapd -s'. Program terminated with signal 11, Segmentation fault. #0 0xfea647b8 in _malloc_unlocked () from /lib/libc.so.1 (gdb) where #0 0xfea647b8 in _malloc_unlocked () from /lib/libc.so.1 #1 0xfea646c4 in malloc () from /lib/libc.so.1 #2 0xfebe78ed in default_malloc_ex () from /usr/local/ssl/lib/libcrypto.so.0.9.8 #3 0xfebe7f52 in CRYPTO_malloc () from /usr/local/ssl/lib/libcrypto.so.0.9.8 #4 0xfec4b956 in EVP_DigestInit_ex () from /usr/local/ssl/lib/libcrypto.so.0.9.8 #5 0xfebfafa6 in HMAC_Init_ex () from /usr/local/ssl/lib/libcrypto.so.0.9.8 #6 0xfed11583 in tls1_mac () from /usr/local/ssl/lib/libssl.so.0.9.8 #7 0xfed0b9f2 in ssl3_read_bytes () from /usr/local/ssl/lib/libssl.so.0.9.8 #8 0xfed096c3 in ssl3_read () from /usr/local/ssl/lib/libssl.so.0.9.8 #9 0xfed19550 in SSL_read () from /usr/local/ssl/lib/libssl.so.0.9.8 #10 0x080a767a in prot_fill (s=0x81701e8) at prot.c:668 #11 0x0809bdcb in getword (in=0x81701e8, buf=0x815d93c) at imapparse.c:85 #12 0x0805cecd in cmd_idle (tag=0x81d14c0 "203") at imapd.c:2565 #13 0x0806e3fe in cmdloop () at imapd.c:1379 #14 0x080704be in service_main (argc=2, argv=0x816d578, envp=0x8047e88) at imapd.c:816 #15 0x0805b6b7 in main (argc=2, argv=0x8047e7c, envp=0x8047e88) at service.c:540 This is on solaris 10 x86 and we are running cyrus IMAPd version 2.3.16. Can anybody tell me what could be the problem? Thanks Didi ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html