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=80819 --- shadow/80819 2007-02-13 05:15:47.000000000 -0500 +++ shadow/80819.tmp.20903 2007-02-13 05:15:47.000000000 -0500 @@ -0,0 +1,233 @@ +Bug#: 80819 +Product: Mono: Tools +Version: unspecified +OS: +OS Details: Windows 2003 +Status: NEW +Resolution: +Severity: +Priority: Critical +Component: XSP +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: XSP2 fails during compilation. + +XSP2 fails if site if run with compilation. + +Steps to reproduce the problem: +1. Create Default ASP.NET 2.0 Application with one Page Default.aspx (I +have with code behind Default.aspx.cs) and no-web.config. +2. Add empty App_Code folder. +3. Clear XSP2 Cache. (Remove all files in "C:\Documents and +Settings\user\Local Settings\Temp\user-temp-aspnet-0") +4. Run Site. + +Actual Results: +Get Exception in XSP2 Server. + +"C:\PROGRA~1\Mono\bin\mono.exe" +"C:\PROGRA~1\Mono\lib\mono\2.0\winhack\xsp2.exe" --root +"D:\Projects\WebSite1" --por +t 8088 --applications /:. +xsp2 +Listening on port: 8088 (non-secure) +Listening on address: 0.0.0.0 +Root directory: D:\Projects\WebSite1 +Hit Return to stop the server. +Stacktrace: + + at System.Web.Caching.Cache.Get (string) <0xffffffff> + at System.Web.Caching.Cache.Get (string) <0x00075> + at System.Web.Caching.Cache.get_Item (string) <0x0000d> + at System.Web.Caching.OutputCacheModule.OnResolveRequestCache +(object,System.EventArgs) <0x000ba> + at (wrapper delegate-invoke) +System.MulticastDelegate.invoke_void_object_EventArgs +(object,System.EventArgs) <0xffffffff> + at <>c__CompilerGenerated5.MoveNext () <0x0057c> + at <>c__CompilerGenerated6.MoveNext () <0x00b0c> + at System.Web.HttpApplication.Tick () <0x0003a> + at System.Web.HttpApplication.Start (object) <0x000f2> + at +System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest +(System.Web.HttpContext,System.AsyncCallback,object) <0x0007d> + at System.Web.HttpRuntime.RealProcessRequest (object) <0x001e2> + at System.Web.HttpRuntime.ProcessRequest (System.Web.HttpWorkerRequest) +<0x0002c> + at Mono.WebServer.MonoWorkerRequest.ProcessRequest () <0x0000a> + at Mono.WebServer.BaseApplicationHost.ProcessRequest +(Mono.WebServer.MonoWorkerRequest) <0x00043> + at Mono.WebServer.XSPApplicationHost.ProcessRequest +(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations) +<0x003d2> + at (wrapper remoting-invoke-with-check) +Mono.WebServer.XSPApplicationHost.ProcessRequest +(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations) +<0xffffffff> + at (wrapper xdomain-dispatch) +Mono.WebServer.XSPApplicationHost.ProcessRequest +(object,byte[]&,byte[]&,int,long,int,long,int,string,string,string,string,byte[],string) +<0xffffffff> + at (wrapper xdomain-invoke) +Mono.WebServer.XSPApplicationHost.ProcessRequest +(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations) +<0xffffffff> + at (wrapper remoting-invoke-with-check) +Mono.WebServer.XSPApplicationHost.ProcessRequest +(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations) +<0xffffffff> + at Mono.WebServer.XSPWorker.RunInternal (object) <0x0065a> + at (wrapper delegate-invoke) System.MulticastDelegate.invoke_void_object +(object) <0xffffffff> + at (wrapper runtime-invoke) System.Object.runtime_invoke_void_object +(object,intptr,intptr,intptr) <0xffffffff> + +This application has requested the Runtime to terminate it in an unusual way. +Please contact the application's support team for more information. +Expected Results: +Compilation Succeed. + +How often does this happen? +Almost always. Sometimes it succeed but I didn't check the cache in this +occasions. + +Additional Information: +1. Sometimes I have message box with message: +"Glib-error **:gmem.c:172 failed to allocate 64 bytes +aborting..." +----------------------------------------------------------------------- +2. Sometimes if first Request Processed without error in the next +request(refresh) I get: + +"C:\PROGRA~1\Mono\bin\mono.exe" +"C:\PROGRA~1\Mono\lib\mono\2.0\winhack\xsp2.exe" --root +"D:\Projects\WebSite1" --por +t 8088 --applications /:. +xsp2 +Listening on port: 8088 (non-secure) +Listening on address: 0.0.0.0 +Root directory: D:\Projects\WebSite1 +Hit Return to stop the server. +Stacktrace: + + at System.Web.SessionState.SessionInProcHandler.GetItemInternal +(System.Web.HttpContext,string,bool&,System.TimeSpan&,object&,System.Web.SessionState.SessionStateActions&,bool) +<0xffffffff> + at System.Web.SessionState.SessionInProcHandler.GetItemInternal +(System.Web.HttpContext,string,bool&,System.TimeSpan&,object&,System.Web.SessionState.SessionStateActions&,bool) +<0x000e9> + at System.Web.SessionState.SessionInProcHandler.GetItemExclusive +(System.Web.HttpContext,string,bool&,System.TimeSpan&,object&,System.Web.SessionState.SessionStateActions&) +<0x0002e> + at System.Web.SessionState.SessionStateModule.GetStoreData +(System.Web.HttpContext,string,bool) <0x00085> + at System.Web.SessionState.SessionStateModule.OnAcquireRequestState +(object,System.EventArgs) <0x001ed> + at (wrapper delegate-invoke) +System.MulticastDelegate.invoke_void_object_EventArgs +(object,System.EventArgs) <0xffffffff> + at <>c__CompilerGenerated5.MoveNext () <0x0057c> + at <>c__CompilerGenerated6.MoveNext () <0x014e8> + at System.Web.HttpApplication.Tick () <0x0003a> + at System.Web.HttpApplication.Start (object) <0x000f2> + at +System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest +(System.Web.HttpContext,System.AsyncCallback,object) <0x0007d> + at System.Web.HttpRuntime.RealProcessRequest (object) <0x001e2> + at System.Web.HttpRuntime.ProcessRequest (System.Web.HttpWorkerRequest) +<0x0002c> + at Mono.WebServer.MonoWorkerRequest.ProcessRequest () <0x0000a> + at Mono.WebServer.BaseApplicationHost.ProcessRequest +(Mono.WebServer.MonoWorkerRequest) <0x00043> + at Mono.WebServer.XSPApplicationHost.ProcessRequest +(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations) +<0x003d2> + at (wrapper remoting-invoke-with-check) +Mono.WebServer.XSPApplicationHost.ProcessRequest +(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations) +<0xffffffff> + at (wrapper xdomain-dispatch) +Mono.WebServer.XSPApplicationHost.ProcessRequest +(object,byte[]&,byte[]&,int,long,int,long,int,string,string,string,string,byte[],string) +<0xffffffff> + at (wrapper xdomain-invoke) +Mono.WebServer.XSPApplicationHost.ProcessRequest +(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations) +<0xffffffff> + at (wrapper remoting-invoke-with-check) +Mono.WebServer.XSPApplicationHost.ProcessRequest +(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations) +<0xffffffff> + at Mono.WebServer.XSPWorker.RunInternal (object) <0x0065a> + at (wrapper delegate-invoke) System.MulticastDelegate.invoke_void_object +(object) <0xffffffff> + at (wrapper runtime-invoke) System.Object.runtime_invoke_void_object +(object,intptr,intptr,intptr) <0xffffffff> +----------------------------------------------------------------------- +3. If Using <authentication mode="Forms" /> getting sometimes: +"C:\PROGRA~1\Mono\bin\mono.exe" +"C:\PROGRA~1\Mono\lib\mono\2.0\winhack\xsp2.exe" --root +"D:\Projects\WebSite1" - +-port 8088 --applications /:. +xsp2 +Listening on port: 8088 (non-secure) +Listening on address: 0.0.0.0 +Root directory: D:\Projects\WebSite1 +Hit Return to stop the server. +Stacktrace: + at System.Text.Encoding.GetBytes (string) <0xffffffff> + at System.Text.Encoding.GetBytes (string) <0x00059> + at Mono.WebServer.XSPWorkerRequest.GetQueryStringRawBytes () <0x00031> + at System.Web.HttpRequest.get_UrlComponents () <0x000b3> + at System.Web.HttpRequest.get_Path () <0x00019> + at System.Web.Configuration.WebConfigurationManager.GetSection (string) +<0x00045> + at System.Web.Security.FormsAuthenticationModule.OnAuthenticateRequest +(object,System.EventArgs) <0x00098> + at (wrapper delegate-invoke) +System.MulticastDelegate.invoke_void_object_EventArgs +(object,System.EventArgs) <0xffffffff> + at <>c__CompilerGenerated5.MoveNext () <0x0057c> + at <>c__CompilerGenerated6.MoveNext () <0x002f3> + at System.Web.HttpApplication.Tick () <0x0003a> + at System.Web.HttpApplication.Start (object) <0x000f2> + at +System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest +(System.Web.HttpContext,System.AsyncCallback,object) <0x0007d> + at System.Web.HttpRuntime.RealProcessRequest (object) <0x001e2> + at System.Web.HttpRuntime.ProcessRequest (System.Web.HttpWorkerRequest) +<0x0002c> + at Mono.WebServer.MonoWorkerRequest.ProcessRequest () <0x0000a> + at Mono.WebServer.BaseApplicationHost.ProcessRequest +(Mono.WebServer.MonoWorkerRequest) <0x00043> + at Mono.WebServer.XSPApplicationHost.ProcessRequest +(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations) +<0x003d2> + at (wrapper remoting-invoke-with-check) +Mono.WebServer.XSPApplicationHost.ProcessRequest +(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations) +<0xffffffff> + at (wrapper xdomain-dispatch) +Mono.WebServer.XSPApplicationHost.ProcessRequest +(object,byte[]&,byte[]&,int,long,int,long,int,string,string,string,string,byte[],string) +<0xffffffff> + at (wrapper xdomain-invoke) +Mono.WebServer.XSPApplicationHost.ProcessRequest +(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations) +<0xffffffff> + at (wrapper remoting-invoke-with-check) +Mono.WebServer.XSPApplicationHost.ProcessRequest +(int,long,int,long,int,string,string,string,string,byte[],string,intptr,Mono.WebServer.SslInformations) +<0xffffffff> + at Mono.WebServer.XSPWorker.RunInternal (object) <0x0065a> + at (wrapper delegate-invoke) System.MulticastDelegate.invoke_void_object +(object) <0xffffffff> + at (wrapper runtime-invoke) System.Object.runtime_invoke_void_object +(object,intptr,intptr,intptr) <0xffffffff> + +So All this error failed at <>c__CompilerGenerated5.MoveNext () function +and I submit it to single post so maybe it can help to resolve this problem. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
