Re: [exim-dev] Running a delivery process under a debugger

Top Page
Delete this message
Reply to this message
Author: Florian Weimer
Date:  
To: Sam Michaels
CC: exim-dev
Subject: Re: [exim-dev] Running a delivery process under a debugger
* Sam Michaels:

> On 1/30/06, Florian Weimer <fw@???> wrote:
>> Any ideas how I can run a remote delivery process under GDB?
>> It seems that even synchronous delivery is done from a child process,
>> and I have trouble attaching GDB to that process.
>
> Have it queue the message and then do a delivery attempt yourself with -M.


Exim still forks off a child process to do the delivery:

10180 pts/3    S+     0:00  |       \_ exim4 -M 1F3wi1-0002T4-5g
10181 pts/3    S+     0:00  |           \_ exim4 -M 1F3wi1-0002T4-5g


8-(