Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Serious HP-UX problem ! Shell hangs !
- X-seq: zsh-workers 166
- From: Richard Coleman <coleman@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: Serious HP-UX problem ! Shell hangs !
- Date: Thu, 06 Jul 1995 18:45:27 -0400
- In-reply-to: Your message of "Thu, 06 Jul 1995 20:04:04 BST." <9507061805.AA06920@xxxxxxxxxxxxx>
> > This is a *serious* HP-UX 9 problem of the zsh, which it didn't have
> > with previous versions (not with beta6 at least).
> >
> > Situation :
> >
> > $ sleep 10 (any process will do)
> > [Ctrl-Z]
> > zsh: 16763 suspended sleep 10
> > $ sleep 5 (any process)
> > *hang*
> >
> > Fiddling with gdb shows that we are hanging in sigsuspend(), which is
> > called exactly once: signals.c with POSIX_SIGNALS defined.
>
> This is a quite old problem (it is present at least since beta6). It is OS
> dependent, and it is also present on ULTRIX. As I remember it appeared after
> Richard rewrote the signals code. He promised to fix that.
I don't have any HP or DEC machines, so it is difficult for me to
track down. Does this still happen if you change POSIX_SIGNALS to
BSD_SIGNALS? It might be bugs in the Posix code for these machines.
If this fixes it, I can just force configure to use BSD signals on
these machines.
rc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author