[Mono-bugs] [Bug 55866][Nor] New - Process.Start ignoring arguments under 0.31
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 20 Mar 2004 20:17:13 -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:13.000000000 -0500
+++ shadow/55866.tmp.21486 2004-03-20 20:17:13.000000000 -0500
@@ -0,0 +1,27 @@
+Bug#: 55866
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: tberman@gentoo.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Process.Start ignoring arguments under 0.31
+
+this is a regression between 0.30.2 and 0.31.
+
+the attached testcase properly outputs the ls -la output under 0.30.2 and
+under 0.31 it outputs just the ls output.
+
+This is a showstopper for MonoDevelop because we use this to do compilation.
+
+Basically under 0.31 right now compilation wont work, which also has the
+sideeffect of breaking debugging.