由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [合集] 请教一个关于 kill process 的问题.
相关主题
如果一个程序被另一个进程kill,有没有办法知道那个进程是什么(转载)又被铐倒了,关于constructor
Linux 里让一个程序运行30秒,然后就KILL,然后一段时间后再开始运行请问如何给sigalrm_handler传递参数
帮忙看一个codeprogram trap(s)中文翻译成什么最好?
database 就是goodbug的马甲,整天胡吹Question about a TICPP example
为什么用try catch不住exception?C# 的问题, event 这个关键字有什么用?
How to set a timer in C?c++ 怎么让一段程序每10秒钟run一次?
About volatile in C为什么有点函数声明的参数类型但是没有变量名呢?
one question about exceptionGCJ2009
相关话题的讨论汇总
话题: process话题: kill话题: processes话题: signal话题: leader
进入Programming版参与讨论
1 (共1页)
b***y
发帖数: 2799
1
☆─────────────────────────────────────☆
maplesea (maple) 于 (Wed Sep 28 02:54:22 2005) 提到:
没学过操作系统, 向大侠请教:
我在改一段程序, 想要在某种情况下 kill 掉一个 process and all its child process
. The child processes are spawned using fork() and wait(), I set each leading
process as leader using setgrp() and try to signal handler SIGTERM to kill
all the processes. My problem is, each time the process leader is killed by
group kill routine killpg(), its children will become orphan. I know there
must be some signal got
1 (共1页)
进入Programming版参与讨论
相关主题
GCJ2009为什么用try catch不住exception?
请教C++程序中手动Ctrl+C后,如何才可以调用一下自己写的退出函数How to set a timer in C?
关于signal handlerAbout volatile in C
A C++ exception questionone question about exception
如果一个程序被另一个进程kill,有没有办法知道那个进程是什么(转载)又被铐倒了,关于constructor
Linux 里让一个程序运行30秒,然后就KILL,然后一段时间后再开始运行请问如何给sigalrm_handler传递参数
帮忙看一个codeprogram trap(s)中文翻译成什么最好?
database 就是goodbug的马甲,整天胡吹Question about a TICPP example
相关话题的讨论汇总
话题: process话题: kill话题: processes话题: signal话题: leader