Re: Strange bea│hio in daily messsges

David Christensen dpchrist at holgerdanske.com
Thu Apr 30 19:22:07 UTC 2020


On 2020-04-29 21:48, Jacques Foucry wrote:
> Hello All,
> 
> Hop your going.
> 
> I run a FreeBSD 12.1-RELEASE-p4 on a baremetal server with many jail (one per
> fonction).
> 
> The mail jail use rspamd to fight against spam.
> Like all of us I receveive everゆ mornin a security report from my jail (and
> the host).
> 
> In everey reports I found many rspamd errors:
> 
> `(rspamd-2.5), jid 19, uid 236: exited on signal 10`
> 
> Ok thats means rspand got a problem, but why I found tほose reports in *every*
> daily security mail of *every* jail I use?
> 
> How can I stop it? I did find (may be I look bad) anything in periodic
> security script?
> 
> What I miss?
> 
> Thanks for you help and advices,
> Take care.

It appears signal 10 is a bus error:

https://github.com/freebsd/freebsd/blob/master/sys/sys/signal.h


This page clarifies the meaning of "bus error":

https://www.geeksforgeeks.org/segmentation-fault-sigsegv-vs-bus-error-sigbus/


My guess would be the latter case -- unaligned memory access.  This 
could be a coding bug (struct not laid out for 64-bit architecture?) or 
a misconfigured compile (?).


Where did your rspamd binary come from -- package?  port?  downloaded 
and built by hand?


David


More information about the freebsd-questions mailing list