On Tue, 2004-11-02 at 09:40 +0800, Not Zed wrote: > > when i do gdb evolution, then run, i get a sigpipe, so i guess i'll > > fight that one later... > If you get sigpipe just type 'c<return>' to let gdb continue over it.
You can also type "handle SIGPIPE nostop" and gdb will automatically continue on that signal. Raul _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
