[Mono-bugs] [Bug 37996][Wis] Changed - System.Diagnostics.Process fails

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 13 Feb 2003 11:42:47 -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=37996

--- shadow/37996	Thu Feb 13 10:53:40 2003
+++ shadow/37996.tmp.31241	Thu Feb 13 11:42:47 2003
@@ -1,14 +1,14 @@
 Bug#: 37996
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: alp@atoker.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -48,6 +48,11 @@
                 string output;
                 p.StandardInput.WriteLine ("input text");
                 output = p.StandardOutput.ReadLine ();
                 Console.WriteLine (output);
         }
 }
+
+------- Additional Comments From gonzalo@ximian.com  2003-02-13 11:42 -------
+The error happens when running with MONO_DISABLE_SHM=1
+Alp has a ~/.wapi around and removing it and unexporting
+MONO_DISABLE_SHM made it work.