Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在向 Linux 上的进程发送 SIG_KILL,在退出期间它遇到内存错误并中止生成核心转储。我认为这在任何 Unix 系统上都不可能,但这是我观察到的。被信号 9 杀死的进程是否有可能死于任何其他信号并留下核心转储?
不,进程无法捕获 SIGKILL,但可以选择“进程观察者”或包装器。您确定没有产生其他进程来观看此进程吗?