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

Reply via email to