[Mono-bugs] [Bug 61946][Nor] Changed - Process.Start throws wrong exception when file not found

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 10 May 2005 18:00:36 -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 bmaurer@users.sf.net.

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

--- shadow/61946	2004-07-26 09:26:51.000000000 -0400
+++ shadow/61946.tmp.19339	2005-05-10 18:00:36.000000000 -0400
@@ -1,16 +1,16 @@
 Bug#: 61946
-Product: Mono: Class Libraries
+Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: Server 2003
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: System
+Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: monobugs@radeldudel.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -34,6 +34,10 @@
 
 Expected Results:
 Win32Exception
 
 How often does this happen? 
 everytime
+
+------- Additional Comments From bmaurer@users.sf.net  2005-05-10 18:00 -------
+In bash, the exit code 127 means "process not found". We need to check
+for this in the runtime.