[Mono-bugs] [Bug 81487][Nor] Changed - Assembly.GetExportedTypes() failure
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Apr 30 09:00:11 EDT 2007
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 vargaz at gmail.com.
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 (pbuilder at dl360-g3) (gcc version 3.3.5 (Debian 1:3.3.5-13))
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: geoff at mmks.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -47,6 +47,13 @@
zip file to replicate problem attached
------- Additional Comments From geoff at mmks.com 2007-04-29 15:08 -------
Created an attachment (id=19158)
setup for bug 81487
+
+------- Additional Comments From vargaz at gmail.com 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.
+
More information about the mono-bugs
mailing list