Hi,

The khubd kernel thread is still allowing zombie processes:

$ pstree
init-+-agetty
     |-bdflush
     |-cron
     |-devfsd
     |-inetd-+-in.telnetd---bash---pstree
     |       `-in.telnetd---bash
     |-kacpid
     |-keventd
     |-khubd-+-scsi_eh_0
     |       `-usb-storage-0
     |-klogd
     |-kreclaimd
     |-kswapd
     |-kupdated
...

 12:59am  up 7 days,  3:08,  8 users,  load average: 1.00, 1.00, 1.00
51 processes: 47 sleeping, 2 running, 2 zombie, 0 stopped
CPU0 states:  0.0% user,  0.2% system,  0.0% nice, 99.3% idle
CPU1 states: 97.0% user,  2.1% system, 97.3% nice,  0.0% idle
Mem:   255644K av,  177652K used,   77992K free,       0K shrd,    9920K buff
Swap:  498004K av,       0K used,  498004K free                  102272K cached

  PID USER     PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME COMMAND
  402 setihome  19  15 15244  14M   812 R N  99.9  5.9 10186m setiathome
22186 chris      9   0   976  976   776 R     0.1  0.3   0:00 top
    1 root       9   0   536  536   456 S     0.0  0.2   0:09 init
    2 root       8   0     0    0     0 SW    0.0  0.0   0:00 keventd
    3 root       9   0     0    0     0 SW    0.0  0.0   0:03 kswapd
    4 root       9   0     0    0     0 SW    0.0  0.0   0:00 kreclaimd
    5 root       9   0     0    0     0 SW    0.0  0.0   0:00 bdflush
    6 root       9   0     0    0     0 SW    0.0  0.0   0:06 kupdated
    7 root       9   0     0    0     0 SW    0.0  0.0   0:00 kacpid
   13 root       9   0   632  632   524 S     0.0  0.2   0:00 devfsd
   37 root       9   0     0    0     0 SW    0.0  0.0   0:00 khubd
  103 root       9   0     0    0     0 Z     0.0  0.0   0:00 usb-storage-0 <defunct>
  104 root       9   0     0    0     0 Z     0.0  0.0   0:00 scsi_eh_0 <defunct>
...


I am running Linux-2.4.5-SMP with < 1GB memory and devfs.
Unfortunately, I haven't worked out exactly what I'm doing to trigger
the creation of these zombies, but I think it is related to having the
sd_mod driver loaded but unused. (I have a 250 MB Zip drive, and these
zombies have appeared now that I've started to plug the thing in.)

Cheers,
Chris
--S264570AbRFMIH5=_/vger.kernel.org--


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to