[Mono-bugs] [Bug 48678][Nor] Changed - Sementation Fault in mod_mono_unix when reading a page bigger than 458 bytes.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 27 Sep 2003 05:39:40 -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-23 08:55:48.000000000 -0400
+++ shadow/48678.tmp.9691 2003-09-27 05:39:40.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 48678
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: System.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: yoros@wanadoo.es
QAContact: mono-bugs@ximian.com
@@ -61,6 +61,10 @@
or something like that.
------- Additional Comments From yoros@wanadoo.es 2003-09-23 08:55 -------
I've got another computer (my brother's one) connected with an crossed
ethernet and it has Windows XP. From there, some big pages are loaded.
I don't know what's happening.
+
+------- Additional Comments From yoros@wanadoo.es 2003-09-27 05:39 -------
+I found a bug in reading from the socket in mod_mono_unix. It needs to
+loop for getting the data, before it didn't it.