Re: [exim] exim exited on signal 10

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users @ exim. org
Subject: Re: [exim] exim exited on signal 10
Dmitry Alyabyev wrote:
> IFAIR it appeared after upgrading to exim-4.52 ... lots of kernel messages like this:
>
>>kernel: pid ... (exim-4.52-1), uid 6: exited on signal 10 (core dumped)
>
>
> Upgrade to fresh 4.54 did not solve this problem (runs on FreeBSD 4.11)
>
> gdb reports:
>
> Core was generated by `exim-4.54-1'.
> Program terminated with signal 10, Bus error.
> #0 0x282f1aa7 in ?? ()
> (gdb) bt
> #0 0x282f1aa7 in ?? ()
> #1 0x282e9099 in ?? ()
> #2 0x282ebeb1 in ?? ()
> #3 0x282e95b7 in ?? ()
> #4 0x282eba19 in ?? ()
> #5 0x282eb7a4 in ?? ()
> #6 0x8052b9b in dbfn_write ()
> #7 0x80a66dc in do_callout ()
> #8 0x80a6d9f in verify_address ()


I'd guess you've built or are running with a mismatched database
interface or library version.

- Jeremy