On Fri, 2004-02-27 at 07:59, Philipp Grosswiler wrote: > OK, this is the last time I will post about the occurance of this problem: > > Thu Feb 26 23:57:01 2004 -> stream: Worm.SomeFool FOUND > Thu Feb 26 23:57:12 2004 -> Segmentation fault :-( Bye.. > Fri Feb 27 00:23:42 2004 -> SelfCheck: Database status OK. > Fri Feb 27 00:37:08 2004 -> ERROR: accept() failed > Fri Feb 27 00:37:09 2004 -> ERROR: accept() failed >
In order to track this problem down, we would need you to do the following: 1. Run clamd in debug mode: /usr/local/sbin/clamd --debug 2. Attach gdb to the running clamd process gdb /usr/local/sbin/clamd <process id> then in gdb, issue the command continue 3. Wait for a seg fault. Then issue the backtrace command. 4. If may also be helpful if you do a backtrace on all the running threads. Using the commands 'info thr', thread <number>, backtrace. Cheers, -trog
signature.asc
Description: This is a digitally signed message part