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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 6 Apr 2004 14:56:14 -0400 (EDT)


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 gonzalo@ximian.com.

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

--- shadow/47040	2003-07-29 16:31:26.000000000 -0400
+++ shadow/47040.tmp.17121	2004-04-06 14:56:14.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 47040
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: johannes@jroith.de               
 QAContact: mono-bugs@ximian.com
@@ -73,6 +73,38 @@
 	public static void Main() {
 
 		Process.Start("galeon");
 	}
 }
 
+
+------- Additional Comments From miguel@ximian.com  2003-10-20 15:09 -------
+This works for me.  Can you confirm?
+
+Am setting this to NEEDINFO for now, please reopen if its a bug.
+
+------- Additional Comments From dick@ximian.com  2003-10-21 08:17 -------
+Looks like it was a corrupt shared memory file.  This has the side
+effect of preventing Process.Start() working.
+
+------- Additional Comments From yakeen@sannyas-on.net  2003-11-14 07:51 -------
+I have the same problem but with this exeption:
+
+Some sort of w32 error occurred: 3
+
+------- Additional Comments From dick@ximian.com  2003-11-14 11:26 -------
+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.
+
+------- Additional Comments From gonzalo@ximian.com  2004-04-06 14:56 -------
+Closing this one. It works fine here even for multiple threads.
+