Re: Weirdness with suspending jobs in 2.6.9-rc3

From: Adrian Bunk
Date: Sat Oct 09 2004 - 05:17:37 EST


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.

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.)


> Thanks
> Joshua Kwan

cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

-
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/