process
Unix fork tree that only forks on one child
Obviously homework, however I am not asking for anyone to do it for me but rather I just want direction. So far I have already written this开发者_开发技巧 as a fork process tree(which was a challenge[详细]
2023-04-11 03:17 分类:问答Crash Dump completion notification
I am forcibly crashing the process and trying to analyze the crash dump. I am facing the race condition between crash the process and crash dump generation (flush).[详细]
2023-04-11 03:04 分类:问答SIGCHLD not delivered in a process tree
I am trying to create a process that manage some other process in the way that if a child die then the parent restart the process and the process that depend from it.[详细]
2023-04-10 22:27 分类:问答Get shortcut responsible for launching my process [duplicate]
This question already has answers here:开发者_StackOverflow社区 Getting the starting shortcut in c#[详细]
2023-04-10 17:10 分类:问答In Windows, how do I find out which process is on the other end of a local network socket?
That is to say, if I have a server listening on 127.0.0.1, and a TCP connection comes in, how can I determine the process id of the client?[详细]
2023-04-10 16:47 分类:问答WaitForExit for programs of type MS Word - process already started
In my app I want to open *.rtf file, and than wait for it to be closed. Often user has MS Word to open *.rtf files and here is the problem. Code below works, but only when \"WINWORD\" process has not[详细]
2023-04-10 13:46 分类:问答remote debugging gdb multiple process
I am unable to debug a child process of a remote debugging session. I found a similar question How to debug the entry-point of fork-exec process in GDB?[详细]
2023-04-10 13:46 分类:问答getting the real exit code after proc_open
I\'m using proc_open in php to launch a subprocess and send data back and forth. At some point I\'d like to wait for the process to end and retrieve the exit code.[详细]
2023-04-10 05:32 分类:问答GDB: debugging a child process after many fork()s
I\'m debugging a program which repeats the typical procedure of using fork() where the child process does some delegated task as the parent calls waitpid() to wait for the child to finish and then con[详细]
2023-04-10 05:11 分类:问答Zero Threaded Process?
Does a process have to have at least one t开发者_高级运维hread in it? Is it possible for a process to be void of any threads, or does this not make sense? A process usually has at least one thread. Wi[详细]
2023-04-10 04:51 分类:问答