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=77075

--- shadow/77075        2007-02-01 06:15:05.000000000 -0500
+++ shadow/77075.tmp.31382      2007-02-01 06:20:04.000000000 -0500
@@ -269,6 +269,19 @@
 different machines. 
 
 ------- Additional Comments From [EMAIL PROTECTED]  2007-02-01 06:15 -------
 Created an attachment (id=18599)
 realloc.diff
 
+
+------- Additional Comments From [EMAIL PROTECTED]  2007-02-01 06:20 -------
+One cause of the flakiness is Marshal.ReAllocHGlobal() which
+is still using GLib's realloc(). The method is used by
+System.Web.HttpResponseStream/BlockManager
+
+[The GC issue is still there, but besides of that the
+web site works like on Linux]
+
+The implementation in realloc.diff contains a warning about
+Marshal.ReAllocHGlobal (NULL, s) usage and it also throws
+OOME like MS.NET does. This might be a breaking change.
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to