[Mono-bugs] [Bug 614909] New: Process.Exited Event Fires Only Once for Individual Process Object
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jun 16 16:43:54 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=614909
http://bugzilla.novell.com/show_bug.cgi?id=614909#c0
Summary: Process.Exited Event Fires Only Once for Individual
Process Object
Classification: Mono
Product: Mono: Class Libraries
Version: 2.6.x
Platform: 32bit
OS/Version: openSUSE 11.2
Status: NEW
Severity: Major
Priority: P5 - None
Component: System
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: bkesecker at augustasystems.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.70 Safari/533.4
When Process.Kill and Process.Close are called on a process with an Exited
event handler assigned, the code in the handler executes only once, but never
after subsequent starts of the same Process.
Reproducible: Always
Steps to Reproduce:
1. See attached VS08 solution.
Actual Results:
Exited event handler fires only once.
Expected Results:
Exited event handler fires each time Process.Kill and Process.Close are called
(in that order). This is the behavior of Windows.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list