[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 07:20:55 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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77075
--- shadow/77075 2007-02-01 06:24:55.000000000 -0500
+++ shadow/77075.tmp.32214 2007-02-01 07:20:55.000000000 -0500
@@ -292,6 +292,17 @@
------- Additional Comments From robertj at gmx.net 2007-02-01 06:24 -------
Created an attachment (id=18601)
realloc-test.diff - test case
+
+------- Additional Comments From vargaz at gmail.com 2007-02-01 07:20 -------
+realloc.diff seems ok to check in, just remove the now unused
+mono_marshal_realloc.
+
+About the GC changes: the DLL based auto-registration was put it
+to help with threads which cannot be registered using register_foreign
+since the threads is created by the OS or something and the application
+can't control it. So I think we should be looking into what is causing
+the SuspendThread error instead of working around it.
+
More information about the mono-bugs
mailing list