For example, if you send signal SIGSTOP to a process, the process suspends.
例如,如果您将信号SIGSTOP发送到某个进程,该进程将挂起。
After sending SIGSTOP, the process changed state, becoming suspended or stopped.
在发送SIGSTOP之后,该进程会改变状态,变为挂起或停止。
Special signals like SIGSTOP would have to be handled by the kernel and for all threads.
SIGSTOP等专用信号必须由内核来为所有线程处理。
On receipt of signals like SIGSTOP, SIGTSTP, and so on, the process arrives at this state.
接收到SIGSTOP和 SIGTSTP 等信号时,进程将进入这种状态。
Pausing a container is conceptually similar to sending the SIGSTOP signal to all the processes in a container.
暂停一个容器在概念上类似于将 SIGSTOP信号发送到一个容器中的所有进程。
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 安装处理程序。
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信号,但是如果你决定不退出,将不可预测的行为。
应用推荐