Thomas Schuerger <[EMAIL PROTECTED]> wrote: > I currently get a SIGPIPE after several seconds when launching > GTKG (sometimes almost immediately, sometimes after ~30 seconds).
Does this happen if you run GTKG from within gdb or in general? If you
want to run GTKG with gdb, you have tell it how to handle this signal
first.
I use a wrapper for gdb which does this automagically:
#! /bin/sh
/usr/local/bin/gdb -q -x $HOME/.gdbrc ${1+"$@"}
.gdbrc contains this line:
ha SIGPIPE noprint nostop pass
Christian
pgp00000.pgp
Description: PGP signature
