[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: processes hanging in STOPPED state
From: |
Jim Paris |
Subject: |
Re: processes hanging in STOPPED state |
Date: |
Wed, 27 Apr 2005 15:03:57 -0400 |
User-agent: |
Mutt/1.5.6+20040907i |
Chet Ramey wrote:
> > Bash is apparently improperly setting up process groups in
> > a way that causes processes to become stuck in the STOPPED
> > state.
>
> And did changing the definition of PGRP_PIPE in config.h solve the problem?
Yes, defining PGRP_PIPE does appear to make the problem go away.
But the previously referenced post from Linus said that PGRP_PIPE may
cause other problems, and that there exists a "proper fix" that you
have not yet included in the bash sources? As before, I cannot find
that patch, do you have it?
-jim