Author Topic: Kill -s Sigkill On Borzoi,kathrin-1.1.0beta1-akita  (Read 2086 times)

Seb

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • http://
Kill -s Sigkill On Borzoi,kathrin-1.1.0beta1-akita
« on: February 11, 2006, 08:51:47 am »
i've found nothing on this topic so far

so what's happened?

i mounted nfs via mount -t nfs -o nolock <host:path> <mountpoint>
and started downloading a file (1 mb) on zaurus via cp

the downloaded file stopped getting bigger, and ctrl-c on aterm had no effect

i started xterm and killed aterm via xkill

ps -a yields the cp-process with process id 1226 but kill 1226, kill -9 1226 and kill -s sigkill 1226 do NOT work, what i mean by "not work" is, they are still visible via ps -a

anyone observed similar problems?
is this maybe a new bug?

the problem remains after logging out from x

regards,
seb


AMENDMENT: after some 30 minutes the process disappeared finally from ps -a
« Last Edit: February 11, 2006, 08:54:19 am by Seb »

dlj0

  • Full Member
  • ***
  • Posts: 218
    • View Profile
Kill -s Sigkill On Borzoi,kathrin-1.1.0beta1-akita
« Reply #1 on: March 11, 2006, 06:51:34 pm »
Quote
ps -a yields the cp-process with process id 1226 but kill 1226, kill -9 1226 and kill -s sigkill 1226 do NOT work, what i mean by "not work" is, they are still visible via ps -a

anyone observed similar problems?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=114488\"][{POST_SNAPBACK}][/a][/div]

I have used kill -15 and kill -9 several times with no problem.  But from the sound of it your process was a zombie when you tried to kill it, and in general zombies are hard to kill in linux.
Zaurus:  SL C3100
ROM:  eabi debian/sid

karlto

  • Sr. Member
  • ****
  • Posts: 343
    • View Profile
    • http://
Kill -s Sigkill On Borzoi,kathrin-1.1.0beta1-akita
« Reply #2 on: March 12, 2006, 02:25:32 pm »
From my experience, NFS mounts on any version of Linux are good candidates for creating zombie processes...
SL6000-L, RC12

Seb

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • http://
Kill -s Sigkill On Borzoi,kathrin-1.1.0beta1-akita
« Reply #3 on: March 12, 2006, 05:58:26 pm »
they disappear after a while, sometimes it takes even 15 minutes or something like that.. i think it's still strange but i got used to it..