Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Fix for zsh signal problems with Slakware



> Under newer versions of slakware, zsh has the really annoying habit of
> totally freezing whenever a child process gets a signal.  I've finally
> found the cause.
> 
> The problem is that zsh tries to generate signames.h, a list of signal
> names, from /usr/include/linux/signal.h.  In recent releases of
> slakware, /usr/include/linux/signal.h consists solely of 
> #include <asm/signal.h>.  Thus signames.h contains no signal names,
> and zsh runs off the end of the signal name array when trying to look
> up a signal name.

This problem has already been fixed in the baseline zsh sources and will
show up in the next beta release (whenever that is).  I've given up
guessing when that will be.

Richard Coleman
coleman@xxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author