[Mono-bugs] [Bug 67892][Nor] New - SegFault using HttpServerUtility.Transfer
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 9 Oct 2004 12:22:16 -0400 (EDT)
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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=67892
--- shadow/67892 2004-10-09 12:22:16.000000000 -0400
+++ shadow/67892.tmp.19642 2004-10-09 12:22:16.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 67892
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gert.driesen@pandora.be
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: SegFault using HttpServerUtility.Transfer
+
+Using the mono-1.0 branch (haven't been able to try it on cvs head yet),
+I get a segfault when using nGallery on Mono.
+
+The cause of the segfault seems to be a call to
+HttpServerUtility.Transfer in a HttpHandler.
+
+I've attached a small repro for this issue.
+
+To reproduce the segfault, just request a aspx page in the albums virtual
+directory, which will cause the HttpHandler to be invoked.
+
+for example :
+
+http://localhost:8080/ServerTransfer/albums/2.aspx