[Mono-bugs] [Bug 79859][Nor] Changed - WaitHandle.WaitAll broken under mod_mono
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Nov 7 11:05:03 EST 2006
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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79859
--- shadow/79859 2006-11-07 10:07:41.000000000 -0500
+++ shadow/79859.tmp.17823 2006-11-07 11:05:03.000000000 -0500
@@ -1,22 +1,22 @@
Bug#: 79859
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details: Linux
Status: NEW
Resolution:
-Severity:
-Priority: Wishlist
+Severity: Unknown
+Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: rook at roo.k.pl
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
+Cc: dick at ximian.com,gonzalo at ximian.com
Summary: WaitHandle.WaitAll broken under mod_mono
running WaitHandle.WaitAll fails under mod_mono
The reason is Assembly.GetEntryAssembly() returns null
which in turn crashes WaitHandle.CheckArray
at
@@ -46,6 +46,12 @@
{
if (Assembly.GetEntryAssembly() == null)
throw new Exception("foo");
}
}
}
+
+------- Additional Comments From sebastien at ximian.com 2006-11-07 11:05 -------
+Assembly.GetEntryAssembly () returns null when not called in the
+"root" appdomain. Older Mono releases always returned the assembly but
+I guess this changed when we fixed our assembly loading in appdomains.
+
More information about the mono-bugs
mailing list