Re: [Hampshire] Debugging pipes

Top Page

Reply to this message
Author: Vic
Date:  
To: hampshire
Subject: Re: [Hampshire] Debugging pipes
> If I run exim and cyrus-imap inside gdb, this also does not help, as
> the process used to do the receive into cyrus looks like a fork or
> exec from the cyrus-imap process, and gdb does not attach to them.


...But it can do.

Use the "set follow-fork-mode" command to tell gdb to trace children.

Vic.