[Mono-bugs] [Bug 55866][Nor] Changed - Process.Start ignoring arguments under 0.31
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 21 Mar 2004 00:08:55 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=55866
--- shadow/55866 2004-03-21 00:03:21.000000000 -0500
+++ shadow/55866.tmp.22145 2004-03-21 00:08:55.000000000 -0500
@@ -48,6 +48,10 @@
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at D.Main()
------- Additional Comments From gonzalo@ximian.com 2004-03-21 00:03 -------
This is already fixed. See bug #55790.
+
+------- Additional Comments From gonzalo@ximian.com 2004-03-21 00:08 -------
+Forgot to say that under MS runtime, this works as mono does after the
+fix for 55790. It doesn't throw any exception as rotor does.