[Mono-bugs] [Bug 47040][Nor] Changed - Process.Start() not working

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Dec 2003 11:23:33 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by joergr@voelcker.com.

http://bugzilla.ximian.com/show_bug.cgi?id=47040

--- shadow/47040	2003-11-14 11:26:22.000000000 -0500
+++ shadow/47040.tmp.13651	2003-12-17 11:23:33.000000000 -0500
@@ -95,6 +95,12 @@
 That is ERROR_PATH_NOT_FOUND.
 
 If you are sure that the pathname you are passing to Process.Start()
 is valid, please attach a small test case to this bug so that I can
 reproduce the problem.
 
+
+------- Additional Comments From JoergR@voelcker.com  2003-12-17 11:23 -------
+We get this problem sometimes in our application which starts external
+processes from multiple threads. Deleting .wapi fixes this problem.
+This happens only sporadically, so a test case is not easy to provide.
+It seems to be a race condition.