signal 6 meaning?

Matthew Seaman m.seaman at infracaninophile.co.uk
Mon Apr 5 06:48:24 PDT 2004


On Mon, Apr 05, 2004 at 01:30:36PM +0200, Mipam wrote:

> Sory for the luser question.
> What's signal 6?
> 
> kernel: pid 567 (clamd), uid 1006: exited on signal 6

Signal 6 is SIGABRT -- see /usr/include/sys/signal.h.  A process dying
with this signal is usually due to it calling the abort(3) function.
That generally indicates that the process itself has found that some
essential pre-requisite for correct function is not available and
voluntarily killing itself, rather than the process being killed by
the kernel because it ran over resource limits or looked at memory
addresses funny or something.
 
> Where can i rtfm on signals?
> This is in /var/log/clam/clamd.log (so nothing .... :-()
> 
> +++ Started at Mon Apr  5 13:23:48 2004
>       Log file size limited to 2097152 bytes.
>       Verbose logging activated.
>       Running as user clamav (UID 1006, GID 1007)
>       Reading databases from /usr/local/share/clamav
>       Protecting against 20832 viruses.
>       Unix socket file /var/run/clamav/clamd
>       Setting connection queue length to 15
>       Listening daemon: PID: 567
>      Archive: Archived file size limit set to 10485760 bytes.
>      Archive: Recursion level limit set to 5.
>      Archive: Files limit set to 1000.
>      WARNING: USING HARDCODED LIMIT: Archive: Compression ratio limit set to
> 200.
>      Archive support enabled.
>      RAR support disabled.
>      Mail files support enabled.
>      OLE2 support disabled.
>      Self checking every 3600 seconds.

Hmmm... there should be some sort of explanation logged by the clamav
processes as to why they've elected to abort.  You might find running
the daemon in foreground -- possibly under a debugger -- provides more
information.  See the 'Foreground' and 'Debug' items in
clamav.conf(5).

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040405/b0d9beab/attachment.bin


More information about the freebsd-questions mailing list