Subject: Re: cyrus dumps core
To: Nick Hudson <skrll@netbsd.org>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: tech-pkg
Date: 11/16/2004 11:24:53
Nick Hudson wrote:
> On Tuesday 16 November 2004 09:16, Martti Kuparinen wrote:
> [...]
>
>>>IIRC, that is usually a symptom of the program closing all fds. pth uses
>>>some internally to help thread scheduling.
>>
>>I've only updated perl58, db4 and cyrus-sals2. Could it be any of these?
>
>
> Anything that master is linked against/uses, yes.
>
> Nick
>
>
On another server (2.0_RC5):
inside:~> ldd /usr/pkg/cyrus/bin/master
/usr/pkg/cyrus/bin/master:
-lpthread.0 => /usr/lib/libpthread.so.0
-ldb4-4.2.2 => /usr/pkg/lib/libdb4-4.2.so.2
-lssl.3 => /usr/lib/libssl.so.3
-lcrypto.2 => /usr/lib/libcrypto.so.2
-lcom_err.4 => /usr/lib/libcom_err.so.4
-lc.12 => /usr/lib/libc.so.12
So maybe it's db4?
Martti