Re: [Hampshire] Debugging pipes

トップ ページ

このメッセージに返信
著者: Vic
日付:  
To: hampshire
題目: 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.