Click here to Skip to main content
15,923,376 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to block execution of GUI programs passed to command.com/cmd.exe Pin
Andrew Schetinin26-Jul-03 8:44
Andrew Schetinin26-Jul-03 8:44 
AnswerRe: How to block execution of GUI programs passed to command.com/cmd.exe Pin
Ryan Binns26-Jul-03 20:39
Ryan Binns26-Jul-03 20:39 
Questionsignal(SIGCLD,SIG_IGN) can not prevent zombie process? Pin
George226-Jul-03 3:13
George226-Jul-03 3:13 
AnswerRe: signal(SIGCLD,SIG_IGN) can not prevent zombie process? Pin
Johnny ²26-Jul-03 4:21
Johnny ²26-Jul-03 4:21 
GeneralRe: signal(SIGCLD,SIG_IGN) can not prevent zombie process? Pin
George226-Jul-03 16:36
George226-Jul-03 16:36 
GeneralRe: signal(SIGCLD,SIG_IGN) can not prevent zombie process? Pin
Johnny ²26-Jul-03 21:41
Johnny ²26-Jul-03 21:41 
GeneralRe: signal(SIGCLD,SIG_IGN) can not prevent zombie process? Pin
George227-Jul-03 1:34
George227-Jul-03 1:34 
GeneralRe: signal(SIGCLD,SIG_IGN) can not prevent zombie process? Pin
Johnny ²27-Jul-03 6:55
Johnny ²27-Jul-03 6:55 
The above will work on Solaris, but I have not tried it on Linux. Rather than go to all this hassle of trying to avoid dealing with the SIGCHLD I think the easiest thing is going to be actually handle the signal and call waitpid on the child. Not only will this stop zombies, but its the cleanest and most portable, and you can get all sorts of information back from the child (esp if you use sigaction).
GeneralRe: signal(SIGCLD,SIG_IGN) can not prevent zombie process? Pin
George227-Jul-03 15:59
George227-Jul-03 15:59 
Generala strange problemo.. Pin
safee ullah26-Jul-03 3:00
safee ullah26-Jul-03 3:00 
GeneralRe: a strange problemo.. Pin
geo_m26-Jul-03 4:46
geo_m26-Jul-03 4:46 
GeneralRe: a strange problemo.. Pin
safee ullah27-Jul-03 18:01
safee ullah27-Jul-03 18:01 
GeneralOffice XP colors Pin
Xakep26-Jul-03 1:51
Xakep26-Jul-03 1:51 
GeneralRe: Office XP colors Pin
Snyp26-Jul-03 3:09
Snyp26-Jul-03 3:09 
GeneralGeneral question about MFC app with database support Pin
kydfru26-Jul-03 0:39
kydfru26-Jul-03 0:39 
GeneralRe: General question about MFC app with database support Pin
Toni7826-Jul-03 7:40
Toni7826-Jul-03 7:40 
GeneralRe: General question about MFC app with database support Pin
Beer2626-Jul-03 7:41
Beer2626-Jul-03 7:41 
GeneralWin32 MDI child creation w/ lParam Pin
spoulson26-Jul-03 0:31
spoulson26-Jul-03 0:31 
GeneralRe: Win32 MDI child creation w/ lParam Pin
spoulson29-Jul-03 1:21
spoulson29-Jul-03 1:21 
QuestionFucntion declaration??? Pin
Bob Stanneveld25-Jul-03 23:42
Bob Stanneveld25-Jul-03 23:42 
AnswerRe: Fucntion declaration??? Pin
Andrew Walker26-Jul-03 0:00
Andrew Walker26-Jul-03 0:00 
GeneralRe: Fucntion declaration??? Pin
Bob Stanneveld26-Jul-03 0:03
Bob Stanneveld26-Jul-03 0:03 
GeneralPermutations Pin
doctorpi25-Jul-03 22:20
doctorpi25-Jul-03 22:20 
GeneralRe: Permutations Pin
phlipping25-Jul-03 22:51
phlipping25-Jul-03 22:51 
GeneralRe: Permutations Pin
doctorpi26-Jul-03 20:53
doctorpi26-Jul-03 20:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.