[Bug 19668] cmd /c doesn't wait for result before exiting?

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Feb 11 11:14:55 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=19668





--- Comment #5 from Dan Kegel <dank at kegel.com>  2010-02-11 11:14:52 ---
I guess it's time to write a testcase.

The patch I tried earlier was in wcmdmain.c:
-            if (assumeInternal || context || !HIWORD(console))
WaitForSingleObject (pe.hProcess, INFINITE);
+            if (opt_c || opt_k || assumeInternal || context ||
!HIWORD(console)) WaitForSingleObject (pe.hProcess, INFINITE);
but it didn't keep devenv from crashing.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list