Re: [exim] stuck exim processes

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Evgeniy Berdnikov
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] stuck exim processes
On Tue, Mar 22, 2022 at 08:55:05PM +0100, Kurt Jaeger via Exim-users wrote:
> - Problem: exim outbound, mails hang
> - those two processes
> 47118   -  IXs      0:00.02 /usr/local/sbin/exim -Mc 1nWfgZ-000CFx-95
> 47122   -  IX       0:00.01 /usr/local/sbin/exim -Mc 1nWfgZ-000CFx-95
> - starting truss on both processes
> - one (47118) regularly has this wait4, see below
> - the other (47122) is silent
> - After I kill 47122, the other one dies as well.
> # truss -p 47122
> read(6,0x801ad30c3,5)                            ERESTART
> SIGNAL 15 (SIGTERM) code=SI_USER pid=51498 uid=0
> process killed, signal = 15


gdb -f /usr/local/sbin/exim -p 47122
(gdb) bt full

Exim's binary should not be stripped to make output valuable.
--
Eugene Berdnikov