Comment 31 for bug 8678

Revision history for this message
Vincent Untz (vuntz) wrote :

I may be wrong, but this patch will break the typing break stuff...

Looking at reaper.c, the pipe is used only by one process
(gnome-settings-daemon) to send data from a signal handler to another function.
I can't understand why a pipe would break if both ends of pipe are used by only
one program.