[Mono-bugs] [Bug 686133] "The current thread has not entered the lock in write mode" on some aspx requests.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Apr 8 03:56:28 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=686133

https://bugzilla.novell.com/show_bug.cgi?id=686133#c1


Marek Habersack <mhabersack at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Sys.Web                     |System
            Version|2.10.x                      |SVN
         AssignedTo|mhabersack at novell.com       |jeremie.laval at gmail.com

--- Comment #1 from Marek Habersack <mhabersack at novell.com> 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.


More information about the mono-bugs mailing list