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

Re: zsh bug-hang on startup after exec



On Mar 21,  5:56pm, Ryan Richter wrote:
} Subject: Re: zsh bug-hang on startup after exec
}
} I ran it again by doing 'su myself -c bash', and the process group
} leader is su and the tty group leader is strace, which would
} originally have been bash.
} 
} Did it again with bash just execing zsh and attached strace after zsh
} started. In this case the process group leader is su and the tty group
} leader is zsh.

[...]

} ... best approximated by redhat 6.2 at present. I was logging in via
} the console and with su. I just tried logging in remotely via ssh and
} it didn't hang.

OK.

When I try this on a RH6.2 system I get process group and tty group
leaders the same, even though neither of them is the same as zsh's PID.
That causes zsh to exit the loop, even though it has never attachtty()d.

What we (zsh-workers) need to find out is whether what you see instead
is a normal behavior of some new version of su/bash/whatever, or whether
it is an anomaly of your system (which at the moment I'm at a loss to
explain).

Please tell us the RPM version numbers of these packages on your system:

bash
sh-utils
util-linux

Thanks.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



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