https://bugzilla.novell.com/show_bug.cgi?id=357519
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=357519#c2 Stefan de Bruijn <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #2 from Stefan de Bruijn <[EMAIL PROTECTED]> 2008-02-22 01:32:50 MST --- I've checked the bug on other platforms as well. It acts the same on all. Furthermore, this bug is the reason for about 50% of the crashes of all code I use, including third party DLL's. Usually as a result of calling IDisposable of streams twice. (one implicit via 'close' and one explicit via 'using') That makes it in my opinion a major bug. I think the solution is quite simple: check if the stream is closed, if so: do nothing and continue disposing, if not: close and continue. Am I correct? -- Configure bugmail: https://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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
