|
|
@ -771,7 +771,7 @@ bool launchProgram(const std::string &programName, const std::string &arguments,
|
|
|
|
|
|
|
|
|
|
|
|
int status = vfork ();
|
|
|
|
int status = vfork ();
|
|
|
|
/////////////////////////////////////////////////////////
|
|
|
|
/////////////////////////////////////////////////////////
|
|
|
|
/// WARNING : NO MORE INSTRCUTION AFTER VFORK !
|
|
|
|
/// WARNING : NO MORE INSTRUCTION AFTER VFORK !
|
|
|
|
/// READ VFORK manual
|
|
|
|
/// READ VFORK manual
|
|
|
|
/////////////////////////////////////////////////////////
|
|
|
|
/////////////////////////////////////////////////////////
|
|
|
|
if (status == -1)
|
|
|
|
if (status == -1)
|
|
|
|