[Mono-bugs] [Bug 82796][Nor] Changed - Process.ExitCode returns 0 for forked apps
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Sep 14 15:32:42 EDT 2007
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 at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=82796
--- shadow/82796 2007-09-14 15:32:13.000000000 -0400
+++ shadow/82796.tmp.10572 2007-09-14 15:32:42.000000000 -0400
@@ -1,16 +1,16 @@
Bug#: 82796
-Product: Mono: Class Libraries
+Product: Mono: Runtime
Version: 1.2
OS: other
OS Details: Gentoo linux, mono 1.2.5 and svn-head
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
-Component: CORLIB
+Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: skolima at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Summary: Process.ExitCode returns 0 for forked apps
@@ -109,6 +109,9 @@
This appears to be a runtime issue. When "forking" a managed
application and using HasExited to check whether the process has
exited, the exit code is always 0.
As a temporary workaround adding a WaitForExit call causes the
correct exit code to be returned.
+
+------- Additional Comments From gert.driesen at pandora.be 2007-09-14 15:32 -------
+-> runtime
More information about the mono-bugs
mailing list