[Mono-bugs] [Bug 58511][Maj] Changed - XSP not working on Windows
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Jun 2004 07:46:39 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58511
--- shadow/58511 2004-06-24 07:29:19.000000000 -0400
+++ shadow/58511.tmp.25522 2004-06-24 07:46:39.000000000 -0400
@@ -399,6 +399,10 @@
------- Additional Comments From gonzalo@ximian.com 2004-06-24 07:29 -------
ReadToEnd should be before WaitForExit, otherwise the program might
block (specially on windows) when it outputs a few KB.
+
+------- Additional Comments From gonzalo@ximian.com 2004-06-24 07:46 -------
+Also the code in the static constructor should be skipped when we're
+not on windows.