public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Weirdness with suspending jobs in 2.6.9-rc3
@ 2004-10-05  6:33 Joshua Kwan
  2004-10-09 10:15 ` Adrian Bunk
  0 siblings, 1 reply; 21+ messages in thread
From: Joshua Kwan @ 2004-10-05  6:33 UTC (permalink / raw)
  To: linux-kernel mailing list

[-- Attachment #1: Type: text/plain, Size: 719 bytes --]

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?

Thanks

-- 
Joshua Kwan

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 881 bytes --]

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2004-12-31 14:58 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-05  6:33 Weirdness with suspending jobs in 2.6.9-rc3 Joshua Kwan
2004-10-09 10:15 ` Adrian Bunk
2004-10-09 14:16   ` Joshua Kwan
2004-10-09 21:05   ` Andrew Morton
2004-10-10  7:39     ` Joshua Kwan
     [not found]       ` <20041010004524.0bf6d42e.akpm@osdl.org>
2004-10-10  7:55         ` Joshua Kwan
2004-10-10 21:15         ` Joshua Kwan
2004-10-11 20:55           ` Roland McGrath
2004-10-11 21:16             ` Joshua Kwan
2004-10-11 23:09               ` Roland McGrath
2004-10-12  3:39             ` Petri Kaukasoina
2004-10-12  3:45               ` Andrew Morton
2004-10-12  3:51                 ` Petri Kaukasoina
2004-10-12  4:14                   ` Andrew Morton
2004-10-12  3:52               ` Andrew Morton
2004-10-12  3:56                 ` Petri Kaukasoina
2004-10-12  4:11                   ` Petri Kaukasoina
2004-10-11 23:27           ` Andrew Morton
2004-10-11 18:25     ` Adrian Bunk
2004-10-11 18:35       ` Joshua Kwan
2004-10-14 21:51       ` Tomasz Torcz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox