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: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: [EMAIL PROTECTED] +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
