info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: terminated with fatal signal 9


From: Todd Denniston
Subject: Re: terminated with fatal signal 9
Date: Mon, 28 Feb 2005 13:32:52 -0500

OTESAO wrote:
> 
> Hi
> 
> I'm a newbie
> I've tried to checkout the contents of a module to my local directory
> and some files got checked out
> but all of a sudden i got a
> Terminated with fatal Signal 9
> 
> Any help would be appreciated
> thanks
> Peter
Assumption, your system uses the same signals as my linux box.

`man 7 signal`
"
       Signal     Value     Action   Comment
      
-------------------------------------------------------------------------
       SIGKILL       9       AEF     Kill signal
       The letters in the  "Action"  column  have  the  following
       meanings:

       A      Default action is to terminate the process.
       E      Signal cannot be caught.
       F      Signal cannot be ignored.
"
Usually this means someone explicitly called `kill -9 your_process`, I don't
know of the kernel ever using this signal without it being sent with a kill
command. In most systems only you and root can do that to your process, so
start with those people. :)
Find out who and why.

-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane) 
Harnessing the Power of Technology for the Warfighter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]