[Mono-bugs] [Bug 77075][Maj] Changed - "SuspendThread failed!" on windows

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Feb 1 06:20:04 EST 2007


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 robertj at gmx.net.

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 robertj at gmx.net  2007-02-01 06:15 -------
 Created an attachment (id=18599)
 realloc.diff
 
+
+------- Additional Comments From robertj at gmx.net  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.
+


More information about the mono-bugs mailing list