[Mono-bugs] [Bug 75664][Cri] Changed - debugger mutex not init'd early enough

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jul 29 13:05:01 EDT 2005


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 bmaurer at users.sf.net.

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

--- shadow/75664	2005-07-29 09:45:36.000000000 -0400
+++ shadow/75664.tmp.2073	2005-07-29 13:05:01.000000000 -0400
@@ -5,19 +5,19 @@
 OS Details: NetBSD 3.0
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Critical
 Component: debug
-AssignedTo: mono-bugs at ximian.com                            
+AssignedTo: martin at ximian.com                            
 ReportedBy: jlaban at wanadoo.Fr               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Fixes in 1.1.8.3 crashes
+Summary: debugger mutex not init'd early enough
 
 Description of Problem:
 Version 1.1.8.3 crashes when calling mono_debugger_lock without 
 initializing the debugger. This behavior did not appear on 1.1.8.2.
 
 This simple code crashes 1.1.8.3 :
@@ -34,6 +34,10 @@
 }
 --
 
 I'm running Mono on NetBSD 3.0, which has pthread assertions enabled by 
 default. A mutex normally held by a critical_section is used but not 
 initialized.
+
+------- Additional Comments From bmaurer at users.sf.net  2005-07-29 13:05 -------
+Luckily, on Linux, things work fine here, i guess 0 init'd stuff works
+fine. However we should fix this. Martin, where does this need to happen?


More information about the mono-bugs mailing list