https://bugzilla.novell.com/show_bug.cgi?id=686133
https://bugzilla.novell.com/show_bug.cgi?id=686133#c1 Marek Habersack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Sys.Web |System Version|2.10.x |SVN AssignedTo|[email protected] |[email protected] --- Comment #1 from Marek Habersack <[email protected]> 2011-04-08 09:56:27 CEST --- It's a known issue with ReaderWriterLockSlim which isn't exception-safe in the lock acquisition path. If a Thread.Abort occurs (e.g. as a result of a Request.Redirect or a timeout) it may happen that the lock is not fully acquired or lock's internal state isn't updated. At the same time, there's no reliable way to check whether lock is held by the current thread. -> System -- 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
