[Mono-bugs] [Bug 55866][Nor] Changed - Process.Start ignoring arguments under 0.31
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 20 Mar 2004 20:40:51 -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 tberman@gentoo.org.
http://bugzilla.ximian.com/show_bug.cgi?id=55866
--- shadow/55866 2004-03-20 20:17:42.000000000 -0500
+++ shadow/55866.tmp.21598 2004-03-20 20:40:51.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 55866
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: tberman@gentoo.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -27,6 +27,14 @@
sideeffect of breaking debugging.
------- Additional Comments From tberman@gentoo.org 2004-03-20 20:17 -------
Created an attachment (id=7034)
testcase.cs
+
+------- Additional Comments From tberman@gentoo.org 2004-03-20 20:40 -------
+After looking at 55790 and testing what gonzalo said there, it fixes this.
+
+However apparently under rotor an exception is thrown using this code
+saying that UseShellExecute = true is invalid.
+
+This behaviour should be what mono does.