[Mono-bugs] [Bug 61867][Wis] New - assertion failure: debugger_lock_level > 0

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 23 Jul 2004 02:40:51 -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 michi@zeroc.com.

http://bugzilla.ximian.com/show_bug.cgi?id=61867

--- shadow/61867	2004-07-23 02:40:51.000000000 -0400
+++ shadow/61867.tmp.17661	2004-07-23 02:40:51.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 61867
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: RedHat 8
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: michi@zeroc.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: assertion failure: debugger_lock_level > 0
+
+I just got the following assertion failure when running a program with --debug:
+
+** ERROR **: file mono-debug-debugger.c: line 92 (mono_debugger_unlock):
+assertion failed: (debugger_lock_level > 0)
+aborting...
+
+It appears to be a race condition. I can reproduce this on a dual-CPU RH8
+machine, but only once in maybe 25-50 runs or so.
+
+Cheers,
+
+Michi.