bg命令发送SIGCONT。
SIGCONT(信号19)。
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信号,但是如果你决定不退出,将不可预测的行为。
应用推荐