i'm having the same problem. though, since gdb won't work with my system, i can't pinpoint the problem...
On 6/16/05, Trog <[EMAIL PROTECTED]> wrote: > On Thu, 2005-06-16 at 15:19 +0200, [EMAIL PROTECTED] wrote: > > spamkiller:~# gdb /usr/local/sbin/clamd 31161 > > > > > 2 Thread 1085660080 (LWP 24411) 0x402223fe in > > pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0 > > 1 Thread -1207991648 (LWP 31161) 0x4022485e in accept () > > from /lib/tls/libpthread.so.0 > > (gdb) thread 2 > > [Switching to thread 2 (Thread 1085660080 (LWP 24411))]#0 0x402223fe in > > pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0 > > (gdb) bt > > #0 0x402223fe in pthread_cond_timedwait@@GLIBC_2.3.2 () > > from /lib/tls/libpthread.so.0 > > #1 0x0804d2af in thrmgr_worker (arg=0x8683000) at thrmgr.c:181 > > #2 0x4021fb63 in start_thread () from /lib/tls/libpthread.so.0 > > #3 0x40301c4a in clone () from /lib/tls/libc.so.6 > > > > there you have it.. > > This looks similar to a problem someone else had after they had > installed gettext and libiconv libraries, and weren't using the glib > versions. Check your libraries. GDB will tell you what libraries are in > use. > > -trog > > > > > > BodyID:18447104.2.n.logpart (stored separately) > > _______________________________________________ > http://lurker.clamav.net/list/clamav-users.html > > > -- lattera http://lattera.antitech.org/ http://lattera.retoros.org/ http://retoros.org/ _______________________________________________ http://lurker.clamav.net/list/clamav-users.html
