Re: [Exim] Transport dies on signal 11

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Rus Foster
CC: exim-users
Subject: Re: [Exim] Transport dies on signal 11
Rus Foster wrote:
> Hi All,
> I've noticed that I'm getting some weird errors on one of my exim servers.
> Going through the mailing list archieve I found a similar problem where
> the suggestion was db locking. I trie the locking test in dbm.discuss.txt
> and that worked ok. I did do a debug of a test messages
>
> exim -d+all -M msgid
>
> The result can be found at http://www.fsck.me.uk/~rghf/exim
>
> Could somehave a look and try to help me figure out what is wrong. The
> message I'm getting is smtp transport process returned non-zero status
> 0x000b: terminated by signal 11


08:23:51 42133 129.22.104.63 in hosts_avoid_tls? no (option unset)
08:23:51 42133 SMTP>> STARTTLS
08:23:51 42133 read response data: size=42
08:23:51 42133 SMTP<< 220 2.5.0 Go ahead with TLS negotiation.
08:23:51 42133 Initialised TLS
08:23:51 42132 reading pipe for subprocess 42133 (not ended)
08:23:51 42132 read() yielded 0
08:23:51 42132 remote delivery process 42133 ended: status=000b

Did you update your openssl?

If you compiled exim after an update, be sure to not mixup different
versions of headers and libs, they are changing the ABI between minor
releases :-/

If you just installed the library, and did not recompile exim, try to
rebuild it now.

Nico