Re: Weirdness with suspending jobs in 2.6.9-rc3

From: Andrew Morton
Date: Sat Oct 09 2004 - 16:09:48 EST


Adrian Bunk <bunk@xxxxxxxxx> wrote:
>
> On Mon, Oct 04, 2004 at 11:33:24PM -0700, Joshua Kwan wrote:
>
> > Hello,
> >
> > It seems that make (possibly among other things) has been affected by
> > some change in 2.6.9-rcX that prevents it from resuming some jobs.
> >
> > I created this Makefile as a testcase:
> >
> > all:
> > sleep 5
> > echo Hi
> > sleep 5
> >
> > The result:
> >
> > darjeeling:~{0}% make
> > sleep 5
> >
> > zsh: suspended make
> > darjeeling:~{1}% bg
> > [1] + continued make
> > make: *** wait: No child processes. Stop.
> > make: *** Waiting for unfinished jobs....
> > darjeeling:~{1}% echo Hi
> > Hi
> > make: *** Waiting for unfinished jobs....
> > sleep 5
> > make: *** Waiting for unfinished jobs....
> >
> > [1] + exit 2 make
> >
> > This happens with bash also. I'm pretty sure it didn't use to happen
> > with older kernels. Any ideas?
>
>
> I'm also observing this problem.

Neither I not Roland could reproduce this.

> It doesn't depend on which version I'm compiling, it depends on which
> kernel I'm actually running.
>
> (2.6.9-rc1 is OK, 2.6.8-rc3-mm3 is not OK.)

What about current -linus?

Is there any way in which you can do a bit of bisecting, identify the
offending patch?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/