[Mono-bugs] [Bug 55893][Nor] Changed - Mono Monitor fails on code which runs in MS.NET
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Mar 2004 07:54:40 -0500 (EST)
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 larsde@key2network.com.
http://bugzilla.ximian.com/show_bug.cgi?id=55893
--- shadow/55893 2004-03-22 07:49:42.000000000 -0500
+++ shadow/55893.tmp.1765 2004-03-22 07:54:40.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 55893
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: Debian Linux, running MONO/MCS from CVS (0.31.99)
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: larsde@key2network.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -72,6 +72,11 @@
first thread with a call to Monitor.Pulse(object). This is how it works
with Microsoft .NET framework.
How often does this happen?
100% reproducible.
+
+------- Additional Comments From larsde@key2network.com 2004-03-22 07:54 -------
+Sorry, I made some assumptions in the original text. I am not sure
+that the assertion is flagged when the lock is attempted acquired, it
+might be flagged on attempted unlock, see example source.