[Mono-bugs] [Bug 463285] Probable JIT bug
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jan 2 13:54:02 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=463285
User miguel at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=463285#c7
Miguel de Icaza <miguel at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |miguel at novell.com
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #7 from Miguel de Icaza <miguel at novell.com> 2009-01-02 11:54:01 MST ---
This is caused by a bug in previous versions of Mono, and the code would have
broken in the same way in Windows.
With newer versions of Mono, we do trigger a new batch of events with the null
argument as an indicator that the operation has terminated.
This is documented (poorly) on Microsoft's web site:
http://msdn.microsoft.com/en-us/library/system.diagnostics.datareceivedeventargs.data.aspx
Notice that it is not documented on the properties themselves, but on the
DataReveivedEventArgs documentation, this is what makes it trick y to find.
This change in behavior was done to fix bug: #459450
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list