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 11:05:03.000000000 -0500 +++ shadow/79859.tmp.18031 2006-11-07 11:18:27.000000000 -0500 @@ -52,6 +52,20 @@ ------- 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. + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-07 11:18 ------- +To better illustrate the problem: + + void IHttpHandler.ProcessRequest(HttpContext context) + { +WaitHandle.WaitAll(new AutoResetEvent[] { +new AutoResetEvent(false), new AutoResetEvent(false)}); + } + +crashes with NullReferenceException. + +This virtually blocks the possibility of thread synchronisation +inside a HttpHandler. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
