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 [EMAIL PROTECTED]

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

--- shadow/75664        2005-07-29 09:29:55.000000000 -0400
+++ shadow/75664.tmp.31535      2005-07-29 09:29:55.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 75664
+Product: Mono: Runtime
+Version: 1.1
+OS: other
+OS Details: NetBSD 3.0
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: debug
+AssignedTo: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Fixes in 1.1.8.3 crashes
+
+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 :
+
+--
+using System;
+public class Test
+{
+  public static void Main()
+  {
+    System.Diagnostics.StackTrace t = new System.Diagnostics.StackTrace();
+    Console.WriteLine(t);
+  }
+}
+--
+
+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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to