[Urgent] GetExitCodeProcess returns: lpExitCode=-1073741502

V

vichoty

Hi,

I have a .exe that uses CreateProcess() to launch a java process,
"WaitForSingleObject(processInfo.hProcess, INFINITE);" would return
when called on the created java process.

GetExitCodeProcess(processInfo.hProcess, &status) reviews status to be
-1073741502 (0xc0000142).

How do I find out more info on what the error is? Any experience on
what could cause this error? Recommendations on debugging?

Thanks
Victor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top