Re: [Hampshire] Debugging pipes

Page principale

Répondre à ce message
Auteur: Vic
Date:  
À: hampshire
Sujet: 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.