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=75926 --- shadow/75926 2005-09-04 02:06:39.000000000 -0400 +++ shadow/75926.tmp.15810 2005-09-04 04:40:31.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 75926 Product: Mono: Class Libraries Version: unspecified OS: unknown OS Details: mono HEAD -Status: RESOLVED -Resolution: FIXED +Status: REOPENED +Resolution: Severity: Unknown Priority: Wishlist Component: Sys.Web AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -163,6 +163,76 @@ number information. ------- Additional Comments From [EMAIL PROTECTED] 2005-09-04 02:06 ------- Fixed in r49404 (System.Web) Thanks. + +------- Additional Comments From [EMAIL PROTECTED] 2005-09-04 04:40 ------- +-r49404: (make clean in mcs/mono/xsp, rebuild) + +/usr/local/bin/mono --debug /usr/local/lib/xsp/1.0/xsp.exe --port 8000 +xsp +Listening on port: 8000 +Listening on address: 0.0.0.0 +Root directory: /home/ripple/pstuff +Hit Return to stop the server. +Internal error: we are missing one catch System.InvalidCastException: +Cannot cast from source type to destination type. +in [0x0002d] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpResponseStream.cs:526) +System.Web.HttpResponseStream:Write (System.Byte[ ] buffer, Int32 +offset, Int32 count) +in [0x0001f] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpWriter.cs:103) +System.Web.HttpWriter:Write (System.String s) +in [0x00007] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpResponse.cs:746) +System.Web.HttpResponse:Write (System.String s) +in [0x000eb] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpApplication.cs:691) +System.Web.HttpApplication:OutputPage () +in [0x00001] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpApplication.cs:704) +System.Web.HttpApplication:PipelineDone () +Tick caught an exception that has not been propagated: +System.Threading.ThreadAbortException: Thread was being aborted +in <0x011b5> System.Web.HttpApplication+<Pipeline>__1:MoveNext () +in [0x00006] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpApplication.cs:554) +System.Web.HttpApplication:Tick () +System.Threading.ThreadAbortException: Thread was being aborted + +Server stack trace: +in [0x00042] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpApplication.cs:559) +System.Web.HttpApplication:Tick () +in [0x00020] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpApplication.cs:942) +System.Web.HttpApplication:Start (System.Object x) +in [0x00037] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpApplication.cs:996) +System.Web.HttpApplication:System.Web.IHttpAsyncHand +ler.BeginProcessRequest (System.Web.HttpContext context, +System.AsyncCallback cb, System.Object extraData) +in [0x00031] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpRuntime.cs:213) +System.Web.HttpRuntime:RealProcessRequest (System.Object o) +in [0x00015] (at +/home/ripple/tmp/trunk/mcs/class/System.Web/System.Web/HttpRuntime.cs:239) +System.Web.HttpRuntime:ProcessRequest (System.Web.HttpWo rkerRequest wr) +in <0x0000a> Mono.WebServer.MonoWorkerRequest:ProcessRequest () +in <0x00043> Mono.WebServer.BaseApplicationHost:ProcessRequest +(Mono.WebServer.MonoWorkerRequest mwr) +in <0x001c7> Mono.WebServer.XSPApplicationHost:ProcessRequest (Int32 +reqId, Int64 localEPAddr, Int32 localEPPort, Int64 remoteEPAdds, Int32 +remoteEP Port, System.String verb, System.String path, System.String +queryString, System.String protocol, System.Byte[] inputBuffer, +System.String redirect, IntPtr socket) +in (wrapper remoting-invoke-with-check) +Mono.WebServer.XSPApplicationHost:ProcessRequest +(int,long,int,long,int,string,string,string,string,byte[],s tring,intptr) +in (wrapper xdomain-dispatch) +Mono.WebServer.XSPApplicationHost:ProcessRequest +(object,byte[]&,byte[]&,int,long,int,long,int,string,string,string,st +ring,byte[],string) + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
