Guys,
I use 'wait()' system call to wait for the zombie process on my
solaris system but it core dumped. Could anyone explain to me why?????
Many thanks.
Zollen
I use 'wait()' system call to wait for the zombie process on my
solaris system but it core dumped. Could anyone explain to me why?????
Many thanks.
Zollen
: I use 'wait()' system call to wait for the zombie process on my
: solaris system but it core dumped. Could anyone explain to me why?????
: Many thanks.
Is this a joke or do you really expect that someone can
give you help with THAT information??
Compile your program with debugging info, check the manpage
of your de* and examine the coredump (stack trace). Or
run your program with the de*.
Regards
pm
1. fork,exec and wait and wait and wait and wait
3. Zombie processes "owned" by apache processes ...
4. How to use FTP in a shell script?
5. wait for the child process from other process
7. Can a process signal a semaphore that is waited by a diff. process?
9. Child Process Waiting for Parent Process
10. Zombie and wait
11. Zombies, signal wait and pclose()
12. init not waiting for zombies in 2.4?
13. wait(), zombies, and solaris: why won't my children die?