https://bugzilla.novell.com/show_bug.cgi?id=463285
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=463285#c7 Miguel de Icaza <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Miguel de Icaza <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
