[Mono-bugs] [Bug 75664][Wis] New - Fixes in 1.1.8.3 crashes

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jul 29 09:29:55 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 jlaban at wanadoo.fr.

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: mono-bugs 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
+
+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.


More information about the mono-bugs mailing list