Mun wrote:
> I'm running on a Red Hat Enterprise Linux 5.5 system, and my guess is
> that the system is running something on my behalf.
https://bugzilla.redhat.com/show_bug.cgi?id=486844
> https://bugzilla.redhat.com/show_bug.cgi?id=486844
Actually, that might not be relevant, sorry.
Chet Ramey wrote:
> What is C-c C-c supposed to do?
It pretty much just sends SIGINT.
Hi,
This is a question similar to one from September 2006:
http://lists.gnu.org/archive/html/bug-bash/2006-09/msg00077.html
Using bash 3.2.39 on x86_64 RHEL5.2, I have a script with contents:
function bar ()
{
sleep 10 &
pid=$!
exec 3>&2 2>/dev/null
kill $pid
#usleep 1
Chet Ramey wrote:
> This is a classic race condition.
I see. Thanks for the explanation.
Chet Ramey wrote:
> (The link is to
> http://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-master.tar.gz). I
> cannot change the main bash webpage to include that text.
I'm not sure what you mean by that last sentence; but just in case you
don't know, anyone with write access to the code repo