[Mono-bugs] [Bug 55909][Wis] Changed - Deadlock in ReaderWriterLock.UpgradeToWriterLock()
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 8 Apr 2004 17:20:37 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=55909
--- shadow/55909 2004-04-08 15:13:28.000000000 -0400
+++ shadow/55909.tmp.13993 2004-04-08 17:20:37.000000000 -0400
@@ -118,6 +118,11 @@
have any reader or writer locks.
in <0x00117> System.Threading.ReaderWriterLock:ReleaseReaderLock ()
in <0x000d4> Example.Class1:Thread2 ()
in <0x00050> (wrapper delegate-invoke)
System.MulticastDelegate:invoke_void ()
+
+------- Additional Comments From lluis@ximian.com 2004-04-08 17:20 -------
+This is very strange. It works like a charm here. Can you please
+attach a trace of the execution of the test case? Do it by runing mono
+with the --trace option.