[Mono-bugs] [Bug 48678][Nor] New - Sementation Fault in mod_mono_unix when reading a page bigger than 458 bytes.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 21 Sep 2003 20:00:46 -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 yoros@wanadoo.es.

http://bugzilla.ximian.com/show_bug.cgi?id=48678

--- shadow/48678	2003-09-21 20:00:46.000000000 -0400
+++ shadow/48678.tmp.17123	2003-09-21 20:00:46.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 48678
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yoros@wanadoo.es               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Sementation Fault in mod_mono_unix when reading a page bigger than 458 bytes.
+
+When a page (html in aspx or C# in aspx) is requested to mod_mono_unix
+(don't know in mod_mono) and is bigger thatn 458 bytes, the module breaks
+with segmentation fault (seen in Apache logs). mod-mono-server shows an
+exception related to the page headers:
+
+Unhandled Exception: System.Web.HttpException: Headers has been sent to the
+client
+
+I really think that the bug is in mod_mono_unix because in XSP that pages
+works perfectly (and bigger pages). Also, I put a message at the end of the
+C# script that prints text in the top of the page and the text is shown
+(the compilation an execution works).
+
+I attach two .aspx file that can help in testing. They only print numbers
+in the web. The first one prints from 1 to 10000, this can help to see
+where it stops... The second one has a textbox where say the max number to
+print (it will print from 1 to the number you entered).
+
+Please notice me any news about this bug.