[Mono-bugs] [Bug 45302][Nor] Changed - Process.WaitForExit does not wait indefinitely when Int.MaxValue timeout is specified

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 15 Mar 2004 15:06: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 gert.driesen@pandora.be.

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

--- shadow/45302	2004-03-15 15:05:04.000000000 -0500
+++ shadow/45302.tmp.31566	2004-03-15 15:06:47.000000000 -0500
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Mono should throw bug when getting exit code of unfinished process
+Summary: Process.WaitForExit does not wait indefinitely when Int.MaxValue timeout is specified
 
 When I compile rather large assemblies with debug on, compilation succeeds
 but mcs returns exit code 259 instead of exit code 0.
 
 I've attached an archive containing a small testcase and the log4net
 sources, that will allow you to reproduce this issue.
@@ -167,6 +167,9 @@
 
 
 ------- Additional Comments From gert.driesen@pandora.be  2004-03-15 15:05 -------
 Created an attachment (id=6973)
 fix for this issue
 
+
+------- Additional Comments From gert.driesen@pandora.be  2004-03-15 15:06 -------
+Can someone commit the small patch I attached to this bug report ?