01-14-06 03:40 AM
seenutn@gmail.com writes:
> I know of only two reasons, 1) explicitly send SIGKILL to app and 2)
> other is when the CPU usage of the process reaches 100%.
I know of no OS that kills process when it reaches 100% CPU usage.
OTOH, there are OSes that will kill process that consumed "too
much" memory.
> Any other reasons?
Infinite recursion and other forms of stack exhaustion, and cases
where "normal" signal could not be delievered (e.g. because
sig{alt}stack established inaccessible signal-handling stack area).
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
[ Post a follow-up to this message ]
|