public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.5.4-pre1: zombies in exit()
@ 2002-02-07  7:32 Alex Riesen
  0 siblings, 0 replies; only message in thread
From: Alex Riesen @ 2002-02-07  7:32 UTC (permalink / raw)
  To: linux-kernel


Hi,

what i did is:
$ find /some/nfs/volume -type f -print0 | xargs -0 cat > /dev/null &
$ find /some/nfs/volume -type f -print0 | xargs -0 cat > /dev/null &
$ find /some/nfs/volume -type f -print0 | xargs -0 cat > /dev/null &
$ find /some/nfs/volume -type f -print0 | xargs -0 cat > /dev/null &
$ wait

and on other xterm:
~/some-kernel$ make dep bzImage modules -j2

and another one:
~/some-kernel$ make dep bzImage modules

kernels finished, i've pressed Ctrl-C on the console with wait
(i wanted check interactivity, and was pretty amazed).
Started QPS(a tool like gtop) just to see two of the find's
are still there. Zombies, yes, sleeping in exit().
Closing the console removed the zombies. That's stock bash-2.05a,
and it hadn't such problems before (although i'm going to try to
reproduce that situation in exactly same way under 2.4.18-pre8-K2
todays night).

-alex

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-02-07  7:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-07  7:32 2.5.4-pre1: zombies in exit() Alex Riesen

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