Date: Tue, 27 Feb 2007 13:01:51 -0500 From: Chris Slothouber <chris@hier7.com> To: freebsd-stable@freebsd.org Subject: Re: Clamav-90_2 Lockup with freebsd 6.2 Message-ID: <45E4720F.4060105@hier7.com> In-Reply-To: <20070227183553.B18301@godot.imp.ch> References: <003701c75a03$fb478ac0$d801a8c0@dimuthu> <200702270305.l1R35MX2067221@lava.sentex.ca> <20070227035603.GA49430@tmn.ru> <20070227183553.B18301@godot.imp.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
Was this indeed compiled with pthread or with lpthread? I had this issue on a 4.11-RELEASE machine very recently. As it does not have lpthread, it would fail to compile against this. Martin Blapp wrote: > > Hi, > >>> Change the threading lib. It fixed it for us. >>> >>> % cat /etc/libmap.conf >>> [clamd] >>> libc_r.so.5 libthr.so.2 >>> libc_r.so.6 libthr.so.2 >>> libthr.so.2 libthr.so.2 >>> libpthread.so.1 libthr.so.2 >>> libpthread.so.2 libthr.so.2 > > Even with libthr the CPU usage is still far too high ... > I'm currently looking at the code. > > Martin > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45E4720F.4060105>