[Clamav-devel] Re: Clamav-90_2 Lockup with freebsd 6.2

2007-03-04 Thread Martin Blapp
Hi all, After adding some debug stuff to clamd running with freebsd libpthread.so I found that: looking at the output value of 'ps -auxH | grep clamd | grep -v grep | wc -l' is always staying at 6 threads, but the number of threadpool-thr_alive is going higher and higher. So

[Clamav-devel] Clamav 0.90.X defects

2007-03-04 Thread Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem
Can anyone explain why Clamav 0.90.X cannot find /usr/lib/libmilter.a on BSD/OS 4.3.1 ?? Calamav 0.88.X can do so. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___

Re: [Clamav-devel] Clamav 0.90.X defects

2007-03-04 Thread Stephen Gran
On Sun, Mar 04, 2007 at 05:13:03PM -0700, Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem said: On Mon, Mar 05, 2007 at 12:04:26AM +, Stephen Gran wrote: On Sun, Mar 04, 2007 at 03:06:21PM -0700, Dave Shariff Yadallee - System Administrator a.k.a. The Root

[Clamav-devel] Re: Clamav-90_2 Lockup with freebsd 6.2

2007-03-04 Thread Martin Blapp
Hi, Make sure clamd is checking the return value of pthread_create() for errors. You can also set LIBPTHREAD_PROCESS_SCOPE=yes or LIBPTHREAD_SYSTEM_SCOPE=yes in your environment to force process scope or system scope threads (libpthread only) for clamd. Yes, it does check the return value.