
Comment #8 on issue 91 by dnietoc: DynamicLog causes xmonad to hang when
the output pipe is full
http://code.google.com/p/xmonad/issues/detail?id=91
From "The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004
Edition", execve:
Signals set to the default action (SIG_DFL) in the calling process image
shall be
set to the default action in the new process image. Except for SIGCHLD,
signals set
to be ignored (SIG_IGN) by the calling process image shall be set to be
ignored by
the new process image. Signals set to be caught by the calling process
image shall
be set to the default action in the new process image (see