Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Cant fg a suspended su (4.1.0-dev-7)
- X-seq: zsh-workers 18298
- From: Philippe Troin <phil@xxxxxxxx>
- To: Peter Whaite <peta@xxxxxxxxxxxxxxxxx>, "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Cant fg a suspended su (4.1.0-dev-7)
- Date: 25 Feb 2003 22:18:40 -0800
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <200302211807.h1LI74n23531@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200302211807.h1LI74n23531@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Sender: Philippe Troin <phil@xxxxxxxx>
Peter Whaite <peta@xxxxxxxxxxxxxxxxx> writes:
> I've noticed that I cannot resume a suspened su session lately (It
> happened in 4.1.0-dev-6 as well).
>
> aragorn% /bin/su peta
> Password:
> aragorn% echo $ZSH_VERSION
> 4.1.0-dev-7
> aragorn% suspend
> zsh: suspended (signal) /bin/su peta
> aragorn% fg %1
> [1] + continued /bin/su peta
> zsh: suspended (signal) /bin/su peta
>
> There is approximately a 1 second pause between the contined and the
> suspended messages.
Okie, I have the fix, but I need more time to finish testing
it... While I was perusing bash's sources, I found out that we could
also improve pgid handling when doing builtin_exec(). On the way
too...
Phil.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author