Hi, I compiled Cyrus IMAPd 2.3.8, and am experiencing a "Signaled to death by 10" error when accessing the server. When I use cyradm to create an account, it reports this error, and will not show any mailboxes until I exit and re-run cyradm. If I try to attach to that mailbox via an IMAP client, the client hangs while trying to connect (after authentication), and the log reports multiple "Death by 10" errors. Feb 14 12:09:45 pop26 master[9204]: [ID 392559 local6.debug] about to exec /ucd/ bin/imapd Feb 14 12:09:45 pop26 imaps[9204]: [ID 518349 local6.debug] executed Feb 14 12:09:45 pop26 imaps[9204]: [ID 921384 local6.debug] accepted connection Feb 14 12:09:45 pop26 imaps[9204]: [ID 636471 local6.notice] TLS server engine: cannot load CA data Feb 14 12:09:45 pop26 imaps[9204]: [ID 379946 local6.notice] starttls: TLSv1 wit h cipher AES256-SHA (256/256 bits reused) no authentication Feb 14 12:09:45 pop26 imaps[9204]: [ID 529592 local6.notice] login: host.ucdavis.ed u [169.237.X.X] joshua plain+TLS User logged in Feb 14 12:09:45 pop26 master[9198]: [ID 970914 local6.error] process 9204 exited , signaled to death by 10 Feb 14 12:09:45 pop26 master[9198]: [ID 621917 local6.debug] service imaps pid 9 204 in BUSY state: terminated abnormally I have tried compiling this against both Berkeley DB 4.3.28 and 3.3.11. I also encountered the same issue with Cyrus IMAPd 2.3.7. In looking at the archives, I noted some similar issues, but no solution. System Info: bash-3.00# uname -a SunOS pop26 5.10 Generic_118833-33 sun4v sparc SUNW,Sun-Fire-T200 bash-3.00# isainfo -vk 64-bit sparcv9 kernel modules bash-3.00# file /ucd/bin/master /ucd/bin/master: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped bash-3.00# file /ucd/bin/imapd /ucd/bin/imapd: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped And, from a truss of the master process (While performing a "cm" command): 9839: rename("/var/spool/imap/I/user/test/cyrus.header.NEW", "/var/spool/imap/ I/user/test/cyrus.header") = 0 9839: close(13) = 0 9839: fstat(16, 0xFFBF8B44) = 0 9839: mmap(0x00000000, 154, PROT_READ, MAP_SHARED, 16, 0) = 0xFD6E0000 9839: Incurred fault #5, FLTACCESS %pc = 0x0004164C 9839: siginfo: SIGBUS BUS_ADRALN addr=0xFFBFABB4 9839: Received signal #10, SIGBUS [default] 9839: siginfo: SIGBUS BUS_ADRALN addr=0xFFBFABB4 9484: Received signal #18, SIGCLD, in pollsys() [caught] 9484: siginfo: SIGCLD CLD_KILLED pid=9839 status=0x000A 9484: pollsys(0xFFBFFAD0, 22, 0xFFBFFC70, 0x00000000) Err#91 ERESTART Any ideas on how to resolve the issue? I have Cyrus IMAPd 2.2.12 running without issue on a similar system using BDB 3.3.11. Note that my configuration uses skiplist for all of the databases. Thanks, - josh ---- 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