[Mono-bugs] [Bug 75926][Wis] Changed - System.InvalidCastException
in System.Web.HttpApplication:OutputPage
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 30 18:16:48 EDT 2005
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 ripple at ripple.be.
http://bugzilla.ximian.com/show_bug.cgi?id=75926
--- shadow/75926 2005-08-30 05:46:55.000000000 -0400
+++ shadow/75926.tmp.3331 2005-08-30 18:16:47.000000000 -0400
@@ -86,6 +86,60 @@
I was testing with very large xvid avis.
------- Additional Comments From gonzalo at ximian.com 2005-08-30 05:46 -------
This should work fine now.
You'll need to update xsp (mod_mono too if you use it) and System.Web.
+
+------- Additional Comments From ripple at ripple.be 2005-08-30 18:16 -------
+trunk/xsp $ svn up
+At revision 49152.
+
+
+$ xsp --port 8000
+xsp
+Listening on port: 8000
+Listening on address: 0.0.0.0
+...
+
+
+wget http://localhost:8000/sendFile.aspx
+--17:35:26-- http://localhost:8000/sendFile.aspx
+ => `sendFile.aspx'
+Resolving localhost... 127.0.0.1
+Connecting to localhost[127.0.0.1]:8000... connected.
+HTTP request sent, awaiting response... 206 Partial Content
+Length: 1,818,472,448 (1,818,472,448 to go) [video/x-msvideo]
+
+59%
+[=================================================================>
+ ] 1,082,654,720 12.75M/s
+ ETA 01:08
+
+Last-modified header invalid -- time-stamp ignored.
+17:37:06 (10.33 MB/s) - Connection closed at byte 1,082,654,720. Retrying.
+
+
+at which point wget hammers on xsp a bit retrying:
+
+Internal error: we are missing one catch System.InvalidCastException:
+Cannot cast from source type to destination type.
+in <0x00082> System.Web.HttpResponseStream:Write (System.Byte[]
+buffer, Int32 of fset, Int32 count)
+in <0x00034> System.Web.HttpWriter:Write (System.String s)
+in <0x0001a> System.Web.HttpResponse:Write (System.String s)
+in <0x0021b> System.Web.HttpApplication:OutputPage ()
+in <0x00014> System.Web.HttpApplication:PipelineDone ()
+Internal error: we are missing one catch System.InvalidCastException:
+Cannot cast from source type to destination type.
+in <0x001f1> System.Web.HttpApplication:OutputPage ()
+in <0x00014> System.Web.HttpApplication:PipelineDone ()
+Internal error: we are missing one catch System.InvalidCastException:
+Cannot cast from source type to destination type.
+in <0x001f1> System.Web.HttpApplication:OutputPage ()
+in <0x00014> System.Web.HttpApplication:PipelineDone ()
+Internal error: we are missing one catch System.InvalidCastException:
+Cannot cas t from source type to destination type.
+in <0x001f1> System.Web.HttpApplication:OutputPage ()
+in <0x00014> System.Web.HttpApplication:PipelineDone ()
+
+Did I fail to svn up properly somewhere?
More information about the mono-bugs
mailing list