Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Processes don't die when kill command is used/need reboot 1

Status
Not open for further replies.

PaulFearn

Programmer
Apr 19, 2001
3
0
0
GB
Does anyone have any useful explanations as to why a process does not die when a kill command is issued ?

As I understand it, it is because the process is waiting on a system call than will never complete. I would be interested to hear from anyone who has had any similar problems and any common causes eg. file system corruption etc.
 
What kind of kill are you using, a regular kill or "kill -9"? What is the output of the "ps" command for this process?
 
Do you own the process ? If so one reason that you can't kill it may be because the
process is hung in Device Driver code ... it is trying to physically access a tape drive,
printer or maybe even a disk ... though less likely to be on a disk ... exactly what is
the process doing ? A vendor process ? Your own ?? a script or ???


 
we have tried using various kill flags on the stuck processes including kill -9.

Compaq have provided some patches for Tru64 5.1 and these seem to have done the trick along with Oracle 8.1.7.1 patch.

 
Assming everthing else is ok then its a zombie and you cant kill it.
You need to get your developers or vendors to fix their code
you can try patches to the OS too
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top