zombie-process
Parent process does not catch all his child processes
I have following problem: I have main (paren开发者_StackOverflow中文版t) procces, which creates another processes (childs) using fork function. I am catching child\'s status to eliminate zombies. Whe[详细]
2023-01-25 11:34 分类:问答BOT/Spider Trap Ideas
I have a client whose domain seems to be getting hit pretty hard by what appears to be a DDoS. In the logs it\'s normal looking user agents with random IPs but they\'re flipping through pages too fast[详细]
2023-01-17 23:11 分类:问答first process of python popen pipe can't be killed
I am using this code p1 = Popen([\'rtmpdump\'] + cmd_args.split(\' \'), stdout=PIPE) p2 = Popen(player_cmd.split(\' \'), 开发者_如何学编程stdin=p1.stdout, stderr=PIPE)[详细]
2023-01-11 03:40 分类:问答What are Zombies and what causes them? Are there Zombie processes and Zombie objects?
I can find questions about zombies but none that directly addresses what they are and why and how they occur. There are a couple that address what zombie processes are in the context of answering a sp[详细]
2023-01-07 04:04 分类:问答Kill a 10 minute old zombie process in linux bash script
I\'ve been tinkering with a regex answer by yukondude with little success. I\'m trying to kill processes that are older than 10 minutes. I already know what the process IDs are. I\'m looping over an a[详细]
2022-12-29 05:21 分类:问答Python-daemon doesn't kill its kids
When using python-daemon, I\'m creating subprocesses likeso: import multiprocessing class Worker(multiprocessing.Process):[详细]
2022-12-25 15:15 分类:问答How to detect defunct processes on Linux?
I have a parent and a child process written in C language. Somewhere in the parent process HUP signal is sent to the child. I want my parent process to detect if the child is dead. But when I send SIG[详细]
2022-12-24 07:06 分类:问答How can I avoid zombies in Perl CGI scripts run under Apache 1.3?
Various Perl scripts (Server Side Includes) are calling a Perl module with many functions on a website.[详细]
2022-12-15 22:14 分类:问答NSZombieEnabled doesn't report the type of object causing an EXC_BAD_ACCESS error
I have a crash that is happening deep within UIKit for some reason; an EXC_BAD_ACCESS error is happening something like 8 calls deep into a dismissModalViewController call.I tried enabling NSZombieEna[详细]
2022-12-10 02:24 分类:问答