http://bugzilla.novell.com/show_bug.cgi?id=573477
http://bugzilla.novell.com/show_bug.cgi?id=573477#c1 Robert Jordan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Robert Jordan <[email protected]> 2010-03-03 23:50:33 UTC --- I believe this is caused by the FileStream.SafeFileHandle property which returns a new owned SafeFileHandle if the FileStream was not created from a SafeFileHandle. This means that the file might be prematurely closed if the new handle is disposed. The patch is just a workaround until the IO-layer is able to deal with SafeFileHandles directly. -- Configure bugmail: http://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
