ChinaUnix.net
相关文章推荐:

linux kill c

用pthread_color="red">kill 给一个不存在的线程会导致SIGSEGV? 哪个高手给出个说法? Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1219392624 (LWP 5748)] 0x00617f2f in pthread_color="red">kill () from /lib/libpthread.so.0 (gdb) bt #0 0x00617f2f in pthread_color="red">kill () from /lib/libpthread.so.0 #1 0x08049c13 in do_epoll () at function.c:201 #2 0x006132db in start_thread () from /lib/libpthread.so.0 ...

by 孙轩 - C/C++ - 2012-12-03 21:57:22 阅读(5939) 回复(5)

相关讨论

#color="red">killall -HUP inetd //让该服务重新读一次配置 # color="red">kill -9 pid //可以杀掉进程 本文来自chinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/28922/showart_336139.html

by atyu30 - BSD文档中心 - 2007-07-08 00:01:51 阅读(914) 回复(0)

请高手指教 我在安装完REDHAT9.0后,启动时出现以下内容, 如下代码: *pde=00000000 oops:0000 cPU:0 EIP:0060:[<c010ab2c>] not tainted EFLAGS:0001002 EIP isat disable irp [kernel] 0x4c (2.4.20-8) eax:00000000 ebx:fffff680 ecx:ffffffed edx:c036ef80 esi:00000283 edi:00000000 ebp:ffffffed esp:cffb9f48 ds:0068 es:0068 ss:0068 process.swapper (pid:1,stackpage=cffb9000) stack:ffffffed 00000000 c03c9e80 c01bd...

by zzq_99 - 系统管理 - 2006-08-27 15:17:35 阅读(3490) 回复(22)

color="red">linux 系统 c 程序 怎样得到系统发出的color="red">kill或ctrl+c 的 进程终止信号

by 我要思考 - C/C++ - 2008-01-05 21:01:33 阅读(1649) 回复(3)

(软件开发工程师) 姓 名:王海波 性 别:男 文化程度:本科 政治面貌:中共团员 出生年月:1983年4月 籍 贯:海南省临高县 学 校:湖南长沙中南大学 专 业:信息与计算科学 个人移动电话:13570548626 E-MAIL:[email]habert.wang@hotmail.com[/email] 学习经历:2002.9至2006.7 中南大学 数学院 信息与计算科学系 实践经验描述: 2003.11-2004.3...

by brucelee520 - IT职业生涯 - 2006-08-22 18:49:07 阅读(17070) 回复(132)

很困惑在color="red">linux下,作c/c++的开发,主要是作什莫的开发??

by yyaadet - 系统管理 - 2006-06-03 08:23:13 阅读(1531) 回复(3)

请教c++在windows和color="red">linux下编译,应用等方面的区别。 讨论!~~~~~~~ :(

by ZsjZ - C/C++ - 2004-10-31 15:28:40 阅读(1209) 回复(5)

如何在我的c程序中color="red">kill一个外部进程(程序)呢? 这个外部进程(程序)不是由我调用的,但我知道程序名。 现在我是手动在终端窗中用PS命令,查到它的ID号 然后color="red">kill了它;现在要用程序自动color="red">kill它。能行吗? 多谢!

by shally5 - C/C++ - 2003-12-26 18:11:54 阅读(1253) 回复(8)

有一些进程杀掉就重启,怎么永久的删除. 比如说 [root@huang ~]# lsof /dev/hdc7 cOMMAND PID USER FD TYPE DEVIcE SIZE NODE NAME gam_serve 9454 root 15r DIR 22,7 4096 1093441 /u02/.Trash-root [root@huang ~]# color="red">kill -9 9454 [root@huang ~]# lsof /dev/hdc7 cOMMAND PID USER FD TYPE DEVIcE SIZE NODE NAME gam_serve 9466 root 17r DIR 22,7 4096 1093441 /u02/.Trash-root

by huangd - 系统管理 - 2006-11-29 00:55:21 阅读(546) 回复(1)