linux_ver: Linux leblon 2.6.0-test9 #1 Thu Nov 13 09:18:59 EST 2003 i686 unknown Gnu C 3.3.2 Gnu make 3.80 binutils 2.14.90.0.7 util-linux 2.12 mount 2.11n module-init-tools 0.9.15-pre3 e2fsprogs 1.27 xfsprogs 2.6.0 PPP 2.4.1 Linux C Library 2.3.2 Dynamic linker (ldd) 2.3.2 Procps 100. Net-tools 1.60 Kbd 1.06 Sh-utils 2.0.11 Modules Loaded uhci_hcd visor usbserial intel_agp agpgart parport_pc lp parport hid 8250 serial_core cpuid msr apm es1371 soundcore ac97_codec usbkbd usbcore Problem description: I've noticed that if my system is very heavily loaded, I start to get Zombies for any short lived processes. I've googled for this, but can't seem to find anything relating to it. I'm running the 2.6.0-test9 kernel. Is this something in the FAQ? Specifically, I can recreate this behavior by getting my system overloaded (converting .wav to .ogg, xmms, mozilla 10 page reload, on fluxbox on a PIII 667) and then running many instances of aumix from the keyboard shortcut. Fluxbox normally detects the death of the children, and I have a few Zombies which come from other programs as well (mozilla, evolution, and others). My theory is, and this has no code check to back it up in the slightest, is that the preempt patch is throwing off the process management of the kernel. Or worse, perhaps the wait call is returning that it was interrupted, and few programs are written to suppoort error checking on the wait call (since in many instances you don't really care what happened to the process). I apologize for not scouring the kernel archives about this before I emailed, but a quick scan didn't seem to turn up anything relevant. --Taliver Heath