public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Hanged/Hunged process in Linux
@ 2005-05-04  5:38 Deepak
  2005-05-04 16:09 ` Stephen Hemminger
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Deepak @ 2005-05-04  5:38 UTC (permalink / raw)
  To: linux-kernel

I am working on a Linux based system and developing a monitoring process
which shall do the following function

(1) It will detect abnormally terminated application process and will
restart the process group

(2) It will detect a hanged application and will restart it

My query is regarding second point . What should be the proper
definition of a "Hanged Process" in Linux context . I searched on google
regarding it and got the following definitions

(1) A process not accepting any signals and consuming system resources
(2) A process in STOP state
(3) A process in deadlock state

Process conforming to definition 3 will be due to race conditions/bad
programming.Definition 1 does define a proper hanged process but is it
possible to create such a process in LInux as in linux signal delivery
to the process and its handling is assured by the Linux kernel.

Anybody having another definition for a "Hanged process" in Linux
context

Deepak Gaur

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-05-04 21:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-04  5:38 Hanged/Hunged process in Linux Deepak
2005-05-04 16:09 ` Stephen Hemminger
2005-05-04 17:08 ` Valdis.Kletnieks
2005-05-04 20:51 ` Alex Riesen

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