SIGKILL(信号9)
One special signal, SIGKILL, can't be blocked or caught, and it kills a process immediately.
有一个特殊的信号SIGKILL 是无法被阻塞或捕捉的,它会立即终止某个进程。
Off: If the process is currently running, send the signal SIGTERM, then SIGKILL in 20 seconds.
off:如果目前进程正在运行,则发送信号SIGTERM,并在20秒后发送SIGKILL。
These entries indicate that the instance crash occurred due to SIGKILL being issued by a user or application.
这些条目显示,发生实例崩溃是由于用户或应用程序发送了 SIGKILL。
On a WebSphere distributed server, the terminate function terminates a server by calling an operation system sigkill.
在WebSphere分布式服务器上,Terminate功能通过调用操作系统的sigkill来终止服务器。
Some db2 customers have reported experiencing an instance crash due to a SIGKILL (kill -9) signal being sent to the db2sysc process.
有db2用户报告曾遇到过由于SIGKILL (kill -9)信号被送到db2sysc进程而导致实例崩溃的情况。
The user process is not allowed to install handlers for all signals; for instance, installing handlers for SIGKILL and SIGSTOP are not permitted.
用户进程不允许为所有信号安装处理程序;例如,不允许为SIGKILL和SIGSTOP 安装处理程序。
This tells TAMOS to track when a SIGKILL is issued against the resource regardless of whether or not the user is allowed to kill the db2sysc process.
这将告诉TAMOS当SIGKILL发送给资源时进行追踪,而不管用户是否允许结束db2sysc进程。
If the process exceeds the limit, the kernel sends it a SIGXCPU signal, and then, if the process doesn't terminate, a SIGKILL signal (see Chapter 11).
如果进程超出了这个限制,内核就向它发生一个SIGXCPU信号,如果进程没有结束,接着在发送一个SIGKILL信号。
You can catch any signal except SIGKILL, SIGCONT and SIGSTOP. Thus you can catch SIGSEGV, but if you decide then not to exit, the behavior will be unpredictable.
你可以捕捉任何除了SIGKILL和SIGSTOP信号,sigcont。因此你可以捕捉SIGSEGV信号,但是如果你决定不退出,将不可预测的行为。
You can catch any signal except SIGKILL, SIGCONT and SIGSTOP. Thus you can catch SIGSEGV, but if you decide then not to exit, the behavior will be unpredictable.
你可以捕捉任何除了SIGKILL和SIGSTOP信号,sigcont。因此你可以捕捉SIGSEGV信号,但是如果你决定不退出,将不可预测的行为。
应用推荐