Search Results

Search: Posts Made By: mariaro
Forum: Programming 04-30-2008
6,518
Posted By mariaro
I'm rewriting my post... It seems it got lost...
I'm rewriting my post... It seems it got lost somehow.

Check the line while(--count). The "While" loop will exit when count is 1, as --count is evaluated to 0, so the child from childpids[0] isn't...
Forum: Programming 04-30-2008
6,518
Posted By mariaro
Hello, You are getting zombies, because the...
Hello,

You are getting zombies, because the child from childpids[0] isn't killed.
See in while(--count) : When count is 1 -> --count gives 0 and loop exits. The program "forget" to kill first...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 11:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy