[Mono-bugs] [Bug 76455][Min] Changed - Process .Exited event doesnt
ever get thrown
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Dec 1 19:09:20 EST 2005
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76455
--- shadow/76455 2005-10-17 10:40:35.000000000 -0400
+++ shadow/76455.tmp.32708 2005-12-01 19:09:20.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 76455
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details: Gentoo 64bit
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: carlos at applianz.com
QAContact: mono-bugs at ximian.com
@@ -67,6 +67,9 @@
ProcessStartInfo info = new ProcessStartInfo("xcalc");
Process p = new Process();
p.StartInfo = info;
p.EnableRaisingEvents = true;
p.Exited +=new EventHandler(p_Exited);
p.Start();
+
+------- Additional Comments From gonzalo at ximian.com 2005-12-01 19:09 -------
+This has been fixed in svn.
More information about the mono-bugs
mailing list