https://bugzilla.novell.com/show_bug.cgi?id=656353
https://bugzilla.novell.com/show_bug.cgi?id=656353#c0 Summary: ReaderWriterLockSlim don't lock if EnterWriteLock was called Classification: Mono Product: Mono: Class Libraries Version: SVN Platform: x86 OS/Version: Ubuntu Status: NEW Severity: Critical Priority: P5 - None Component: Sys.Core AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Development Blocker: Yes Created an attachment (id=402553) --> (http://bugzilla.novell.com/attachment.cgi?id=402553) Testapplication Description of Problem: I create 2 threads in one class The thread number 1 starts and call EnterWriteLock. Now he wait 2sec befor call ExitWriteLock The thread number 2 starts and call EnterReadlock and ExitReadLock any 100ms. The thread number 2 "can" call EnterReadLock and ExitReadLock if thread number 1 is enterd in EnterWriteLock. I have add my testapplication. This is only with "LockRecursionPolicy.SupportsRecursion"!!! -- 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
