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=81487 --- shadow/81487 2007-04-29 15:08:35.000000000 -0400 +++ shadow/81487.tmp.5088 2007-04-30 09:00:11.000000000 -0400 @@ -2,13 +2,13 @@ Product: Mono: Runtime Version: 1.0 OS: GNU/Linux [Other] OS Details: Linux version 2.6.8-3-686 ([EMAIL PROTECTED]) (gcc version 3.3.5 (Debian 1:3.3.5-13)) Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -47,6 +47,13 @@ zip file to replicate problem attached ------- Additional Comments From [EMAIL PROTECTED] 2007-04-29 15:08 ------- Created an attachment (id=19158) setup for bug 81487 + +------- Additional Comments From [EMAIL PROTECTED] 2007-04-30 09:00 ------- +This is most likely caused by invoking the DoAssemblyResolve hook while +holding the loader lock. If managed code blocks waiting for something +(like for a thread which waits for the loader lock) the whole runtime +will deadlock. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
