Article ID: 156484 - Last Review: November 1, 2006 - Revision: 2.3 Process Launched with CreateProcess() May Terminate PrematurelyThis article was previously published under Q156484 SYMPTOMS
Cmd.exe, Perl.exe, or other console-mode applications may fail to
initialize properly and terminate prematurely when launched by a service
using the CreateProcess() or CreateProcessAsUser() APIs. The calling
process has no way of knowing that the launched console-mode application
has terminated prematurely.
In some instances, calling GetExitCode() against the failed process indicates the following exit code:
128L ERROR_WAIT_NO_CHILDREN - There are no child processes to wait for.
MORE INFORMATION
RESOLUTION
To resolve this problem, please see the following articles in the Microsoft
Knowledge Base for more information:
| Article Translations
|
Back to the top
