[Mono-bugs] [Bug 475124] New: ReaderWriterLock ReleaseReaderLock inconsistency with .NET's implementation

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Feb 12 05:30:49 EST 2009


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


           Summary: ReaderWriterLock ReleaseReaderLock inconsistency with
                    .NET's implementation
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.2.x
          Platform: x86
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: paszczi at go2.pl
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=272221)
 --> (https://bugzilla.novell.com/attachment.cgi?id=272221)
test case

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.0; pl; rv:1.9.0.6)
Gecko/2009011913 Firefox/3.0.6

Acquiring reader lock, the upgrading it to writer lock then again acquiring
reader lock and upgrading it to a writer lock (recursively) causes
ReleaseReaderLock to throw "ApplicationException: The thread does not have any
reader or writer locks". This doesn't happen on .NET. This behavious is
observed both on mono 2.0.1 and 2.2

Reproducible: Always

-- 
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.


More information about the mono-bugs mailing list