2.4.2 on Solaris - Crashes in mailbox_unlock_index

2010-10-30 Thread Andy Fiddaman
Hi, I've just upgraded to Cyrus 2.4 from 2.3 on Solaris 10 and I'm seeing lots of crashes with various utilities in mailbox_unlock_index(). (gdb) where #0 0xfd7ffef41e4a in _lwp_kill () from /lib/64/libc.so.1 #1 0xfd7ffef3a753 in thr_kill () from /lib/64/libc.so.1 #2

Re: 2.4.2 on Solaris - Crashes in mailbox_unlock_index

2010-10-30 Thread Bron Gondwana
On Sat, Oct 30, 2010 at 10:45:16PM +, Andy Fiddaman wrote: Hi, I've just upgraded to Cyrus 2.4 from 2.3 on Solaris 10 and I'm seeing lots of crashes with various utilities in mailbox_unlock_index(). (gdb) where #0 0xfd7ffef41e4a in _lwp_kill () from /lib/64/libc.so.1 #1

Re: 2.4.2 on Solaris - Crashes in mailbox_unlock_index

2010-10-30 Thread Andy Fiddaman
On Sun, 31 Oct 2010, Bron Gondwana wrote: ; ; I don't suppose the stacktrace went any further up than that? I'm ; more interested in the call-site of mailbox_close, because that's ; where a dirty mailbox will be being closed. Here are a couple: #0 0xfd7ffef41e4a in _lwp_kill () from

Re: 2.4.2 on Solaris - Crashes in mailbox_unlock_index

2010-10-30 Thread Bron Gondwana
On Sat, Oct 30, 2010 at 11:19:14PM +, Andy Fiddaman wrote: On Sun, 31 Oct 2010, Bron Gondwana wrote: ; ; I don't suppose the stacktrace went any further up than that? I'm ; more interested in the call-site of mailbox_close, because that's ; where a dirty mailbox will be being closed.